Your message dated Sat, 26 Aug 2017 22:34:02 +0000
with message-id <[email protected]>
and subject line Bug#853375: fixed in disulfinder 1.2.11-7
has caused the Debian Bug report #853375,
regarding disulfinder: ftbfs with GCC-7
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.)


-- 
853375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853375
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:disulfinder
Version: 1.2.11-6
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/disulfinder_1.2.11-6_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are 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-7/porting_to.html

[...]
BRNN/RNNs/StructureSearch.h:980:7: warning: unused variable 'num_nodes' 
[-Wunused-variable]
   int num_nodes = _toNodes.size();
       ^~~~~~~~~
In file included from BRNN/rnn_util.cpp:5:0:
BRNN/RNNs/RecursiveNN.h: In instantiation of 'void RecursiveNN<HA_Function, 
OA_Function, EMP>::fPropagateInput(std::vector<Node*>&, const DPAG&) [with 
HA_Function = TanH; OA_Function = Sigmoid; EMP = MGradientDescent; DPAG = 
boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, 
boost::property<boost::vertex_index_t, unsigned int>, 
boost::property<boost::edge_index_t, unsigned int> >]':
BRNN/RNNs/RecursiveNN.h:1356:18:   required from 'void RecursiveNN<HA_Function, 
OA_Function, EMP>::propagateStructuredInput(std::vector<Node*>&, const 
std::pair<boost::adjacency_list<boost::vecS, boost::vecS, 
boost::bidirectionalS, boost::property<boost::vertex_index_t, unsigned int>, 
boost::property<boost::edge_index_t, unsigned int> >, 
boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, 
boost::property<boost::vertex_index_t, unsigned int>, 
boost::property<boost::edge_index_t, unsigned int> > >&) [with HA_Function = 
TanH; OA_Function = Sigmoid; EMP = MGradientDescent]'
BRNN/rnn_util.cpp:99:47:   required from here
BRNN/RNNs/RecursiveNN.h:1390:16: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]
     require(_n == toNodes[t]->_encodedInput.size(), "Error in input dim!");
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BRNN/RNNs/RecursiveNN.h:1415:38: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]
    out_i!=out_end && edge_id[*out_i] < _v; ++out_i) {
BRNN/RNNs/RecursiveNN.h:1418:38: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]
  for(int i=_n + edge_id[*out_i]*_m; i<_n + _m*(edge_id[*out_i] + 1); i++) {
                                     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BRNN/RNNs/RecursiveNN.h:1384:12: warning: variable 'vertex_id' set but not used 
[-Wunused-but-set-variable]
   VertexId vertex_id = boost::get(boost::vertex_index, sdag);
            ^~~~~~~~~
BRNN/RNNs/RecursiveNN.h: In instantiation of 'void RecursiveNN<HA_Function, 
OA_Function, EMP>::bPropagateInput(std::vector<Node*>&, const DPAG&) [with 
HA_Function = TanH; OA_Function = Sigmoid; EMP = MGradientDescent; DPAG = 
boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, 
boost::property<boost::vertex_index_t, unsigned int>, 
boost::property<boost::edge_index_t, unsigned int> >]':
BRNN/RNNs/RecursiveNN.h:1359:34:   required from 'void RecursiveNN<HA_Function, 
OA_Function, EMP>::propagateStructuredInput(std::vector<Node*>&, const 
std::pair<boost::adjacency_list<boost::vecS, boost::vecS, 
boost::bidirectionalS, boost::property<boost::vertex_index_t, unsigned int>, 
boost::property<boost::edge_index_t, unsigned int> >, 
boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, 
boost::property<boost::vertex_index_t, unsigned int>, 
boost::property<boost::edge_index_t, unsigned int> > >&) [with HA_Function = 
TanH; OA_Function = Sigmoid; EMP = MGradientDescent]'
BRNN/rnn_util.cpp:99:47:   required from here
BRNN/RNNs/RecursiveNN.h:1470:17: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]
   for(int t=0; t<toNodes.size(); t++) {
                ~^~~~~~~~~~~~~~~
BRNN/RNNs/RecursiveNN.h:1471:16: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]
     require(_n == toNodes[t]->_encodedInput.size(), "Error!");
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BRNN/RNNs/RecursiveNN.h:1492:38: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]
    out_i!=out_end && edge_id[*out_i] < _v; ++out_i) {
BRNN/RNNs/RecursiveNN.h:1495:38: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]
  for(int i=_n + edge_id[*out_i]*_m; i<_n + _m*(edge_id[*out_i] + 1); i++) {
                                     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BRNN/RNNs/RecursiveNN.h:1465:12: warning: variable 'vertex_id' set but not used 
[-Wunused-but-set-variable]
   VertexId vertex_id = boost::get(boost::vertex_index, sdag);
            ^~~~~~~~~
In file included from BRNN/rnn_util.cpp:6:0:
BRNN/RNNs/StructureSearch.h: In instantiation of 'float 
StructureSearch::RNNMeasure(const DPAG&, RNN<T1, T2, T3>*, std::vector<Node*>&, 
std::vector<float>&) [with T1 = TanH; T2 = Sigmoid; T3 = MGradientDescent; RNN 
= RecursiveNN; DPAG = boost::adjacency_list<boost::vecS, boost::vecS, 
boost::bidirectionalS, boost::property<boost::vertex_index_t, unsigned int>, 
boost::property<boost::edge_index_t, unsigned int> >]':
BRNN/RNNs/StructureSearch.h:989:11:   required from 
'std::vector<boost::adjacency_list<boost::vecS, boost::vecS, 
boost::bidirectionalS, boost::property<boost::vertex_index_t, unsigned int>, 
boost::property<boost::edge_index_t, unsigned int> > > 
StructureSearch::ConnectivityPatternSearch(RNN<T1, T2, T3>*, const 
std::vector<boost::adjacency_list<boost::vecS, boost::vecS, 
boost::bidirectionalS, boost::property<boost::vertex_index_t, unsigned int>, 
boost::property<boost::edge_index_t, unsigned int> > >&, std::vector<float>&) 
[with T1 = TanH; T2 = Sigmoid; T3 = MGradientDescent; RNN = RecursiveNN]'
BRNN/rnn_util.cpp:396:65:   required from here
BRNN/RNNs/StructureSearch.h:186:19: warning: comparison between signed and 
unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<toNodes.size(); i++) {
                  ~^~~~~~~~~~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>/disulfind/src'
Makefile:24: recipe for target 'disulfinder' failed
make[1]: *** [disulfinder] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:12: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: disulfinder
Source-Version: 1.2.11-7

We believe that the bug you reported is fixed in the latest version of
disulfinder, 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.
Andreas Tille <[email protected]> (supplier of updated disulfinder 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: SHA256

Format: 1.8
Date: Sun, 27 Aug 2017 00:04:42 +0200
Source: disulfinder
Binary: disulfinder disulfinder-data
Architecture: source all amd64
Version: 1.2.11-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
 disulfinder - cysteines disulfide bonding state and connectivity predictor
 disulfinder-data - data files for predictor of disulfide bonds in proteins
Closes: 853375
Changes:
 disulfinder (1.2.11-7) unstable; urgency=medium
 .
   * Moved packaging from SVN to Git
   * debhelper 10
   * Standards-Version: 4.1.0 (no changes needed)
   * Avoid duplicated definition of guard macro (Thanks for the tip to
     Christian Seiler <[email protected]>)
     Closes: #853375
Checksums-Sha1:
 4130a219b1e43aadf7fd7ae634a71e8f8432d1e8 2200 disulfinder_1.2.11-7.dsc
 41aa1533b8bc396dcf0d698b549efaa9fdcece24 7416 
disulfinder_1.2.11-7.debian.tar.xz
 d66f99eddb34d56cb1f20d80a12e532d785698ae 1128442 
disulfinder-data_1.2.11-7_all.deb
 2199a84e070c78ba119f2694bc4fe994c774f5c3 2798162 
disulfinder-dbgsym_1.2.11-7_amd64.deb
 829c02e7608981f921970869ae105514a8e5bcc6 6585 
disulfinder_1.2.11-7_amd64.buildinfo
 600fc573a1eeea5a859588fbf65089005a8aeed5 247806 disulfinder_1.2.11-7_amd64.deb
Checksums-Sha256:
 947200c2069119c7e73d8536e0800dad70e1fff0be68d129e3d9415b45cc0a88 2200 
disulfinder_1.2.11-7.dsc
 b1cc0f3e3a29f5c8aa966dd6203ddd3de83000daba0cc16ec416621466a85a21 7416 
disulfinder_1.2.11-7.debian.tar.xz
 d815f9e62ba661e022a15262d63885bd6839dcc3c3774929398619936c81234a 1128442 
disulfinder-data_1.2.11-7_all.deb
 68732bf144f8f4154e8da1f6dc1ea77a232eb1df8cb52028c639914bb07b5eb7 2798162 
disulfinder-dbgsym_1.2.11-7_amd64.deb
 99c641452cb375d1d1e693ac2f322e4e123b8e5843b8c9d748e39a9e6955b36a 6585 
disulfinder_1.2.11-7_amd64.buildinfo
 58fc9bea950ca30ec45194386704c27d27214b2e4ba0a8682b457a673c055a14 247806 
disulfinder_1.2.11-7_amd64.deb
Files:
 69a242c76731ef81f5956d7db31e2a66 2200 science optional disulfinder_1.2.11-7.dsc
 5d3ec48888d5f173d23b6d48e40f0f4f 7416 science optional 
disulfinder_1.2.11-7.debian.tar.xz
 ae030c50969c79eb3fa99ceffd41c7d5 1128442 science optional 
disulfinder-data_1.2.11-7_all.deb
 aa9c3ca53d19de447ecf740993ecf04b 2798162 debug extra 
disulfinder-dbgsym_1.2.11-7_amd64.deb
 68f0f148c5deb6a7abc5d7b39ec6f6aa 6585 science optional 
disulfinder_1.2.11-7_amd64.buildinfo
 c94d84886f50f1e44b79ccc16351ddc3 247806 science optional 
disulfinder_1.2.11-7_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlmh8Q8RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtER6Q/9FqKZWia2Wjrel94T7iLw7lcyLpbKPstW
haOJcQgneMc0mKtsSol/TJRG8sxtiDQYMTBON7WU4nV2MgJCdEZv+XZsTnsg5HP2
FyKCvLCTSShQqLOxqnjCp12mSD2TmX3V3wa3QTMcX82F+YUh7wTqSoEd6aLzq1aY
d1CbqxfTYp7vWB0YfFItriDxv/vCa6/RYHBj5LimGcszS1wekSktCUEok2aFmLQ9
ELLAFzM4ntW/WLq81UPBHd8+Q9VHpzd9Wdg0sBKh/lgOozpOyL1LakzI+ahltq/6
nPimXhYhnBn6NwIGS4XgfUfcfe++lnuNBHnUJlIed0inPJvuWrU64jKVRdJTBTTl
EP7gHhfhc9iPONsOzpmst8QnsP4YsRu9L6aUp6YtmZuXhVTc/io/EWw4Fi3zGH7j
xD7AluEkBv5VKZLDL1iBi+a7/iWIj9OuIkqXhBW8N5137cmiu9hesNmVB7BDHLqL
NrnirWw0SfHoNhMlSdCMWTqQB90HfMZe+NMsHjE3TluL7U9w6qhrS4fpOToIB+wl
SX+hvUPFnCpllTcwHedyufDJPVF6cLfUWL085hnz9fqOxQG17qvndoQO5WpuAvcG
y/NuJrxZv588vBu/n6P99/InV2y8PJxYfulmPqxJE18cChTzojRSyfUEdq4TFVtS
4NwZnRMDXAQ=
=XV2r
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to