public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Current 'next' won't build
@ 2018-12-23  9:59 Matthias Fischer
  2018-12-25  8:22 ` Michael Tremer
  0 siblings, 1 reply; 20+ messages in thread
From: Matthias Fischer @ 2018-12-23  9:59 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

Hi,

First - all the best for chrismas and the new year. May the code be with
you! :-)

But..

Everytime I try, I'm getting the same error:

...
#Change KVER to Kernelversion
sed -e "s/KVER/4.14.86/g" -i /tmp/ROOTFILES
#Remove doubled files with tar/untar/tar to save space
tar -c --exclude='proc/*' --exclude='tmp/ROOTFILES' --exclude='#*'
--exclude='dev/pts/*' \
<->--exclude-from=/usr/src/config/rootfiles/core/127/exclude \
<->-C / --files-from=/tmp/ROOTFILES -f /ipfire.tar
tar: boot/boot.cmd: Cannot stat: No such file or directory
tar: boot/boot.scr: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
make: *** [core-updates:67: core/127] Error 2
...

Can anyone confirm?

Best,
Matthias

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Current 'next' won't build
@ 2019-06-08 10:20 Matthias Fischer
  2019-06-08 10:21 ` Michael Tremer
  0 siblings, 1 reply; 20+ messages in thread
From: Matthias Fischer @ 2019-06-08 10:20 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

Hi,

today building current 'next' failed with the following error:

***SNIP***
...
# Compress root filesystem
# Reason for this tar+untar+tar is removing of entries listed two or
more in src/ROOTFILES
tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*'
--exclude='tmp/ROOTFILES' \
    -C / --files-from=/tmp/ROOTFILES -f /ipfire.tar

    tar: You may not specify more than one '-Acdtrux', '--delete' or
'--test-label' option

    Try 'tar --help' or 'tar --usage' for more information.
    make: *** [cdrom:158: /usr/src/log/cdrom] Error 2
***SNAP***

Can anyone confirm?

Best,
Matthias

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Current 'next' won't build
@ 2018-04-29 11:53 Matthias Fischer
  2018-04-29 12:08 ` Peter Müller
  0 siblings, 1 reply; 20+ messages in thread
From: Matthias Fischer @ 2018-04-29 11:53 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2549 bytes --]

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

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Current 'next' won't build
@ 2017-10-18  2:39 Matthias Fischer
  2017-10-18  2:39 ` Michael Tremer
  0 siblings, 1 reply; 20+ messages in thread
From: Matthias Fischer @ 2017-10-18  2:39 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

Hi,

Current 'next' always gives me:

***SNIP***
...
    tar -c -C / --files-from=/tmp/ROOTFILES \
    -f /ipfire.tar --exclude='#*' --exclude='dev/pts/*' \
    --exclude='proc/*' --exclude='tmp/ROOTFILES'
    rm -f /tmp/ROOTFILES
    tar -x -C /tmp -f /ipfire.tar
    rm -f /ipfire.tar
    cd /tmp && tar  cf /install/cdrom/distro.img --xz * && rm -rf *
    xz: (stdin): Cannot allocate memory
    make: *** [cdrom:75: /usr/src/log/cdrom] Error 141
...
***SNAP***

Building on Ubuntu 16.04.3 LTS / 32bit.

Can anyone confirm?

Best,
Matthias

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2019-06-08 11:38 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-23  9:59 Current 'next' won't build Matthias Fischer
2018-12-25  8:22 ` Michael Tremer
  -- strict thread matches above, loose matches on Subject: below --
2019-06-08 10:20 Matthias Fischer
2019-06-08 10:21 ` Michael Tremer
2019-06-08 10:33   ` Matthias Fischer
2019-06-08 10:35     ` Michael Tremer
2019-06-08 11:38       ` Matthias Fischer
2018-04-29 11:53 Matthias Fischer
2018-04-29 12:08 ` Peter Müller
2017-10-18  2:39 Matthias Fischer
2017-10-18  2:39 ` Michael Tremer
2017-10-18 13:56   ` Matthias Fischer
2017-10-18 14:22     ` Matthias Fischer
2017-10-18 14:50       ` Michael Tremer
2017-10-18 15:54         ` Matthias Fischer
2017-10-18 17:03           ` Matthias Fischer
2017-10-18 17:42             ` Michael Tremer
2017-10-19 14:00               ` Matthias Fischer
2017-10-19 19:10               ` Matthias Fischer
2017-10-23 14:22                 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox