Your message dated Mon, 06 Oct 2014 04:03:41 +0000
with message-id <[email protected]>
and subject line Bug#631694: fixed in gfpoken 1-1
has caused the Debian Bug report #631694,
regarding gfpoken: FTBFS with ld --as-needed
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.)
--
631694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631694
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gfpoken
Version: 0.32-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: ld-as-needed
The package fails to build when --as-needed linker option is enabled,
because of incorrect order of parameters passed to ld. Here's a log of
failed build in Ubuntu:
https://launchpadlibrarian.net/70840199/buildlog_ubuntu-oneiric-i386.gfpoken_0.32-2_FAILEDTOBUILD.txt.gz
See also
http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries
The attached patch was used in Ubuntu to fix the problem.
https://launchpad.net/ubuntu/+source/gfpoken/0.32-2ubuntu1
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric
APT policy: (500, 'oneiric')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-10-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Description: Add libraries to a proper variable. This fixes FTBFS at linking
with stage with --as-needed option.
Author: Ilya Barygin <[email protected]>
Bug-Ubuntu: https://launchpad.net/bugs/749253
--- gfpoken-0.32.orig/Makefile.am
+++ gfpoken-0.32/Makefile.am
@@ -27,7 +27,7 @@ gfpoken_CPPFLAGS = -DDATADIR=\"$(pkgdata
gfpoken_CFLAGS = $(GTK2_CFLAGS)
# Don't use autoconf substitution here, because it would include
# implicit dependencies.
-gfpoken_LDFLAGS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0
+gfpoken_LDADD = -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0
gfpoken_SOURCES = \
convert.c \
--- End Message ---
--- Begin Message ---
Source: gfpoken
Source-Version: 1-1
We believe that the bug you reported is fixed in the latest version of
gfpoken, which is due to be installed in the Debian FTP archive.
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.
Bas Wijnen <[email protected]> (supplier of updated gfpoken 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: Sun, 05 Oct 2014 23:48:32 -0400
Source: gfpoken
Binary: gfpoken
Architecture: source amd64
Version: 1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Bas Wijnen <[email protected]>
Description:
gfpoken - Recreate a grid of mirrors from clues given by tests
Closes: 631694
Changes:
gfpoken (1-1) unstable; urgency=low
.
[ Evgeni Golov ]
* Correct Vcs-* URLs to point to anonscm.debian.org
.
[ Bas Wijnen ]
* New upstream release
* Remove patches, which are integrated upstream
* Fix when building with --as-needed from Ubuntu, integrated upstream
(Closes: #631694)
* Fix transparent background, which was broken, integrated upstream
* Update standards version to 3.9.6 (no changes needed)
* Use debhelper 9 to get hardening
Checksums-Sha1:
ff7f803d3e5b38caa6c93310dcd5e79dad08dccc 1318 gfpoken_1-1.dsc
ee6f40399d60b0c3f48aca5b0724a8ee8613fe66 520950 gfpoken_1.orig.tar.gz
b7e332867571b84803833514e13ffae056fcb985 4540 gfpoken_1-1.debian.tar.xz
067c5b264473bbf1797c6895b5572bca301fde60 243268 gfpoken_1-1_amd64.deb
Checksums-Sha256:
7f35b6318e0354da0046a245ab14273e4606c96bb864813b645f6b50ce24c02c 1318
gfpoken_1-1.dsc
9f1dca5cc3511655f2dd5bc284bdd171a6de0b85d09e6874b7ddc647b21310d5 520950
gfpoken_1.orig.tar.gz
4cb6fc88ba13132ba06a222652a1ba78398a77cb3f033389b9a7bdb36f97857c 4540
gfpoken_1-1.debian.tar.xz
d285533df21cc030de095779120d4e642e645eb5f1c710cb80573dfbaff3742d 243268
gfpoken_1-1_amd64.deb
Files:
4d716aa46c35fa3131ad21f7cd566daf 243268 games optional gfpoken_1-1_amd64.deb
880d9a018cb6f79e5327d9a9b71be1a5 1318 games optional gfpoken_1-1.dsc
84a7d166117b4f1abd966682028480e1 520950 games optional gfpoken_1.orig.tar.gz
b0645b34edce52768ef3c98135590d13 4540 games optional gfpoken_1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEARECAAYFAlQyEa0ACgkQFShl+2J8z5WJNgCfedHOAwTQFb1dTVK3M3G1IdPO
BugAn0NWl33UW28egf/EyVjo/7HJEce5
=kAS0
-----END PGP SIGNATURE-----
--- End Message ---