Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311945 - evolution doesn't work with some LDFLAGS values
Summary: evolution doesn't work with some LDFLAGS values
Status: RESOLVED DUPLICATE of bug 141448
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 16:01 UTC by Sergio Bevilacqua
Modified: 2010-03-29 16:23 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 Sergio Bevilacqua 2010-03-29 16:01:22 UTC
With some LDFLAGS enabled evolution compiles fine but doesn't work: the main window appears empty and isn't possibile to do anything other close the program.
This is caused by some LDFLAGS values. I suppose this is caused by one or more from "--enable-new-dtags, --as-needed, --hash-style=gnu"

Reproducible: Always

Steps to Reproduce:
1. set LDFLAGS="-Wl,-z,now,-O1,--enable-new-dtags,--as-needed,--hash-style=gnu" in make.conf
2. emerge evolution
3. launch evolution

Actual Results:  
LDFLAGS="" emerge -1 evolution solves the problem


I think it can be useful to filter the LDFLAGS variable as in other ebuilds, for instance openoffice
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2010-03-29 16:20:05 UTC
Could you please try to find out which option causes the problem?
Comment 2 Pacho Ramos gentoo-dev 2010-03-29 16:23:29 UTC
I think it's "-z"

*** This bug has been marked as a duplicate of bug 141448 ***