On Mon, Apr 07, 2025 at 11:42:46AM +0200, Havard Eidnes wrote: > Hmm. I re-updated src and xsrc, and started with an empty OBJDIR > and DESTDIR, but still I get the error(s): > > ====== 3 missing files in DESTDIR ======== > Files in flist but missing from DESTDIR. > File wasn't installed ? > ------------------------------------------ > ./usr/libdata/debug/usr/bin/lto-dump.debug > ./usr/libdata/debug/usr/lib/i386/libi386.so.2.0.debug > ./usr/libdata/debug/usr/tests/lib/libstdc++/h_cin_nosync.debug > ======== end of 3 missing files ==========
These files should be build and installed with MKDEBUG=yes, they are unrelated to MKDEBUGLIB. You need to find out why are they not installed in your build. Martin