Your message dated Sat, 10 Jun 2006 18:08:38 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Build fine
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: pretzel
Version: 2.0n-2-0.1
Severity: serious

Hello,

There was a problem while autobuilding your package:

> Automatic build of pretzel_2.0n-2-0.1 on avidan by sbuild/i386 0.46
> Build started at 20060606-1938
> ******************************************************************************

> dh_testdir
> # Add here commands to compile the package.
> /usr/bin/make CFLAGS="-O2 -g -Wall -W -I`pwd`/include -L`pwd` -lpretzel"
> make[1]: Entering directory `/build/buildd/pretzel-2.0n-2'
> gcc -c alloca.c
> alloca.c:52:8: warning: extra tokens at end of #endif directive
> ar vrus libpretzel.a alloca.o
> ar: creating libpretzel.a
> a - alloca.o
> (cd output; make release)
> make[2]: Entering directory `/build/buildd/pretzel-2.0n-2/output'
> notangle -L -Rheader output.nw > output.h
> notangle -L -Rheader asciioutput.nw > asciioutput.h
> notangle -L -Rimplementation output.nw > output.c
> notangle -L -Rimplementation outtest.nw > outtest.c
> notangle -L -Rimplementation asciioutput.nw > asciioutput.c
> g++ -O2 -g -Wall -W -I/build/buildd/pretzel-2.0n-2/include 
> -L/build/buildd/pretzel-2.0n-2 -lpretzel  -c output.c
> In file included from 
> /usr/lib/gcc/i486-linux-gnu/4.0.4/../../../../include/c++/4.0.4/backward/iostream.h:31,
>                  from output.nw:650,
>                  from output.nw:109:
> /usr/lib/gcc/i486-linux-gnu/4.0.4/../../../../include/c++/4.0.4/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider using one of the 32 headers found in section 17.4.1.2 
> of the C++ standard. Examples include substituting the <X> header for the 
> <X.h> header for C++ includes, or <iostream> instead of the deprecated header 
> <iostream.h>. To disable this warning use -Wno-deprecated.
> g++: -lpretzel: linker input file unused because linking not done
> g++ -O2 -g -Wall -W -I/build/buildd/pretzel-2.0n-2/include 
> -L/build/buildd/pretzel-2.0n-2 -lpretzel  -c asciioutput.c
> In file included from 
> /usr/lib/gcc/i486-linux-gnu/4.0.4/../../../../include/c++/4.0.4/backward/iostream.h:31,
>                  from output.nw:650,
>                  from asciioutput.nw:61,
>                  from asciioutput.nw:75:
> /usr/lib/gcc/i486-linux-gnu/4.0.4/../../../../include/c++/4.0.4/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider using one of the 32 headers found in section 17.4.1.2 
> of the C++ standard. Examples include substituting the <X> header for the 
> <X.h> header for C++ includes, or <iostream> instead of the deprecated header 
> <iostream.h>. To disable this warning use -Wno-deprecated.
> g++: -lpretzel: linker input file unused because linking not done
> cp output.h asciioutput.h ../include
> ar vrus ../libpretzel.a output.o asciioutput.o
> a - output.o
> a - asciioutput.o
> make[2]: Leaving directory `/build/buildd/pretzel-2.0n-2/output'
> (cd attr; make release)
> make[2]: Entering directory `/build/buildd/pretzel-2.0n-2/attr'
> notangle -L -Rheader attr.nw > attr.h
> notangle -L -Rimplementation attr.nw > attr.c
> notangle -L -Rimplementation attrtest.nw > attrtest.c
> g++ -O2 -g -Wall -W -I/build/buildd/pretzel-2.0n-2/include 
> -L/build/buildd/pretzel-2.0n-2 -lpretzel  -c attr.c
> In file included from 
> /usr/lib/gcc/i486-linux-gnu/4.0.4/../../../../include/c++/4.0.4/backward/iostream.h:31,
>                  from output.nw:650,
>                  from attr.nw:261,
>                  from attr.nw:63:
> /usr/lib/gcc/i486-linux-gnu/4.0.4/../../../../include/c++/4.0.4/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider using one of the 32 headers found in section 17.4.1.2 
> of the C++ standard. Examples include substituting the <X> header for the 
> <X.h> header for C++ includes, or <iostream> instead of the deprecated header 
> <iostream.h>. To disable this warning use -Wno-deprecated.
> g++: -lpretzel: linker input file unused because linking not done
> cp attr.h ../include
> ar vrus ../libpretzel.a attr.o
> a - attr.o
> make[2]: Leaving directory `/build/buildd/pretzel-2.0n-2/attr'
> (cd ftokens; make regression release)
> make[2]: Entering directory `/build/buildd/pretzel-2.0n-2/ftokens'
> notangle -Rflex-implementation ftscan.nw > ftscan.l
> notangle -Rbison-implementation ftparse.nw > ftparse.y
> notangle -L -Rimplementation ftokens.nw > ftokens.c
> notangle -L -Rheader ftparse.nw > ftparse.h
> notangle -L -Rheader ftscan.nw > ftscan.h
> bison -d ftparse.y
> mv ftparse.tab.h ftokdefs.h
> notangle -R"header file for abstract base class of [[Pscan]]" ftparse.nw 
> >Pscan.h
> notangle -R"header file for prettyprinting scanner" ftparse.nw >Ppscan.h
> bison -pPretzel_ft ftparse.y
> mv ftparse.tab.c ftparse.c
> flex -t -L -PPretzel_ft ftscan.l > ftscan.c
> g++ -c ftokens.c -O2 -g -Wall -W -I/build/buildd/pretzel-2.0n-2/include 
> -L/build/buildd/pretzel-2.0n-2 -lpretzel 
> In file included from 
> /usr/lib/gcc/i486-linux-gnu/4.0.4/../../../../include/c++/4.0.4/backward/iostream.h:31,
>                  from ftokens.nw:47:
> /usr/lib/gcc/i486-linux-gnu/4.0.4/../../../../include/c++/4.0.4/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider using one of the 32 headers found in section 17.4.1.2 
> of the C++ standard. Examples include substituting the <X> header for the 
> <X.h> header for C++ includes, or <iostream> instead of the deprecated header 
> <iostream.h>. To disable this warning use -Wno-deprecated.
> ftokens.nw:58: warning: unused parameter 'argc'
> g++: -lpretzel: linker input file unused because linking not done
> g++ -c ftparse.c -O2 -g -Wall -W -I/build/buildd/pretzel-2.0n-2/include 
> -L/build/buildd/pretzel-2.0n-2 -lpretzel 
> In file included from 
> /usr/lib/gcc/i486-linux-gnu/4.0.4/../../../../include/c++/4.0.4/backward/iostream.h:31,
>                  from ftparse.nw:150,
>                  from ftparse.y:3:
> /usr/lib/gcc/i486-linux-gnu/4.0.4/../../../../include/c++/4.0.4/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider using one of the 32 headers found in section 17.4.1.2 
> of the C++ standard. Examples include substituting the <X> header for the 
> <X.h> header for C++ includes, or <iostream> instead of the deprecated header 
> <iostream.h>. To disable this warning use -Wno-deprecated.
> ftparse.tab.c: In function 'void yy_reduce_print(Attribute**, int)':
> ftparse.tab.c:910: error: invalid conversion from 'Attribute**' to 'const 
> Attribute**'
> ftparse.tab.c:910: error:   initializing argument 3 of 'void 
> yy_symbol_print(FILE*, int, const Attribute**)'
> ftparse.tab.c: In function 'void yydestruct(const char*, int, Attribute**)':
> ftparse.tab.c:1182: error: invalid conversion from 'Attribute**' to 'const 
> Attribute**'
> ftparse.tab.c:1182: error:   initializing argument 3 of 'void 
> yy_symbol_print(FILE*, int, const Attribute**)'
> ftparse.tab.c: In function 'int Pretzel_ftparse()':
> ftparse.tab.c:1423: error: invalid conversion from 'Attribute**' to 'const 
> Attribute**'
> ftparse.tab.c:1423: error:   initializing argument 3 of 'void 
> yy_symbol_print(FILE*, int, const Attribute**)'
> ftparse.tab.c:1449: error: invalid conversion from 'Attribute**' to 'const 
> Attribute**'
> ftparse.tab.c:1449: error:   initializing argument 3 of 'void 
> yy_symbol_print(FILE*, int, const Attribute**)'
> ftparse.tab.c:1675: error: invalid conversion from 'Attribute**' to 'const 
> Attribute**'
> ftparse.tab.c:1675: error:   initializing argument 3 of 'void 
> yy_symbol_print(FILE*, int, const Attribute**)'
> ftparse.tab.c:1829: error: invalid conversion from 'Attribute**' to 'const 
> Attribute**'
> ftparse.tab.c:1829: error:   initializing argument 3 of 'void 
> yy_symbol_print(FILE*, int, const Attribute**)'
> ftparse.y: At global scope:
> ftparse.y:313: warning: unused parameter 's'
> make[2]: *** [ftparse.o] Error 1
> make[2]: Leaving directory `/build/buildd/pretzel-2.0n-2/ftokens'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/pretzel-2.0n-2'
> make: *** [build-stamp] Error 2
> ******************************************************************************
> Build finished at 20060606-1938
> FAILED [dpkg-buildpackage died]
> ------------------------------------------------------------------------------


Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Hi,

Actually, it compiles fine today.
Don't know why.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to