Your message dated Mon, 27 Jul 2015 16:19:35 +0000
with message-id <e1zjl7n-0001w7...@franck.debian.org>
and subject line Bug#757525: fixed in hardinfo 0.5.1-1.5
has caused the Debian Bug report #757525,
regarding hardinfo: ftbfs with GCC-5
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.)
--
757525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hardinfo
Version: 0.5.1-1.4
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/hardinfo_0.5.1-1.4_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files. For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html
[...]
^
In file included from benchmark.c:19:0:
benchmark.c: At top level:
./hardinfo.h:94:15: warning: inline function 'size_human_readable' declared but
never defined
inline gchar *size_human_readable(gfloat size);
^
./hardinfo.h:69:14: warning: inline function 'remove_linefeed' declared but
never defined
inline void remove_linefeed(gchar *str);
^
./hardinfo.h:68:14: warning: inline function 'strend' declared but never defined
inline char *strend(gchar *str, gchar chr);
^
./hardinfo.h:67:14: warning: inline function 'remove_quotes' declared but never
defined
inline void remove_quotes(gchar *str);
^
ln -sf ../benchmark.so modules
gcc -g -fPIC -pipe -Wall -g -pthread -I/usr/include/gtk-2.0
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -pthread
-I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I. -o network.so -shared
network.c -lpthread -lgthread-2.0 -lrt -lgtk-x11-2.0 -lgdk-x11-2.0
-lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0
-lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
In file included from network.c:29:0:
./hardinfo.h:94:15: warning: inline function 'size_human_readable' declared but
never defined
inline gchar *size_human_readable(gfloat size);
^
./hardinfo.h:69:14: warning: inline function 'remove_linefeed' declared but
never defined
inline void remove_linefeed(gchar *str);
^
./hardinfo.h:68:14: warning: inline function 'strend' declared but never defined
inline char *strend(gchar *str, gchar chr);
^
./hardinfo.h:67:14: warning: inline function 'remove_quotes' declared but never
defined
inline void remove_quotes(gchar *str);
^
ln -sf ../network.so modules
gcc -g -fPIC -pipe -Wall -g -o hardinfo -Wl,-export-dynamic hardinfo.o
shell.o util.o iconcache.o loadgraph.o menu.o stock.o callbacks.o expr.o
report.o binreloc.o vendor.o socket.o syncmanager.o -lpthread -lgthread-2.0
-lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo
-lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0
-lfontconfig -lfreetype \
-lsoup-2.4 -lxml2 -licui18n -licuuc -licudata -lz -llzma -lm -lgio-2.0
-lz -lresolv -lselinux -lgmodule-2.0 -pthread -ldl -lgobject-2.0 -lffi
-lglib-2.0 -pthread -lpcre
shell.o: In function `group_handle_normal':
/«PKGBUILDDIR»/shell.c:921: undefined reference to `strend'
/«PKGBUILDDIR»/shell.c:961: undefined reference to `strend'
shell.o: In function `moreinfo_handle_normal':
/«PKGBUILDDIR»/shell.c:1005: undefined reference to `strend'
util.o: In function `module_register_methods':
/«PKGBUILDDIR»/util.c:517: undefined reference to `strend'
report.o: In function `report_table':
/«PKGBUILDDIR»/report.c:178: undefined reference to `strend'
report.o:/«PKGBUILDDIR»/report.c:195: more undefined references to `strend'
follow
collect2: error: ld returned 1 exit status
make[1]: *** [all] Error 1
Makefile:24: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:33: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: hardinfo
Source-Version: 0.5.1-1.5
We believe that the bug you reported is fixed in the latest version of
hardinfo, 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 757...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated hardinfo 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: SHA512
Format: 1.8
Date: Wed, 22 Jul 2015 17:51:45 +0200
Source: hardinfo
Binary: hardinfo
Architecture: source
Version: 0.5.1-1.5
Distribution: unstable
Urgency: medium
Maintainer: Agney Lopes Roth Ferraz <ag...@debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
hardinfo - Displays system information
Closes: 757525
Changes:
hardinfo (0.5.1-1.5) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix "FTBFS with clang instead of gcc":
patch Makefile* to add "-std=gnu89" to CFLAGS.
(Closes: #757525)
Checksums-Sha1:
9065f7939ed639025bc3caf530d1641981797e7a 1917 hardinfo_0.5.1-1.5.dsc
cb93b4d81ebd15951d38864e52bb0915bc378c67 9871 hardinfo_0.5.1-1.5.diff.gz
Checksums-Sha256:
d9032c4f8b8f94fa39abaacb2193f72fdb5035a086b25a7d1373fd9960672823 1917
hardinfo_0.5.1-1.5.dsc
a570d0606889633dadcea76cee2b96aafd3c3317910cd4e77e4c3e5de8c2f665 9871
hardinfo_0.5.1-1.5.diff.gz
Files:
4f745f6039a8b8c49408db3b513b7f42 1917 x11 optional hardinfo_0.5.1-1.5.dsc
44af25128d6656c0fbd8121cef972d30 9871 x11 optional hardinfo_0.5.1-1.5.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJVr7zrXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGIcMQAJgD7UDU9dE7Jvd2CeUgG8Cy
6Mwl84WX4t/OGxn4nlVVIJrEcYfoGJtFgq2Lv6ebmZ8U6qxXYiWJVLjKT5QW2tDT
TdS4e6dLCnMiGMoBwmXPfepa6jyctf7u1A4EMzLQrILPHSwhF41qFngn39PIYNZ8
3KCEWwXBbYkvAHp4Fh5qutzwSFSYJO+xkDlL3lGO6O0eeW5CelzxVzy07+E/yNc3
NoEPYn1J7jXDNy/ZOU2GPkAq07JUZS1wwoLwP7qEC4jm8kQAU6br1F2RQhmxtB1+
myHUYQcW3wyry6niKW7JoMqwtConVGZ8te3PyYkqDITFt4cQcbDNhfN503foZgNt
H4UHQu3qIh5gFqwRAT4Tq6FRGhXnuT7WDzaiMmFap3kgVYpy8oF0QNIArQSatFpI
qa3qCd3Xk/48Pt2iyeN4JiIAf3gNQicGpkM6JM8q7P2dDkj1I3yZJfWS58nORhxW
0Co1mLfnhaDwuQv+AL1rJgAuxEzgZHNQFHY/xfXli4/swUMA/zBDCPGfFilzLk5C
ofFlv4vDdlsarPG2qL13IR3ID7Y5O807XBwPvTd3yAPmrjLZZeCXqWW6RzrIG4ff
T16nhYhMs+2u9atHxaTpVp0sIY5QL3+F7xkMGq4Z2bekSdRET6K0Z4MBw8vcoicm
CDg5ZaJPIScBxHA7FS+B
=cFO8
-----END PGP SIGNATURE-----
--- End Message ---