Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218987 - app-pda/synce-rra-0.10.0 won't compile/link if LDFLAGS="-Wl,--as-needed" set
Summary: app-pda/synce-rra-0.10.0 won't compile/link if LDFLAGS="-Wl,--as-needed" set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-23 06:36 UTC by Izad-Yar Daniel Rasheed
Modified: 2008-04-23 06:37 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 Izad-Yar Daniel Rasheed 2008-04-23 06:36:29 UTC
app-pda/synce-rra-0.10.0 , a component of SynCE, won't compile/link if LDFLAGS="-Wl,--as-needed" is set in /etc/make.conf.

This is already solved!
Instead of: emerge -av synce-rra
Run this: LDFLAGS="" emerge -av synce-rra

I merely wish to report the bug so that developers can fix it and stumped users can have a reference to work with.

Reproducible: Always

Steps to Reproduce:
1. Have LDFLAGS="-Wl,--as-needed" set in /etc/make.conf
2. emerge -av synce-rra
Actual Results:  
Build fails fatally, listing many undefined references, and the linker quits.

Expected Results:  
Build succeeds.