On 04/09/2014 08:30, Michael Tautschnig wrote:
(I should be able to provide the required help, hope that's ok.)

That's great, thanks!

I'm not sure which error you might have been seeing, but here's the one I am
getting when rebuilding with your proposed patch applied:

I don't recall the exact message I saw, but I'm sure it wasn't the same.

I believe this needs adjustment in wml.c, declaring yyleng as

extern size_t yyleng;

rather than int (proper patch is attached). This will ensure that the
initialization in line 212 properly zeros all the bytes of yyleng, and not just
half of them...

With that further patch in place the build succeeds.

Thanks, I will include that.

Would you please try removing the '--disable demos' line from debian/rules and build again? Although we don't build the demos for distribution, I build them for testing and if there are users who might want them, they are available in the source package and will at least build (which reminds me, I should mention this in README.Debian, or somewhere).


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to