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

Bug 1906

Summary: Cannot build fte without X11
Product: Gentoo Linux Reporter: Hanno Böck <hanno>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal CC: sascha-gentoo-bugzilla
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hanno Böck gentoo-dev 2002-04-18 05:52:19 UTC
When I try to make "emerge fte", I get an error that some X11-files are missing
e.g.
con_x11.cpp:34: X11/Xatom.h: No such file or directory
..

Ebuild brings an error.

Maybe you should split fte (like in debian) in fte-console, and fte-xterm
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-18 11:09:52 UTC
I have not looked at it closely enough yet, but likely that this can depend on
the X use flag, so with use X, you get the xterm and console versions, and
without that flag set you only get the console version.  I do not know for sure
just yet, but I will investigate.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-18 20:34:29 UTC
Actually, looking at the ebuild it already does what I suggested.  So, one must
ask -- do you have the Xatom.h file on your system? And if so, where?
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-27 14:48:33 UTC
*** Bug 2154 has been marked as a duplicate of this bug. ***
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-27 17:30:24 UTC
How odd that x11 wasn't listed as an optional dependency.  Ah well that has been
fixed.  Thanks for the catch and the fix, folks :)  Sorry for the inconvenience.