Your message dated Mon, 19 May 2014 11:03:46 +0000
with message-id <[email protected]>
and subject line Bug#748232: fixed in belle-sip 1.3.0-1.1
has caused the Debian Bug report #748232,
regarding belle-sip FTBFS for mips, hurd-i386 and sparc
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.)
--
748232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748232
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: belle-sip
Version: 1.3.0-1
Tags: sid patch
Severity: important
Justification: FTBFS
User: [email protected]
Usertags: mips-patch
Package belle-sip FTBFS on
mips, hurd-i386 and sparc with an error:
> error(10): internal error:
> org.antlr.tool.Grammar.createLookaheadDFA(Grammar.java:1279): could not even
> do k=1 for decision 157; reason: timed out (>1000ms)
>
> error(10): internal error: ./belle_sip_message.g :
> java.lang.NullPointerException
I tested it on our local MIPS boards,
the same error appeared on Cavium boards for mips and mipsel.
In order to avoid this error I created a patch that increases
antlr3 conversion timeout.
With this patch I was able to successfully build belle-sip
for mips, mipsel and amd64.
Could you please consider including this patch?
Best regards,
Dejan
--- belle-sip-1.3.0.orig/src/grammars/Makefile.am 2014-02-05 10:45:57.000000000 +0000
+++ belle-sip-1.3.0/src/grammars/Makefile.am 2014-05-13 15:23:46.000000000 +0000
@@ -12,13 +12,13 @@
.NOTPARALLEL $(builddir)/belle_sip_messageParser.c $(builddir)/belle_sip_messageParser.h \
$(builddir)/belle_sip_messageLexer.c $(builddir)/belle_sip_messageLexer.h : belle_sip_message.g
- $(ANTLR) -make -Xmultithreaded -fo $(builddir) $(srcdir)/belle_sip_message.g
+ $(ANTLR) -make -Xmultithreaded -Xconversiontimeout 10000 -fo $(builddir) $(srcdir)/belle_sip_message.g
.NOTPARALLEL $(builddir)/belle_sdpLexer.c \
$(builddir)/belle_sdpParser.c \
$(builddir)/belle_sdpLexer.h \
$(builddir)/belle_sdpParser.h : $(srcdir)/belle_sdp.g
- $(ANTLR) -make -Xmultithreaded -fo $(builddir) $<
+ $(ANTLR) -make -Xmultithreaded -Xconversiontimeout 10000 -fo $(builddir) $<
AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/src
--- End Message ---
--- Begin Message ---
Source: belle-sip
Source-Version: 1.3.0-1.1
We believe that the bug you reported is fixed in the latest version of
belle-sip, 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.
Anibal Monsalve Salazar <[email protected]> (supplier of updated belle-sip
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: Fri, 16 May 2014 11:28:47 +0100
Source: belle-sip
Binary: libbellesip0 libbellesip-dev libbellesip-dbg
Architecture: source mipsel
Version: 1.3.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Anibal Monsalve Salazar <[email protected]>
Description:
libbellesip-dbg - SIP stack from Linphone team (debugging symbols)
libbellesip-dev - SIP stack from the Linphone team (development files)
libbellesip0 - SIP stack from the Linphone team
Closes: 748232
Changes:
belle-sip (1.3.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS mips.
Add increase-antlr-timeout.patch.
Patch by Dejan Latinovic <[email protected]>.
Closes: #748232.
Checksums-Sha1:
c2fc6eb72f7baad9f37e3e52a7d89df6cb65eca0 2203 belle-sip_1.3.0-1.1.dsc
01fd08033df2908346a8c27c302a433877d1ab9a 11276
belle-sip_1.3.0-1.1.debian.tar.xz
88aa22ed1140ce1ea8188a6bcc64725849c59797 185960
libbellesip0_1.3.0-1.1_mipsel.deb
c8d706c3632730ce36de73619b3ea30a65cd1d53 275098
libbellesip-dev_1.3.0-1.1_mipsel.deb
54fdb2859599c05b36540cd0934ae87cf2b4df5c 796646
libbellesip-dbg_1.3.0-1.1_mipsel.deb
Checksums-Sha256:
adad7bf2f4a0186d52c3b322b5b393b1612875ef0938207f0127a5dd55a2466f 2203
belle-sip_1.3.0-1.1.dsc
3d2971a4abd981400bc148bd9f5fb55a2f6c6bf3de3964f9037d0d1c4acfcf0b 11276
belle-sip_1.3.0-1.1.debian.tar.xz
3df373c2876b417612be12f02dbf3f731fe1eb60f148d86e7b0d12122a64ac42 185960
libbellesip0_1.3.0-1.1_mipsel.deb
86617360819d41530def05256c88a389cdec515ae224e92e4ae73aa63e1f0e44 275098
libbellesip-dev_1.3.0-1.1_mipsel.deb
3d4d86be987a7bbcc3acd967346531831aebef3645bd6e706082e34d6b9111b4 796646
libbellesip-dbg_1.3.0-1.1_mipsel.deb
Files:
823f9bab9eb8f71102e73e5e2f7df650 185960 libs optional
libbellesip0_1.3.0-1.1_mipsel.deb
3e7ce24b84a3918cbbae834f6a8d8853 275098 libdevel optional
libbellesip-dev_1.3.0-1.1_mipsel.deb
19fdff79db81c97d2f24835ddd95cc90 796646 debug extra
libbellesip-dbg_1.3.0-1.1_mipsel.deb
aba487f01dbc2116114e8ff303cf27a1 2203 libs optional belle-sip_1.3.0-1.1.dsc
f5fbc333e0266574c29138a5c69d8ce9 11276 libs optional
belle-sip_1.3.0-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJTeeJCAAoJEHxWrP6UeJfYBNkQAJcJcy+BnwVA4Gz1WeewGI69
qYrXDKAUKRvcp71nti+haiMqoKpH6Guf/AQGON8ybIDff2tGEMNEOH66IJIXk5h/
6/xGqnFpiPlSZocYBo6pJ/ndT2aZsgFyzZG7aopJq3DaVAirEkXoQ45W+hO5Hhp0
ZeSnPEeir9BdVidUkbOCV1nWGVxojZ+kHQriryfEZoXfp/Vwct3rZzUXMrTOVfTH
sFWrvWkQ5IwpB8n+5YUI0ACA9UMb1G46k0OmdMkSVstERlMMCO9yPwSWy5T+E8xc
2vIUuhIOe3edn/z2xI3oiZrpdrN9K/WHolw0QcCDfj8rHQnqkQLq1zgLbbs2BaOt
mZNCzxS00QjDQj8ASuUWC9MHXJArc0SGSAA/+2yEVXcnCDCoRlSfC1gkb9xt6xrC
naNpTAkXpsFJohbtdWVtkQBHcRNPrsKQYRcFyXfHpQu5p+B+UOIHHCLqg7HE/7Nm
84k2YnbWHTpomyXMxakFcX8gVDTZsGo4nHPPGuKp2TvvdBknpAumQsviR3z7ECWl
2e3y99MJxJyzH6Yjl7CL+vlSW/Iq/N/IHATRBhDvXXe4WIhRHCN244T/PfXdC22y
uYwgHVGTkcBE8AqVsIMfO//1zgOqDjYgavABMCIoJ8/0Wt8jAGTVvkoakLqaopt/
J//diaq4gRe/STjxEhZJ
=knuK
-----END PGP SIGNATURE-----
--- End Message ---