Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 341485 - net-analyzer/rrdtool-1.3.8 does not build
Summary: net-analyzer/rrdtool-1.3.8 does not build
Status: RESOLVED DUPLICATE of bug 321749
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: N/A
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-17 16:36 UTC by Robert Bradbury
Modified: 2010-10-19 02:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (EmrgInfo.lst,4.71 KB, text/plain)
2010-10-18 20:52 UTC, Robert Bradbury
Details
Build log (build.log,243.23 KB, text/plain)
2010-10-18 20:55 UTC, Robert Bradbury
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Bradbury 2010-10-17 16:36:45 UTC
There is a problem with the configure/Makefile in creating the compile line for RRD.so.  The line comes out as:
gcc -shared -o RRD.so main.o -L. -L/usr/lib -Wl,-R/usr/lib -L../../src/.libs -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined-Wl,--rpath -Wl,/usr/lib    -Wl,-R -Wl,/usr/lib -L/usr/lib -lruby18  -lpthread -lrt -ldl -lcrypt -lm   -lc

gcc complains "unrecognized option '--no-undefined-Wl'"

Reproducible: Always

Steps to Reproduce:
1. emerge rrdtool

Actual Results:  
emerge fails

Expected Results:  
Correct compiler lines should be produced and emerge should work.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-10-18 20:38:16 UTC
Please attach the entire build log and post your `emerge --info' output as you might have read at the end of the build output...
Comment 2 Robert Bradbury 2010-10-18 20:52:57 UTC
Created attachment 251175 [details]
emerge --info
Comment 3 Robert Bradbury 2010-10-18 20:55:24 UTC
Created attachment 251177 [details]
Build log
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2010-10-19 02:53:16 UTC

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