Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
>>> Source unpacked. >>> Install openoffice-bin-1.1.0 into /var/tmp/portage/openoffice-bin-1.1.0/image/ category app-office * Installing OpenOffice.org into build root... /usr/sbin/ebuild.sh: line 88: ./setup: No such file or directory !!! ERROR: app-office/openoffice-bin-1.1.0 failed. !!! Function src_install, Line 88, Exitcode 127 !!! The setup program failed Reproducible: Always Steps to Reproduce: 1. with emul-libs-x86-baselibs-1.1 installed, emerge openoffice-bin 2. 3. Actual Results: failure Expected Results: success emerge unmerge emul-linux-x86-baselibs (emul-linux-x86-baselibs-1.1) does not remove the file /etc/env.d/75emul-linux-x86-baselibs As far as I can tell from the emul-linux-x86-baselibs-1.0 /lib/ld-linux.so.2 should point to /emul/linux/x86/lib/ld-linux.so.2 like so: # ls -l /lib/ld-linux.so.2 lrwxrwxrwx 1 root root 33 Apr 14 23:08 /lib/ld-linux.so.2 -> /emul/linux/x86/lib/ld-linux.so.2 to fix: cd /lib ln -sf ld-linux.so.2 /emul/linux/x86/lib/ld-linux.so.2 however there is still a problem, openoffice will not install with emul-linux-x86-baselibs-1.1 and: ldconfig ldconfig: libraries libbz2.so.1.0 and libbz2.so.1.0.2 in directory /usr/lib32 have same soname but different type. Sorry for the hassle, I'm just trying to help. :) George
Good grief, I have to be more careful cutting and pasting. cd /lib ln -sf /emul/linux/x86/lib/ld-linux.so.2 ld-linux.so.2 WILL fix the problem, and all seems well, my previous suggestion fubar'ed the thing producing the goofy ldconfig reponse. George
not the same symptoms, but the same cause... I don't have that problem anymore since fixing BUG #47819. *** This bug has been marked as a duplicate of 47819 ***