Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3928 - tetex ebuild fails
Summary: tetex ebuild fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
: 3971 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-06-20 06:33 UTC by Mark Trolley
Modified: 2002-06-21 11:21 UTC (History)
1 user (show)

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 Mark Trolley 2002-06-20 06:33:44 UTC
The tetex ebuild fails.  This appears to be due to the fact that it uses 
-I/usr/local/include/w3c-libwww, when in fact the include files are in 
-I/usr/include/w3c-libwww.  Here is the error. 
 
xdvi.c:95: WWWLib.h: No such file or directory  
xdvi.c:96: WWWInit.h: No such file or directory  
xdvi.c:97: WWWCache.h: No such file or directory  
xdvi.c:98: HTEscape.h: No such file or directory  
xdvi.c: In function `main':  
xdvi.c:2295: `NO' undeclared (first use in this function)  
xdvi.c:2295: (Each undeclared identifier is reported only once  
xdvi.c:2295: for each function it appears in.)  
xdvi.c:2330: `URL_PATH' undeclared (first use in this function)  
xdvi.c:2330: warning: assignment makes pointer from integer without a cast  
make[2]: *** [xdvi.o] Error 1  
make[2]: Leaving directory  
`/var/tmp/portage/tetex-1.0.7-r9/work/teTeX-1.0/texk/oxdvik'  
make[1]: *** [all] Error 1  
make[1]: Leaving directory  
`/var/tmp/portage/tetex-1.0.7-r9/work/teTeX-1.0/texk'  
make: *** [all] Error 1
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-20 09:57:53 UTC
fixed in -r10

Thanks for catching this.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-21 11:21:33 UTC
*** Bug 3971 has been marked as a duplicate of this bug. ***