Your message dated Sun, 14 Mar 2010 11:32:11 +0000
with message-id <[email protected]>
and subject line Bug#573790: fixed in alien-arena 7.33-4
has caused the Debian Bug report #573790,
regarding alien-arena: FTBFS on GNU/kFreeBSD: missing -ldl
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
573790: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573790
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: alien-arena
Version: 7.33-3
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
your package FTBFS because the needed -ldl isn't used in the non-Linux
case. Please find attached a tiny patch which makes it possible to build
alien-arena on kfreebsd-*.
Thanks for considering.
Mraw,
KiBi.
--- a/source/Makefile
+++ b/source/Makefile
@@ -31,7 +31,7 @@ WITH_LIBDIR?=no
VERSION= 1.40
ARCH:= $(shell uname -m)
-OSTYPE:= $(shell uname -s | tr A-Z a-z)
+OSTYPE:= $(shell uname -s | sed 's,GNU/kFreeBSD,Linux,' | tr A-Z
a-z)
MOUNT_DIR= ./
--- End Message ---
--- Begin Message ---
Source: alien-arena
Source-Version: 7.33-4
We believe that the bug you reported is fixed in the latest version of
alien-arena, which is due to be installed in the Debian FTP archive:
alien-arena-common_7.33-4_amd64.deb
to contrib/a/alien-arena/alien-arena-common_7.33-4_amd64.deb
alien-arena-server_7.33-4_amd64.deb
to contrib/a/alien-arena/alien-arena-server_7.33-4_amd64.deb
alien-arena_7.33-4.debian.tar.gz
to contrib/a/alien-arena/alien-arena_7.33-4.debian.tar.gz
alien-arena_7.33-4.dsc
to contrib/a/alien-arena/alien-arena_7.33-4.dsc
alien-arena_7.33-4_amd64.deb
to contrib/a/alien-arena/alien-arena_7.33-4_amd64.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.
Michael Gilbert <[email protected]> (supplier of updated alien-arena
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.8
Date: Sat, 13 Mar 2010 20:33:43 -0500
Source: alien-arena
Binary: alien-arena alien-arena-server alien-arena-common
Architecture: source amd64
Version: 7.33-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Michael Gilbert <[email protected]>
Description:
alien-arena - Standalone 3D first person online deathmatch shooter
alien-arena-common - Common files for Alien Arena client and server
alien-arena-server - Dedicated server for Alien Arena
Closes: 573790
Changes:
alien-arena (7.33-4) unstable; urgency=low
.
* Apply patch to support kfreebsd architectures (closes: #573790).
- Thanks to Cyril Brulebois for the patch!
Checksums-Sha1:
dfff4489d1d32388cd63892538f6a16f69f01d2b 1620 alien-arena_7.33-4.dsc
e54a051ed7537baa62a41a3838ce082b5267b929 86396 alien-arena_7.33-4.debian.tar.gz
e83e3197f62943df1002367eae57a32547ea9ab8 515768 alien-arena_7.33-4_amd64.deb
de576ab6b7f0403653cae04c0569fb25e1f0cd7d 148460
alien-arena-server_7.33-4_amd64.deb
16ce5469cba863d0badb956209ef4a43cb3b12b1 205030
alien-arena-common_7.33-4_amd64.deb
Checksums-Sha256:
0f5fdc60b946f2ee3b64c26731e2c8c6e8e4aef2f0ea188e2d98dfdf74cc2569 1620
alien-arena_7.33-4.dsc
14f284ac3999b762b25dd7deb15fe07768c553284f8921a0697843ebb395a6e8 86396
alien-arena_7.33-4.debian.tar.gz
b6ef08ef1b400ac2a42504e016ba6dfdfc6c96a720367cf11c1a2ef37bc2d36b 515768
alien-arena_7.33-4_amd64.deb
5c3ea9862bb5db616b03e1ee28b5fef1c7b2d6fb692a7b40fea0ef7ea796c102 148460
alien-arena-server_7.33-4_amd64.deb
2058cada266e38d262de42ade381bcb9eb643e8800c6d6aae7af964bdee58a18 205030
alien-arena-common_7.33-4_amd64.deb
Files:
777dd2ba436520cbe0548e836157516d 1620 contrib/games extra
alien-arena_7.33-4.dsc
60b9d4e6abceafdf09b9b778af46a0d1 86396 contrib/games extra
alien-arena_7.33-4.debian.tar.gz
8753e8144496176cfd8fe5fc8bd18de0 515768 contrib/games extra
alien-arena_7.33-4_amd64.deb
c1d14ce3068af8dabf6a96ed29aa958f 148460 contrib/games extra
alien-arena-server_7.33-4_amd64.deb
f29b8bb93cc14e343896f14a58f54cf5 205030 contrib/games extra
alien-arena-common_7.33-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkucyE8ACgkQ2XA5inpabMcuqACdH8zb7tJz3SHQqjseridWeyKa
+XoAnj6SAVlm3irt6jjSv3PO9NS4Dl6y
=MGb8
-----END PGP SIGNATURE-----
--- End Message ---