Your message dated Fri, 29 Sep 2006 02:18:03 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387694: xfstt: FTBFS: Missing Build-Depends on
'x11proto-core-dev'
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: xfstt
Version: 1.7-2
Severity: serious
Tags: patch
When building 'xfstt' in a clean 'unstable' chroot,
I get the following error:
make[3]: Entering directory `/xfstt-1.7/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\""/usr/share/locale\""
-DFONTDIR=\""/usr/share/fonts/truetype\"" -DCACHEDIR=\""/var/cache/xfstt\""
-DPIDFILE=\""/var/run/xfstt.pid\"" -DMAGNIFY=0 -I../libfstt -Wall -g -O2
-fomit-frame-pointer -ffast-math -MT xfstt-xfstt.o -MD -MP -MF
".deps/xfstt-xfstt.Tpo" -c -o xfstt-xfstt.o `test -f 'xfstt.cc' || echo
'./'`xfstt.cc; \
then mv -f ".deps/xfstt-xfstt.Tpo" ".deps/xfstt-xfstt.Po"; else rm -f
".deps/xfstt-xfstt.Tpo"; exit 1; fi
In file included from xfstt.cc:71:
/usr/include/X11/fonts/FS.h:58:23: error: X11/Xdefs.h: No such file or directory
In file included from /usr/include/X11/fonts/FS.h:59,
from xfstt.cc:71:
/usr/include/X11/fonts/fsmasks.h:61:21: error: X11/Xmd.h: No such file or
directory
Please add the missing Build-Depends on 'x11proto-core-dev' to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/xfstt-1.7/debian/control ./debian/control
--- ../tmp-orig/xfstt-1.7/debian/control 2006-09-16 06:41:44.000000000
+0000
+++ ./debian/control 2006-09-16 06:41:41.000000000 +0000
@@ -2,7 +2,7 @@
Section: x11
Priority: extra
Maintainer: Guillem Jover <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), x11proto-fonts-dev
+Build-Depends: debhelper (>= 5), x11proto-fonts-dev, x11proto-core-dev
Standards-Version: 3.7.2
Package: xfstt
--- End Message ---
--- Begin Message ---
Hi,
On Sat, 2006-09-16 at 08:48:24 +0200, Andreas Jochens wrote:
> Package: xfstt
> Version: 1.7-2
> Severity: serious
> Tags: patch
> When building 'xfstt' in a clean 'unstable' chroot,
> I get the following error:
>
> make[3]: Entering directory `/xfstt-1.7/src'
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\""/usr/share/locale\""
> -DFONTDIR=\""/usr/share/fonts/truetype\"" -DCACHEDIR=\""/var/cache/xfstt\""
> -DPIDFILE=\""/var/run/xfstt.pid\"" -DMAGNIFY=0 -I../libfstt -Wall -g -O2
> -fomit-frame-pointer -ffast-math -MT xfstt-xfstt.o -MD -MP -MF
> ".deps/xfstt-xfstt.Tpo" -c -o xfstt-xfstt.o `test -f 'xfstt.cc' || echo
> './'`xfstt.cc; \
> then mv -f ".deps/xfstt-xfstt.Tpo" ".deps/xfstt-xfstt.Po"; else rm -f
> ".deps/xfstt-xfstt.Tpo"; exit 1; fi
> In file included from xfstt.cc:71:
> /usr/include/X11/fonts/FS.h:58:23: error: X11/Xdefs.h: No such file or
> directory
> In file included from /usr/include/X11/fonts/FS.h:59,
> from xfstt.cc:71:
> /usr/include/X11/fonts/fsmasks.h:61:21: error: X11/Xmd.h: No such file or
> directory
>
> Please add the missing Build-Depends on 'x11proto-core-dev' to debian/control.
This is fixed now that x11proto-fonts-dev properly depends on
x11proto-core-dev, and xfstt has been built on all arches. Thus
closing.
regards,
guillem
--- End Message ---