On Thu, Nov 24, 2016 at 11:56:31AM +0100, Michael Schroeder wrote:
On Wed, Nov 23, 2016 at 09:35:02PM +0100, Martin Koegler wrote:
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: https://build.opensuse.org/package/live_build_log/home:e9925248:grandorgue/g...
Yes, running ldconfig fixes this. I'll add it to the build script.
Seems to be broken again: https://build.opensuse.org/package/live_build_log/home:e9925248:grandorgue/g... [ 38s] switching personality to 8... [ 39s] perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory [ 39s] [ 6.039774] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f0a Regards, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org