Your message dated Wed, 21 Jun 2006 20:27:22 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of grace6 5.99.0+final-12.1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 5.99.0+final-12.1
tag 373568 - fixed
thanks
I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:
> grace6 (5.99.0+final-12.1) unstable; urgency=low
> .
> * Non-maintainer upload.
> * Remove Make.dep files (at least the ones not shipped upstream) on
> debian/rules clean, to avoid that files with obsolete include file
> placement get shipped in the .diff.gz. Fixes FTBFS, based on patch from
> Andreas Jochens. (Closes: #373568)
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---