Your message dated Wed, 24 Aug 2005 09:02:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321323: fixed in sabre 0.2.4b-21
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; 4 Aug 2005 21:10:15 +0000
>From [EMAIL PROTECTED] Thu Aug 04 14:10:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E0myk-0003km-00; Thu, 04 Aug 2005 14:10:14 -0700
Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f])
        by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
        (Exim 4.50)
        id 1E0myj-0006fZ-Ab; Thu, 04 Aug 2005 23:10:13 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.52)
        id 1E0myt-000BlN-Dp; Thu, 04 Aug 2005 23:10:23 +0200
Content-Type: multipart/mixed; boundary="===============1761440948=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS with gcc-4.0
X-Mailer: reportbug 3.15
Date: Thu, 04 Aug 2005 23:10:23 +0200
Message-Id: <[EMAIL PROTECTED]>
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.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
        HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============1761440948==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: sabre
Severity: serious
Tags: patch
Justification: no longer builds from source

Hi,

This package fails to build with gcc-4.0. Please find a patch to fix
that. The patch also include an auto-update of config.{guess,sub} to be
able to build the package on GNU/kFreeBSD.

Bye,
Aurelien


-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-17
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

--===============1761440948==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="sabre_0.2.4b-20.diff"

diff -u sabre-0.2.4b/debian/control sabre-0.2.4b/debian/control
--- sabre-0.2.4b/debian/control
+++ sabre-0.2.4b/debian/control
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
-Build-Depends: debhelper, libncurses-dev, libsdl1.2-dev (>= 1.2.2-3.1), 
svgalibg1-dev [i386]
+Build-Depends: debhelper, autotools-dev, libncurses-dev, libsdl1.2-dev (>= 
1.2.2-3.1), svgalibg1-dev [i386]
 Standards-Version: 3.6.1.1
 
 Package: sabre-common
diff -u sabre-0.2.4b/debian/rules sabre-0.2.4b/debian/rules
--- sabre-0.2.4b/debian/rules
+++ sabre-0.2.4b/debian/rules
@@ -18,6 +18,7 @@
 stamp-configure:
        dh_testdir
 
+       cp -f /usr/share/misc/config.{guess,sub} .
        touch configure.in
        touch aclocal.m4
        touch configure
@@ -49,6 +50,7 @@
        -rm -f joystick/linux_joy.C
        -make distclean
        find . -name Makefile | xargs -r rm -f
+       -rm -f config.{guess,sub}
        dh_clean
 
 binary-indep: build
only in patch2:
unchanged:
--- sabre-0.2.4b.orig/src/rendpoly.h
+++ sabre-0.2.4b/src/rendpoly.h
@@ -24,6 +24,7 @@
 #include "grafix.h"
 #include "clip.h"
 #include "convpoly.h"
+#include "port_3d.h"
 
 int rendpoly(R_3DPoint *poly, int n, int color, Port_3D &port, int zclip = 1);
 int project_poly(R_3DPoint *poly, int n, int color,

--===============1761440948==--

---------------------------------------
Received: (at 321323-close) by bugs.debian.org; 24 Aug 2005 16:08:29 +0000
>From [EMAIL PROTECTED] Wed Aug 24 09:08:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E7xhU-0000N6-00; Wed, 24 Aug 2005 09:02:04 -0700
From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#321323: fixed in sabre 0.2.4b-21
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 24 Aug 2005 09:02:04 -0700
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.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: sabre
Source-Version: 0.2.4b-21

We believe that the bug you reported is fixed in the latest version of
sabre, which is due to be installed in the Debian FTP archive:

sabre-common_0.2.4b-21_all.deb
  to pool/main/s/sabre/sabre-common_0.2.4b-21_all.deb
sabre_0.2.4b-21.diff.gz
  to pool/main/s/sabre/sabre_0.2.4b-21.diff.gz
sabre_0.2.4b-21.dsc
  to pool/main/s/sabre/sabre_0.2.4b-21.dsc
sabre_0.2.4b-21_i386.deb
  to pool/main/s/sabre/sabre_0.2.4b-21_i386.deb
xsabre_0.2.4b-21_i386.deb
  to pool/main/s/sabre/xsabre_0.2.4b-21_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated sabre 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 24 Aug 2005 16:54:03 +0200
Source: sabre
Binary: sabre-common xsabre sabre
Architecture: source all i386
Version: 0.2.4b-21
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description: 
 sabre      - fighter plane simulator for svgalib
 sabre-common - data for the SABRE fighter plane simulator
 xsabre     - fighter plane simulator for X11
Closes: 276194 321323
Changes: 
 sabre (0.2.4b-21) unstable; urgency=low
 .
   * debian/control:
     + Set policy to 3.6.2.1.
     + Build-depend on libsvga1-dev instead of svgalibg1-dev.
   * debian/rules:
     + Build the binary:all package in binary-indep (Closes: #276194).
     + Use dh_compress instead of manually compressing files.
   * debian/compat:
     + Set debhelper compat to 4.
   * Re-ran "rm -f config.sub config.guess configure install-sh missing \
     mkinstalldirs && aclocal && automake --copy --add-missing && autoconf".
   * src/rendpoly.h: patch by Aurélien Jarno to fix the build with gcc-4.0
     (Closes: #321323).
   * cflags:
     + Replaced -malign-* with -falign-*.
Files: 
 30c38e3186989372b5212236de777fc6 664 games optional sabre_0.2.4b-21.dsc
 092bb94eb340183c0dbc1ff758c67021 102285 games optional sabre_0.2.4b-21.diff.gz
 9c2ba6d3f3233be1dadef7f4e46dca04 1783304 games optional 
sabre-common_0.2.4b-21_all.deb
 778d0f96157e220b4d817557d9d14879 298006 games optional 
xsabre_0.2.4b-21_i386.deb
 bce8779ae032a7108f8d2595fa085390 288314 games optional sabre_0.2.4b-21_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDDJbMfPP1rylJn2ERAnv/AJ4zGgir3Q2XGY1Byj/A6ot7mhzNagCgma0n
Aph7j9VD6sfwJbz2Qn6xPZM=
=Wkoa
-----END PGP SIGNATURE-----


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

Reply via email to