elfutils-0.194 tests in LFS can still work with glibc-2.43

"\"Richard\"" ([email protected] via lfs-support Mailing List) <[email protected]> Mon, 30 Mar 2026 16:07:58 +0000
Newsgroups gmane.linux.lfs.support
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1774886887-1253-19639
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7BIT
Content-length: 820

Set FLAGS so compiler does not treat warnings as errors (I just add '-Wno-
error' to what was already in Makefiles):

export CFLAGS="-D_FORTIFY_SOURCE=3 -g -O2 -Wno-error"
export CXXFLAGS="-D_FORTIFY_SOURCE=3 -g -O2 -Wno-error"

./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-
debuginfod --enable-libdebuginfod=dummy

make
make check

============================================================================
Testsuite summary for elfutils 0.194
============================================================================
# TOTAL: 259
# PASS:  251
# SKIP:  8
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================

If you need the other parts of elfutils (I found a couple of non-LFS packages
that did), you can install them.

------------=_1774886887-1253-19639
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-support
Unsubscribe: See the above information page
------------=_1774886887-1253-19639--