Bug 381479 - install sequence: libncurses too late
Summary: install sequence: libncurses too late
Status: RESOLVED DUPLICATE of bug 381293
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 1
Hardware: i586 openSUSE 11.0
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 19:29 UTC by Forgotten User N1m2whZ-xl
Modified: 2008-04-20 20:55 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Forgotten User N1m2whZ-xl 2008-04-18 19:29:08 UTC
During installation of openSUSE 11.0-Beta1, some packages fail with post errors:

Subprocess failed. Error: RPM failed: /bin/sh: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
error: %postun(libogg-1.1.3-74.i586) scriptlet failed, exit status 127


---
2008-04-18 23:17:47 libogg0-1.1.3-86.i586.rpm install failed
rpm output:
/bin/sh: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
error: %postun(libogg-1.1.3-74.i586) scriptlet failed, exit status 127

2008-04-18 23:18:42 libogg0-1.1.3-86.i586.rpm install failed
rpm output:
/bin/sh: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
error: %postun(libogg-1.1.3-74.i586) scriptlet failed, exit status 127


This happens on both architectures i586 and x86_64.

Retry does not help, but a few packages later libncurses gets installed.
Comment 1 Forgotten User N1m2whZ-xl 2008-04-18 19:47:55 UTC
Probably only the symlink gets set too late:

inst-sys:~ # dir /lib/libncurses*
lrwxrwxrwx 1 root root     17 Apr 18 22:03 /lib/libncurses.so.5 -> libncurses.so.5.6
-rwxr-xr-x 1 root root 218436 Apr 18 21:53 /lib/libncurses.so.5.6
lrwxrwxrwx 1 root root     18 Apr 18 22:03 /lib/libncursesw.so.5 -> libncursesw.so.5.6
lrwxrwxrwx 1 root root     38 Apr 18 22:03 /lib/libncursesw.so.5.6 -> /mounts/mp_0000/lib/libncursesw.so.5.6
inst-sys:~ # 

We see the symlink only comes 10 minutes later, together with 
libncursesw.


Comment 2 Stephan Binner 2008-04-20 20:55:21 UTC

*** This bug has been marked as a duplicate of bug 381293 ***