Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 251233 - x11-libs/fltk-2.0.0_pre6525: fltk2-config --ldflags returns wrong library path
Summary: x11-libs/fltk-2.0.0_pre6525: fltk2-config --ldflags returns wrong library path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-16 20:37 UTC by Thomas Kuther
Modified: 2009-05-08 14:37 UTC (History)
0 users

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


Attachments
New snapshot and added "fltk" to path (fltk-2.0_pre6671.ebuild,2.22 KB, text/plain)
2009-04-21 08:16 UTC, Goran Mekić
Details
Add "fltk" to path (fltk2-config.patch,861 bytes, text/plain)
2009-04-21 08:17 UTC, Goran Mekić
Details
Add "fltk" to path (fltk2-configure.patch,1.52 KB, text/plain)
2009-04-21 08:17 UTC, Goran Mekić
Details
Add "fltk" to path (fltk2-list.patch,274 bytes, text/plain)
2009-04-21 08:18 UTC, Goran Mekić
Details
Old and unchanged patch, but here for completeness (fltk2-nogl.patch,1.19 KB, text/plain)
2009-04-21 08:19 UTC, Goran Mekić
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kuther 2008-12-16 20:37:54 UTC
In x11-libs/fltk-2.0_pre6525 the fltk2-config returns a wrong path for libfltk2.so

That library gets installed to /usr/lib64/fltk/libfltk2.so, but 

└» fltk2-config --ldflags
-L/usr/lib64 -Wl,-rpath,/usr/lib64 -lfltk2 -lX11 -lXi -lXft -ldl -lpthread -lm -lXext -lcairo -lsupc++

only points to /usr/lib64

Reproducible: Always

Steps to Reproduce:
1. install fltk-2.0.0_pre*
2. run: fltk2-config --ldflags


Actual Results:  
-L/usr/lib64

Expected Results:  
-L/usr/lib64/fltk
Comment 1 Goran Mekić 2009-04-21 08:16:53 UTC
Created attachment 189026 [details]
New snapshot and added "fltk" to path
Comment 2 Goran Mekić 2009-04-21 08:17:22 UTC
Created attachment 189028 [details]
Add "fltk" to path
Comment 3 Goran Mekić 2009-04-21 08:17:59 UTC
Created attachment 189029 [details]
Add "fltk" to path
Comment 4 Goran Mekić 2009-04-21 08:18:14 UTC
Created attachment 189031 [details]
Add "fltk" to path
Comment 5 Goran Mekić 2009-04-21 08:19:32 UTC
Created attachment 189033 [details]
Old and unchanged patch, but here for completeness
Comment 6 Ben de Groot (RETIRED) gentoo-dev 2009-05-08 14:37:38 UTC
Thanks, patch added to new snapshot ebuild. Next time please provide one unified patch, and only a diff for the ebuild. That generally makes things easier for us devs.