From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Current 'next' won't build Date: Sun, 29 Apr 2018 13:53:19 +0200 Message-ID: <450c9e60-a84c-acac-e7ee-0784a4f3fd00@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0623189930108148447==" List-Id: --===============0623189930108148447== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi! While testing 'dhcp 4.4.1', current 'next' won't build. While 'building packages' it throws a bunch of errors in '_build_packagaes.lo= g': ***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=3Di386-pc \ --root-directory=3D/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=3D/dev/zero bs=3D1M count=3D100 >> /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-s= con.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 f= ile or directory mv: cannot stat '/home/matz/ipfire-2.x/build/install/images/*.bz2': No such f= ile or directory Apr 29 11:34:18: Building core-updates + cd /usr/src/lfs + MAKETUNING=3D-j9 + make -f core-updates LFS_BASEDIR=3D/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=3Di586 BUILDTARGET=3Di586-pc-linux-gnu KVER=3D3.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 > /t= mp/ROOTFILES make: *** [core-updates:60: core/121] Error 1 ... ***SNAP*** Anyone else? Any hints? Best, Matthias --===============0623189930108148447==--