[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#363483: marked as done (xutils-dev: FTBFS on k*bsd and hurd-i386: Wrong manpage suffixes)



Your message dated Sat, 14 Oct 2006 09:47:08 -0700
with message-id <E1GYmfE-0002Rb-Lq@spohr.debian.org>
and subject line Bug#363483: fixed in xutils-dev 1:7.1.ds-4
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: xutils-dev
Version: 1:1.0.2-2+kbsd
Severity: important
Tags: patch

Fails to build on kfreebsd-i386 and kfreebsd-amd64, because it assumes the wrong
man suffix and path.  See:  https://bugs.freedesktop.org/show_bug.cgi?id=6654

Remember to regenerate configure scripts after applying.

Also, config.{guess,sub} files are too old.  Please could you update them?  Any
version post-2003-10-07 will do.

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages xutils-dev depends on:
ii  cpp                           4:4.0.2-2  The GNU C preprocessor (cpp)
ii  libc0.1                       2.3.6-7    GNU C Library: Shared libraries
ii  x11-common                    1:7.0.15   X Window System (X.Org) infrastruc

xutils-dev recommends no packages.

-- no debconf information
diff -ur -x configure -x changelog -x config.sub -x config.guess xutils-dev-1.0.2.old/gccmakedep-1.0.1/aclocal.m4 xutils-dev-1.0.2/gccmakedep-1.0.1/aclocal.m4
--- xutils-dev-1.0.2.old/gccmakedep-1.0.1/aclocal.m4	2006-04-16 01:11:55.000000000 +0200
+++ xutils-dev-1.0.2/gccmakedep-1.0.1/aclocal.m4	2006-04-19 13:27:28.000000000 +0200
@@ -953,40 +953,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
diff -ur -x configure -x changelog -x config.sub -x config.guess xutils-dev-1.0.2.old/imake-1.0.1/aclocal.m4 xutils-dev-1.0.2/imake-1.0.1/aclocal.m4
--- xutils-dev-1.0.2.old/imake-1.0.1/aclocal.m4	2006-04-16 01:11:53.000000000 +0200
+++ xutils-dev-1.0.2/imake-1.0.1/aclocal.m4	2006-04-19 13:27:28.000000000 +0200
@@ -979,40 +979,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
diff -ur -x configure -x changelog -x config.sub -x config.guess xutils-dev-1.0.2.old/lndir-1.0.1/aclocal.m4 xutils-dev-1.0.2/lndir-1.0.1/aclocal.m4
--- xutils-dev-1.0.2.old/lndir-1.0.1/aclocal.m4	2006-04-16 01:11:54.000000000 +0200
+++ xutils-dev-1.0.2/lndir-1.0.1/aclocal.m4	2006-04-19 13:27:28.000000000 +0200
@@ -1136,40 +1136,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
diff -ur -x configure -x changelog -x config.sub -x config.guess xutils-dev-1.0.2.old/makedepend-1.0.0/aclocal.m4 xutils-dev-1.0.2/makedepend-1.0.0/aclocal.m4
--- xutils-dev-1.0.2.old/makedepend-1.0.0/aclocal.m4	2006-04-16 01:11:55.000000000 +0200
+++ xutils-dev-1.0.2/makedepend-1.0.0/aclocal.m4	2006-04-19 13:27:28.000000000 +0200
@@ -1097,40 +1097,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

--- End Message ---
--- Begin Message ---
Source: xutils-dev
Source-Version: 1:7.1.ds-4

We believe that the bug you reported is fixed in the latest version of
xutils-dev, which is due to be installed in the Debian FTP archive:

xutils-dev_7.1.ds-4.diff.gz
  to pool/main/x/xutils-dev/xutils-dev_7.1.ds-4.diff.gz
xutils-dev_7.1.ds-4.dsc
  to pool/main/x/xutils-dev/xutils-dev_7.1.ds-4.dsc
xutils-dev_7.1.ds-4_i386.deb
  to pool/main/x/xutils-dev/xutils-dev_7.1.ds-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 363483@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Nusinow <dnusinow@debian.org> (supplier of updated xutils-dev package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 14 Oct 2006 12:23:58 -0400
Source: xutils-dev
Binary: xutils-dev
Architecture: source i386
Version: 1:7.1.ds-4
Distribution: unstable
Urgency: low
Maintainer: David Nusinow <dnusinow@debian.org>
Changed-By: David Nusinow <dnusinow@debian.org>
Description: 
 xutils-dev - X Window System utility programs for development
Closes: 363483
Changes: 
 xutils-dev (1:7.1.ds-4) unstable; urgency=low
 .
   * Autoreconf to fix manpage suffix bugs on all platforms I'm aware of.
     Thanks Robert Millan. Closes: #363483
Files: 
 863d6cf1dc12b67f6d31478384f50251 801 x11 optional xutils-dev_7.1.ds-4.dsc
 ae66b868fb369180a4bc64e0a736ef34 196804 x11 optional xutils-dev_7.1.ds-4.diff.gz
 7ad478d22b72e1b1d5cfe6e581ff2c5f 299116 x11 optional xutils-dev_7.1.ds-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFMREmyLfpNdY0ad8RAgJbAJ9FQUEJySeWjnQMuIaIyg9MBJpL0QCgl1tt
G24mt6vkeSwklALiX9kdiIM=
=7iza
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: