Your message dated Thu, 21 Feb 2008 12:49:19 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#466835: wwwoffle - FTBFS: flex: fatal internal error, 
bad transition character detected in sympartition()
has caused the Debian Bug report #466835,
regarding wwwoffle - FTBFS: flex: fatal internal error, bad transition 
character detected in sympartition()
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.)


-- 
466835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466835
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wwwoffle
Version: 2.9d-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of wwwoffle_2.9d-1 on debian-31.osdl.marist.edu by 
> sbuild/s390 98
[...]
> [ ! "flex" = "flex" ] || flex -i -p -B -F -8 -s -Phtml_yy html.l
> flex: fatal internal error, bad transition character detected in 
> sympartition()
> make[2]: *** [html.c] Error 1
> make[2]: Leaving directory `/build/buildd/wwwoffle-2.9d/src'
> make[1]: *** [compile] Error 2
> make[1]: Leaving directory `/build/buildd/wwwoffle-2.9d'
> make: *** [binary-arch] Error 2
> dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
> error exit status 2
> ******************************************************************************
> Build finished at 20080208-0125
> FAILED [dpkg-buildpackage died]



--- End Message ---
--- Begin Message ---
On Thu 21 Feb 2008, Bastian Blank wrote:
> 
> There was an error while trying to autobuild your package:
> 
> > Automatic build of wwwoffle_2.9d-1 on debian-31.osdl.marist.edu by 
> > sbuild/s390 98
> [...]
> > [ ! "flex" = "flex" ] || flex -i -p -B -F -8 -s -Phtml_yy html.l
> > flex: fatal internal error, bad transition character detected in 
> > sympartition()

This is obviously a flex problem:

$ sudo dpkg -i /tmp/flex_2.5.34-2_amd64.deb
dpkg - warning: downgrading flex from 2.5.34-2.1 to 2.5.34-2.
(Reading database ... 83813 files and directories currently installed.)
Preparing to replace flex 2.5.34-2.1 (using /tmp/flex_2.5.34-2_amd64.deb) ...
Unpacking replacement flex ...
Setting up flex (2.5.34-2) ...

$ flex -i -p -B -F -8 -s -Phtml_yy html.l
flex: fatal internal error, bad transition character detected in sympartition()

$


It's also already been fixed in flex, as is easily demonstrated:

$ sudo dpkg -i /tmp/flex_2.5.34-2.1_amd64.deb
(Reading database ... 83813 files and directories currently installed.)
Preparing to replace flex 2.5.33-12 (using /tmp/flex_2.5.34-2.1_amd64.deb) ...
Unpacking replacement flex ...
Setting up flex (2.5.34-2.1) ...

$ flex -i -p -B -F -8 -s -Phtml_yy html.l

$





Therefore the buildd needs to try this again.


Paul Slootman


--- End Message ---

Reply via email to