Bug#948766: flexc++ FTBFS in sid

2020-01-13 Thread Frank B. Brokken
Dear tony mancill, you wrote:
> 
> Source: flexc++
> Version: 2.07.06-1
> Severity: important
> 
> flexc++ FTBFS in sid with the following error:
> ...
> > mv: cannot stat 'flextypes/flextypes.ih.gch': No such file or directory
> > Fatal: builtin_execute - program indicates failure (status 256)

For the sake of completeness: same cause as the compilation error encountered
with bisonc++: requires a minor fix in /usr/lib/icmake/icmbuild: it'll be
available later today.

Cheers,

-- 
Frank B. Brokken
(+31) 6 5353 2509
PGP Key Fingerprint: DF32 13DE B156 7732 E65E  3B4D 7DB2 A8BE EAE4 D8AA



Bug#948766: flexc++ FTBFS in sid

2020-01-12 Thread tony mancill
Source: flexc++
Version: 2.07.06-1
Severity: important

flexc++ FTBFS in sid with the following error:

> RECOMPILE: main.cc
> g++ -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -Wformat -Werror=format-security --std=c++2a -Wall -D_FORTIFY_SOURCE=2 -c -o 
> tmp/main.o main.cc
> 
> chdir tmp
> g++ -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -Wformat -Werror=format-security --std=c++2a -Wall -D_FORTIFY_SOURCE=2 -o 
> bin/binary main.o -lmodules -L. -lbobcat -lstdc++fs -Wl,-z,relro -Wl,-z,now 
> -Wl,-z,now
> mv: cannot stat 'flextypes/flextypes.ih.gch': No such file or directory
> Fatal: builtin_execute - program indicates failure (status 256)

Thanks,
tony