On Mittwoch, 23. November 2016, 21:35:02 CET wrote Martin Koegler:
On Wed, Nov 23, 2016 at 07:24:37PM +0100, Adrian Schröter wrote:
On Mittwoch, 23. November 2016, 18:33:17 CET wrote Olaf Hering:
Another one for Fedora_25/i586:
[ 51s] linux64 /usr/bin/qemu-kvm -nodefaults -no-reboot -nographic -vga none -object rng-random,filename=/dev/random,id=rng0 -device virtio-rng-pci,rng=rng0 -runas qemu -cpu host -net none -kernel /boot/vmlinuz -initrd /boot/initrd -append root=/dev/sda rootfstype=ext3 rootflags=data=writeback,nobarrier,commit=150,noatime panic=1 quiet no-kvmclock nmi_watchdog=0 rw rd.driver.pre=binfmt_misc elevator=noop console=ttyS0 init=/.build/build -m 3000 -drive file=/var/cache/obs/worker/root_1/root,format=raw,if=none,id=disk,serial=0,cache=unsafe -device ide-hd,drive=disk -drive file=/var/cache/obs/worker/root_1/swap,format=raw,if=none,id=swap,serial=1,cache=unsafe -device ide-hd,drive=swap -serial stdio -smp 4 [ 59s] ### WATCHDOG MARKER END ### [ 59s] 2nd stage started in virtual machine [ 59s] machine type: x86_64 [ 59s] switching personality to 8... [ 59s] perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
hm, I see it is pre-installed, the rpm contains the lib but ld refuses to load it when starting perl.
Sorry, I have only the logfiles atm and no idea...
I already had posted this a few days ago:
This has been fixed - but there is another issue for i686:
build-vm calls in the vm: exec perl -e 'syscall(136, '$PERSONALITY') == -1 && warn("personality: $!\n");exec "/.build/build" || die("/.build/build: $!\n")'
perl requires libcrypt.so.1. libcrypt-2.24-3.fc25.i686.rpm ships /lib/libcrypt-2.24.so. /lib/libcrypt.so.1 is not shipped but intended to be created by ldconfig.
Seems like at that point ldconfig has not been run yet, so perl fails:
This is kind of problematic, since we usualy set the personality before running scripts, hm.. There is always a way to hack something, but do you have some insight what kind of mechanic is used that ldconfig is creating that file? I have never heard so far that ldconfig is doing something else then building up the cache ....
https://build.opensuse.org/package/live_build_log/home:e9925248:grandorgue/g...
[ 43s] ### WATCHDOG MARKER END ### [ 43s] 2nd stage started in virtual machine [ 43s] machine type: x86_64 [ 43s] switching personality to 8... [ 43s] perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory [ 43s] [ 4.202531] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
Regards, Martin
-- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org