Musl-LFS icon indicating copy to clipboard operation
Musl-LFS copied to clipboard

Linux From Scratch using Musl as Libc

Results 12 Musl-LFS issues
Sort by recently updated
recently updated
newest added

Regarding the https://github.com/dslm4515/Musl-LFS/blob/eb647866a11fb81c419bf7cba06324f05b4dd833/doc/3-Chroot/022-Shadow#L13 there is another hidden potential mismatch between shadow and musl. Currently, the `SHA_ROUNDS_MAX` in shadow and musl differ. The one in musl 1.2.3 is defined as https://git.musl-libc.org/cgit/musl/tree/src/crypt/crypt_sha512.c?h=v1.2.3#n196...

enhancement

Compiled boot database in `/etc/s6/db` is not used when booting with s6+s6-rc. System boots without errors and log under `/run/uncaught-logs` is empty. Procfs and sysfs not mounted

bug

Reference: https://git.alpinelinux.org/aports/tree/main/musl/APKBUILD#n53 https://github.com/dslm4515/Musl-LFS/blob/stable-9.00/doc/3-Chroot/007-Musl#L27-L30

question

And I'd like to know if you guys have interest in adding it to sources.list instead of using headers saved in files/. I've also created a script to automate the...

enhancement

I was reading [doc/043-Create_Essential_Files_and_Links](https://github.com/dslm4515/Musl-LFS/blob/master/doc/043-Create_Essential_Files_and_Links), and then i've read `ln -sv bash /bin/sh`. I disagree totally about linking `bash` to `sh` and my reasons are 100% technical. So i've thought: "why...

wontfix

Perl-5.34.0 configures fine after unpacking perl-cross-1.3.6 over it, but build segfaults: ``` make[1]: Leaving directory '/mnt/mlfs/sources/perl-5.34.0' make dynaloader make[1]: Entering directory '/mnt/mlfs/sources/perl-5.34.0' sh cflags.SH ./miniperl_top make_patchnum.pl cp -f ext/re/re.pm lib/re.pm...

bug

I'm trying to build GNU m4 (version 1.4.19) at the chroot stage, and it returns, when ``CCLD``'ng the final m4 binary, linking errors related to undefined functions being referenced ---...

The Musl Libc does not have utmp functionality built-in like glibc. Perhaps skarnet’s utmps should be built before coreutils? Without it, some commands like `last` will report `/dev/null/utmp is not...

enhancement
question

Replacing libelf/elfutils with elftoolchain will eliminate the need for musl-obstack Binutils could be moved from /usr to /opt/gnu as secondary binutils OR Create a script to switch between elftoolchain and...

question

Use the source at https://github.com/chimera-linux/musl-fts instead of https://github.com/pullmoll/musl-fts This will eliminate the need of autotools and can be built sooner... would be nice to build the supporting libraries fr musl...

enhancement