[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#778121: marked as done (sks-ecc: ftbfs with GCC-5)



Your message dated Sun, 19 Jul 2015 13:49:37 +0000
with message-id <E1ZGoyH-00030F-0V@franck.debian.org>
and subject line Bug#778121: fixed in sks-ecc 0.93-4
has caused the Debian Bug report #778121,
regarding sks-ecc: 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 owner@bugs.debian.org
immediately.)


-- 
778121: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778121
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:sks-ecc
Version: 0.93-3
Severity: normal
Tags: sid stretch
User: debian-gcc@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/sks-ecc_0.93-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

[...]
tfm/mpi.c:9663:40: warning: unused variable 'sc1' [-Wunused-variable]
    fp_digit *a, b[6], c0, c1, c2, sc0, sc1, sc2;
                                        ^
tfm/mpi.c:9663:35: warning: unused variable 'sc0' [-Wunused-variable]
    fp_digit *a, b[6], c0, c1, c2, sc0, sc1, sc2;
                                   ^
tfm/mpi.c: In function 'fp_sqr_comba4':
tfm/mpi.c:10069:45: warning: unused variable 'sc2' [-Wunused-variable]
    fp_digit *a, b[8], c0, c1, c2, sc0, sc1, sc2;
                                             ^
tfm/mpi.c:10069:40: warning: unused variable 'sc1' [-Wunused-variable]
    fp_digit *a, b[8], c0, c1, c2, sc0, sc1, sc2;
                                        ^
tfm/mpi.c:10069:35: warning: unused variable 'sc0' [-Wunused-variable]
    fp_digit *a, b[8], c0, c1, c2, sc0, sc1, sc2;
                                   ^
tfm/mpi.c: In function 'fp_sqr_comba_small':
tfm/mpi.c:7952:1: warning: 'sc0' may be used uninitialized in this function [-Wmaybe-uninitialized]
 asm(                                                     \
 ^
tfm/mpi.c:11824:36: note: 'sc0' was declared here
    fp_digit *a, b[32], c0, c1, c2, sc0, sc1, sc2;
                                    ^
tfm/mpi.c:7952:1: warning: 'sc1' may be used uninitialized in this function [-Wmaybe-uninitialized]
 asm(                                                     \
 ^
tfm/mpi.c:11824:41: note: 'sc1' was declared here
    fp_digit *a, b[32], c0, c1, c2, sc0, sc1, sc2;
                                         ^
tfm/mpi.c:7952:1: warning: 'sc2' may be used uninitialized in this function [-Wmaybe-uninitialized]
 asm(                                                     \
 ^
tfm/mpi.c:11824:46: note: 'sc2' was declared here
    fp_digit *a, b[32], c0, c1, c2, sc0, sc1, sc2;
                                              ^
gcc -DLINUX -DVERSION='"0.93"' -DSKS_LANG=1 -DDEVRANDOM -Wall -funroll-loops -fomit-frame-pointer  -DFULLTABLES -Itfm -Iltc   -c -o ltc/aes.o ltc/aes.c
gcc -DLINUX -DVERSION='"0.93"' -DSKS_LANG=1 -DDEVRANDOM -Wall -funroll-loops -fomit-frame-pointer  -DFULLTABLES -Itfm -Iltc   -c -o ltc/tiger.o ltc/tiger.c
gcc -o sks sks.o binasc.o util.o entropy.o hash.o symcrypt.o gflib.o eclib.o eccrypt.o keyring.o tfm/mpi.o ltc/aes.o ltc/tiger.o -lz
gflib.o: In function `gf2m_Reduce':
gflib.c:(.text+0xb70): undefined reference to `gf2m_Reduce_Small_T'
gflib.o: In function `_gf2m_Multiply':
gflib.c:(.text+0xcf9): undefined reference to `gf2m_SmallMult'
gflib.c:(.text+0xdcc): undefined reference to `gf2m_SmallMult'
collect2: error: ld returned 1 exit status
make[1]: *** [sks] Error 1
Makefile:147: recipe for target 'sks' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:25: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: sks-ecc
Source-Version: 0.93-4

We believe that the bug you reported is fixed in the latest version of
sks-ecc, 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 778121@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gregoa@debian.org> (supplier of updated sks-ecc 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jul 2015 15:38:08 +0200
Source: sks-ecc
Binary: sks-ecc sks-ecc-doc
Architecture: source all amd64
Version: 0.93-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: gregor herrmann <gregoa@debian.org>
Description:
 sks-ecc    - Cryptographic tool based on ECC
 sks-ecc-doc - Documentation for sks-ecc, a cryptographic tool based on ECC
Closes: 778121
Changes:
 sks-ecc (0.93-4) unstable; urgency=medium
 .
   * QA upload.
   * Fix "ftbfs with GCC-5": add patch from Brett Johnson:
     build with "-std=gnu89".
     (Closes: #778121)
Checksums-Sha1:
 0b3f33052f5ce0bb0f9c7514a11edacdbf2ae8f9 1914 sks-ecc_0.93-4.dsc
 315fb618114cbd394aac1b65fc68dd1ed6f9a464 5040 sks-ecc_0.93-4.debian.tar.xz
 8e1a2999d6ea728e8a93574ef651b34387ed0206 62028 sks-ecc-doc_0.93-4_all.deb
Checksums-Sha256:
 d6f3d20116f8dbacc171e4db99aeba17c65371bf3970966348ec9fda1f49c2fb 1914 sks-ecc_0.93-4.dsc
 9d52ad6644eb93a5beaffcf429a2e59a297ab40a84f6d1a505d2edc1575bd36b 5040 sks-ecc_0.93-4.debian.tar.xz
 48990bd606cd40d3e98bc7606dc50eda5399e38426776fd92957ab52d4d0b56b 62028 sks-ecc-doc_0.93-4_all.deb
Files:
 ba69f3e267c75e709dbfb287741b7832 1914 utils optional sks-ecc_0.93-4.dsc
 e6b3769cbdc1bb81a6f8620b60f07027 5040 utils optional sks-ecc_0.93-4.debian.tar.xz
 c448697ac6f10e84397f6195dc87d03c 62028 doc optional sks-ecc-doc_0.93-4_all.deb

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

iQJ8BAEBCgBmBQJVq6h7XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGkKoP/Ajyjg2kSKWDYVTW1nepk7oU
FFqk0Wbvdu7sJV7J6PGqDld2vcssB3Sx/azz1BuhQoqoqWzIu5LUXoo9JavJovIu
esyBXcjRZkmkcyn/vI2ts0JRiwcLqI7EWgM5C+OCF45BJ6s4GtXFNG+WTPYHDpCB
tL2z1ghb1iJJwTdCfVi9qyy7YjfMeg41pXONEeOHB43S0iXpJH4U+eP/00h8KmeE
l9jSGG/cdDlGZeCpj65sx8P/rp4zhb/dtsLF/oIDqhz+TPg7i5pMCqnVAeHyTL1m
PURKgrnSHzvL87LUVnXaOumm0Pl1iyuWhyrRhCVxxlxwglTSvKwd/s8UE5+ZeUK+
YCeJSnkZW+YcG+rnjLGFzWxr49L1eDlias2FaFNmbiBIuOvRZ+aEBh4xv2Msc3mR
08xDxljf/13eJLQdbIL7do5dJT4tqzyO45Xz3PtdNH7YnMLu0tAOyy5IoN8Hq7mu
CZMpdO8zbd0undZF+/LfHcH3hIAXHQ5IOjq+IXv0+Onsw0Lh9ZYSQVjNETEUzA//
wP+PAZKZVG9mHVdSwKHEDe/TiygnXBSfKXUjOazwf+ADXBiCBfO0aGZJOWk5m5pX
dB1ClFXsJ/B0cv7XaPvTQPlrE1bYKmwSHbR6/NfNw7jwVfZhMIHqtQw9A0pPwqft
hkqPpqiMHit5WIoWJMzl
=NjOl
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: