Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310701 - dev-util/duma: /usr/bin/duma script broken and useless
Summary: dev-util/duma: /usr/bin/duma script broken and useless
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 13:23 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-04-04 07:45 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-03-22 13:23:33 UTC
flame@yamato duma % duma ls
ERROR: ld.so: object './libduma.so.0.0.0' from LD_PRELOAD cannot be preloaded: ignored.
ChangeLog  CVS	duma-2.4.27.ebuild  duma-2.5.13.ebuild	duma-2.5.14-r1.ebuild  duma-2.5.15.ebuild  duma-2.5.8.ebuild  files  Manifest  metadata.xml

The problem is that the script refers to ./libduma, whihc is only searched in the CWD, rather than in the library path; if you change the script to just use libduma.so.0.0.0 in the LD_PRELOAD it would work fine.
Comment 1 Steve Arnold archtester gentoo-dev 2010-04-04 07:45:04 UTC
Fixed in new revision.