Package: brlaser
Version: 3-4
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -std=gnu++11  -Wall 
> -c -o src/brdecode.o src/brdecode.cc
> src/brdecode.cc: In function 'int main(int, char**)':
> src/brdecode.cc:177:3: error: 'string' is not a member of 'std'
>    std::string out_prefix;
>    ^
> src/brdecode.cc:181:5: error: 'out_prefix' was not declared in this scope
>      out_prefix = argv[2];
>      ^
> src/brdecode.cc:184:5: error: 'out_prefix' was not declared in this scope
>      out_prefix = argv[1];
>      ^
> src/brdecode.cc:187:5: error: 'out_prefix' was not declared in this scope
>      out_prefix = "page";
>      ^
> src/brdecode.cc:207:7: error: 'string' is not a member of 'std'
>        std::string out_filename = out_prefix
>        ^
> src/brdecode.cc:209:30: error: 'out_filename' was not declared in this scope
>        FILE *out_file = fopen(out_filename.c_str(), "wb");
>                               ^
> Makefile:735: recipe for target 'src/brdecode.o' failed
> make[3]: *** [src/brdecode.o] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>'

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

Reply via email to