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

Bug 530856

Summary: app-office/teapot failing to build fltk USE flag enabled
Product: Gentoo Linux Reporter: Oleh <moonlapse81>
Component: Current packagesAssignee: Desktop Misc. Team <desktop-misc>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge.info
build.log

Description Oleh 2014-11-27 13:02:28 UTC
teapot with fltk USE flag cannot find fltk headers. Snippet:



Reproducible: Always

Steps to Reproduce:
1. USE=fltk emerge app-office/teapot
2.
3.
Actual Results:  
Snippet:
/var/tmp/portage/app-office/teapot-2.3.0/work/teapot-2.3.0_build/fteapot.h:5:19: fatal error: FL/Fl.H: No such file or directory
#include <FL/Fl.H>

Expected Results:  
teapot compiled and installed with fltk support enabled.

FLTK installs into /usr/include/fltk and /usr/lib64/fltk, not in /usr/include/fltk-1 and /usr/lib64/fltk-1 as set in ebuild. teapot also does not build with recent gcc/glibc but it's another story.  
build.log, emerge.info.txt attached.
Comment 1 Oleh 2014-11-27 13:03:01 UTC
Created attachment 390394 [details]
emerge.info
Comment 2 Oleh 2014-11-27 13:03:28 UTC
Created attachment 390396 [details]
build.log
Comment 3 Pacho Ramos gentoo-dev 2015-02-03 14:49:52 UTC
removed