Pierre Labastie
52cced4e53
Add the number of parallel jobs to var validation
...
This allows to have it also in the SBU report
2021-08-28 19:53:16 +02:00
Pierre Labastie
22abf3706e
Add .old to signatures of no install root commands
...
This is used when removing some file that may interfere with coming
instructions, specially in glib2...
2021-08-27 09:16:01 +02:00
DJ Lucas
33a4e41462
Fix package management and put back optional stripping again for backwards compatibility.
2021-08-17 18:23:24 -05:00
Thomas Trepl (Moody)
756863be9b
strippingagain.xml has been renamed
2021-08-13 08:18:05 +02:00
Thomas Trepl (Moody)
c1060c9add
strippingagain.xml has been renamed
2021-08-13 07:51:13 +02:00
Thomas Trepl (Moody)
df5553b1f3
Rename ch-system-strippingagain to ch-system-stripping
2021-08-13 07:47:07 +02:00
Thomas Trepl (Moody)
bcae37dc8b
Rename ch-system-strippingagain to ch-system-stripping
2021-08-13 07:46:58 +02:00
Pierre Labastie
97b270f9bd
LFS: Generate version.ent before profiling the book
2021-08-03 14:33:11 +02:00
Pierre Labastie
106157fdae
Do not assume there is a group named as $USER
...
Remove any use of chown $USER:$USER
2021-06-30 16:03:51 +02:00
Pierre Labastie
0722dde31d
Do not use global $version when writing Makefile
...
In func_wrt_makefile, the two functions LUSER_wrt_unpack and
CHROOT_Unpack use the version variable without setting it.
This leads to the global version variable being used, which
writes garbage into the Makefile. Fix: just define version locally.
This bug does not occur often because those functions are only
used when using custom scripts for versioned packages (if building LFS).
It has been found by William Harrington.
2021-06-04 21:13:04 +02:00
Pierre Labastie
cfdb089dcf
Fix generation of full locales
...
The recent addition of instructions for adding locales not
installed by make install-localedata has broken the generation
of the scriptlet, because there is a missing linefeed.
Use xsl:for-each to add a linefeed after each <userinput>
text.
2021-05-11 09:59:19 +02:00
Pierre Labastie
894eec328d
Add a forgotten $(Q) in BLFS/Makefile
2021-05-01 17:29:31 +02:00
Pierre Labastie
203e4c2697
BLFS: do not run git-version.sh if it does not exist
2021-05-01 17:28:28 +02:00
Pierre Labastie
380c2c619a
jhalfs: manage version.ent vs general.ent
...
Old commits do not have git-version.sh, so version.ent cannot be generated
and general.ent has to be used
2021-05-01 17:26:37 +02:00
Pierre Labastie
34c47bef04
BLFS: Fix Makefile so that it builds version.ent
2021-05-01 13:51:19 +02:00
Pierre Labastie
605ea3628b
Fix forgotten "git_root" in func_book_parser
2021-05-01 13:50:43 +02:00
Pierre Labastie
1318902ce8
Add a .gitignore file
2021-05-01 13:46:59 +02:00
Pierre Labastie
7a10c525bc
Adapt "install_blfs_tools" to git
...
Also use the *-BRANCH variables for Makefile
2021-05-01 09:24:56 +02:00
Pierre Labastie
2ac2fc50b9
BLFS: call make with proper arguments
...
Uses *-BRANCH variables when running make
2021-05-01 09:23:14 +02:00
Pierre Labastie
4ed4a3244d
Allow using any branch/tag in BLFS Makefile
...
Still WIP because of the *_TREE names
2021-05-01 09:22:06 +02:00
Pierre Labastie
b3825c3eb8
Adapt jhalfs to git
...
Note that the *_TREE var names should be changed to something related to
branch
2021-05-01 09:21:06 +02:00
Pierre Labastie
dfab075401
Change variable name to DEP_GIT in validate_configs
2021-04-30 21:39:34 +02:00
Pierre Labastie
de67016950
Adapt func_book_parser to git
...
The variable name "TREE" makes no sense now. It is rather a branch or a tag.
So more work is needed here.
2021-04-30 14:21:44 +02:00
Pierre Labastie
dd5d63d102
Adapt to git in func_install_blfs
2021-04-29 11:40:46 +02:00
Pierre Labastie
f538085157
Update instructions in README.BLFS
2021-04-29 11:17:57 +02:00
Pierre Labastie
fbbe081243
Move to git: Change url and var names in BLFS/Makefile
...
Note that only trunk is accessible in the Makefile. Other branches
wil be made accessible later.
2021-04-28 17:08:30 +02:00
Pierre Labastie
1e686d17a4
Moving to git:
...
Change names and help in Config.in
2021-04-27 22:45:19 +02:00
Pierre Labastie
38dd3c3d74
BLFS: have "process-replaceable" process gtk4
...
Do the same as for gtk3
2021-04-27 21:40:38 +02:00
Pierre Labastie
82eacf52a5
Fix packInstall.sh for recent packages
2021-03-09 22:02:19 +01:00
Pierre Labastie
47dfc81bdc
Account for the change in umount command in LFS
...
The command for unmounting the kernel vfs is now
umount -Rv $LFS
So we have first to use that command in teardown (change in
kernfs.xsl). Second, since the command tries to umount
$LFS, but the Makefile is on $LFS, it fails. Ignore the
error in the Makefile (change in master.sh)
2021-03-09 21:58:44 +01:00
Pierre Labastie
c2af9cd73f
Fix gen-special when an entity is commented out:
...
In the xorg application, mkfontdir is commented out, but we did not
check that because it was complicated with the shell. This was
leading to mkfontfir appearing in the packages to install, which
is not wanted. We use the information in the "cat" command to
eliminate the commented out package.
2021-03-09 21:53:29 +01:00
Pierre Labastie
e5518fd03e
jhalfs: update copyright years and adapt to git
...
- use git log to retrieve the most recent version to display with
-v
2021-01-17 11:13:43 +01:00
Pierre Labastie
f9babd04b5
packInstall.sh.porg: fixes for inih and libhandy
2021-01-15 11:00:05 +01:00
Pierre Labastie
782a77b2c4
Fix an inaccurate comment in packInstall.sh.porg
2020-12-04 09:30:37 +00:00
Pierre Labastie
ea0be93e9e
Now that tcl, expect, and dejagnu are only in lfs, update instpkg.xml
...
with those packages after installing lfs, or when updating lfs
2020-10-15 13:15:33 +00:00
Pierre Labastie
018ab000f3
Fix downloading blfs books tag versions greater than 9
2020-10-15 12:39:52 +00:00
Pierre Labastie
5562bf14e0
Fix make exiting with an error if $(MOUNT_PT)/var/lib does not exist
2020-09-30 05:43:59 +00:00
Pierre Labastie
088130f04a
Fix changing the ownership of $BUILDDIR/var/lib to LUSER when it has been
...
created by func_install_blfs. Fixes ticket #1729
2020-09-17 15:30:29 +00:00
Pierre Labastie
426e40be67
add the desktop-file-utils case for non install instructions in blfs tools
2020-09-15 12:39:59 +00:00
Pierre Labastie
7ce5a6195f
packInstall.sh.porg: remove special case for x264: it is now packaged
...
"normally"...
2020-09-15 12:14:50 +00:00
Pierre Labastie
bfc99d1f9f
Typo
2020-09-15 09:09:18 +00:00
Pierre Labastie
2873df61d7
New bridgehead layout for llvm
2020-09-15 07:36:23 +00:00
Pierre Labastie
56c1fff69a
Create os-release also for SysV
...
This has been in the book for a few months, but jhalfs was not updated.
It is now...
2020-08-22 11:49:09 +00:00
Pierre Labastie
a8b8d192eb
Use a custom date format in the filename of the chapter 5 tarball
...
The format of "date -Iseconds" generates character that are not accepted by
"cp". Use only letters, digits, and dash "-".
2020-08-22 11:47:10 +00:00
Pierre Labastie
f7c6c3c108
Allow versions up to 19 for lfs
2020-08-22 11:44:07 +00:00
Pierre Labastie
7e9e66faa4
Fix name of book repo for tag version greater than 9
2020-08-16 08:05:57 +00:00
Pierre Labastie
6f74ca146f
LFS/master.sh: only count chapter* dirs in lfs-commands
...
We count the number of files in lfs-commands to know whether
we have an old or a new book. But this shouldn't include the
custom-tools dir, so only count chapter*.
2020-07-10 13:29:15 +00:00
Pierre Labastie
8b85dae454
Prevent users to tick "Rebuild Makefile" if Makefile does not exist
...
For some reason, beginners tend to tick this at the first pass. Since
it is hard to prevent that in Config.in, use a sanity check in jhalfs.
2020-07-10 13:26:23 +00:00
Pierre Labastie
e3ccc2786a
Config.in: Reinstate the whole menus if "Rebuild Makefile" is ticked
...
Building the Makefile needs quite a few variables set, which
are scattered in all the menus of Config.in. So all the menus
are needed.
2020-07-10 13:24:00 +00:00
Pierre Labastie
88a8275eb8
lfs.xsl: mode=pkgmngt: use $pos and not position() when calling
...
start-script
2020-07-09 17:04:30 +00:00