Bug#408076: swi-prolog: FTBFS on GNU/kFreeBSD, mips, mipsel (due to outdated config.sub/config.guess)

2007-03-10 Thread Jens Seidel
On Sat, Jan 27, 2007 at 10:53:03AM +0100, Jens Seidel wrote:
 On Tue, Jan 23, 2007 at 11:47:59AM +0100, Petr Salinger wrote:
  Package: swi-prolog
  
  the current version fails to build on GNU/kFreeBSD, mips, mipsel.
  
  please use attached tweak for debian/rules
  to auto-update them.
 
 I can confirm this bug an mips.

No upload yet?
OK, I tested it now also on a mipsel box and the patch is indeed
required and works well!

Jens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#408076: swi-prolog: FTBFS on GNU/kFreeBSD, mips, mipsel (due to outdated config.sub/config.guess)

2007-03-10 Thread Gerardo Curiel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sorry for the late answer..

Jens Seidel escribió:
 On Sat, Jan 27, 2007 at 10:53:03AM +0100, Jens Seidel wrote:
 On Tue, Jan 23, 2007 at 11:47:59AM +0100, Petr Salinger wrote:
 Package: swi-prolog

 the current version fails to build on GNU/kFreeBSD, mips, mipsel.

 please use attached tweak for debian/rules
 to auto-update them.
 I can confirm this bug an mips.
 
 No upload yet?
 OK, I tested it now also on a mipsel box and the patch is indeed
 required and works well!

That's great, i'll be preparing a new upload in the following days.

Thanks for your work.

 
 Jens
 
 


- --
Gerardo Curiel  [EMAIL PROTECTED]  [EMAIL PROTECTED]
Geek By NaTure,LiNuX By ChOiCe,DebiAn of CoUrsE
gpg fingerprint: 228B 0F96 8653 DF52 9740  B75E FB32 9C30 E179 7BD2
http://www.debian.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF8wXk+zKcMOF5e9IRAqy9AJ9Wqd3CwlO4vTbwx9f1IfTgYYqi8wCgxD3i
LhWxUIFEQGjqj0I4u1TBQfw=
=eCTY
-END PGP SIGNATURE-



Bug#408076: swi-prolog: FTBFS on GNU/kFreeBSD, mips, mipsel (due to outdated config.sub/config.guess)

2007-01-27 Thread Jens Seidel
Tags: 408076 +confirmed
thanks

On Tue, Jan 23, 2007 at 11:47:59AM +0100, Petr Salinger wrote:
 Package: swi-prolog
 
 the current version fails to build on GNU/kFreeBSD, mips, mipsel.
 
 please use attached tweak for debian/rules
 to auto-update them.

I can confirm this bug an mips. Without patch it fails with:

make[3]: Entering directory `/home/jens/test/swi-prolog-5.6.14/packages/table'
../plld.sh -O2 -fno-strict-aliasing -Wall -fpic -I. -DHAVE_CONFIG_H   -c -o 
table.o table.c
../plld.sh -O2 -fno-strict-aliasing -Wall -fpic -I. -DHAVE_CONFIG_H   -c -o 
order.o order.c
../plld.sh -O2 -fno-strict-aliasing -Wall -fpic -I. -DHAVE_CONFIG_H   -c -o 
error.o error.c
../plld.sh -shared -o table.so table.o order.o error.o
make[3]: Leaving directory `/home/jens/test/swi-prolog-5.6.14/packages/table'
make[3]: Entering directory `/home/jens/test/swi-prolog-5.6.14/packages/xpce'
make[4]: Entering directory 
`/home/jens/test/swi-prolog-5.6.14/packages/xpce/src'
make[4]: *** No rule to create target »all«.  Exit.
make[4]: Leaving directory `/home/jens/test/swi-prolog-5.6.14/packages/xpce/src'
make[3]: *** [all] Fehler 2
make[3]: Leaving directory `/home/jens/test/swi-prolog-5.6.14/packages/xpce'
make[2]: *** [objects] Fehler 1
make[2]: Leaving directory `/home/jens/test/swi-prolog-5.6.14/packages'
make[1]: *** [packages] Fehler 2
make[1]: Leaving directory `/home/jens/test/swi-prolog-5.6.14'
make: *** [build-stamp] Fehler 2

After applying the patch it works.

Jens



Bug#408076: swi-prolog: FTBFS on GNU/kFreeBSD, mips, mipsel (due to outdated config.sub/config.guess)

2007-01-23 Thread Petr Salinger

Package: swi-prolog
Severity: serious
Version: 5.6.14-1
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD, mips, mipsel.

It needs updated config.guess and config.sub.
Your package already build-depends on autotools-dev,
please use attached tweak for debian/rules
to auto-update them.

It would also be nice if you can ask upstream
to update their config.sub/config.guess in next release.

Thanks in advance

Petr--- swi-prolog-5.6.14/debian/rules  2007-01-23 12:01:30.0 +0100
+++ swi-prolog-5.6.14/debian/rules  2007-01-23 12:03:28.0 +0100
@@ -34,11 +34,17 @@
 patch-stamp:
dpatch apply-all

+   cp -a /usr/share/misc/config.{sub,guess} src/
+   cp -a /usr/share/misc/config.{sub,guess} packages/jpl/
+   cp -a /usr/share/misc/config.{sub,guess} packages/xpce/src/
 
 unpatch:

dpatch deapply-all
rm -rf debian/patched
+   -rm -f src/config.{sub,guess}
+   -rm -f packages/jpl/config.{sub,guess}
+   -rm -f packages/xpce/src/config.{sub,guess}
 
 build: build-stamp
 build-stamp: patch