[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#990014: RFS: beebasm/1.09-1 [ITP] -- 6502 cross assembler targeting the BBC Micro



Control: tags -1 moreinfo

On Thu, 17 Jun 2021 21:52:35 +0200 (CEST) Dave Lambley wrote:

Alternatively, one can download the package with dget using this command:

  dget -x https://mentors.debian.net/debian/pool/main/b/beebasm/beebasm_1.09-1.dsc

Changes for the initial release:

 beebasm (1.09-1) unstable; urgency=medium
 .
   * Initial release (Closes: #989968)

The build fails. Please fix that and remove the moreinfo tag for the next review cycle.

/usr/bin/c++ -g -O2 -ffile-prefix-map=/home/bage/Projekte/beebasm-1.09=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -Wcast-qual -Wshadow -Wcast-align -Wold-style-cast -Woverloaded-virtual -MD -MT CMakeFiles/beebasm.dir/src/commands.cpp.o -MF CMakeFiles/beebasm.dir/src/commands.cpp.o.d -o CMakeFiles/beebasm.dir/src/commands.cpp.o -c /home/bage/Projekte/beebasm-1.09/src/commands.cpp /home/bage/Projekte/beebasm-1.09/src/commands.cpp: In member function ‘void LineParser::HandlePutFileCommon(bool)’: /home/bage/Projekte/beebasm-1.09/src/commands.cpp:1757:51: error: ‘streampos’ is not a member of ‘std::ifstream’ {aka ‘std::basic_ifstream<char>’} 1757 | ifstream::streampos p = inputFile.tellg();
      |                                                   ^~~~~~~~~
/home/bage/Projekte/beebasm-1.09/src/commands.cpp:1760:66: error: ‘p’ was not declared in this scope 1760 | inputFile.seekg( p );
      |                                                                  ^
make[3]: *** [CMakeFiles/beebasm.dir/build.make:121: CMakeFiles/beebasm.dir/src/commands.cpp.o] Fehler 1


Reply to: