Your message dated Mon, 20 Jul 2015 12:00:34 +0000
with message-id <e1zh9ki-0001ag...@franck.debian.org>
and subject line Bug#778151: fixed in tuxonice-userui 1.1+dfsg1.gc3bdd83-4
has caused the Debian Bug report #778151,
regarding tuxonice-userui: 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.)
--
778151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778151
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tuxonice-userui
Version: 1.1+dfsg1.gc3bdd83-3
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/tuxonice-userui_1.1+dfsg1.gc3bdd83-3_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
[...]
splash.h:232:13: warning: inline function 'put_pixel' declared but never defined
inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add);
^
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3
-DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c parse.c -o parse.o
In file included from parse.c:23:0:
splash.h:232:13: warning: inline function 'put_pixel' declared but never defined
inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add);
^
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3
-DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c mng_callbacks.c -o
mng_callbacks.o
In file included from mng_callbacks.c:16:0:
splash.h:232:13: warning: inline function 'put_pixel' declared but never defined
inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add);
^
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3
-DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c mng_render.c -o
mng_render.o
In file included from mng_render.c:18:0:
splash.h:232:13: warning: inline function 'put_pixel' declared but never defined
inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add);
^
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3
-DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c render.c -o
render.o
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3
-DUSE_FBSPLASH -Wall -O3 -g -I/usr/include/freetype2/ -I. -c ttf.c -o ttf.o
ttf.c: In function 'Load_Glyph':
ttf.c:371:4: warning: implicit declaration of function 'FT_Outline_Transform'
[-Wimplicit-function-declaration]
FT_Outline_Transform(outline, &shear);
^
In file included from ttf.c:32:0:
ttf.c: At top level:
splash.h:232:13: warning: inline function 'put_pixel' declared but never defined
inline void put_pixel (u8 a, u8 r, u8 g, u8 b, u8 *src, u8 *dst, u8 add);
^
cc -Wl,-z,relro -r -nostdlib -nostartfiles userui_fbsplash_core.o cmd.o
common.o effects.o image.o list.o parse.o mng_callbacks.o mng_render.o render.o
ttf.o -o userui_fbsplash.o
make[3]: Leaving directory
'/«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash'
cc -Wl,-z,relro userui_core.o userui_text.o fbsplash/userui_fbsplash.o -lmng
-lpng -ljpeg -lfreetype -lm -o tuxoniceui
fbsplash/userui_fbsplash.o: In function `truecolor2fb':
/«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash/image.c:66: undefined
reference to `put_pixel'
/«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash/image.c:66: undefined
reference to `put_pixel'
/«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash/image.c:63: undefined
reference to `put_pixel'
/«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash/image.c:66: undefined
reference to `put_pixel'
/«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash/image.c:66: undefined
reference to `put_pixel'
fbsplash/userui_fbsplash.o:/«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83/fbsplash/ttf.c:667:
more undefined references to `put_pixel' follow
collect2: error: ld returned 1 exit status
make[2]: *** [tuxoniceui] Error 1
Makefile:45: recipe for target 'tuxoniceui' failed
make[2]: Leaving directory '/«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83'
dh_auto_build: make -j1 USE_FBSPLASH=1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:19: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«BUILDDIR»/tuxonice-userui-1.1+dfsg1.gc3bdd83'
make: *** [build-arch] Error 2
debian/rules:16: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: tuxonice-userui
Source-Version: 1.1+dfsg1.gc3bdd83-4
We believe that the bug you reported is fixed in the latest version of
tuxonice-userui, 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 778...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Julien Muchembled <j...@jmuchemb.eu> (supplier of updated tuxonice-userui
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: Sun, 19 Jul 2015 21:40:34 +0200
Source: tuxonice-userui
Binary: tuxonice-userui
Architecture: source amd64
Version: 1.1+dfsg1.gc3bdd83-4
Distribution: unstable
Urgency: medium
Maintainer: Julien Muchembled <j...@jmuchemb.eu>
Changed-By: Julien Muchembled <j...@jmuchemb.eu>
Description:
tuxonice-userui - user-space interfaces for TuxOnIce
Closes: 778151
Changes:
tuxonice-userui (1.1+dfsg1.gc3bdd83-4) unstable; urgency=medium
.
* Update Standards-Version to 3.9.6 (no change needed).
* Move to contrib area since the kernel patch is not packaged anymore.
* debian/patches/0002-Fix-includes-for-recent-freetype-versions.patch:
update to fix a compiler warning.
* Add patch to fix "ftbfs with GCC-5" (Closes: #778151).
Checksums-Sha1:
2ddb1dce4d0224fc59bb964d3f6c38d6524559cf 2266
tuxonice-userui_1.1+dfsg1.gc3bdd83-4.dsc
f305fb1439e36c98f616664512b2ecc426e2622e 12720
tuxonice-userui_1.1+dfsg1.gc3bdd83-4.debian.tar.xz
b325f75a8878ace709fc05c453ccd92070ed818c 53112
tuxonice-userui_1.1+dfsg1.gc3bdd83-4_amd64.deb
Checksums-Sha256:
211c435477e17199766735651ea54273bd70023d9573acfb58df8edc25407285 2266
tuxonice-userui_1.1+dfsg1.gc3bdd83-4.dsc
408deaefade9bb5bde103b56a5fe38fcf6ac0971d20ded77e75351b861e7b886 12720
tuxonice-userui_1.1+dfsg1.gc3bdd83-4.debian.tar.xz
179f50fb6123372fc3caaac4031eb61f4d9968b3f0045ebad041736c44844e0b 53112
tuxonice-userui_1.1+dfsg1.gc3bdd83-4_amd64.deb
Files:
c32ea20e83950bdaafe91061f268246a 2266 contrib/misc optional
tuxonice-userui_1.1+dfsg1.gc3bdd83-4.dsc
1b9d04a0419fa776b3fadee12dabf3a7 12720 contrib/misc optional
tuxonice-userui_1.1+dfsg1.gc3bdd83-4.debian.tar.xz
2bdc29879954e5e0b8e29c4ebb7b394b 53112 contrib/misc optional
tuxonice-userui_1.1+dfsg1.gc3bdd83-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJVrBvPXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGt3IP/3/F7CfzC0qyaSFbAvVCkKdx
XAyD7TOhO68EhdX8qYXBQinN+AwTXHLKBM+aO4xHQgDhpNiNGhlRiuqdjinqaN6i
wc8e9i+sx9mWhnWD+4D7WJrv9bvRm5Pi2WtOTxMb6OJCWmRLoqrn69ErsRw6X8zH
hjoPToqrkqcDJg4QR56yXL5umgJSY4Gf+LjggD8EYzYcWBt4nlfzFxGjpCgLjebV
sYp0nGljJ8PDGuo3OwxDpLg33N7IzbiA4V/yhWrMYMZPZ2+Q+4Ec8TCk975B6BCT
cPsyxJD+cMyk5/7XY7zdUh2ZLNtlTfuabzuwG8OO69xMpgWXtYmsn/0RAHtMq1Hu
wOJbZAXPpBKfRedc0DmFNTWbG6QFRFzi9RgVLI3y/IPs8ObONfA9KsWTZI7F54st
qaXfp1KvxXmdrdT1gFBblmN54F47ncpH5zV4cYx/OkYqNZ3sQw/kgy18zriGMNSg
M7puaJlcQsBhfocr6XgO+vA0IZ3ufcN8GbhxdVEEoqd60QlD7U36u55ayYoBwGqL
ZLKlTxkfUVLrRmJx1kZTfsjB/8ZdcWoDdMa1iisqxDA2ICF1R6K5qilulrLJHohY
em/G+rdFMmr/sSeujL4NAmMibEpmYwTvbZateHG0Ulqr9xcC3asv0jCfbwuVxx9C
YGMiyAXzDsmfDS69utHb
=itRE
-----END PGP SIGNATURE-----
--- End Message ---