Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57206 - exim should depend on xfree's virtual when USE=X
Summary: exim should depend on xfree's virtual when USE=X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Colin Morey (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 11:09 UTC by Guy Martin (RETIRED)
Modified: 2004-11-09 13:37 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 Guy Martin (RETIRED) gentoo-dev 2004-07-15 11:09:27 UTC
Here is the error you get if you don't have any X emerged and do USE=X emerge exim :


gcc -o em_StripChart.o -c -O3 -march=pentium3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays -I. -I../exim_monitor  -I/usr/X11R6/include \
   ../exim_monitor/`echo em_StripChart.o | sed 's/o$/c/'`
../exim_monitor/em_StripChart.c:42:28: X11/IntrinsicP.h: No such file or directory
../exim_monitor/em_StripChart.c:43:28: X11/StringDefs.h: No such file or directory
../exim_monitor/em_StripChart.c:44:29: X11/Xaw/XawInit.h: No such file or directory
../exim_monitor/em_StripChart.c:45:32: X11/Xaw/StripCharP.h: No such file or directory
../exim_monitor/em_StripChart.c:46:24: X11/Xfuncs.h: No such file or directory
../exim_monitor/em_StripChart.c:54: error: syntax error before "resources"
<useless warnings and errors>
{standard input}:96: Error: symbol `ret_val' is already defined
make[1]: *** [em_StripChart.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/exim-4.34-r1/work/exim-4.34/build-exim-gentoo'
make: *** [go] Error 2

!!! ERROR: mail-mta/exim-4.34-r1 failed.

Btw, even if it should depend on X, I don't want it to !!
Maybe a use flag like the one vim use (vim-with-x) would be better.

The point is, for grp install, X will be emerged when just emerging exim and I don't really want to see :)
Comment 1 Christian Loitsch 2004-09-10 07:10:52 UTC
fixed
Comment 2 Colin Morey (RETIRED) gentoo-dev 2004-11-09 13:37:28 UTC
closing