Your message dated Sat, 13 Jul 2013 13:50:27 +0000
with message-id <e1uy0dt-0002mr...@franck.debian.org>
and subject line Bug#713622: fixed in scli 0.4.0-3
has caused the Debian Bug report #713622,
regarding scli: FTBFS: ld: /tmp/ccgj4ECR.o: undefined reference to symbol
'g_strdup'
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 ow...@bugs.debian.org
immediately.)
--
713622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713622
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scli
Version: 0.4.0-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Maybe you need to add explicitly the offending lib to LD flags.
Relevant part:
> gcc: fatal error: no input files
> compilation terminated.
> configure:2752: $? = 4
> configure:2775: checking for C compiler default output file name
> configure:2802: gcc conftest.c >&5
> configure:2805: $? = 0
> configure:2843: result: a.out
> configure:2860: checking whether the C compiler works
> configure:2870: ./a.out
> configure:2873: $? = 0
> configure:2890: result: yes
> configure:2897: checking whether we are cross compiling
> configure:2899: result: no
> configure:2902: checking for suffix of executables
> configure:2909: gcc -o conftest conftest.c >&5
> configure:2912: $? = 0
> configure:2936: result:
> configure:2942: checking for suffix of object files
> configure:2968: gcc -c conftest.c >&5
> configure:2971: $? = 0
> configure:2994: result: o
> configure:2998: checking whether we are using the GNU C compiler
> configure:3027: gcc -c conftest.c >&5
> configure:3033: $? = 0
> configure:3050: result: yes
> configure:3055: checking whether gcc accepts -g
> configure:3085: gcc -c -g conftest.c >&5
> configure:3091: $? = 0
> configure:3190: result: yes
> configure:3207: checking for gcc option to accept ISO C89
> configure:3281: gcc -c -g -O2 conftest.c >&5
> configure:3287: $? = 0
> configure:3310: result: none needed
> configure:3339: checking for style of include used by make
> configure:3367: result: GNU
> configure:3395: checking dependency style of gcc
> configure:3485: result: none
> configure:3545: checking for ranlib
> configure:3561: found /usr/bin/ranlib
> configure:3572: result: ranlib
> configure:3600: checking for smidump
> configure:3630: result: no
> configure:3642: checking whether to enable -Wall
> configure:3652: result: no
> configure:3739: checking for pkg-config
> configure:3757: found /usr/bin/pkg-config
> configure:3769: result: /usr/bin/pkg-config
> configure:3798: checking pkg-config is at least version 0.16
> configure:3801: result: yes
> configure:3819: checking for GLIB - version >= 2.0.0
> configure:3943: gcc -o conftest -g -O2 -pthread -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include conftest.c
> -Wl,--export-dynamic -pthread -lgmodule-2.0 -lglib-2.0 >&5
> configure:3946: $? = 0
> configure:3952: ./conftest
> configure:3955: $? = 0
> configure:3975: result: yes (version 2.36.3)
> configure:4080: checking for pkg-config
> configure:4111: result: /usr/bin/pkg-config
> configure:4135: checking for GNET - version >= 2.0.0
> configure:4255: gcc -o conftest -g -O2 -pthread -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gnet-2.0
> -I/usr/lib/gnet-2.0/include/ conftest.c -lgnet-2.0 >&5
> /usr/bin/ld: /tmp/ccgj4ECR.o: undefined reference to symbol 'g_strdup'
> /lib/x86_64-linux-gnu/libglib-2.0.so.0: error adding symbols: DSO missing
> from command line
> collect2: error: ld returned 1 exit status
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/scli_0.4.0-2_unstable.log
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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: scli
Source-Version: 0.4.0-3
We believe that the bug you reported is fixed in the latest version of
scli, 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 713...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Barry deFreese <bdefre...@debian.org> (supplier of updated scli 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 12 Jul 2013 17:49:00 -0400
Source: scli
Binary: scli
Architecture: source i386
Version: 0.4.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Barry deFreese <bdefre...@debian.org>
Description:
scli - collection of SNMP command line management tools
Closes: 690092 713622
Changes:
scli (0.4.0-3) unstable; urgency=low
.
* QA upload.
* Set maintainer to Debian QA Group <packa...@qa.debian.org>.
* Remove DM-Upload-Allowed.
* Patch to fix glib underlinkage. (Closes: #713622, #690092).
+ Thanks to Julien Taylor for passing on the fix.
* Add patch to fix compilation errors and warnings.
* Bump debhelper build-dep and compat to 9.
* Bump Standards Version to 3.9.4.
Checksums-Sha1:
30d9fda2727c428c17c5dcd215a4eb595b730489 1134 scli_0.4.0-3.dsc
1c4af30994a33f60dfb6a82ebeb29f2edb3f8e47 7854 scli_0.4.0-3.debian.tar.gz
caa012ea898b0c00466eb19210a625bc269dabd1 462146 scli_0.4.0-3_i386.deb
Checksums-Sha256:
42bcda6787b22b8d7ccace790256cfd890673da6b9e6f7f378c8a727b930f49d 1134
scli_0.4.0-3.dsc
4a33622a103d26b40c4356affe0fd3d244072deca8432d1a9b8876d92e8ba4ca 7854
scli_0.4.0-3.debian.tar.gz
655d4ab3cd3e71ed869ed1aafcac1947b5b0b2bf2d31a86d06ea7b1ad3b4ca64 462146
scli_0.4.0-3_i386.deb
Files:
366a2fb833b3df91c4337a6d259755d3 1134 net optional scli_0.4.0-3.dsc
9c2239ce40cce02b1a3d7932c4fa810f 7854 net optional scli_0.4.0-3.debian.tar.gz
30cba662993521159e99b84c83642086 462146 net optional scli_0.4.0-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlHhVV8ACgkQ5ItltUs5T36XaQCdG9AwqAIbPa4jCUgIjRLQJf8f
frkAoJ6i/n1S1EPeEllmBGBLPYtKzse1
=CkSJ
-----END PGP SIGNATURE-----
--- End Message ---