Source: bobcat
Version: 6.14.00-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=bobcat&ver=6.14.00-1
...
icmake --spch --precompile=spch -u xerr/xerr.ih tmp/ 'g++ -c -o $2
'${ICMAKE_CPPSTD}' -Itmp -O2 -x c++-header $1'
In file included from argconfig/argconfig:7,
from argconfig/argconfig.ih:1,
from spch:26:
tmp/bobcat/arg: In member function ‘size_t FBB::Arg::option(std::string*, const
char*) const’:
tmp/bobcat/arg:174:18: error: call of overloaded ‘option(long unsigned int,
std::string*&, const char*&)’ is ambiguous
174 | return option(0UL, value, longOption);
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
tmp/bobcat/arg:174:18: note: there are 2 candidates
tmp/bobcat/arg:128:16: note: candidate 1: ‘size_t FBB::Arg::option(size_t,
std::string*, const char*) const’
128 | size_t option(size_t idx, std::string *value,
| ^~~~~~
tmp/bobcat/arg:130:16: note: candidate 2: ‘size_t FBB::Arg::option(size_t*,
std::string*, const char*) const’
130 | size_t option(size_t *idx, std::string *value,
| ^~~~~~
/usr/bin/g++ -c -o tmp/spch.gch --std=c++26 -Itmp -O2 -x c++-header spch
system `icmake --spch --precompile=spch -u xerr/xerr.ih tmp/ 'g++ -c -o $2
'${ICMAKE_CPPSTD}' -Itmp -O2 -x c++-header $1'' failed. Exit value = 1
make[1]: *** [debian/rules:27: override_dh_auto_build] Error 1
...