Your message dated Tue, 17 Jan 2017 16:04:42 +0000 with message-id <[email protected]> and subject line Bug#835106: fixed in fauhdlc 20130704-1.1 has caused the Debian Bug report #835106, regarding fauhdlc: FTBFS: expected ')' before 'istream' to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 835106: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835106 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: fauhdlc Version: 20130704-1 Severity: serious >From my pbuilder build log (on amd64): ... ./gen_parser_gen.py FAUhdlParser.yy.in FAUhdlParser.yy flex FAUhdlScanner.l Detect bison version 3.0.4 Generating parser file FAUhdlParser.yy from FAUhdlParser.yy.in bison FAUhdlParser.yy FAUhdlParser.yy:13.9-27: warning: %define variable 'parser_class_name' requires '{...}' values [-Wdeprecated] %define "parser_class_name" "FAUhdlParser" ^^^^^^^^^^^^^^^^^^^ /usr/bin/make all-am make[3]: Entering directory '/build/fauhdlc-20130704/frontend/newparser' g++ -Wall -Wextra -Wendif-labels -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-aliasing -Wsign-compare -Wconversion -Wwrite-strings -Wno-unused-parameter -Wold-style-cast -U_FORTIFY_SOURCE -DPACKAGE_NAME=\"fauhdlc\" -DPACKAGE_TARNAME=\"fauhdlc\" -DPACKAGE_VERSION=\"20130704\" -DPACKAGE_STRING=\"fauhdlc\ 20130704\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fauhdlc\" -DVERSION=\"20130704\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GC_GC_CPP_H=1 -I. -I ../.. -I. -Wno-conversion -Wno-old-style-cast -Wno-parentheses -g -O2 -MT libnewparser_a-FAUhdlScanner.o -MD -MP -MF .deps/libnewparser_a-FAUhdlScanner.Tpo -c -o libnewparser_a-FAUhdlScanner.o `test -f 'FAUhdlScanner.cpp' || echo './'`FAUhdlScanner.cpp g++ -Wall -Wextra -Wendif-labels -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-aliasing -Wsign-compare -Wconversion -Wwrite-strings -Wno-unused-parameter -Wold-style-cast -U_FORTIFY_SOURCE -DPACKAGE_NAME=\"fauhdlc\" -DPACKAGE_TARNAME=\"fauhdlc\" -DPACKAGE_VERSION=\"20130704\" -DPACKAGE_STRING=\"fauhdlc\ 20130704\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fauhdlc\" -DVERSION=\"20130704\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GC_GC_CPP_H=1 -I. -I ../.. -I. -Wno-conversion -Wno-old-style-cast -Wno-parentheses -g -O2 -MT libnewparser_a-FAUhdlParser.tab.o -MD -MP -MF .deps/libnewparser_a-FAUhdlParser.tab.Tpo -c -o libnewparser_a-FAUhdlParser.tab.o `test -f 'FAUhdlParser.tab.cc' || echo './'`FAUhdlParser.tab.cc g++ -Wall -Wextra -Wendif-labels -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-aliasing -Wsign-compare -Wconversion -Wwrite-strings -Wno-unused-parameter -Wold-style-cast -U_FORTIFY_SOURCE -DPACKAGE_NAME=\"fauhdlc\" -DPACKAGE_TARNAME=\"fauhdlc\" -DPACKAGE_VERSION=\"20130704\" -DPACKAGE_STRING=\"fauhdlc\ 20130704\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"fauhdlc\" -DVERSION=\"20130704\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GC_GC_CPP_H=1 -I. -I ../.. -I. -Wno-conversion -Wno-old-style-cast -Wno-parentheses -g -O2 -MT libnewparser_a-ParserDriver.o -MD -MP -MF .deps/libnewparser_a-ParserDriver.Tpo -c -o libnewparser_a-ParserDriver.o `test -f 'ParserDriver.cpp' || echo './'`ParserDriver.cpp In file included from ParserDriver.cpp:13:0: ../../frontend/newparser/FAUhdlScanner.hpp:26:12: error: expected ')' before 'istream' FLEX_STD istream* arg_yyin = 0, ^~~~~~~ ParserDriver.cpp: In member function 'void yy::ParserDriver::parse(const string&, const char*)': ParserDriver.cpp:107:57: error: no matching function for call to 'yy::FAUhdlScanner::FAUhdlScanner(std::ifstream*, std::ostream*)' this->scanner = new FAUhdlScanner(&inStream, &std::cout); ^ In file included from ParserDriver.cpp:13:0: ../../frontend/newparser/FAUhdlScanner.hpp:21:7: note: candidate: yy::FAUhdlScanner::FAUhdlScanner() class FAUhdlScanner : public yyFlexLexer { ^~~~~~~~~~~~~ ../../frontend/newparser/FAUhdlScanner.hpp:21:7: note: candidate expects 0 arguments, 2 provided In file included from FAUhdlScanner.l:55:0: FAUhdlScanner.hpp:26:12: error: expected ')' before 'istream' FLEX_STD istream* arg_yyin = 0, ^~~~~~~ Makefile:393: recipe for target 'libnewparser_a-FAUhdlScanner.o' failed make[3]: *** [libnewparser_a-FAUhdlScanner.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Makefile:421: recipe for target 'libnewparser_a-ParserDriver.o' failed make[3]: *** [libnewparser_a-ParserDriver.o] Error 1 mv -f .deps/libnewparser_a-FAUhdlParser.tab.Tpo .deps/libnewparser_a-FAUhdlParser.tab.Po make[3]: Leaving directory '/build/fauhdlc-20130704/frontend/newparser' Makefile:326: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/build/fauhdlc-20130704/frontend/newparser' Makefile:1764: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/build/fauhdlc-20130704' debian/rules:40: recipe for target 'build-arch-stamp' failed make: *** [build-arch-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- Daniel Schepler
--- End Message ---
--- Begin Message ---Source: fauhdlc Source-Version: 20130704-1.1 We believe that the bug you reported is fixed in the latest version of fauhdlc, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adrian Bunk <[email protected]> (supplier of updated fauhdlc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 17 Jan 2017 17:35:42 +0200 Source: fauhdlc Binary: fauhdlc libfauhdli-dev Architecture: source Version: 20130704-1.1 Distribution: unstable Urgency: medium Maintainer: FAUmachine Team <[email protected]> Changed-By: Adrian Bunk <[email protected]> Description: fauhdlc - experimental VHDL compiler and interpreter libfauhdli-dev - interpreter library and development files for fauhdli Closes: 835106 846422 Changes: fauhdlc (20130704-1.1) unstable; urgency=medium . * Non-maintainer upload. * Switch to working maintainer address. * Remove the obsolete DM-Upload-Allowed. * Add libfl-dev to the build dependencies. (Closes: #846422) * Add FTBFS fix from Stefan Potyra. (Closes: #835106) Checksums-Sha1: 90f600ebcc5fadc2155d078706c80e7718ba6c5f 1928 fauhdlc_20130704-1.1.dsc 6f9b495854fa8688a605bafd5e53ed61967dc5eb 4192 fauhdlc_20130704-1.1.debian.tar.xz Checksums-Sha256: 9f6bcdd0a787695e43bed94da9ccf60993c2ae463d063bda1078a2b80044c3b3 1928 fauhdlc_20130704-1.1.dsc ca9820bd973153856f10b6dfffe254132090b1e84e16fca669cb33ed7724285f 4192 fauhdlc_20130704-1.1.debian.tar.xz Files: 0c7dd31a801adbbbb82cf9924ab1b04e 1928 devel optional fauhdlc_20130704-1.1.dsc 44d26813661d2028b0acdd5253d12f33 4192 devel optional fauhdlc_20130704-1.1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAlh+O2sACgkQiNJCh6LY mLFm9A//VGuqogrvqMcdZZ/4mggMGRmBhmsVmOaVj2XOpdgqUw9sRlVK5LRTWYqx G96QEvk1+DdSOAMByrgfpPaKWtECvafQEIMK6QL7bmWFE4b7BgpYWyJ2z4fyOwgp 9mRl96DxBTEfTU2/QygqatThNTcSAjyq20WL8O3J11W0sYTBwG7ewY2HE8+l174/ SAb3Ra0ln+IylvNRmpDs7ssxGNrOFlGFa6SLyxeAXLM32hmmbKxSQtowgs1bRUuL Ev2cfICYsL99xYJIR/gPDQPfemMKSTovoC3IKqNZQ+Zbb5jcycZxf2SUt4sbslU/ Uk3Vp9VoVXpZNXXvz1xlDqJw0CPQFYumxzwaWLfyoejtQ4E0VZrfx2SxG/tqLIBw imvSZgQ7ogaOExj6nH9LNdxGjKZfasKF9uZTfvXAp0IaunlqBuaNnQLlfpzPLyRb b2DqZK9Xm44l9Xd0uE6+D+dmipfkamZq1tDs9NrpUciTlHs1SG5Cy4zy9NLQXHzD Sd5vqiVUv9VT7Qx8ZfKtQQPqqMU3VqWn2meRdnHFmRmd38NHHY1OUeDUXC9mZvT2 GfRXTUrvYN6jzeROCRWWwPI0EB7JNeSLMxb8Opd0i4Yhfapwq9bKrOd+MHVJhOOO Uy+UjkZANL44YaLMN3jwMSyxYSSc1Y7QIUwTzrK547vAMYxkaOs= =N5Ri -----END PGP SIGNATURE-----
--- End Message ---

