YellowJacketLinux / LFS

Notes on LFS and RPM bootstrap spec files
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

make check errors in libtool #6

Closed YellowJacketLinux closed 1 year ago

YellowJacketLinux commented 1 year ago

make check log file in commit bf300c4f42cda22f69db7f798528b00041cd46d4

Only two errors but I don't believe they happen when building same src.rpm in CentOS 7.

YellowJacketLinux commented 1 year ago

"Additionally, with grep-3.8, two tests will trigger a warning for non-POSIX regular expressions and fail." from https://www.linuxfromscratch.org/lfs/view/stable/chapter08/libtool.html

So those tests need to be disabled with grep 3.8.

YellowJacketLinux commented 1 year ago

Fixed in commit fc5ce2bd2f32b4fe6b154a652fddeefd1789e385

There was actually only one test error but that test was run twice. That particular test is now disabled as it is known to fail with current version of grep.