Hello, I can confirm the second error: > mv: cannot stat '/home/matz/ipfire-2.x/build/install/images/*.tgz': No such file or directory > mv: cannot stat '/home/matz/ipfire-2.x/build/install/images/*.bz2': No such file or directory It also appears here. Grub, however, seems builds fine. Best regards, Peter Müller > Hi! > > While testing 'dhcp 4.4.1', current 'next' won't build. > > While 'building packages' it throws a bunch of errors in '_build_packagaes.log': > > ***SNIP*** > ... > # Create configuration > mkdir -pv /install/harddisk/boot/grub > chroot /install/harddisk grub-mkconfig -o /boot/grub/grub.cfg > ERROR: ld.so: object '/tools_i586/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. > ERROR: ld.so: object '/tools_i586/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. > ... > device-mapper: table ioctl on failed: No such device or address > ... > ERROR: ld.so: object '/tools_i586/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. > ... > # Install GRUB > grub-install --force --recheck --no-floppy --target=i386-pc \ > --root-directory=/install/harddisk /dev/loop0 > device-mapper: table ioctl on failed: No such device or address > device-mapper: table ioctl on failed: No such device or address > ... > ***SNAP*** > > It ends with: > > ***SNIP*** > ... > # Add padding at the end of the image (to fix alignment issues if the image is > # not copied to a block device) > dd if=/dev/zero bs=1M count=100 >> /install/images/image.img > 100+0 records in > 100+0 records out > 104857600 bytes (105 MB, 100 MiB) copied, 0.897412 s, 117 MB/s > # Compress Image > pigz -f9 < /install/images/image.img > /install/images/ipfire-2.19.1gb-ext4-scon.i586-full-core121.img.gz > rm -rf /install/images/image.img /install/harddisk > mv: cannot stat '/home/matz/ipfire-2.x/build/install/images/*.tgz': No such file or directory > mv: cannot stat '/home/matz/ipfire-2.x/build/install/images/*.bz2': No such file or directory > Apr 29 11:34:18: Building core-updates + cd /usr/src/lfs > + MAKETUNING=-j9 > + make -f core-updates LFS_BASEDIR=/usr/src install > rm -rf /install/packages/package > mkdir -p /install/packages/package > eval $(cat /usr/src/config/rootfiles/core/121/meta) > #Generate ROOTFILES from filelists > BUILD_ARCH=i586 BUILDTARGET=i586-pc-linux-gnu KVER=3.14.79 \ > /usr/src/src/scripts/archive.files \ > /usr/src/config/rootfiles/core/121/filelists \ > /usr/src/config/rootfiles/core/121/files \ > /usr/src/config/rootfiles/core/121/files.i586 \ > > /tmp/ROOTFILES.tmp > #remove excluded files from ROOTFILES > grep -f /usr/src/config/rootfiles/core/121/exclude -v /tmp/ROOTFILES.tmp > /tmp/ROOTFILES > make: *** [core-updates:60: core/121] Error 1 > ... > ***SNAP*** > > Anyone else? Any hints? > > Best, > Matthias >