Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293124 - app-cdr/nero-4.0.0.0 fails at runtime due to missing dependency
Summary: app-cdr/nero-4.0.0.0 fails at runtime due to missing dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-13 22:10 UTC by Nathan Zachary (RETIRED)
Modified: 2009-11-13 22:22 UTC (History)
0 users

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


Attachments
Added x11-libs/libXinerama to RDEPEND (nero-4.0.0.0.ebuild,2.21 KB, text/plain)
2009-11-13 22:12 UTC, Nathan Zachary (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Zachary (RETIRED) gentoo-dev 2009-11-13 22:10:51 UTC
app-cdr/nero-4.0.0.0 crashes at runtime with the following error:

./nero: error while loading shared libraries: libXinerama.so.l: cannot open shared object file: No such file or directory

This problem is easily fixed by emerging x11-libs/libXinerama, and therefore the former should be added as an RDEPEND in the ebuild.  I have made the change to the ebuild and submitted it here.

Reproducible: Always

Steps to Reproduce:
1. Emerge app-cdr/nero-4.0.0.0
2. Run from terminal in order to see debugging output
3. The error regarding libXinerama.so.l mentioned above is given

Actual Results:  
The libXinerama.so.l error is displayed during runtime, and Nero fails to start.

Expected Results:  
Nero should start without problem.

I have contributed the modified ebuild.  As it will not affect users with the application currently installed, I don't believe that a revision number is necessary.
Comment 1 Nathan Zachary (RETIRED) gentoo-dev 2009-11-13 22:12:14 UTC
Created attachment 210179 [details]
Added x11-libs/libXinerama to RDEPEND

Fixes unsatisfied runtime dependency.
Comment 2 Patrick Lauer gentoo-dev 2009-11-13 22:15:46 UTC
+  13 Nov 2009; Patrick Lauer <patrick@gentoo.org> nero-4.0.0.0.ebuild:
+  Fixing deps, closes #293124
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-11-13 22:17:04 UTC
uh, please don't CC me.

look at the metadata.xml, it would be correctly assigned to media-optical@
which i'm part of
Comment 4 Nathan Zachary (RETIRED) gentoo-dev 2009-11-13 22:22:04 UTC
@Samuli,
Very sorry about the CC.  I thought you were the current maintainer.  Apologies.


@Patrick,
Thanks for getting the ebuild committed so quickly!