Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82446 - gtk-splitter links against mhash if available even if emerged with USE=-crypt
Summary: gtk-splitter links against mhash if available even if emerged with USE=-crypt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-18 04:49 UTC by Alexandru Toma
Modified: 2005-03-17 16:39 UTC (History)
0 users

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 Alexandru Toma 2005-02-18 04:49:48 UTC
Because the Makefile autodetects mhash, it links against it even if gtk-splitter is emerged with USE=-crypt

Reproducible: Always
Steps to Reproduce:
1. emerge mhash
2. USE=-crypt ACCEPT_KEYWORDS=~x86 emerge gtk-splitter
3.

Actual Results:  
cloud root # strings /usr/bin/gtk-splitter | grep so
/lib/ld-linux.so.2
libgtk-x11-2.0.so.0
libgdk-x11-2.0.so.0
libatk-1.0.so.0
libgdk_pixbuf-2.0.so.0
libm.so.6
libpangoxft-1.0.so.0
libpangox-1.0.so.0
libpango-1.0.so.0
libgobject-2.0.so.0
libgmodule-2.0.so.0
libdl.so.2
libglib-2.0.so.0
libmhash.so.2
libc.so.6
Comment 1 SpanKY gentoo-dev 2005-03-17 16:39:07 UTC
yeah, i knew about this but didnt really care to fix the stupid package

added a workaround to cvs