Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 396077 - app-text/sword-1.6.2 automagic dep on gnutls
Summary: app-text/sword-1.6.2 automagic dep on gnutls
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Theology Herd (disbanded)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-26 12:49 UTC by Duncan
Modified: 2012-03-15 02:16 UTC (History)
1 user (show)

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


Attachments
emerge --info sword (sword.info,6.91 KB, text/plain)
2011-12-26 12:49 UTC, Duncan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan 2011-12-26 12:49:20 UTC
Created attachment 296977 [details]
emerge --info sword

I just upgraded gnutls, and rebuilt everything that an equery depends said depended on it.  sword wasn't in that list, but when I went to do a revdep-rebuild, this is what came up:

[ 73% ]  *   broken /usr/lib64/libsword-1.6.2.so (requires libgnutls.so.26)

[...]

 * Assigning files to packages
 *   /usr/lib64/libsword-1.6.2.so -> app-text/sword

Sure enough, checking the ebuild revealed no gnutls in the deps, which it obviously should be, given the above.

Note that I've had --as-needed in my LDFLAGS for years, and have had *.la in my INSTALL_MASK (except for libtool itself) for some time as well, so it shouldn't be the usual overlinking type stuff.  However, grepping the sources (case insensitive) for gnutls doesn't list anything.  Perhaps curl is pulling it in?

emerge --info sword attached

FWIW, when I did rebuild it, it rebuilt fine against the new and still masked gnutls-3.0.9, the install of which revealed the whole automagic linking against the older gnutls in the first place, so once the automagic is fixed, at least you shouldn't have any worries when the new gnutls gets unmasked. =:^)
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-03-15 02:16:16 UTC
There is no reference of gnutls in sword-1.6.2 source tree whatsoever.