Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 423161 - dev-java/icedtea-bin-6.1.11.3 warns about Files built without respecting LDFLAGS
Summary: dev-java/icedtea-bin-6.1.11.3 warns about Files built without respecting LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-23 15:17 UTC by Pacho Ramos
Modified: 2012-10-20 21:36 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 Pacho Ramos gentoo-dev 2012-06-23 15:17:05 UTC
But, as it's normal because this is a bin package, why don't hide that warnings with QA_DT_HASH?

Thanks

Reproducible: Always
Comment 1 Agostino Sarubbo gentoo-dev 2012-06-23 15:35:03 UTC
I reminded it in the last stabilization, nobody cares :P
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2012-08-03 00:35:22 UTC
(In reply to comment #0)
> But, as it's normal because this is a bin package, why don't hide that
> warnings with QA_DT_HASH?
> 
> Thanks
> 
> Reproducible: Always

if you tell me how I'll do it. Since I don't have this warning configured (?) I don't see the error. Also I think there's better solution than listing everything in QA_DT_HASH but can't remember what exactly.

(In reply to comment #1)
> I reminded it in the last stabilization, nobody cares :P

Can't find that bug right now.
Comment 3 Pacho Ramos gentoo-dev 2012-09-05 17:33:03 UTC
(In reply to comment #2)
> (In reply to comment #0)
> > But, as it's normal because this is a bin package, why don't hide that
> > warnings with QA_DT_HASH?
> > 
> > Thanks
> > 
> > Reproducible: Always
> 
> if you tell me how I'll do it. 

I would do it like in other ebuilds, see for example emul-linux-x86-baselibs-20120520.ebuild ;)

>Since I don't have this warning configured
> (?) I don't see the error. 

You need to append:
LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu"

to your make.conf :)

>Also I think there's better solution than listing
> everything in QA_DT_HASH but can't remember what exactly.

Maybe we could ask portage people :/, ok to CC them?
> 
> (In reply to comment #1)
> > I reminded it in the last stabilization, nobody cares :P
> 
> Can't find that bug right now.
Comment 4 Pacho Ramos gentoo-dev 2012-09-10 18:15:05 UTC
The idea would be to add that files to QA_DT_HASH, you can use "*" as emul packages do:
QA_DT_HASH="usr/lib32/.*"
Comment 5 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2012-10-20 21:36:13 UTC
Fixed with QA_PREBUILT in 6.1.11.5 and 7.2.3.3, thanks.