Your message dated Fri, 24 Jul 2015 15:51:31 +0000
with message-id <[email protected]>
and subject line Bug#778159: fixed in uswsusp 1.0+20120915-6.1
has caused the Debian Bug report #778159,
regarding uswsusp: 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 [email protected]
immediately.)


-- 
778159: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778159
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:uswsusp
Version: 1.0+20120915-6
Severity: normal
Tags: sid stretch
User: [email protected]
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/uswsusp_1.0+20120915-6_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

[...]
vbetool/vbetool.c: In function '__save_state':
vbetool/vbetool.c:323:18: warning: format '%x' expects argument of type 
'unsigned int', but argument 4 has type 'size_t {aka long unsigned int}' 
[-Wformat=]
  fprintf(stderr, "Allocated buffer at %p (base is 0x%x)\n", buffer,
                  ^
rm -f libsuspend-common.a
ar cru libsuspend-common.a vt.o config_parser.o md5.o encrypt.o loglevel.o 
splash.o splashy_funcs.o fbsplash_funcs.o bootsplash.o memalloc.o load.o 
s2ram.o whitelist.o s2ram-x86.o dmidecode.o radeontool.o vbetool.o  
ranlib libsuspend-common.a
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DS2RAM -D_LARGEFILE64_SOURCE     
   -D_GNU_SOURCE -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -c -o resume-resume.o `test -f 'resume.c' || echo 
'./'`resume.c
In file included from resume.c:36:0:
loglevel.h:10:13: warning: inline function 'close_printk' declared but never 
defined
 inline void close_printk(void);
             ^
loglevel.h:9:13: warning: inline function 'set_kernel_console_loglevel' 
declared but never defined
 inline void set_kernel_console_loglevel(int level);
             ^
loglevel.h:8:12: warning: inline function 'get_kernel_console_loglevel' 
declared but never defined
 inline int get_kernel_console_loglevel(void);
            ^
loglevel.h:7:13: warning: inline function 'open_printk' declared but never 
defined
 inline void open_printk(void);
             ^
resume.c: In function 'main':
resume.c:492:3: warning: ignoring return value of 'fgets', declared with 
attribute warn_unused_result [-Wunused-result]
   fgets(resume_dev_name, MAX_STR_LEN - 1, stdin);
   ^
/bin/bash ./libtool  --tag=CC   --mode=link gcc -DS2RAM -D_LARGEFILE64_SOURCE   
     -D_GNU_SOURCE -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -o resume resume-resume.o 
libsuspend-common.a -llzo2  -lblkid    
libtool: link: gcc -DS2RAM -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o 
resume resume-resume.o  libsuspend-common.a -llzo2 -lblkid
resume-resume.o: In function `main':
/«BUILDDIR»/uswsusp-1.0+20120915/resume.c:471: undefined reference to 
`open_printk'
/«BUILDDIR»/uswsusp-1.0+20120915/resume.c:472: undefined reference to 
`get_kernel_console_loglevel'
/«BUILDDIR»/uswsusp-1.0+20120915/resume.c:473: undefined reference to 
`set_kernel_console_loglevel'
/«BUILDDIR»/uswsusp-1.0+20120915/resume.c:573: undefined reference to 
`set_kernel_console_loglevel'
/«BUILDDIR»/uswsusp-1.0+20120915/resume.c:575: undefined reference to 
`close_printk'
/«BUILDDIR»/uswsusp-1.0+20120915/resume.c:571: undefined reference to 
`set_kernel_console_loglevel'
libsuspend-common.a(splash.o): In function `splash_prepare':
/«BUILDDIR»/uswsusp-1.0+20120915/splash.c:212: undefined reference to 
`bootsplash_progress'
collect2: error: ld returned 1 exit status
make[3]: *** [resume] Error 1
Makefile:800: recipe for target 'resume' failed
make[3]: Leaving directory '/«BUILDDIR»/uswsusp-1.0+20120915'
make[2]: *** [all-recursive] Error 1
Makefile:997: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«BUILDDIR»/uswsusp-1.0+20120915'
make[1]: *** [all] Error 2
Makefile:626: recipe for target 'all' failed
make[1]: Leaving directory '/«BUILDDIR»/uswsusp-1.0+20120915'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:10: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: uswsusp
Source-Version: 1.0+20120915-6.1

We believe that the bug you reported is fixed in the latest version of
uswsusp, 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.
gregor herrmann <[email protected]> (supplier of updated uswsusp 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: SHA512

Format: 1.8
Date: Sun, 19 Jul 2015 17:12:45 +0200
Source: uswsusp
Binary: uswsusp
Architecture: source
Version: 1.0+20120915-6.1
Distribution: unstable
Urgency: medium
Maintainer: Rodolfo García Peñas (kix) <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
 uswsusp    - tools to use userspace software suspend provided by Linux
Closes: 778159
Changes:
 uswsusp (1.0+20120915-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix "ftbfs with GCC-5": add patch from Andrew James:
     use C99 inline semantics.
     (Closes: #778159)
Checksums-Sha1:
 62ca39f054ac12dc5bf6e819033aef0311aead02 2316 uswsusp_1.0+20120915-6.1.dsc
 333e242c1072cdb80bfa887608faba78bb05bb10 80073 
uswsusp_1.0+20120915-6.1.debian.tar.bz2
Checksums-Sha256:
 2cad8801c8975dfa72579dcf87141df56a59a4b9e46375211ede634b38758a47 2316 
uswsusp_1.0+20120915-6.1.dsc
 38910082f31e83a446bcc33bcd46eda7bd284aed61ebd56196674923933f6c32 80073 
uswsusp_1.0+20120915-6.1.debian.tar.bz2
Files:
 9c794d62bc7da7d2646bf58b9b3936be 2316 admin optional 
uswsusp_1.0+20120915-6.1.dsc
 47809327ae4efaa89db2fc503dc4c6e9 80073 admin optional 
uswsusp_1.0+20120915-6.1.debian.tar.bz2

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJVq77wXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGR6YP/2JyDG1i7PvDpFYMJoUnw4oM
PExf2EfkzKqWXn9I3QWnLQXC3Xcm/f2YMT1vZRiUTWvZcQ/aJ9+fQ/jeMo0vZawy
3+3G01PTg/DDMHsXx6qFl9kGvtuiHcGlxX9Z/9c92JKhLUR00RbcvBSLwuNF0ymO
1TfPbmoecD5Lp/XpjTmqTnmLgtPQNdcXlvOzHhhKtsX5HSehpOWECZ1wqtGxZbJ1
Pfo+N70FJHdhFDjl0CfH6PhjbzxwEYwG4HDmDuu704MA8xevTuBuZI11NCusfk5j
RocBLDO5BZ9Jr6Wxn1CsWUrBUpYsBdYqoG3mvfrAeXqpvBKd/K5q5EHwzxgWF2ob
B6NLiO0vAPCjnHAWGvvRwUfSS8gyc/IU1BFdQQI9B6LBsJDOjAqQfv0pQD3B4B+3
dWiWwLbscH9+omgb4ivIL7JuriaADGfuLndx9SXC+ygF6+YvhbnR78UeG5vrFC3D
c7NGQmtWQssOCizqv/34w+xtDspXPr+0+qaXMZbubUiEm6JZ9xlnfOjt4mIN2jKg
fcfcRWeYmRQKlN+/0NnjMPs86oahu+RTv6skYzp6CbNd1mLKLZuBnESA+7kfPiuE
4j+43raMWiamFaSEwNHBkvI4fEYCsgGiNZGRDYLvkMde6IGuT0Y+P/itXRynzHkf
bsD+ilbyLIxJT2SL8uoN
=d7qU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to