Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101050 - net-im/silc-plugin abuse USE=pic
Summary: net-im/silc-plugin abuse USE=pic
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Andrej Kacian (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-01 19:08 UTC by SpanKY
Modified: 2005-08-02 07:05 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 SpanKY gentoo-dev 2005-08-01 19:08:29 UTC
tvtime has incorrect pic handling, it should be punted from the ebuilds

this bit in particular:
`use_with pic`
Comment 1 Andrej Kacian (RETIRED) gentoo-dev 2005-08-02 05:30:36 UTC
I didn't quite get the reference to "tvtime", but this issue was mentioned to me
by someone a long time ago - I had a -r3 ebuild sitting in there since then, but
it seems that I never got around to committing it. Shame on me, committing now,
with --enable-pic hardcoded. Thanks for reminding.

Reopen if that's not okay.
Comment 2 SpanKY gentoo-dev 2005-08-02 06:39:29 UTC
yeah, tvtime was a typo ... i just filed a similar report for that package

however, the default configure behavior (from glancing quickly) is to produce
PIC objects for the shared library and non-PIC objects for the static library
(which is correct)

so the package should not specify --with-pic or --enable-pic at all
Comment 3 Andrej Kacian (RETIRED) gentoo-dev 2005-08-02 07:05:40 UTC
Fixed, thanks.