Package: kaffeine
Version: 0.7.1-1.1
Severity: serious
Tags: patch

There was an error while trying to autobuild your package:

> Automatic build of kaffeine_0.7.1-1.1 on sarti by sbuild/hppa 69
> Build started at 20051013-0545

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.2.0), cdbs, automake1.8, autoconf, 
> libqt3-compat-headers, kdelibs4-dev (>= 4:3.2.3-2), libxine-dev (>= 1-rc5-1), 
> linux-kernel-headers, libgstreamer-plugins0.8-dev

[...]

> 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[5]: *** [kaffeine_part_iface_skel.lo] Error 1

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

A message describing the fix is here.
http://lists.debian.org/debian-devel/2005/09/msg00020.html

The diff for the NMU is:
diff -ur ../../t/gclcvs-2.7.0/debian/changelog gclcvs-2.7.0/debian/changelog
--- ../../t/gclcvs-2.7.0/debian/changelog       2005-09-09 19:28:14.000000000 
-0600
+++ gclcvs-2.7.0/debian/changelog       2005-10-14 13:31:59.000000000 -0600
@@ -1,3 +1,10 @@
+gclcvs (2.7.0-50.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:26 +0000
+
 gclcvs (2.7.0-50) unstable; urgency=low
 
   * debian binutils 2-16.1
diff -ur ../../t/gclcvs-2.7.0/debian/control gclcvs-2.7.0/debian/control
--- ../../t/gclcvs-2.7.0/debian/control 2005-09-10 05:28:54.000000000 -0600
+++ gclcvs-2.7.0/debian/control 2005-10-14 15:08:44.000000000 -0600
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Camm Maguire <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.16), emacs21 | emacsen, libreadline5-dev | 
libreadline-dev, m4, tk8.4-dev, tetex-bin, texinfo, binutils-dev, libgmp3-dev, 
autotools-dev, common-lisp-controller
+Build-Depends: debhelper (>= 4.1.16), emacs21 | emacsen, libreadline5-dev | 
libreadline-dev, m4, tk8.4-dev, tetex-bin, texinfo, binutils-dev, libgmp3-dev, 
autotools-dev, common-lisp-controller, g++-3.4 [arm m68k hppa]
 Standards-Version: 3.6.2.1
 
 Package: gclcvs
diff -ur ../../t/gclcvs-2.7.0/debian/control. gclcvs-2.7.0/debian/control.
--- ../../t/gclcvs-2.7.0/debian/control.        2005-09-07 07:39:22.000000000 
-0600
+++ gclcvs-2.7.0/debian/control.        2005-10-14 13:16:01.000000000 -0600
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Camm Maguire <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.16), emacs21 | emacsen, libreadline5-dev | 
libreadline-dev, m4, tk8.4-dev, tetex-bin, texinfo, binutils-dev, libgmp3-dev, 
autotools-dev, common-lisp-controller
+Build-Depends: debhelper (>= 4.1.16), emacs21 | emacsen, libreadline5-dev | 
libreadline-dev, m4, tk8.4-dev, tetex-bin, texinfo, binutils-dev, libgmp3-dev, 
autotools-dev, common-lisp-controller, g++-3.4 [arm m68k hppa]
 Standards-Version: 3.6.2.1
 
 Package: gcl
diff -ur ../../t/gclcvs-2.7.0/debian/control.cvs gclcvs-2.7.0/debian/control.cvs
--- ../../t/gclcvs-2.7.0/debian/control.cvs     2005-09-07 07:39:34.000000000 
-0600
+++ gclcvs-2.7.0/debian/control.cvs     2005-10-14 13:15:58.000000000 -0600
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Camm Maguire <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.16), emacs21 | emacsen, libreadline5-dev | 
libreadline-dev, m4, tk8.4-dev, tetex-bin, texinfo, binutils-dev, libgmp3-dev, 
autotools-dev, common-lisp-controller
+Build-Depends: debhelper (>= 4.1.16), emacs21 | emacsen, libreadline5-dev | 
libreadline-dev, m4, tk8.4-dev, tetex-bin, texinfo, binutils-dev, libgmp3-dev, 
autotools-dev, common-lisp-controller, g++-3.4 [arm m68k hppa]
 Standards-Version: 3.6.2.1
 
 Package: gclcvs
diff -ur ../../t/gclcvs-2.7.0/debian/rules gclcvs-2.7.0/debian/rules
--- ../../t/gclcvs-2.7.0/debian/rules   2005-08-11 16:59:23.000000000 -0600
+++ gclcvs-2.7.0/debian/rules   2005-10-14 13:29:56.000000000 -0600
@@ -24,6 +24,16 @@
 #MCC:=gcc-3.2
 #endif
 
+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 MCC=gcc-3.4
+       export CPP=cpp-3.4
+       export CXX=g++-3.4
+endif
+
 RELOC=locbfd
 
 #RELOC?=statsysbfd


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

Reply via email to