Re: poudriere-devel: ldconfig: warning: /lib32: No such file or directory
Date: Wed, 15 Nov 2023 23:19:08 UTC
On Wed, Nov 15, 2023 at 09:34:38PM +0000, Nuno Teixeira wrote: > Hello all, > > Just updated poudriere jail to 2a4897bd (newer than host 14c2e0a0) and I > spoted: > > poudriere-devel-3.4.99.20231113: > --- > [00:00:00] Starting jail 15amd64-main > [00:00:00] Will build as nobody:nobody (65534:65534) > ldconfig: warning: /lib32: No such file or directory > --- > > No building problems. > Any clues? This is innocent warning because /lib32 is included into ld-elf32.so.1 default search path. Caused by 99132daf6f70cb0cc969c555d3612547fa3cf1db. Best fix is to remove /lib32 from the ld-elf32.so.1 path, but the realistic change is to filter non-existing dirs in ldconfig script.