Cannot install Suse 10 SP4 readline-devel

Dear all,

Host OS: Windows 10
Guest OS Suse 10 SP4
Virtualization: Virtualbox 5.1.12r112440

I’ve already installed Suse 10 SP 4 in virtualbox. When I try to install readline-devel, it gives me the following error:

suse10sp4-10205-12102:~ # zypper install readline-devel
Restoring system sources...
Parsing metadata for SUSE Linux Enterprise Server 10 SP4...
Parsing RPM database...
Summary:
<install>   [S1:1][package]readline-devel-5.1-24.26.20.x86_64
Continue? [y/n]: y
Downloading: [S1:1][package]readline-devel-5.1-24.26.20.x86_64, 145.5 K(567.6 K unpacked)
Installing: [S1:1][package]readline-devel-5.1-24.26.20.x86_64
[S1:1][package]readline-devel-5.1-24.26.20.x86_64 Subprocess failed. Error: RPM failed:

Invalid object
Invalid object
Installing: [S1:1][package]readline-devel-5.1-24.26.20.x86_64
[S1:1][package]readline-devel-5.1-24.26.20.x86_64 Subprocess failed. Error: RPM failed:

(with nodeps)Invalid object
(with nodeps)Invalid object
Installing: [S1:1][package]readline-devel-5.1-24.26.20.x86_64
[S1:1][package]readline-devel-5.1-24.26.20.x86_64 Subprocess failed. Error: RPM failed:

(with nodeps+force)Invalid object
(A)bort, (R)etry, (I)gnore?

readline is already installed

suse10sp4-10205-12102:~ # rpm -qa readline
readline-5.1-24.26.20

Whats should I do to install readline-devel?

While I understand that most likely Suse10 is already out of support, but since my customer is still in Suse 10, I’ve to simulate according to their specifications.

thanks a lot!

[QUOTE=slesmaster;38210]Dear all,

Host OS: Windows 10
Guest OS Suse 10 SP4
Virtualization: Virtualbox 5.1.12r112440

I’ve already installed Suse 10 SP 4 in virtualbox. When I try to install readline-devel, it gives me the following error:

suse10sp4-10205-12102:~ # zypper install readline-devel
Restoring system sources...
Parsing metadata for SUSE Linux Enterprise Server 10 SP4...
Parsing RPM database...
Summary:
<install>   [S1:1][package]readline-devel-5.1-24.26.20.x86_64
Continue? [y/n]: y
Downloading: [S1:1][package]readline-devel-5.1-24.26.20.x86_64, 145.5 K(567.6 K unpacked)
Installing: [S1:1][package]readline-devel-5.1-24.26.20.x86_64
[S1:1][package]readline-devel-5.1-24.26.20.x86_64 Subprocess failed. Error: RPM failed:

Invalid object
Invalid object
Installing: [S1:1][package]readline-devel-5.1-24.26.20.x86_64
[S1:1][package]readline-devel-5.1-24.26.20.x86_64 Subprocess failed. Error: RPM failed:

(with nodeps)Invalid object
(with nodeps)Invalid object
Installing: [S1:1][package]readline-devel-5.1-24.26.20.x86_64
[S1:1][package]readline-devel-5.1-24.26.20.x86_64 Subprocess failed. Error: RPM failed:

(with nodeps+force)Invalid object
(A)bort, (R)etry, (I)gnore?

readline is already installed

suse10sp4-10205-12102:~ # rpm -qa readline
readline-5.1-24.26.20

Whats should I do to install readline-devel?

While I understand that most likely Suse10 is already out of support, but since my customer is still in Suse 10, I’ve to simulate according to their specifications.

thanks a lot![/QUOTE]
Hi
Try rpm to install rather than zypper, maybe the rpm database needs a clean as well;

rpm --rebuilddb

Dear malcom,

when I try to install by rpm the following pops up

suse10sp4-10205-12102:~/download/readline-devel # df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/mapper/system-root
                       8169472   2924096   5245376  36% /
udev                   2026836       140   2026696   1% /dev
/dev/sda1               155808     17504    138304  12% /boot
Segmentation fault

 rpm -ivh readline-devel-5.1-24.26.20.x86_64.rpm
Segmentation fault
suse10sp4-10205-12102:~/download/readline-devel # df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/mapper/system-root
                       8169472   2924096   5245376  36% /
udev                   2026836       140   2026696   1% /dev
/dev/sda1               155808     17504    138304  12% /boot
Segmentation fault

what should I do to resolve the segmentation fault error?

thanks a lot!

Hi
Not sure why your seeing that, could be SLES 10 SP4 being old and doesn’t like something with virtualbox.

If you boot to init 1 and run a filesystem check on / and /boot.

Run df through gdb may provide further info;

gdb df
...
....
......
(gdb) run <press enter>