Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 482490

Summary: fltk not detected
Product: Gentoo Linux Reporter: three sixes <666threesixes666>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED CANTFIX    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description three sixes 2013-08-26 02:08:42 UTC
fltk is not detected from source builds of rakarrack (and i imagine its broken everywhere else)

Reproducible: Always

Steps to Reproduce:
1.emerge fltk
2../configure in rakarrack untar dir
3. fail...
Actual Results:  
fltk not found, even though its installed

Expected Results:  
fltk found...  rest of config & compile happens

./configure --prefix=/usr && make && su -c 'make install'
for fltk source dir = fltk found....  its gentoo specific.  it should work the same for both and does not.
Comment 1 Rafał Mużyło 2013-08-26 15:37:53 UTC
That package is most likely not using fltk-config.

fltk-config --cflags
-I/usr/include/fltk-1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-27 15:00:27 UTC
We can't fix build systems for which we don't have ebuilds.