Your message dated Fri, 11 Aug 2006 09:17:16 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287494: fixed in lopster 1.2.0.1-2
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: lopster
Severity: normal
Tags: patch
When building 'lopster' on amd64 with gcc-4.0,
I get the following error:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -O2 -ffunction-sections -W -Wall -D_GNU_SOURCE -c
log.c
log.c: In function 'close_logs':
log.c:151: error: invalid lvalue in assignment
log.c: In function 'on_log_delete':
log.c:608: warning: cast from pointer to integer of different size
make[3]: *** [log.o] Error 1
make[3]: Leaving directory `/lopster-1.2.0.1/src'
With the attached patch 'lopster' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/lopster-1.2.0.1/src/log.c ./src/log.c
--- ../tmp-orig/lopster-1.2.0.1/src/log.c 2003-03-04 21:08:57.000000000
+0100
+++ ./src/log.c 2004-12-28 10:10:05.000000000 +0100
@@ -148,7 +148,7 @@
l_free(log);
}
g_list_free(net?net->logs:other_logs);
- net?net->logs:other_logs = NULL;
+ if (net) net->logs = NULL; else other_logs = NULL;
}
void log_file_destroy(log_file_t* lf) {
--- End Message ---
--- Begin Message ---
Source: lopster
Source-Version: 1.2.0.1-2
We believe that the bug you reported is fixed in the latest version of
lopster, which is due to be installed in the Debian FTP archive:
lopster_1.2.0.1-2.diff.gz
to pool/main/l/lopster/lopster_1.2.0.1-2.diff.gz
lopster_1.2.0.1-2.dsc
to pool/main/l/lopster/lopster_1.2.0.1-2.dsc
lopster_1.2.0.1-2_i386.deb
to pool/main/l/lopster/lopster_1.2.0.1-2_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.
Michael Ablassmeier <[EMAIL PROTECTED]> (supplier of updated lopster 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, 11 Aug 2006 17:49:20 +0200
Source: lopster
Binary: lopster
Architecture: source i386
Version: 1.2.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Michael Ablassmeier <[EMAIL PROTECTED]>
Description:
lopster - A Napster client using the GTK UI
Closes: 287494
Changes:
lopster (1.2.0.1-2) unstable; urgency=low
.
* QA Upload (ACK NMU; Closes: #287494)
* Set Maintainer to QA Group, Orphaned: #366006
* Use higher debhelper compat, depend on at least dh 4.0
* Use dh_installman
* Update debian/menu
* Remove debian/substvars from diff.
* Conforms with latest Standards Version 3.7.2
Files:
3be0abc13948ffe763f1282db7157002 611 net optional lopster_1.2.0.1-2.dsc
2c080a3a4c75c8c7a214c0a8fc9d84b7 3581 net optional lopster_1.2.0.1-2.diff.gz
e1e2c66c548f34df72b5def60497c16d 632446 net optional lopster_1.2.0.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE3Ks5EFV7g4B8rCURArSiAJ9xV24c8Ak5zLl3F2Mcq4yKxwTGjACg2p66
tmVgwPizdPLe+Ni8ICORYUE=
=EFDx
-----END PGP SIGNATURE-----
--- End Message ---