Source: libbpp-phyl
Version: 2.3.2-1
Severity: serious
https://buildd.debian.org/status/package.php?p=libbpp-phyl&suite=sid
...
In file included from
/<<PKGBUILDDIR>>/src/Bpp/Phyl/Io/BppOSubstitutionModelFormat.cpp:113:0:
/<<PKGBUILDDIR>>/src/Bpp/Phyl/Io/../Model/RegisterRatesSubstitutionModel.h:154:36:
error: invalid covariant return type for 'virtual std::vector<long unsigned
int> bpp::RegisterRatesSubstitutionModel::getModelStates(int) const'
std::vector<long unsigned int> getModelStates(int i) const
^~~~~~~~~~~~~~
In file included from
/<<PKGBUILDDIR>>/src/Bpp/Phyl/Io/../Model/Codon/../AbstractBiblioSubstitutionModel.h:44:0,
from /<<PKGBUILDDIR>>/src/Bpp/Phyl/Io/../Model/Codon/MG94.h:43,
from
/<<PKGBUILDDIR>>/src/Bpp/Phyl/Io/BppOSubstitutionModelFormat.cpp:50:
/<<PKGBUILDDIR>>/src/Bpp/Phyl/Io/../Model/Codon/../AbstractWrappedModel.h:77:25:
error: overriding 'virtual std::vector<unsigned int>
bpp::AbstractWrappedModel::getModelStates(int) const'
std::vector<size_t> getModelStates(int code) const { return
getModel().getModelStates(code); }
^~~~~~~~~~~~~~