Mailinglist Archive: opensuse-packaging (42 mails)
< Previous | Next > |
Re: [opensuse-packaging] openSUSE_Leap_15.0/x86_64: kernel panic due to bash missing readline
- From: Stefan Seyfried <stefan.seyfried@xxxxxxxxxxxxxx>
- Date: Sun, 12 May 2019 12:46:27 +0200
- Message-id: <26cd6e91-6989-cc1f-3570-48331bfbe1a8@message-id.googlemail.com>
Am 11.05.19 um 22:30 schrieb Bernhard Voelker:
It's in your project.
Either remove the usage of Base:System (that's where your /bin/bash
comes from) or fix your prjconf to preinstall all that's needed for your
/bin/bash:
seife@strolchi:~> osc buildinfo home:berny:branches:fromgit findutils
openSUSE_Leap_15.0 x86_64|grep readl
<bdep name="libreadline7" preinstall="1" notmeta="1" version="7.0"
release="lp150.1.1" arch="x86_64" project="Base:System"
repository="openSUSE_Leap_15.0" />
<bdep name="libreadline8" notmeta="1" version="8.0"
release="lp150.14.1" arch="x86_64" project="Base:System"
repository="openSUSE_Leap_15.0" />
--
Stefan Seyfried
"For a successful technology, reality must take precedence over
public relations, for nature cannot be fooled." -- Richard Feynman
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
Hi *,
https://build.opensuse.org/package/live_build_log/home:berny:branches:fromgit/findutils/openSUSE_Leap_15.0/x86_64
my package fails to build on OBS right when "booting kvm":
[ 5s] booting kvm...
[ 5s] ### VM INTERACTION START ###
[ 5s] /usr/bin/qemu-kvm -nodefaults [...]
...
[ 8s] /bin/bash: error while loading shared libraries: libreadline.so.8:
\
cannot open shared object file: No such file or directory
[ 8s] [ 1.878750] Kernel panic - not syncing: Attempted to kill init!
exitcode=0x00007f00
...
Is there anything I can do in my project, or is this a general issue?
It's in your project.
Either remove the usage of Base:System (that's where your /bin/bash
comes from) or fix your prjconf to preinstall all that's needed for your
/bin/bash:
seife@strolchi:~> osc buildinfo home:berny:branches:fromgit findutils
openSUSE_Leap_15.0 x86_64|grep readl
<bdep name="libreadline7" preinstall="1" notmeta="1" version="7.0"
release="lp150.1.1" arch="x86_64" project="Base:System"
repository="openSUSE_Leap_15.0" />
<bdep name="libreadline8" notmeta="1" version="8.0"
release="lp150.14.1" arch="x86_64" project="Base:System"
repository="openSUSE_Leap_15.0" />
--
Stefan Seyfried
"For a successful technology, reality must take precedence over
public relations, for nature cannot be fooled." -- Richard Feynman
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
< Previous | Next > |