Pierre Labastie
a4acb1236b
Quote bash variables in arguments to --stringparam for xsltproc
2017-06-29 14:10:30 +00:00
Pierre Labastie
cee84ade49
Copy the right files to SRC_ARCHIVE when "Retrieve source files" is on
...
and "Add blfs-tool support" is on: only $PACKAGE{,1} files were copied.
2017-04-10 08:34:27 +00:00
Pierre Labastie
945ccaa75e
Merge the new_features branch (manully, thanks to svn)
2017-04-09 10:29:32 +00:00
Pierre Labastie
de57ef4f16
Fix issue with clfs, when using
...
a tag in git, and not checking "Rebuild files": git pull fails because
the local repo is in "detached head" state.
- fix an issue with iputils patch in clfs-3.0.0
2017-04-01 11:05:15 +00:00
Pierre Labastie
5e59386c6d
Logging of the scriptlets generation had disappeared in the preceding
...
commit...
2017-03-27 19:10:38 +00:00
Pierre Labastie
0ad3a337f1
When choosing the LFS book, we should not depend on docbook-xml. This is achieved by directly treating the revision attribute in lfs.xsl, instead of using profiling from docbook-xsl.
2017-03-27 09:40:41 +00:00
Pierre Labastie
c67990fd77
Existence of package management files is tested even if PKGMNGT=n. Fix that. Thanks to Michael D.L. for reporting.
2017-03-25 21:00:16 +00:00
Pierre Labastie
9da16d9bf1
Fix a bug in the blfs scripts, occuring when the pacakge is neither a
...
tarball nor a zip file: copy the package from $SRC_DIR to the xxx-build dir.
And in case they are needed, copy the additional files too.
2017-03-19 16:17:18 +00:00
Pierre Labastie
3aa1acdc0d
Add checks for the files used by package management functions. Fix #1701
2017-03-19 14:54:28 +00:00
Pierre Labastie
2cf28dcaf1
Merge new_features r3922:
...
Add instructions to copy to SRC_ARCHIVE in func_install_blfs, so that files
are kept in host repo, and not downloaded again, should a new build be
started.
2017-03-16 13:40:18 +00:00
Pierre Labastie
85506da325
Merge new_features branch at r3901; Fixes:
...
when the user fstab and/or kernel config are the same as the ones in
$BUILDDIR/sources: avoid to cp on itself
- set SRC_ARCHIVE=/dev/null in BLFS tools download script if SRC_ARCHIVE is
empty
2017-03-05 08:38:09 +00:00
Pierre Labastie
67723e1682
merge new_features revision 3888
2017-02-27 17:33:46 +00:00
Pierre Labastie
f1fcb6b7a6
Merge r3879 from new_features branch
2016-11-24 16:52:03 +00:00
Pierre Labastie
26e6739b12
Add a forgotten switch REV=$INITSYS to the make command in BLFS tools,
...
so that the systemd revision be used when the LFS revision is systemd
2016-10-16 14:02:34 +00:00
Pierre Labastie
78d47793a9
Tidy is not needed anymore for BLFS tools.
2016-06-25 10:27:48 +00:00
Pierre Labastie
878a5a08dc
Forgot to change a variable name in the validation code at
...
last commit
2016-05-28 10:34:51 +00:00
Pierre Labastie
c9598f2108
Adaptation for merged LFS books. A few typos with no consequence are corrected too.
2016-05-28 10:00:30 +00:00
Pierre Labastie
061d54fbd5
change the way the hostreqs.xml file is found, to account for recent move from prologue to chapter 2 in
...
LFS
2016-05-20 11:46:49 +00:00
Pierre Labastie
316f845e03
Add forgotten svn:keyword "Id" to common/hostreqs.xsl
2015-12-21 07:59:26 +00:00
Pierre Labastie
4a03ca1421
Avoid to remove "make-ca.sh" from cacerts script
2015-11-20 06:15:24 +00:00
Pierre Labastie
39da010453
Fix the installation of jhalfs for BLFS:
...
- Remove the download part of the book instruction for cacerts
- Separate download and md5sum instructions in "download-script" generation,
so that packages with no md5sum can still be downloaded.
2015-11-19 13:13:29 +00:00
Pierre Labastie
b7515ec4fc
Bug in ICA:
...
Some time ago, we added the version information to the logs filename, but
the iteration targets did not know about that, and failed.
2015-03-07 22:05:24 +00:00
Pierre Labastie
56d842655b
Fix 2 minor bugs:
...
- the tzdata DESTDIR should not be tzdata, because some package managers use
$PACKAGE as their working directory, and this may conflicts with this one.
tzdata DESTDIR is now 001-tzdata
- when reading md5sums, the current code assumes that there is only one
<para><literal> node reachable from ../.. (relative to <ulink>). This is true
for the "official" book, but not necessarily for the snippets written for
package management. The following change only assumes that the md5sum
<para><literal> for a given <ulink> is the first one after <para><ulink>,
which does not change anything for the book, and is better for user
written snippets.
2014-12-21 11:25:47 +00:00
Pierre Labastie
3d96a65554
Fix version extraction for XML-Parser
2014-12-09 20:58:02 +00:00
Pierre Labastie
82808d1b14
Fixes addition of "pass1" util-linux in new version of CLFS.
...
Thanks to William Harrington for the patch.
2014-11-04 12:57:31 +00:00
Pierre Labastie
2af991dc0b
Allow "wget --version" to return a missing version field, since only
...
wget presence is required
2014-10-31 10:08:40 +00:00
Pierre Labastie
1f25a75e57
Have openssl build before python in blfs tools
2014-08-27 09:56:45 +00:00
Pierre Labastie
3f83cb0f8e
For CLFS 3.0, variable setting is now in final-prep chapter.
...
Adapt CLFS for that
2014-05-31 06:57:41 +00:00
Pierre Labastie
659be15f60
In get_package_tarball_name function, patterns corresponding to #- are
...
dropped. This should happen only when the digit is at the beginning of the
name. Change the sed accordingly
2014-05-24 08:50:45 +00:00
Pierre Labastie
ff9938fe50
Account for the possibility of a trailing slash in an url in pacakges.xsl
2014-05-08 20:58:12 +00:00
Pierre Labastie
719d0fc0a3
Correct urls generation when there is a trailing slash (thanks to sourceforge
...
for the homework;)
2014-05-07 15:30:33 +00:00
Pierre Labastie
2270ffd83f
Change the wording of the error message when Docbook XML DTD are
...
not installed
2014-01-23 08:59:08 +00:00
Pierre Labastie
b97ed5bbb3
Change the svn:keyword property of common/chroot.xsl
2014-01-12 21:43:04 +00:00
Pierre Labastie
d68eb1b205
Major change to th scripts layout:
...
- Do not put the chroot commands in $PROGNAME-commands, but rather
in a separate directory chroot-scripts
- Use the commands in the chroot-scripts directory to generate the CHROOT
variables in Makefile
- The commands are extracted to $PROGNAME-commands only if they do not
have role="nodump attribute and they do not begin with "chroot" (for
compatibility with previous books where chroot commands did not have
the role="nodump" attribute.
2014-01-12 21:40:20 +00:00
Pierre Labastie
94744cd687
Only check versions which appear in hostreqs.xml
2013-12-27 07:38:30 +00:00
Pierre Labastie
cbca63a173
Further changes to BLFS tools installation
2013-12-25 11:26:55 +00:00
Pierre Labastie
c1626d892a
Adapt blfs installation to recent changes in BLFS book
2013-12-24 18:52:24 +00:00
Pierre Labastie
6ed3dd7533
Change the prerequisite tests so that alfs tools are first checked, then blfs,
...
and the host reqs are tested later
2013-12-15 10:10:25 +00:00
Pierre Labastie
382b083182
Changes in func_install_blfs:
...
- Add --preserve-timestamps when copying the local BLFS book working copy
so that if the book has already been validated it is not validated again
- Some scriptlet changes are not needed anymore
2013-12-15 07:46:46 +00:00
Pierre Labastie
bb7f603391
add verbosity to the cleaning process
2013-12-15 07:34:58 +00:00
Pierre Labastie
e58cf15308
improvement of the copy flags when using a BLFS working copy
2013-11-17 07:55:30 +00:00
Pierre Labastie
854854e880
- Make the number of parallel jobs configurable in the menuconfig interface
...
- Allow choosing a working copy of the blfs book
2013-11-16 22:35:25 +00:00
Pierre Labastie
bb4b5c3c00
Permission problem again
2013-11-08 22:10:11 +00:00
Pierre Labastie
b2c7742927
Revert a previous fix, which could not work when user clfs did not exist yet
2013-11-06 21:44:09 +00:00
Pierre Labastie
e18f80a34a
Fix BLFS tool inclusion for CLFS:
...
-fix a typo in Makefile (8 spaces to tab...)
-fix permission problems (hopefully)
2013-11-06 20:55:27 +00:00
Pierre Labastie
ef32ce5ea5
Getting mad because you cannot interrupt the build once started?
...
The present set of commands seems to allow interrupting during the chapter
5 phase. No changes to chroot phase yet.
2013-11-01 14:15:43 +00:00
Pierre Labastie
bbcdeab57b
Handle errors while installing blfs tools and makes the error
...
message more accurate
2013-10-30 15:44:46 +00:00
Pierre Labastie
e576789367
Merge ablfs branch. Normally, jhalfs should not perform differently
...
for building LFS
2013-10-29 15:42:03 +00:00
Pierre Labastie
3cb4ef5b5a
Add versions to file names in logs and test-logs: use it for the SBY report
2013-10-05 17:45:52 +00:00
Pierre Labastie
ad4ff97cf4
Fix a bad fix
2013-10-03 10:28:37 +00:00