Package: grace6
Version: 5.99.0+final-12
Severity: serious
Tags: patch

When building 'grace6' in a clean 'unstable' chroot,
I get the following error:

cc -g -Wall -O2 -I../../include     -c -o ctrans.o ctrans.c
ar cr ../../lib/core/libgrace-core.a quark.o project.o frame.o graph.o set.o 
axis.o region.o dobject.o atext.o ctrans.o
ranlib ../../lib/core/libgrace-core.a
make[2]: Leaving directory `/grace6-5.99.0+final/lib/core'
make[2]: Entering directory `/grace6-5.99.0+final/src'
make[2]: *** No rule to make target `/usr/X11R6/include/X11/Intrinsic.h', 
needed by `main.o'.  Stop.
make[2]: Leaving directory `/grace6-5.99.0+final/src'

The attached patch fixes this by removing src/Make.dep in the 'clean'
target in debian/rules. This causes src/Make.dep to be recreated
with the correct new X11 include paths during the build.

Regards
Andreas Jochens

diff -urN ../tmp-orig/grace6-5.99.0+final/debian/rules ./debian/rules
--- ../tmp-orig/grace6-5.99.0+final/debian/rules        2006-06-14 
10:10:07.000000000 +0000
+++ ./debian/rules      2006-06-14 10:10:04.000000000 +0000
@@ -19,4 +19,4 @@
 
 clean::
        $(RM) -r auxiliary/convcal grconvert/grconvert src/xmgrace doc/*.dvi \
-               autom4te.cache
+               autom4te.cache src/Make.dep


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to