Your message dated Thu, 28 Nov 2013 15:20:48 +0000
with message-id <e1vm3oa-0001ix...@franck.debian.org>
and subject line Bug#724223: fixed in rivet 1.8.3-1.1
has caused the Debian Bug report #724223,
regarding rivet: FTBFS: AnalysisInfo.cc:42:14: error: 'class YAML::Parser' has 
no member named 'GetNextDocument'
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.)


-- 
724223: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rivet
Version: 1.8.3-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130922 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[4]: Entering directory `/«PKGBUILDDIR»/src/Core'
>   CXX      libRivetCore_la-Event.lo
>   CXX      libRivetCore_la-Jet.lo
>   CXX      libRivetCore_la-Particle.lo
>   CXX      libRivetCore_la-ParticleName.lo
>   CXX      libRivetCore_la-ProjectionApplier.lo
>   CXX      libRivetCore_la-Projection.lo
>   CXX      libRivetCore_la-Analysis.lo
>   CXX      libRivetCore_la-AnalysisLoader.lo
>   CXX      libRivetCore_la-AnalysisInfo.lo
> AnalysisInfo.cc: In static member function 'static Rivet::AnalysisInfo* 
> Rivet::AnalysisInfo::make(const string&)':
> AnalysisInfo.cc:42:14: error: 'class YAML::Parser' has no member named 
> 'GetNextDocument'
>        parser.GetNextDocument(doc);
>               ^                           ^
> In file included from /usr/include/c++/4.8/string:53:0,
>                  from ../../include/Rivet/RivetSTL.hh:9,
>                  from ../../include/Rivet/Rivet.hh:8,
>                  from AnalysisInfo.cc:1:
> /usr/include/c++/4.8/bits/basic_string.tcc:996:5: note: template<class 
> _CharT, class _Traits, class _Alloc> std::basic_istream<_CharT, _Traits>& 
> std::operator>>(std::basic_istream<_CharT, _Traits>&, 
> std::basic_string<_CharT, _Traits, _Alloc>&)
>      operator>>(basic_istream<_CharT, _Traits>& __in,
>      ^
> /usr/include/c++/4.8/bits/basic_string.tcc:996:5: note:   template argument 
> deduction/substitution failed:
> AnalysisInfo.cc:81:26: note:   types 'std::basic_istream<_CharT, _Traits>' 
> and 'const YAML::Node' have incompatible cv-qualifiers
>                  bp[1] >> bstr1;
>                           ^
> AnalysisInfo.cc:93:16: error: 'Iterator' is not a member of 'YAML'
>            for (YAML::Iterator be = energies.begin(); be != energies.end(); 
> ++be) {
>                 ^
> AnalysisInfo.cc:93:31: error: expected ';' before 'be'
>            for (YAML::Iterator be = energies.begin(); be != energies.end(); 
> ++be) {
>                                ^
> AnalysisInfo.cc:93:54: error: 'be' was not declared in this scope
>            for (YAML::Iterator be = energies.begin(); be != energies.end(); 
> ++be) {
>                                                       ^
> AnalysisInfo.cc:109:26: error: no match for 'operator>>' (operand types are 
> 'const YAML::Node' and 'double')
>                  beseq[0] >> beamenergy0;
>                           ^
> AnalysisInfo.cc:110:26: error: no match for 'operator>>' (operand types are 
> 'const YAML::Node' and 'double')
>                  beseq[1] >> beamenergy1;
>                           ^
> AnalysisInfo.cc:132:16: error: 'Iterator' is not a member of 'YAML'
>            for (YAML::Iterator todo = todos.begin(); todo != todos.end(); 
> ++todo) {
>                 ^
> AnalysisInfo.cc:132:31: error: expected ';' before 'todo'
>            for (YAML::Iterator todo = todos.begin(); todo != todos.end(); 
> ++todo) {
>                                ^
> AnalysisInfo.cc:132:53: error: 'todo' was not declared in this scope
>            for (YAML::Iterator todo = todos.begin(); todo != todos.end(); 
> ++todo) {
>                                                      ^
> AnalysisInfo.cc:147:16: error: 'Iterator' is not a member of 'YAML'
>            for (YAML::Iterator a = authors.begin(); a != authors.end(); ++a) {
>                 ^
> AnalysisInfo.cc:147:31: error: expected ';' before 'a'
>            for (YAML::Iterator a = authors.begin(); a != authors.end(); ++a) {
>                                ^
> AnalysisInfo.cc:147:52: error: 'a' was not declared in this scope
>            for (YAML::Iterator a = authors.begin(); a != authors.end(); ++a) {
>                                                     ^
> AnalysisInfo.cc:154:16: error: 'Iterator' is not a member of 'YAML'
>            for (YAML::Iterator r = refs.begin(); r != refs.end(); ++r) {
>                 ^
> AnalysisInfo.cc:154:31: error: expected ';' before 'r'
>            for (YAML::Iterator r = refs.begin(); r != refs.end(); ++r) {
>                                ^
> AnalysisInfo.cc:154:49: error: 'r' was not declared in this scope
>            for (YAML::Iterator r = refs.begin(); r != refs.end(); ++r) {
>                                                  ^
> In file included from ../../include/Rivet/Math/MathUtils.hh:5:0,
>                  from ../../include/Rivet/Rivet.hh:42,
>                  from AnalysisInfo.cc:1:
> ../../include/Rivet/Math/MathHeader.hh: At global scope:
> ../../include/Rivet/Math/MathHeader.hh:45:16: warning: 'Rivet::MAXINT' 
> defined but not used [-Wunused-variable]
>    const double MAXINT = std::numeric_limits<int>::max();
>                 ^
> make[4]: *** [libRivetCore_la-AnalysisInfo.lo] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/09/22/rivet_1.8.3-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: rivet
Source-Version: 1.8.3-1.1

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

Debian distribution maintenance software
pp.
Michael Banck <mba...@debian.org> (supplier of updated rivet 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: SHA1

Format: 1.8
Date: Sat, 23 Nov 2013 12:05:19 +0100
Source: rivet
Binary: rivet rivet-user-manual rivet-reference rivet-plugins rivet-plugins-dev 
rivet-plugins-doc rivet-plugins-data librivet11 librivet-dev 
rivet-root-converter python-rivet
Architecture: source all amd64
Version: 1.8.3-1.1
Distribution: unstable
Urgency: low
Maintainer: Michael Banck <mba...@debian.org>
Changed-By: Michael Banck <mba...@debian.org>
Description: 
 librivet-dev - Development files of Rivet
 librivet11 - Run-time library of Rivet
 python-rivet - Python bindings of Rivet
 rivet      - Robust Independent Validation of Experiment and Theory
 rivet-plugins - Analysis plugins of Rivet
 rivet-plugins-data - Data files of Rivet analysis plugins
 rivet-plugins-dev - Template generator of Rivet analysis plugin
 rivet-plugins-doc - HTML documentation for Rivet analysis plugins
 rivet-reference - Rivet code reference
 rivet-root-converter - Rivet and ROOT file format converter
 rivet-user-manual - Rivet User Manual
Closes: 724223
Changes: 
 rivet (1.8.3-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/yaml-cpp-v5-support.patch: New patch, porting rivet to
     version 5 of the YAML API, backported from upstream revisions 3434, 3442,
     3459-3463 and 3484-3486 (Closes: #724223).
Checksums-Sha1: 
 aa431f0a715b387b4ffcd97e9c105da8397927e4 2090 rivet_1.8.3-1.1.dsc
 42e66cc135eda7986c6ce1761d2f51d2fef841cf 21458 rivet_1.8.3-1.1.debian.tar.gz
 182b762ece8527f72bf0835de859edf1bd632f28 103204 rivet_1.8.3-1.1_all.deb
 e4f713c3bf0ffa0aa7e5067f977529302c77fc0c 861784 
rivet-user-manual_1.8.3-1.1_all.deb
 8d460765c044bd4c4c89903a843f62ea41fe43cf 512614 
rivet-reference_1.8.3-1.1_all.deb
 093dbbc0dc2dd70ac6c78cec0d095554437cc9e5 1138898 
rivet-plugins_1.8.3-1.1_amd64.deb
 361143fca93c192f77a164554907f8fdf1945c4c 52942 
rivet-plugins-dev_1.8.3-1.1_all.deb
 4c8e107ba42f2412c7efed6ba137ab3f4f559a48 83454 
rivet-plugins-doc_1.8.3-1.1_all.deb
 1a8e276b63362eb82f052dd29ce82638091e1749 1173750 
rivet-plugins-data_1.8.3-1.1_all.deb
 b7c4dadd2b0a8e237ac4521e7fcc52a770556d3a 421336 librivet11_1.8.3-1.1_amd64.deb
 3d6544c51ddec8e890a970cb19acc1bc8db40cad 165376 
librivet-dev_1.8.3-1.1_amd64.deb
 94e3f848d8b004a3f23112a78ab2a4e617a4ece3 53154 
rivet-root-converter_1.8.3-1.1_all.deb
 b588dc6e219cd5a1c9623f119089c0026ec9d1bc 152240 
python-rivet_1.8.3-1.1_amd64.deb
Checksums-Sha256: 
 95af6897c724780d49f7fa7e0f0611f9798d50674bb5bac5ea412662afddd234 2090 
rivet_1.8.3-1.1.dsc
 67f02b1a911f6fe34fe33cfea512ac4b9bae0d949f9d679809689ead54e495b1 21458 
rivet_1.8.3-1.1.debian.tar.gz
 4ed1d7cc1ab808c83a2ed74536a2cb9682e27be340b0836737bff4aa0e5c51a4 103204 
rivet_1.8.3-1.1_all.deb
 dd02e7868bc1c9c33917fad35cc5caa2fa002b69d22d62100c8b090ba050d011 861784 
rivet-user-manual_1.8.3-1.1_all.deb
 0c85b2f8f1608bfdcd00bf25478551b058d6eb9d18becd5e64234f9893caa78d 512614 
rivet-reference_1.8.3-1.1_all.deb
 7d1d16d17598a942c67a1193c58b6ee46ee2160bf885b0a676284d01c837549d 1138898 
rivet-plugins_1.8.3-1.1_amd64.deb
 c5aefc064400a8f91121a297e653b6b607150ef90100a634985bdc5faf844062 52942 
rivet-plugins-dev_1.8.3-1.1_all.deb
 3c95aef73939d865cbcb11ac346c09f1742007957406f094e7d3676d0a3d16ea 83454 
rivet-plugins-doc_1.8.3-1.1_all.deb
 359018702f5d7250fee60d4a695de77375089fdc5dd8d7e90cab320d1a821e99 1173750 
rivet-plugins-data_1.8.3-1.1_all.deb
 22e8527751d6d84ab0dc9d4cbafe1d9099d0c7b8d20e95826c9034c6d6919419 421336 
librivet11_1.8.3-1.1_amd64.deb
 836ddfc4da9e8f3a1ca16f99a84528105108abad4c184c1030efd9c2001d871b 165376 
librivet-dev_1.8.3-1.1_amd64.deb
 3a1f5b09a76d6aaa141a05c32f9b2071184dcdea628659dfe77a554b15642257 53154 
rivet-root-converter_1.8.3-1.1_all.deb
 74985b8b09d16f23e981044eefd65dd54a400a832a1255218c190d62bb9d97c5 152240 
python-rivet_1.8.3-1.1_amd64.deb
Files: 
 24313e0bc97408a343a0eb52faa52a7f 2090 science optional rivet_1.8.3-1.1.dsc
 c6e467ce86778eb0eb5f97922f50c28f 21458 science optional 
rivet_1.8.3-1.1.debian.tar.gz
 4ab496b95becec6cd3bb25c5028bac7e 103204 science optional 
rivet_1.8.3-1.1_all.deb
 d719df14dc13beeb0057eb9d526c8a5b 861784 doc optional 
rivet-user-manual_1.8.3-1.1_all.deb
 d74d06f0e09b4b745cdce370adf5dd0e 512614 doc optional 
rivet-reference_1.8.3-1.1_all.deb
 cbcde205e35e703dd60afabc9dfa37dd 1138898 science optional 
rivet-plugins_1.8.3-1.1_amd64.deb
 fdf2ef374f29cf415266c6b4a7854d9b 52942 science optional 
rivet-plugins-dev_1.8.3-1.1_all.deb
 82a164d7f495852f7392c0dee91db2d2 83454 doc optional 
rivet-plugins-doc_1.8.3-1.1_all.deb
 a16d2ae10869c969d8344866bfd3b18d 1173750 science optional 
rivet-plugins-data_1.8.3-1.1_all.deb
 1551b2e96a5a6d064d0c4f8cb381803e 421336 libs optional 
librivet11_1.8.3-1.1_amd64.deb
 5fdfaa65d04daf1d976f541d380b1ddb 165376 libdevel optional 
librivet-dev_1.8.3-1.1_amd64.deb
 cd3034c140a2b112cbdf0b5ddef6df6e 53154 science optional 
rivet-root-converter_1.8.3-1.1_all.deb
 badc6422759e6a3f4f9f2360a5c8c3dd 152240 python optional 
python-rivet_1.8.3-1.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlKQs6cACgkQmHaJYZ7RAb9TEACgmD1xzOV0niCjzqgmbjZs6PkN
6BQAn1fMgxrSPfwOuxawjjsm1O20JoCJ
=+flr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to