| Newsgroups |
gmane.linux.lfs.automated |
| Message-ID |
<[email protected]> |
On Sun, 2022-10-02 at 15:40 +0200, Thomas Seeling wrote:
> Hallo,
>
>
> small typo: in Config.in the prompt reads "Mutilib" where it should be
> "Multilib".
>
Thanks, will fix
> help text is wrong: even when using jhalfs for stable it looks for git and
> bails if it cannot be found (I had it in /usr/local/bin but the lfs user
> doesn't have this in his PATH).
well, not sure about which help text. And could you please tell me what you have
done exactly so that I can try to reproduce? I think git is used at several
points even if using a working copy (the user may be supposed to have used git
to clone jhalfs itself :)
>
> XSL variable is not defined before the cp command so the scripts fails here.
It is, but the problem is if you use an old "configuration" file with the new
"Config.in". If you don't want to erase "configuration{,.old}" and start over,
you can edit "configuration" and change 'XSL="whatever"' to 'XSL="lfs.xsl"'.
>
>
> $ git diff
> diff --git a/jhalfs b/jhalfs
> index fc425af..49783a1 100755
> --- a/jhalfs
> +++ b/jhalfs
> @@ -323,6 +323,7 @@ if [[ "$REBUILD_MAKEFILE" = "n" ]] ; then
> cp "$COMMON_DIR"/{makefile-functions,progress_bar.sh} "$JHALFSDIR/"
>
> # Copy needed stylesheets
> + XSL=lfs.xsl
not needed (and "Internal settings" can change this)
> cp "$COMMON_DIR"/{packages.xsl,chroot.xsl,kernfs.xsl} "$JHALFSDIR/"
> cp "$PACKAGE_DIR/$XSL" "$JHALFSDIR/"
> diff --git a/Config.in b/Config.in
> index a9a43df..4bf1091 100644
> --- a/Config.in
> +++ b/Config.in
> @@ -86,7 +86,7 @@ menu "BOOK Settings"
>
> choice
> depends on (BOOK_LFS || BOOK_LFS_SYSD)
> - prompt "Mutilib"
> + prompt "Multilib"
> default LFS_MULTILIB_NO
> config LFS_MULTILIB_NO
> bool "Standard LFS on i686 or amd64"
>
>
--
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page