On Mon, Aug 08, 2016 at 03:41:19PM +0000, Mattia Rizzolo wrote: > source: undertaker > version: 1.6.1-2 > severity: serious > > Dear maintainer, > > your package failed to build during the rebuilds for the boost1.61 > transition, using gcc-6 as a compiler. > you can see the failed build logs at: > https://buildd.debian.org/status/logs.php?pkg=undertaker&ver=1.6.1-2%2Bb1
The problematic line is yyFlexLexer::yyFlexLexer( FLEX_STD istream* arg_yyin, FLEX_STD ostream* arg_yyout ): Regenerating BoolExpLexer.cpp_shipped with flex 2.6.1 fixes the issue, likely due to the following change in flex: Replaced FLEX_STD macro with std::. The std:: construct exists as of C++98, so we can simply assume it is supported. Reinhard, can you confirm and upload a fixed package? > regards, > Mattia Rizzolo cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed