Your message dated Sat, 29 Oct 2005 01:03:56 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Already fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Oct 2005 06:34:40 +0000
>From [EMAIL PROTECTED] Fri Oct 14 23:34:40 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mmjgroup.com [192.34.35.33] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EQfct-0005jr-00; Fri, 14 Oct 2005 23:34:39 -0700
Received: from mix.mmjgroup.com (mix.mmjgroup.com [192.34.35.16])
        by mmjgroup.com (Postfix) with ESMTP id 3FFB516EB1
        for <[EMAIL PROTECTED]>; Sat, 15 Oct 2005 00:34:39 -0600 (MDT)
Received: by mix.mmjgroup.com (Postfix, from userid 1000)
        id 3D9ED90770; Sat, 15 Oct 2005 00:34:39 -0600 (MDT)
Date: Sat, 15 Oct 2005 00:34:39 -0600
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: kst_1.1.0-2(hppa/unstable): FTBFS: gcc-4.0 workaround needed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: kst
Version: 1.1.0-2
Severity: serious
Tags: patch

There was an error while trying to autobuild your package:

> Automatic build of kst_1.1.0-2 on sarti by sbuild/hppa 69
> Build started at 20051012-2230

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.0.0), g77, kdelibs4-dev, libqt3-mt-dev, 
> libx11-dev, zlib1g-dev, libgsl0-dev, libcfitsio-dev

[...]

> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
> make[6]: *** [kstiface_impl.lo] Error 1
> make[6]: Leaving directory `/build/buildd/kst-1.1.0/kst/kst'
> make[5]: *** [all-recursive] Error 1
> make[5]: Leaving directory `/build/buildd/kst-1.1.0/kst/kst'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory `/build/buildd/kst-1.1.0/kst/kst'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/build/buildd/kst-1.1.0/kst'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/kst-1.1.0'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/kst-1.1.0'
> make: *** [build-arch-stamp] Error 2

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

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

diff -ur ../../t/kst-1.1.0/debian/changelog kst-1.1.0/debian/changelog
--- ../../t/kst-1.1.0/debian/changelog  2005-10-14 13:22:33.000000000 -0600
+++ kst-1.1.0/debian/changelog  2005-10-15 00:29:41.000000000 -0600
@@ -1,3 +1,10 @@
+kst (1.1.0-2.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:35 +0000
+ kst (1.1.0-2) unstable; urgency=low
 
   * Recompile for the G++ ABI transition
diff -ur ../../t/kst-1.1.0/debian/control kst-1.1.0/debian/control
--- ../../t/kst-1.1.0/debian/control    2005-10-14 13:22:33.000000000 -0600
+++ kst-1.1.0/debian/control    2005-10-15 00:29:41.000000000 -0600
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Mark Hymers <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), g77, kdelibs4-dev, libqt3-mt-dev, 
libx11-dev, zlib1g-dev, libgsl0-dev, libcfitsio-dev
+Build-Depends: debhelper (>= 4.0.0), g77, kdelibs4-dev, libqt3-mt-dev, 
libx11-dev, zlib1g-dev, libgsl0-dev, libcfitsio-dev, g++-3.4 [arm m68k hppa]
 Standards-Version: 3.6.1
 
 Package: kst
diff -ur ../../t/kst-1.1.0/debian/rules kst-1.1.0/debian/rules
--- ../../t/kst-1.1.0/debian/rules      2005-10-14 13:22:33.000000000 -0600
+++ kst-1.1.0/debian/rules      2005-10-15 00:29:41.000000000 -0600
@@ -17,6 +17,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
+
 
 CFLAGS = -Wall -g
 

---------------------------------------
Received: (at 334036-done) by bugs.debian.org; 28 Oct 2005 23:04:00 +0000
>From [EMAIL PROTECTED] Fri Oct 28 16:03:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from higgs.djpig.de [213.133.98.126] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EVdGR-00077k-00; Fri, 28 Oct 2005 16:03:59 -0700
Received: from djpig by higgs.djpig.de with local (Exim 4.50)
        id 1EVdGO-0004rD-L3
        for [EMAIL PROTECTED]; Sat, 29 Oct 2005 01:03:56 +0200
Date: Sat, 29 Oct 2005 01:03:56 +0200
From: Frank Lichtenheld <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Already fixed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

Version: 1.1.0-2.1

This bug was already fixed, so close it

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


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

Reply via email to