Your message dated Sat, 27 Jan 2007 21:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#404448: fixed in nexuiz 2.2.3-1
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)
--- Begin Message ---
Package: nexuiz
Version: 2.2.1-1
Severity: important
Tags: patch
Hi,
currently, (y)our package FTBFS on GNU/kFreeBSD since the makefile
thinks that it is building on BSD, whereas it is actually on
GNU/kFreeBSD. Therefore, a ``-ldl'' is missing.
The attached diff adds a test in the makefile to check whether the OS is
GNU/kFreeBSD before attempting to match BSD, in which case, everything
is done as if we were running Linux.
Unfortunately, I cannot test the binary before a week or two, but at
least the build runs fine.
Cheers,
--
Cyril Brulebois
PS: A FTBFS log is available.
http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=nexuiz&ver=2.2.1-1
--- nexuiz-build~/nexuiz-2.2.1/darkplaces/makefile 2006-12-25
01:40:31.887202000 +0100
+++ nexuiz-build/nexuiz-2.2.1/darkplaces/makefile 2006-12-25
01:42:13.000000000 +0100
@@ -9,6 +9,10 @@
# UNIXes
DP_ARCH:=$(shell uname)
+ifeq ($(DP_ARCH), GNU/kFreeBSD)
+ # same userspace as Linux, not a BSDish one
+ DP_MAKE_TARGET=linux
+else
ifneq ($(filter %BSD,$(DP_ARCH)),)
DP_MAKE_TARGET=bsd
else
@@ -23,6 +27,7 @@
endif # ifeq ($(DP_ARCH), SunOS)
endif # ifeq ($(DP_ARCH), Darwin)
endif # ifneq ($(filter %BSD,$(DP_ARCH)),)
+endif # ifeq ($(DP_ARCH), GNU/kFreeBSD)
endif # ifdef windir
endif # ifndef DP_MAKE_TARGET
--- End Message ---
--- Begin Message ---
Source: nexuiz
Source-Version: 2.2.3-1
We believe that the bug you reported is fixed in the latest version of
nexuiz, which is due to be installed in the Debian FTP archive:
nexuiz-server_2.2.3-1_amd64.deb
to pool/main/n/nexuiz/nexuiz-server_2.2.3-1_amd64.deb
nexuiz_2.2.3-1.diff.gz
to pool/main/n/nexuiz/nexuiz_2.2.3-1.diff.gz
nexuiz_2.2.3-1.dsc
to pool/main/n/nexuiz/nexuiz_2.2.3-1.dsc
nexuiz_2.2.3-1_amd64.deb
to pool/main/n/nexuiz/nexuiz_2.2.3-1_amd64.deb
nexuiz_2.2.3.orig.tar.gz
to pool/main/n/nexuiz/nexuiz_2.2.3.orig.tar.gz
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.
Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> (supplier of updated nexuiz 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: Fri, 26 Jan 2007 18:22:02 +0100
Source: nexuiz
Binary: nexuiz-server nexuiz
Architecture: source amd64
Version: 2.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]>
Description:
nexuiz - A fast-paced 3D Ego-Shooter
nexuiz-server - Standalone server for Nexuiz
Closes: 404448
Changes:
nexuiz (2.2.3-1) unstable; urgency=low
.
[ Bruno "Fuddl" Kleinert ]
* New upstream release
* dpatch to fix FTBFS on GNU/kFreeBSD. Thanks to Cyril Brulebois for the
patch (Closes: #404448)
Files:
695d04aa79f7e588dd6a4031f91d1bac 737 games optional nexuiz_2.2.3-1.dsc
e9853fe9ba1898e198880f2005f56e04 1385043 games optional
nexuiz_2.2.3.orig.tar.gz
fe8444de1ccacb42e8c154ce9564b591 11200 games optional nexuiz_2.2.3-1.diff.gz
9fd293d2d82da513068ec4da9fb44e6b 698708 games optional nexuiz_2.2.3-1_amd64.deb
11570d2dd6ef1468cfc4ec6197c0bbc5 671070 games optional
nexuiz-server_2.2.3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFu4JVmAg1RJRTSKQRAvTWAJ4hzzUpw7Kh0/gdeIGwJZFHZkQQowCfSRP+
uToVeoHLm3RHdXY13XdIDgE=
=UvvJ
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-games-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel