[Pkg-freeciv-devel] Bug#322950: marked as done (freeciv: FTBFS (ppc64): /bin/sh ../bootstrap/config.sub powerpc64-linux-gnu failed)

Debian Bug Tracking System owner at bugs.debian.org
Wed Sep 7 17:33:14 UTC 2005


Your message dated Wed, 07 Sep 2005 10:02:13 -0700
with message-id <E1ED3JN-00074n-00 at spohr.debian.org>
and subject line Bug#322950: fixed in freeciv 2.0.5-2
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Aug 2005 18:08:18 +0000
>From aj at andaco.de Sat Aug 13 11:08:18 2005
Return-path: <aj at andaco.de>
Received: from d001162.adsl.hansenet.de (localhost.localdomain) [80.171.1.162] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E40Qb-0008BQ-00; Sat, 13 Aug 2005 11:08:18 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
	id 1E40QZ-0007Cu-Rl; Sat, 13 Aug 2005 20:08:15 +0200
To: Debian Bug Tracking System <submit at bugs.debian.org>
From: Andreas Jochens <aj at andaco.de>
Subject: freeciv: FTBFS (ppc64): /bin/sh ../bootstrap/config.sub powerpc64-linux-gnu failed
Message-Id: <E1E40QZ-0007Cu-Rl at localhost.localdomain>
Date: Sat, 13 Aug 2005 20:08:15 +0200
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: freeciv
Version: 2.0.4-1
Severity: normal
Tags: patch

When building 'freeciv' on ppc64/unstable,
I get the following error:

mv -f patch-stampT patch-stamp
dh_testdir
rm -f config.sub config.guess
ln -s /usr/share/misc/config.sub config.sub
ln -s /usr/share/misc/config.guess config.guess
mkdir build-xaw3d
(cd build-xaw3d && 	\
 ../configure --cache-file=/freeciv-2.0.4/config.cache --prefix=/usr --datadir=\${prefix}/share/games --bindir=\${prefix}/games --host powerpc64-linux-gnu --build powerpc64-linux-gnu --enable-debug=no  --disable-server --enable-client=xaw \
 	--with-xaw3d --without-zlib && \
/usr/bin/make CFLAGS="-Wall -g -O2 ")
configure: creating cache /freeciv-2.0.4/config.cache
checking build system type... Invalid configuration `powerpc64-linux-gnu': machine `powerpc64' not recognized
configure: error: /bin/sh ../bootstrap/config.sub powerpc64-linux-gnu failed
make: *** [build-xaw3d] Error 1

This is because the automatic update of the config.{guess,sub} files
should copy or link  those files to the './bootstrap' directory instead 
of the parent directory. This error leads to the use of outdated
config files.

With the attached patch 'freeciv' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/freeciv-2.0.4/debian/rules ./debian/rules
--- ../tmp-orig/freeciv-2.0.4/debian/rules	2005-08-13 12:23:17.000000000 +0000
+++ ./debian/rules	2005-08-13 12:07:30.000000000 +0000
@@ -31,9 +31,7 @@
 build-server:
 	dh_testdir
 
-	-rm -f config.sub config.guess
-	ln -s /usr/share/misc/config.sub config.sub
-	ln -s /usr/share/misc/config.guess config.guess
+	ln -sf /usr/share/misc/config.{guess,sub} bootstrap
 
 	mkdir build-server
 	(cd build-server && ../configure $(COMMON_CONFIG) --disable-client && \
@@ -44,9 +42,7 @@
 build-xaw3d:
 	dh_testdir
 
-	-rm -f config.sub config.guess
-	ln -s /usr/share/misc/config.sub config.sub
-	ln -s /usr/share/misc/config.guess config.guess
+	ln -sf /usr/share/misc/config.{guess,sub} bootstrap
 
 	mkdir build-xaw3d
 	(cd build-xaw3d && 	\
@@ -59,9 +55,7 @@
 build-gtk:
 	dh_testdir
 
-	-rm -f config.sub config.guess
-	ln -s /usr/share/misc/config.sub config.sub
-	ln -s /usr/share/misc/config.guess config.guess
+	ln -sf /usr/share/misc/config.{guess,sub} bootstrap
 
 	mkdir build-gtk
 	(cd build-gtk && \

---------------------------------------
Received: (at 322950-close) by bugs.debian.org; 7 Sep 2005 17:20:02 +0000
>From katie at spohr.debian.org Wed Sep 07 10:20:02 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1ED3JN-00074n-00; Wed, 07 Sep 2005 10:02:13 -0700
From: Jordi Mallach <jordi at debian.org>
To: 322950-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#322950: fixed in freeciv 2.0.5-2
Message-Id: <E1ED3JN-00074n-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Wed, 07 Sep 2005 10:02:13 -0700
Delivered-To: 322950-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: freeciv
Source-Version: 2.0.5-2

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

freeciv-client-gtk_2.0.5-2_i386.deb
  to pool/main/f/freeciv/freeciv-client-gtk_2.0.5-2_i386.deb
freeciv-client-xaw3d_2.0.5-2_i386.deb
  to pool/main/f/freeciv/freeciv-client-xaw3d_2.0.5-2_i386.deb
freeciv-data_2.0.5-2_all.deb
  to pool/main/f/freeciv/freeciv-data_2.0.5-2_all.deb
freeciv-server_2.0.5-2_i386.deb
  to pool/main/f/freeciv/freeciv-server_2.0.5-2_i386.deb
freeciv_2.0.5-2.diff.gz
  to pool/main/f/freeciv/freeciv_2.0.5-2.diff.gz
freeciv_2.0.5-2.dsc
  to pool/main/f/freeciv/freeciv_2.0.5-2.dsc



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 322950 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jordi Mallach <jordi at debian.org> (supplier of updated freeciv 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 at debian.org)


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

Format: 1.7
Date: Wed,  7 Sep 2005 18:07:39 +0200
Source: freeciv
Binary: freeciv-client-gtk freeciv-data freeciv-client-xaw3d freeciv-server
Architecture: source all i386
Version: 2.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach <jordi at debian.org>
Changed-By: Jordi Mallach <jordi at debian.org>
Description: 
 freeciv-client-gtk - Civilization turn based strategy game (GTK+ client)
 freeciv-client-xaw3d - Civilization turn based strategy game (Xaw3D client)
 freeciv-data - Civilization turn based strategy game (game data)
 freeciv-server - Civilization turn based strategy game (server files)
Closes: 321985 322950 326988 327036
Changes: 
 freeciv (2.0.5-2) unstable; urgency=low
 .
   * Rebuild on a sane pbuilder chroot (closes: #326988, #327036).
   * debian/rules: link config.{guess,sub} in the correct place, fixing
     FTBFS on ppc64 (closes: #322950).
   * debian/control:
     - remove the transitional dummy packages, and make freeciv-gtk-client
       Provide: freeciv for convenience (closes: #321985).
     - bump Standards-Version to 3.6.2.0 (no changes required).
Files: 
 3cdb4da90906149165a995329a8ac5a2 948 games optional freeciv_2.0.5-2.dsc
 89966a6e6b8190413b2b687a88b79995 45007 games optional freeciv_2.0.5-2.diff.gz
 927cc52c4166865ed13e67f0cbeeb075 3845452 games optional freeciv-data_2.0.5-2_all.deb
 7674858f8e2fdbb02a5a30b00fea84de 425012 games optional freeciv-server_2.0.5-2_i386.deb
 5184783be29ceaca6c83b344cacd5561 354700 games optional freeciv-client-xaw3d_2.0.5-2_i386.deb
 dd09acacb6ee838ffce9ef645e7af1c6 388500 games optional freeciv-client-gtk_2.0.5-2_i386.deb

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

iD8DBQFDHxp1JYSUupF6Il4RAqOaAKDBpG9rIPfcn/0EG5Q7CZV88C2tvwCg0XbO
9hRx0EquwnzZGNGw7UKNUWU=
=+Zh4
-----END PGP SIGNATURE-----




More information about the Pkg-freeciv-devel mailing list