Your message dated Tue, 20 Feb 2007 10:37:54 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#364111: FTBFS on kfreebsd-i386 and kfreebsd-amd64
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: xbase-clients
Version: 1:7.0.0-4+kbsd
Severity: important
Tags: patch
Fails to build on kfreebsd-i386 and kfreebsd-amd64. Needed changes:
Apply xorg-macros_kbsd-gnu.diff to every aclocal.m4 in the source tree, with
the exception of xkbutils-X11R7.0-1.0.1/aclocal.m4 which doesn't need it.
Regenerate configure scripts in all dirs.
Update all instances of config.{guess,sub}.
Thanks!
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-486
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL
set to C)
Versions of packages xbase-clients depends on:
ii libc0.1 2.3.6-7 GNU C Library: Shared libraries
ii libfontconfig1 2.3.2-5.1 generic font configuration library
ii libfreetype6 2.1.10-3 FreeType 2 font engine, shared lib
ii libfs6 2:1.0.0-3 X11 Font Services library
ii libgl1-mesa-glx [libgl1] 6.4.1-0.4+kbsd A free implementation of the OpenG
ii libice6 1:1.0.0-3 X11 Inter-Client Exchange library
ii libpng12-0 1.2.8rel-5.1 PNG library - runtime
ii libsm6 1:1.0.0-4 X11 Session Management library
ii libx11-6 2:1.0.0-6+kbsd X11 client-side library
ii libxau6 1:1.0.0-3 X11 authorisation library
ii libxaw7 1:1.0.1-5 X11 Athena Widget library
ii libxcursor1 1.1.5.2-5 X cursor management library
ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar
ii libxft2 2.1.8.2-6 FreeType-based font drawing librar
ii libxi6 1:1.0.0-5 X11 Input extension library
ii libxkbfile1 1:1.0.2-3 X11 keyboard file manipulation lib
ii libxmu6 1:1.0.1-3 X11 miscellaneous utility library
ii libxmuu1 1:1.0.1-3 X11 miscellaneous micro-utility li
ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library
ii libxrender1 1:0.9.0.2-4 X Rendering Extension client libra
ii libxss1 1:1.0.1-4 X11 Screen Saver extension library
ii libxt6 1:1.0.0-4 X11 toolkit intrinsics library
ii libxtrap6 1:1.0.0-3 X11 event trapping extension libra
ii libxtst6 1:1.0.1-3 X11 Testing -- Resource extension
ii libxv1 1:1.0.1-3 X11 Video extension library
ii libxxf86dga1 2:1.0.0-3 X11 Direct Graphics Access extensi
ii libxxf86vm1 1:1.0.0-4 X11 XFree86 video mode extension l
ii x11-common 1:7.0.15 X Window System (X.Org) infrastruc
ii zlib1g 1:1.2.3-11 compression library - runtime
xbase-clients recommends no packages.
-- no debconf information
Status: https://bugs.freedesktop.org/show_bug.cgi?id=6654
Index: macros/xorg-macros.m4
===================================================================
RCS file: /cvs/xorg/util/macros/xorg-macros.m4,v
retrieving revision 1.8
diff -u -r1.8 xorg-macros.m4
--- macros/xorg-macros.m4 9 Dec 2005 15:28:41 -0000 1.8
+++ macros/xorg-macros.m4 19 Apr 2006 11:09:22 -0000
@@ -79,40 +79,40 @@
if test x$APP_MAN_SUFFIX = x ; then
case $host_os in
- linux*) APP_MAN_SUFFIX=1x ;;
+ linux* | k*bsd*-gnu) APP_MAN_SUFFIX=1x ;;
*) APP_MAN_SUFFIX=1 ;;
esac
fi
if test x$APP_MAN_DIR = x ; then
case $host_os in
- linux*) APP_MAN_DIR='$(mandir)/man1' ;;
+ linux* | k*bsd*-gnu) APP_MAN_DIR='$(mandir)/man1' ;;
*) APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' ;;
esac
fi
if test x$LIB_MAN_SUFFIX = x ; then
case $host_os in
- linux*) LIB_MAN_SUFFIX=3x ;;
+ linux* | k*bsd*-gnu) LIB_MAN_SUFFIX=3x ;;
*) LIB_MAN_SUFFIX=3 ;;
esac
fi
if test x$LIB_MAN_DIR = x ; then
case $host_os in
- linux*) LIB_MAN_DIR='$(mandir)/man3' ;;
+ linux* | k*bsd*-gnu) LIB_MAN_DIR='$(mandir)/man3' ;;
*) LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' ;;
esac
fi
if test x$FILE_MAN_SUFFIX = x ; then
case $host_os in
- linux*) FILE_MAN_SUFFIX=5x ;;
+ linux* | k*bsd*-gnu) FILE_MAN_SUFFIX=5x ;;
solaris*) FILE_MAN_SUFFIX=4 ;;
*) FILE_MAN_SUFFIX=5 ;;
esac
fi
if test x$FILE_MAN_DIR = x ; then
case $host_os in
- linux*) FILE_MAN_DIR='$(mandir)/man5' ;;
+ linux* | k*bsd*-gnu) FILE_MAN_DIR='$(mandir)/man5' ;;
*) FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' ;;
esac
fi
@@ -121,14 +121,14 @@
# LinuxDebian, not other Linuxes, so we leave it unchanged here
if test x$MISC_MAN_SUFFIX = x ; then
case $host_os in
-# linux*) MISC_MAN_SUFFIX=7x ;;
+# linux* | k*bsd*-gnu) MISC_MAN_SUFFIX=7x ;;
solaris*) MISC_MAN_SUFFIX=5 ;;
*) MISC_MAN_SUFFIX=7 ;;
esac
fi
if test x$MISC_MAN_DIR = x ; then
case $host_os in
-# linux*) MISC_MAN_DIR='$(mandir)/man7' ;;
+# linux* | k*bsd*-gnu) MISC_MAN_DIR='$(mandir)/man7' ;;
*) MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' ;;
esac
fi
@@ -137,14 +137,14 @@
# LinuxDebian, not other Linuxes, so we leave it unchanged here
if test x$DRIVER_MAN_SUFFIX = x ; then
case $host_os in
-# linux*) DRIVER_MAN_SUFFIX=4x ;;
+# linux* | k*bsd*-gnu) DRIVER_MAN_SUFFIX=4x ;;
solaris*) DRIVER_MAN_SUFFIX=7 ;;
*) DRIVER_MAN_SUFFIX=4 ;;
esac
fi
if test x$DRIVER_MAN_DIR = x ; then
case $host_os in
-# linux*) DRIVER_MAN_DIR='$(mandir)/man4' ;;
+# linux* | k*bsd*-gnu) DRIVER_MAN_DIR='$(mandir)/man4' ;;
*) DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' ;;
esac
fi
--- End Message ---
--- Begin Message ---
Version: 1:7.1.ds-1
Upstream patch applied 10 months ago, seems to be available in Etch's
version. Closing.
Brice
--- End Message ---