Package: kbear
Version: 2.1.1-11
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of kbear_2.1.1-11 on sarti by sbuild/hppa 69
> Build started at 20051013-0023

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>> 3.0.0), kdelibs4-dev (>= 4:3.4.2), 
> libqt3-compat-headers

[...]

> siteimportfilterpluginiface.moc.cpp:110: 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[4]: *** [libkbearbase_la.all_cpp.lo] Error 1
> make[4]: Leaving directory `/build/buildd/kbear-2.1.1/kbear/base'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/build/buildd/kbear-2.1.1/kbear'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/kbear-2.1.1'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/kbear-2.1.1'
> make: *** [build-stamp] Error 2

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

Here's the diff for the NMU, based on
http://lists.debian.org/debian-devel/2005/09/msg00020.html

diff -ur ../../t/kbear-2.1.1/debian/changelog kbear-2.1.1/debian/changelog
--- ../../t/kbear-2.1.1/debian/changelog        2005-10-14 13:22:17.000000000 
-0600
+++ kbear-2.1.1/debian/changelog        2005-10-15 00:29:04.000000000 -0600
@@ -1,3 +1,10 @@
+kbear (2.1.1-11.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:29 +0000
+
 kbear (2.1.1-11) unstable; urgency=low
 
   * Rebuilt against libfam-dev instead of libgamin-dev.
diff -ur ../../t/kbear-2.1.1/debian/control kbear-2.1.1/debian/control
--- ../../t/kbear-2.1.1/debian/control  2005-10-14 13:22:17.000000000 -0600
+++ kbear-2.1.1/debian/control  2005-10-15 00:29:04.000000000 -0600
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Ben Burton <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), kdelibs4-dev (>= 4:3.4.2), 
libqt3-compat-headers
+Build-Depends: debhelper (>> 3.0.0), kdelibs4-dev (>= 4:3.4.2), 
libqt3-compat-headers, g++-3.4 [arm m68k hppa]
 Standards-Version: 3.6.2.1
 
 Package: kbear
diff -ur ../../t/kbear-2.1.1/debian/rules kbear-2.1.1/debian/rules
--- ../../t/kbear-2.1.1/debian/rules    2005-10-14 13:22:17.000000000 -0600
+++ kbear-2.1.1/debian/rules    2005-10-15 00:29:04.000000000 -0600
@@ -18,6 +18,15 @@
 
 ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
+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
+
 build: build-stamp
 
 -include debian/debiandirs


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

Reply via email to