Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52323 - Ogle needs /usr/lib/ogle in /etc/ld.so.conf
Summary: Ogle needs /usr/lib/ogle in /etc/ld.so.conf
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-29 01:37 UTC by Mikael Cluseau
Modified: 2004-12-19 21:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge info log (emerge_info,2.09 KB, application/octet-stream)
2004-07-24 04:48 UTC, Mikael Cluseau
Details
emerge ogle log (emerge_ogle.gz,9.44 KB, application/x-gzip)
2004-07-24 04:48 UTC, Mikael Cluseau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Cluseau 2004-05-29 01:37:06 UTC
I've made a /etc/env.d/99ogle with the appropriate effect. Here it is :
---<cut here ;)>---
99ogle:LDPATH=/usr/lib/ogle
---</cut here ;)>---

Reproducible: Always
Steps to Reproduce:
1. emerge ogle
2. ogle
Comment 1 Chris White (RETIRED) gentoo-dev 2004-07-17 23:56:29 UTC
I need more information, namely version information (if it's all versions) and an output of the error as well.  Thank you for reporting this bug though!
Comment 2 Mikael Cluseau 2004-07-18 03:44:40 UTC
Quite a long time now, but I don't see any update in my logs, so it affects ogle-0.9.2 (at least).

The error is:
~~~~~~~~~~~~~
/usr/lib/ogle/ogle_ctrl: error while loading shared libraries: libmsgevents.so.6: cannot open shared object file: No such file or directory

A sample script demonstrating the problem on my box:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nwrk root # rm -f /etc/env.d/99ogle
nwrk root # env-update && ogle
>>> Regenerating /etc/ld.so.cache...
 * Caching service dependencies...
/usr/lib/ogle/ogle_ctrl: error while loading shared libraries: libmsgevents.so.6: cannot open shared object file: No such file or directory
nwrk root # echo 'LDPATH=/usr/lib/ogle' >/etc/env.d/99ogle
nwrk root # env-update && ogle
>>> Regenerating /etc/ld.so.cache...
 * Caching service dependencies...
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
ERROR[ogle_nav]: faild to open/read the DVD
DVDSetDVDRoot:: Root not set
Comment 3 Chris White (RETIRED) gentoo-dev 2004-07-23 10:46:55 UTC
I seem to be unable to reproduce your error.  Have you tried emerge sync'ing to see if the latest version works for you?  If not, can you attach the entire build log + emerge info?
Comment 4 Mikael Cluseau 2004-07-24 04:48:04 UTC
Created attachment 36053 [details]
emerge info log
Comment 5 Mikael Cluseau 2004-07-24 04:48:34 UTC
Created attachment 36054 [details]
emerge ogle log
Comment 6 Mikael Cluseau 2004-07-24 04:48:54 UTC
After today's emerge, it seems to work without /etc/env.d/99ogle... perhaps the GCC upgrade, USE flags changes or like. I'm quite disappointed because I already tried to remerge ogle 3 or 4 times before reporting this bug...

In case it helps later, I join the "emerge info" and "emerge ogle" logs.
Comment 7 Dariusz Dwornikowski 2004-09-06 12:52:34 UTC
the solution for that bug is here :
http://lists.berlios.de/pipermail/ogle-devel/2003-November/000516.html
Comment 8 Chris White (RETIRED) gentoo-dev 2004-12-19 21:05:22 UTC
I'm resolving this as worksforme as the apparent gcc update did it.  If this still is an issue, re-open and pester me.