Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356015 - dev-libs/libindicate builds pointless static python archive
Summary: dev-libs/libindicate builds pointless static python archive
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Romain Perier (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 12:12 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-04-25 20:48 UTC (History)
2 users (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 2011-02-22 12:12:42 UTC
_indicate.la is pointless because Python doesn't use .la files for loading at all, but _indicate.a is also a waste of time because we don't support statically-linked Python exceptions. Can you please fix this?

See http://www.flameeyes.eu/autotools-mythbuster/libtool/plugins.html
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-04-25 20:48:46 UTC
Fixed, thanks.