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

Bug#394951: discover1_1.7.19(hppa/unstable): FTBFS: config.guess out of date?



[LaMont Jones]
> Something from 2004 or so... :-(  paer.debian.org would be a good place
> to debug the configure failure.

I'm unable to reproduce this error on paer.debian.org:

  pere@paer:~/src/discover1-1.7.19$ ./config.guess
  hppa64-unknown-linux-gnu
  pere@paer:~/src/discover1-1.7.19$ ./config.sub hppa64-unknown-linux-gnu
  hppa64-unknown-linux-gnu
  pere@paer:~/src/discover1-1.7.19$

I did discover a problem with the single quiets in debian/rules, and
this patch solved the issue.  Without this patch, the configure script
claimed the compiler was unable to generate binaries.

--- debian/rules.orig   2006-10-24 13:10:36.000000000 -0600
+++ debian/rules        2006-10-24 13:06:59.000000000 -0600
@@ -24,7 +24,7 @@

        sh debian/check-configure.sh

-       CFLAGS='$(optimize) -g -Wall -DDEBIAN_ARCH=\"$(ARCH)\"' ./configure $(crossflags) --prefix=/usr \
+       CFLAGS="$(optimize) -g -Wall -DDEBIAN_ARCH=\"$(ARCH)\"" ./configure $(crossflags) --prefix=/usr \
                --sbindir=/sbin \
                --sysconfdir=/etc \
                --libdir=/lib \

There must be something strange with hppa.  I have no idea how to
continue from here.  We could of course upload a new version with the
quites replaced, but I doubt it will change anything related to the
original problem.

Friendly,
-- 
Petter Reinholdtsen



Reply to: