Your message dated Sun, 16 Oct 2005 06:47:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285080: fixed in allegro4.1 2:4.1.15-6
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; 10 Dec 2004 14:59:03 +0000
>From [EMAIL PROTECTED] Fri Dec 10 06:59:03 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c158155.adsl.hansenet.de (localhost.localdomain)
[213.39.158.155]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CcmEZ-000410-00; Fri, 10 Dec 2004 06:59:03 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CcmIb-00034e-RA; Fri, 10 Dec 2004 16:03:13 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: allegro4.1: FTBFS (amd64/gcc-4.0): invalid storage class for function
'shutdown_single_menu'
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 10 Dec 2004 16:03:13 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: allegro4.1
Severity: normal
Tags: patch
When building 'allegro4.1' on amd64 with gcc-4.0,
I get the following error:
gcc -DHAVE_CONFIG_H -I. -Iinclude -Iinclude/allegro -I./include
-I./include/allegro -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -DALLEGRO_USE_C -DALLEGRO_LIB_BUILD -O2
-funroll-loops -ffast-math -fomit-frame-pointer -Wall -Wno-unused -fPIC
-DALLEGRO_SHARED -c ./src/gui.c -o obj/unix/alleg/gui.o
./src/gui.c: In function 'update_menu':
./src/gui.c:1787: error: invalid storage class for function
'shutdown_single_menu'
make[1]: *** [obj/unix/alleg/gui.o] Error 1
make[1]: Leaving directory `/allegro4.1-4.1.15'
make: *** [build-stamp] Error 2
With the attached patch 'allegro4.1' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/allegro4.1-4.1.15/src/gui.c ./src/gui.c
--- ../tmp-orig/allegro4.1-4.1.15/src/gui.c 2004-07-30 15:36:24.000000000
+0200
+++ ./src/gui.c 2004-12-10 15:19:27.955732008 +0100
@@ -1771,6 +1771,7 @@
}
+static int shutdown_single_menu(MENU_PLAYER *, int *);
/* update_menu:
* Updates the status of a menu player object returned by init_menu(),
@@ -1784,7 +1785,6 @@
*/
int update_menu(MENU_PLAYER *player)
{
- static int shutdown_single_menu(MENU_PLAYER *, int *);
MENU_PLAYER *i;
int c, c2;
diff -urN ../tmp-orig/allegro4.1-4.1.15/src/sound.c ./src/sound.c
--- ../tmp-orig/allegro4.1-4.1.15/src/sound.c 2004-07-30 15:36:24.000000000
+0200
+++ ./src/sound.c 2004-12-10 15:21:48.622347432 +0100
@@ -25,7 +25,7 @@
-extern DIGI_DRIVER digi_none;
+static DIGI_DRIVER digi_none;
---------------------------------------
Received: (at 285080-close) by bugs.debian.org; 16 Oct 2005 13:48:04 +0000
>From [EMAIL PROTECTED] Sun Oct 16 06:48:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ER8qx-0005dj-00; Sun, 16 Oct 2005 06:47:07 -0700
From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#285080: fixed in allegro4.1 2:4.1.15-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 16 Oct 2005 06:47:07 -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
Source: allegro4.1
Source-Version: 2:4.1.15-6
We believe that the bug you reported is fixed in the latest version of
allegro4.1, which is due to be installed in the Debian FTP archive:
allegro-demo_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/allegro-demo_4.1.15-6_i386.deb
allegro-examples_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/allegro-examples_4.1.15-6_i386.deb
allegro4.1_4.1.15-6.diff.gz
to pool/main/a/allegro4.1/allegro4.1_4.1.15-6.diff.gz
allegro4.1_4.1.15-6.dsc
to pool/main/a/allegro4.1/allegro4.1_4.1.15-6.dsc
liballegro-dev_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro-dev_4.1.15-6_i386.deb
liballegro-doc_4.1.15-6_all.deb
to pool/main/a/allegro4.1/liballegro-doc_4.1.15-6_all.deb
liballegro4.1-plugin-arts_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro4.1-plugin-arts_4.1.15-6_i386.deb
liballegro4.1-plugin-esd_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro4.1-plugin-esd_4.1.15-6_i386.deb
liballegro4.1-plugin-jack_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro4.1-plugin-jack_4.1.15-6_i386.deb
liballegro4.1-plugin-svgalib_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro4.1-plugin-svgalib_4.1.15-6_i386.deb
liballegro4.1_4.1.15-6_i386.deb
to pool/main/a/allegro4.1/liballegro4.1_4.1.15-6_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
allegro4.1 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: Sun, 16 Oct 2005 12:33:29 +0200
Source: allegro4.1
Binary: liballegro-dev liballegro4.1-plugin-svgalib liballegro4.1-plugin-arts
allegro-demo liballegro-doc liballegro4.1-plugin-jack liballegro4.1-plugin-esd
liballegro4.1 allegro-examples
Architecture: source i386 all
Version: 2:4.1.15-6
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description:
allegro-demo - cool game, demonstrating power of the Allegro library
allegro-examples - example programs and demo tools for the Allegro library
liballegro-dev - development files for the Allegro library
liballegro-doc - documentation for the Allegro library
liballegro4.1 - portable library for cross-platform game and multimedia
developme
liballegro4.1-plugin-arts - aRts audio plugin for the Allegro library
liballegro4.1-plugin-esd - esd audio plugin for the Allegro library
liballegro4.1-plugin-jack - JACK audio plugin for the Allegro library
liballegro4.1-plugin-svgalib - SVGAlib video plugin for the Allegro library
Closes: 285080 290055 317177 318363 320258 320485 322515 322709 331083
Changes:
allegro4.1 (2:4.1.15-6) unstable; urgency=low
.
* Acknowledge NMU, thanks to Graham Wilson (Closes: #285080, #317177,
Closes: #318363, #320258, #320485, #322515).
.
* debian/control:
+ Set policy to 3.6.2.1.
+ Build-depend on libxxf86dga-dev and libxxf86vm-dev.
+ Make the -dev package depend on libxxf86vm-dev, too.
+ Made allegro-demo depend on x-terminal-emulator.
* debian/rules:
+ Disabled the debug version of the library. The different soname made
it difficult to use, and popcon only reports my installs.
+ Use DEB_BUILD_ARCH_CPU instead of DEB_BUILD_GNU_CPU.
* debian/copyright:
+ Added Shawnâs copyright mention (Closes: #290055).
.
* configure.in makefile.in allegro-config:
+ Removed all _pic linking hacks that are no longer required with Xorg,
which make the build use libxxf86dga again (Closes: #322709).
* src/misc/modexgfx.s src/i386/iblit8.s iblit16.s iblit24.s iblit32.s:
+ Fixed assembly code to make newer gcc happy (Closes: #331083).
Files:
72155e472b711ac6f14d21cbf67a47eb 984 devel optional allegro4.1_4.1.15-6.dsc
f16373c0bbcf389a3502cbf164ab31d2 45633 devel optional
allegro4.1_4.1.15-6.diff.gz
fc2ac0f336397d7ad83d27d7730bb90c 1241056 doc optional
liballegro-doc_4.1.15-6_all.deb
a0740ff912e310974df059824a06ddba 479770 libs optional
liballegro4.1_4.1.15-6_i386.deb
b920d2738099fc14784b0368c7512829 865474 libdevel optional
liballegro-dev_4.1.15-6_i386.deb
a4d52a19298955004d9f0b6d8814f684 5284 libs optional
liballegro4.1-plugin-jack_4.1.15-6_i386.deb
d9aa5821bdacaaf0a935bb1441ecbf94 4664 libs optional
liballegro4.1-plugin-esd_4.1.15-6_i386.deb
379303e59219a7a18291961af056d0e0 4500 libs optional
liballegro4.1-plugin-arts_4.1.15-6_i386.deb
ae81258b4e9e60c4c0c2cf5b55e1e0e7 6350 libs optional
liballegro4.1-plugin-svgalib_4.1.15-6_i386.deb
ee685160a005607ad2c3a9c2e034df4b 107254 games optional
allegro-demo_4.1.15-6_i386.deb
94107e49bb6ce4ccd7fdcdd26514e599 340250 utils optional
allegro-examples_4.1.15-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDUlSZfPP1rylJn2ERAhMUAJ41ncmNa65N2Sp7OpVK2rpzz2bAMQCfWg5A
LD1Pz5U5AwfNWZiJwTr82wQ=
=6+Nr
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]