Package: qdbm
Version: 1.8.33-1
Severity: serious
Tags: patch

There was an error while trying to autobuild your package:

> Automatic build of qdbm_1.8.33-1 on sarti by sbuild/hppa 69
> Build started at 20051012-1340

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.0.0), autotools-dev, zlib1g-dev, perl-modules, 
> ruby1.8-dev, ruby1.8, ruby, gcj (>= 3:3.2.2-0) [!hppa !mips !mipsel 
> !hurd-i386 !kfreebsd-i386], libgcj-dev [!hppa !mips !mipsel !hurd-i386 
> !kfreebsd-i386], fastjar [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], 
> sablevm [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386]

[...]

> cd plus && /usr/bin/make
> make[1]: Entering directory `/build/buildd/qdbm-1.8.33/plus'
> hppa-linux-gnu-g++ -I. -I./.. -I/home/buildd/include -I/usr/local/include 
> -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 
> -D_HPUX_SOURCE=1 -D_POSIX_MAPPED_FILES=1 -D_POSIX_SYNCHRONIZED_IO=1 -DPIC=1 
> -D_REENTRANT=1 -Wall -ansi -pedantic -fsigned-char -fPIC -O1 -DNDEBUG -c 
> xqdbm.cc
> hppa-linux-gnu-g++ -I. -I./.. -I/home/buildd/include -I/usr/local/include 
> -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 
> -D_HPUX_SOURCE=1 -D_POSIX_MAPPED_FILES=1 -D_POSIX_SYNCHRONIZED_IO=1 -DPIC=1 
> -D_REENTRANT=1 -Wall -ansi -pedantic -fsigned-char -fPIC -O1 -DNDEBUG -c 
> xadbm.cc
> hppa-linux-gnu-g++ -I. -I./.. -I/home/buildd/include -I/usr/local/include 
> -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 
> -D_HPUX_SOURCE=1 -D_POSIX_MAPPED_FILES=1 -D_POSIX_SYNCHRONIZED_IO=1 -DPIC=1 
> -D_REENTRANT=1 -Wall -ansi -pedantic -fsigned-char -fPIC -O1 -DNDEBUG -c 
> xdepot.cc
> xdepot.cc: In member function 'qdbm::Datum 
> qdbm::Depot::_ZTv0_n28_N4qdbm5Depot8fetchrecERKNS_5DatumE(const 
> qdbm::Datum&)':
> xdepot.cc:472: internal compiler error: in cp_expr_size, at 
> cp/cp-objcp-common.c:101
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
> make[1]: *** [xdepot.o] Error 1
> make[1]: Leaving directory `/build/buildd/qdbm-1.8.33/plus'
> make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=qdbm&ver=1.8.33-1

patch for the NMU, based on
http://lists.debian.org/debian-devel/2005/09/msg00020.html

diff -ur ../../t/qdbm-1.8.33/debian/changelog qdbm-1.8.33/debian/changelog
--- ../../t/qdbm-1.8.33/debian/changelog        2005-10-14 13:22:36.000000000 
-0600
+++ qdbm-1.8.33/debian/changelog        2005-10-15 00:29:45.000000000 -0600
@@ -1,3 +1,10 @@
+qdbm (1.8.33-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * work around gcc-4.0 FTBFS on some architectures
+
+ -- LaMont Jones <[EMAIL PROTECTED]>  Fri, 14 Oct 2005 19:28:39 +0000
+
 qdbm (1.8.33-1) unstable; urgency=low
 
   * New upstream release
diff -ur ../../t/qdbm-1.8.33/debian/control qdbm-1.8.33/debian/control
--- ../../t/qdbm-1.8.33/debian/control  2005-10-14 13:22:36.000000000 -0600
+++ qdbm-1.8.33/debian/control  2005-10-15 00:29:45.000000000 -0600
@@ -1,7 +1,7 @@
 Source: qdbm
 Priority: optional
 Maintainer: Fumitoshi UKAI <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, zlib1g-dev, perl-modules, 
ruby1.8-dev, ruby1.8, ruby, gcj (>= 3:3.2.2-0) [!hppa !mips !mipsel !hurd-i386 
!kfreebsd-i386], libgcj-dev [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], 
fastjar [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], sablevm [!hppa !mips 
!mipsel !hurd-i386 !kfreebsd-i386]
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, zlib1g-dev, perl-modules, 
ruby1.8-dev, ruby1.8, ruby, gcj (>= 3:3.2.2-0) [!hppa !mips !mipsel !hurd-i386 
!kfreebsd-i386], libgcj-dev [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], 
fastjar [!hppa !mips !mipsel !hurd-i386 !kfreebsd-i386], sablevm [!hppa !mips 
!mipsel !hurd-i386 !kfreebsd-i386], g++-3.4 [arm m68k hppa]
 Standards-Version: 3.6.1
 Section: libs
 
diff -ur ../../t/qdbm-1.8.33/debian/rules qdbm-1.8.33/debian/rules
--- ../../t/qdbm-1.8.33/debian/rules    2005-10-14 13:22:36.000000000 -0600
+++ qdbm-1.8.33/debian/rules    2005-10-15 00:29:45.000000000 -0600
@@ -21,6 +21,15 @@
 DEB_BUILD_GNU_CPU   ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
 DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
 
+GCC4_ICES_HERE := arm m68k hppa
+DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
+
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),$(GCC4_ICES_HERE)))
+       export CC=gcc-3.4
+       export CPP=cpp-3.4
+       export CXX=g++-3.4
+endif
+
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))


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

Reply via email to