Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217632 - dev-python/sip ignore LDFLAGS
Summary: dev-python/sip ignore LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 12:01 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-04-24 15:59 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-04-14 12:01:47 UTC
dev-python/sip (/usr/bin/sip)
dev-python/sip (/usr/lib64/python2.5/site-packages/sip.so)

The two of them still have .hash section even though I use -Wl,--hash=gnu.
Comment 1 Ali Polatel (RETIRED) gentoo-dev 2008-04-17 07:28:49 UTC
alip@trippin> grep ^LDFLAGS /etc/paludis/bashrc
LDFLAGS="-Wl,--as-needed"
alip@trippin> sudo paludis -i1 sip
<snip>
x86_64-pc-linux-gnu-g++ -Wl,--as-needed -shared -Wl,--version-script=sip.exp -o sip.so siplib.o qtlib.o threads.o objmap.o bool.o
<snip>

It looks fine here, am I missing something?
Comment 2 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-04-24 15:59:41 UTC
(In reply to comment #1)
> It looks fine here, am I missing something?

  23 Feb 2008; Tiziano Müller <dev-zero@gentoo.org> -sip-4.3.2.ebuild,
  -sip-4.5.2-r1.ebuild, -sip-4.7.ebuild, sip-4.7.3.ebuild:
  Made sip respect our LDFLAGS (bug #209738). Dropped old & unused versions.

Closing..