Your message dated Mon, 22 Oct 2007 15:03:33 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#444505: fixed in infon 0~r198-2.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: infon
version: 0~r198-2
Severity: serious
User: [EMAIL PROTECTED]
Tags: patch
Usertags: qa-ftbfs-20070928 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in sid, your package failed to build on i386.
Relevant part:
ranlib liblua.a
cc -O2 -Wall -DLUA_USE_POSIX -ggdb -DLUA_USE_APICHECK -c -o lua.o lua.c
cc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses
cc -O2 -Wall -DLUA_USE_POSIX -ggdb -DLUA_USE_APICHECK -c -o luac.o luac.c
cc -O2 -Wall -DLUA_USE_POSIX -ggdb -DLUA_USE_APICHECK -c -o print.o print.c
cc -o luac luac.o print.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory
-lncurses
make[4]: Leaving directory `/build/user/infon-0~r198/lua-5.1.2/src'
make[3]: Leaving directory `/build/user/infon-0~r198/lua-5.1.2/src'
make[2]: Leaving directory `/build/user/infon-0~r198/lua-5.1.2'
cc infond.o server.o listener.o map.o path.o misc.o packet.o player.o world.o
creature.o scroller.o game.o pinger.o lua-5.1.2/src/liblua.a -levent -lz -lm -o
infond
cc infond.o server.o listener.o map.o path.o misc.o packet.o player.o world.o
creature.o scroller.o game.o pinger.o lua-5.1.2/src/liblua.a -levent -lz -lm
-static -o infond-static
infond.o: In function `daemonize':
/build/user/infon-0~r198/daemonize.h:85: warning: Using 'getpwnam' in
statically linked applications requires at runtime the shared libraries from
the glibc version used for linking
/usr/lib/gcc/i486-linux-gnu/4.2.1/../../../../lib/libevent.a(event.o): In
function `gettime':
(.text+0xceb): undefined reference to `clock_gettime'
/usr/lib/gcc/i486-linux-gnu/4.2.1/../../../../lib/libevent.a(event.o): In
function `event_init':
(.text+0x18d9): undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
make[1]: *** [infond] Error 1
make[1]: Leaving directory `/build/user/infon-0~r198'
make: *** [build-arch-stamp] Error 2
The attached patch fixes the problem.
The full build log is available from
http://people.debian.org/~lucas/logs/2007/09/28
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment. Internet was not accessible from the build systems.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
diff -Nru /tmp/rkH0piKjPQ/infon-0~r198/Makefile /tmp/lRJFZCVkqm/infon-0~r198/Makefile
--- /tmp/rkH0piKjPQ/infon-0~r198/Makefile 2007-03-31 01:13:42.000000000 +0200
+++ /tmp/lRJFZCVkqm/infon-0~r198/Makefile 2007-09-29 10:52:09.000000000 +0200
@@ -88,7 +88,7 @@
-lmingw32 -lopengl32 -lglu32 -lstdc++ -lwsock32 -lwinmm -mwindows -Wl,-s
$(GL_RENDERER) : infon.res
else
-$(INFON_EXECUTABLE) : LDFLAGS += -levent -lz -lm
+$(INFON_EXECUTABLE) : LDFLAGS += -levent -lz -lm -lrt
# Example for embedding a renderer
ifdef NULL_INFON
@@ -106,7 +106,7 @@
endif
$(INFOND_EXECUTABLE): CFLAGS += -I$(LUA)/src/ # -DCHEATS
-$(INFOND_EXECUTABLE): LDFLAGS += -levent -lz -lm
+$(INFOND_EXECUTABLE): LDFLAGS += -levent -lz -lm -lrt
# Experimental usage of 'all of lua in one file' as seen in lua-5.1.2/etc/all.c
ifdef OPTIMIZE
diff -Nru /tmp/rkH0piKjPQ/infon-0~r198/debian/changelog /tmp/lRJFZCVkqm/infon-0~r198/debian/changelog
--- /tmp/rkH0piKjPQ/infon-0~r198/debian/changelog 2007-09-29 10:52:08.000000000 +0200
+++ /tmp/lRJFZCVkqm/infon-0~r198/debian/changelog 2007-09-29 10:52:09.000000000 +0200
@@ -1,3 +1,10 @@
+infon (0~r198-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Added -lrt to LDFLAGS to get clock_gettime.
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]> Sat, 29 Sep 2007 10:50:10 +0200
+
infon (0~r198-2) unstable; urgency=low
* Uses metainit for the init script
--- End Message ---
--- Begin Message ---
Source: infon
Source-Version: 0~r198-2.1
We believe that the bug you reported is fixed in the latest version of
infon, which is due to be installed in the Debian FTP archive:
infon-server_0~r198-2.1_i386.deb
to pool/main/i/infon/infon-server_0~r198-2.1_i386.deb
infon-viewer_0~r198-2.1_i386.deb
to pool/main/i/infon/infon-viewer_0~r198-2.1_i386.deb
infon_0~r198-2.1.diff.gz
to pool/main/i/infon/infon_0~r198-2.1.diff.gz
infon_0~r198-2.1.dsc
to pool/main/i/infon/infon_0~r198-2.1.dsc
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.
Lucas Nussbaum <[EMAIL PROTECTED]> (supplier of updated infon 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: Mon, 22 Oct 2007 11:41:51 +0200
Source: infon
Binary: infon-viewer infon-server
Architecture: source i386
Version: 0~r198-2.1
Distribution: unstable
Urgency: high
Maintainer: Joachim Breitner <[EMAIL PROTECTED]>
Changed-By: Lucas Nussbaum <[EMAIL PROTECTED]>
Description:
infon-server - Program bugs to compete for food and survival - Server
infon-viewer - Program bugs to compete for food and survival - GUI
Closes: 444505
Changes:
infon (0~r198-2.1) unstable; urgency=high
.
* Non-maintainer upload.
* Added -lrt to LDFLAGS to get clock_gettime. Closes: #444505
Files:
35db55b565d6047d1b0c98457f232dbd 761 games extra infon_0~r198-2.1.dsc
50e8492b33eb6adf529ee16c5a8b1169 7036 games extra infon_0~r198-2.1.diff.gz
f191c9b62aeca4fa8a93038917cc1eb8 133302 games extra
infon-server_0~r198-2.1_i386.deb
0d49ab3b67a350586804b0f8fbdd9d55 112760 games extra
infon-viewer_0~r198-2.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHHHbD2hliNwI7P08RAmaCAJ0df8nzXgiFseNeVyvg5TU2J3Z3jACgvOv6
oTrUMYZVmRUXBGPqHesnwNI=
=fdnQ
-----END PGP SIGNATURE-----
--- End Message ---