e2fsprogs
- upstream recommends building in a separate directory
- glaucus uses
chattrandlsattrfromtoybox - Depends on
texi2dvi e2initrd_helperis enabled by default- Patch and configure could be failing due to
../? - Remove static libraries manually
configurecreates a file outside ofDESTDIRwhen/etc/cron.ddoes not exist, and to avoid this use--without-crond-dir?- Replace
awkforbin/compile_etandbin/mk_cmds? - Consider adding
e2fsprogs_cv_struct_st_flags=noto configure? - Compare test results with Alpine’s
- To get rid of current warnings:
- Try
-j1for both build and install - Try
MKDIR_P=mkdir -p, becauseinstall-shis buggy and only creates one directory according to Chimera
- Try
- Requires
uuidandblkidfromutil-linux - Explicitly disable
--without-udev-rules-dir/--without-systemd-unit-dirto prevent the installation ofudevandsystemddirectories install-libsis identical toinstall-libs-recursiveand both install static librariesinstall-strip-libs-recursivealso installs static libraries and headersinstall-shlibs-libs-recursiveis identical toinstall-shlibs-strip-libs-recursivebut the latter is stripped and smallerinstall-progs-recursiveis identical toinstall-strip-progs-recursivebut the latter is stripped and smallerinstall-stripstrips binaries, shared libraries and does not install static libraries; so it is likeinstall-strip-progs-recursiveandinstall-shlibs-strip-libs-recursivecombined