Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482490 - fltk not detected
Summary: fltk not detected
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-26 02:08 UTC by three sixes
Modified: 2013-08-27 15:00 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 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.