Package: kile
Version: 1:1.8.1-3
Severity: serious
Tags: patch

There was an error while trying to autobuild your package:

> Automatic build of kile_1:1.8.1-3 on sarti by sbuild/hppa 69
> Build started at 20051013-0056

[...]

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

[...]

> 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]: *** [kileappIface_skel.o] Error 1
> make[5]: Leaving directory 
> `/build/buildd/kile-1.8.1/obj-hppa-linux-gnu/src/kile'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory 
> `/build/buildd/kile-1.8.1/obj-hppa-linux-gnu/src/kile'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/build/buildd/kile-1.8.1/obj-hppa-linux-gnu/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/kile-1.8.1/obj-hppa-linux-gnu'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/kile-1.8.1/obj-hppa-linux-gnu'
> make: *** [build-stamp] Error 2

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

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


diff -ur ../../t/kile-1.8.1/debian/changelog kile-1.8.1/debian/changelog
--- ../../t/kile-1.8.1/debian/changelog 2005-10-14 13:22:29.000000000 -0600
+++ kile-1.8.1/debian/changelog 2005-10-15 00:29:32.000000000 -0600
@@ -1,3 +1,10 @@
+kile (1:1.8.1-3.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:34 +0000
+
 kile (1:1.8.1-3) unstable; urgency=low
 
   * Rebuilt against libfam-dev instead of libgamin-dev.
diff -ur ../../t/kile-1.8.1/debian/control kile-1.8.1/debian/control
--- ../../t/kile-1.8.1/debian/control   2005-10-14 13:22:29.000000000 -0600
+++ kile-1.8.1/debian/control   2005-10-15 00:29:32.000000000 -0600
@@ -2,7 +2,7 @@
 Section: tex
 Priority: optional
 Maintainer: Ben Burton <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), kdelibs4-dev (>> 4:3.4.2), 
libqt3-compat-headers
+Build-Depends: debhelper (>> 4.0.0), kdelibs4-dev (>> 4:3.4.2), 
libqt3-compat-headers, g++-3.4 [arm m68k hppa]
 Standards-Version: 3.6.2.1
 
 Package: kile
diff -ur ../../t/kile-1.8.1/debian/rules kile-1.8.1/debian/rules
--- ../../t/kile-1.8.1/debian/rules     2005-10-14 13:22:29.000000000 -0600
+++ kile-1.8.1/debian/rules     2005-10-15 00:29:32.000000000 -0600
@@ -16,6 +16,15 @@
 DEB_HOST_GNU_TYPE      ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE     ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+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
+
 INSTALL_DIR = install -p -d -o root -g root -m 755
 INSTALL_FILE = install -p -o root -g root -m 644
 


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

Reply via email to