Bug#544720: scilab - FTBFS: Build killed with signal TERM after 150 minutes of inactivity

2009-09-21 Thread Sylvestre Ledru
Le lundi 21 septembre 2009 à 15:53 +0200, Bastian Blank a écrit :
> On Mon, Sep 21, 2009 at 03:30:37PM +0200, Sylvestre Ledru wrote:
> > For now, I disabled the build of the documentation on !(amd64 or i386).
> 
> Can you please explain that? According to my system, scilab-doc is
> arch-all anyway. There is no need to ever build it for an arch-only
> build like currently done on all buildds.
I am doing this:

ENABLE_BUILD_HELP_ARCHS := amd64 i386
ifneq (,$(findstring $(DEB_HOST_ARCH),$(ENABLE_BUILD_HELP_ARCHS)))
# Enable the build on these arch. it timeouts for the other archs
DEB_MAKE_BUILD_TARGET := all doc 
else
DEB_MAKE_BUILD_TARGET := all
endif

=> I left arch-all because there is other files (not related to make
doc).


> > I asked on docbook-xsl and saxon mailing list on a way to optimized this
> > but for now, there is no interesting lead. I will come back on this
> > later.
> 
> Why saxon? xsltproc isn't good enough?
Because the documentation system is in Java and xsltproc is as
fast/slow.

Sylvestre




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



Bug#544720: scilab - FTBFS: Build killed with signal TERM after 150 minutes of inactivity

2009-09-21 Thread Bastian Blank
On Mon, Sep 21, 2009 at 03:30:37PM +0200, Sylvestre Ledru wrote:
> For now, I disabled the build of the documentation on !(amd64 or i386).

Can you please explain that? According to my system, scilab-doc is
arch-all anyway. There is no need to ever build it for an arch-only
build like currently done on all buildds.

> I asked on docbook-xsl and saxon mailing list on a way to optimized this
> but for now, there is no interesting lead. I will come back on this
> later.

Why saxon? xsltproc isn't good enough?

Bastian

-- 
Star Trek Lives!



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



Bug#544720: scilab - FTBFS: Build killed with signal TERM after 150 minutes of inactivity

2009-09-21 Thread Sylvestre Ledru
Le mercredi 02 septembre 2009 à 22:08 +0200, Sylvestre Ledru a écrit :
> Le mercredi 02 septembre 2009 à 19:47 +0200, Bastian Blank a écrit :
> > On Wed, Sep 02, 2009 at 07:19:02PM +0200, Sylvestre Ledru wrote:
> > > Le mercredi 02 septembre 2009 à 19:08 +0200, Luk Claes a écrit :
> > > > Bastian Blank wrote:
> > > > >> sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on 
> > > > >> debian-31.osdl.marist.edu
> > > > >> Build killed with signal TERM after 150 minutes of inactivity
> > > > buildds by default kill the build when there is no output for 150 
> > > > minutes...
> > > The problem here is that the load/construction of the Scilab
> > > documentation (docbook) is taking a very long time. It would most
> > > probably work with some more time.
> > 
> > Please specify "some more time". There was one sucessfull build on s390
> > for 5.1.1-5, which shows a much lower build time then the idle timeout.
> > The changelog don't show a reason for such a build time extension.
> I must admit that I don't understand why sometime it is taking forever and 
> other times not...
For now, I disabled the build of the documentation on !(amd64 or i386).
I asked on docbook-xsl and saxon mailing list on a way to optimized this
but for now, there is no interesting lead. I will come back on this
later.
I leave it open for now.

> > Oh, and while we are at it. Debian architectures are detected using
> > dpkg-architecture, not uname -m.
> 
> Hmm, my bad. Thanks for pointing this out.
In fact, this element has been changed a while ago but not documented in
the changelog.

Sylvestre





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



Bug#544720: scilab - FTBFS: Build killed with signal TERM after 150 minutes of inactivity

2009-09-02 Thread Sylvestre Ledru
Le mercredi 02 septembre 2009 à 21:59 +0200, Torsten Werner a écrit :
> On Wed, Sep 2, 2009 at 7:47 PM, Bastian Blank wrote:
> > Please specify "some more time". There was one sucessfull build on s390
> > for 5.1.1-5, which shows a much lower build time then the idle timeout.
> 
> Every build failed on s390 except 5.1.1-5. There is some real
> regression on amd64 and sparc.
The issue with amd64 seems to be a random bug with the openJDK.
With sparc, it seems to be a missing deps at build time.
I was watching that closely!

Sylvestre





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



Bug#544720: scilab - FTBFS: Build killed with signal TERM after 150 minutes of inactivity

2009-09-02 Thread Sylvestre Ledru
Le mercredi 02 septembre 2009 à 19:47 +0200, Bastian Blank a écrit :
> On Wed, Sep 02, 2009 at 07:19:02PM +0200, Sylvestre Ledru wrote:
> > Le mercredi 02 septembre 2009 à 19:08 +0200, Luk Claes a écrit :
> > > Bastian Blank wrote:
> > > >> sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on 
> > > >> debian-31.osdl.marist.edu
> > > >> Build killed with signal TERM after 150 minutes of inactivity
> > > buildds by default kill the build when there is no output for 150 
> > > minutes...
> > The problem here is that the load/construction of the Scilab
> > documentation (docbook) is taking a very long time. It would most
> > probably work with some more time.
> 
> Please specify "some more time". There was one sucessfull build on s390
> for 5.1.1-5, which shows a much lower build time then the idle timeout.
> The changelog don't show a reason for such a build time extension.
I must admit that I don't understand why sometime it is taking forever and 
other times not...

> Oh, and while we are at it. Debian architectures are detected using
> dpkg-architecture, not uname -m.

Hmm, my bad. Thanks for pointing this out.

Sylvestre




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



Bug#544720: scilab - FTBFS: Build killed with signal TERM after 150 minutes of inactivity

2009-09-02 Thread Torsten Werner
On Wed, Sep 2, 2009 at 7:47 PM, Bastian Blank wrote:
> Please specify "some more time". There was one sucessfull build on s390
> for 5.1.1-5, which shows a much lower build time then the idle timeout.

Every build failed on s390 except 5.1.1-5. There is some real
regression on amd64 and sparc.

Torsten



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



Bug#544720: scilab - FTBFS: Build killed with signal TERM after 150 minutes of inactivity

2009-09-02 Thread Bastian Blank
On Wed, Sep 02, 2009 at 07:19:02PM +0200, Sylvestre Ledru wrote:
> Le mercredi 02 septembre 2009 à 19:08 +0200, Luk Claes a écrit :
> > Bastian Blank wrote:
> > >> sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
> > >> Build killed with signal TERM after 150 minutes of inactivity
> > buildds by default kill the build when there is no output for 150 minutes...
> The problem here is that the load/construction of the Scilab
> documentation (docbook) is taking a very long time. It would most
> probably work with some more time.

Please specify "some more time". There was one sucessfull build on s390
for 5.1.1-5, which shows a much lower build time then the idle timeout.
The changelog don't show a reason for such a build time extension.

Oh, and while we are at it. Debian architectures are detected using
dpkg-architecture, not uname -m.

Bastian

-- 
Kirk to Enterprise -- beam down yeoman Rand and a six-pack.



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



Bug#544720: scilab - FTBFS: Build killed with signal TERM after 150 minutes of inactivity

2009-09-02 Thread Sylvestre Ledru
Le mercredi 02 septembre 2009 à 19:08 +0200, Luk Claes a écrit :
> Bastian Blank wrote:
> > There was an error while trying to autobuild your package:
> > 
> >> sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
> > [...]
> >> Converting MathML 
> >> '/build/buildd-scilab_5.1.1-8-s390-2P2vXi/scilab-5.1.1/modules/special_functions/help/mml/legendre_equation2.mml'
> >>  to 
> >> '/build/buildd-scilab_5.1.1-8-s390-2P2vXi/scilab-5.1.1/modules/helptools/javaHelp/scilab_en_US_help/legendre_equation2_mml.png'...
> >> Note: namesp. cut : stripped namespace before processing   Scilab 
> >> manual
> >> Note: namesp. cut : processing stripped document   Scilab 
> >> manual
> >> E: Caught signal 'Terminated': terminating immediately
> >> make[1]: *** wait: No child processes.  Stop.
> >> make[1]: *** Waiting for unfinished jobs
> >> make[1]: *** wait: No child processes.  Stop.
> >> make: *** [debian/stamp-makefile-build] Error 2
> >> Build killed with signal TERM after 150 minutes of inactivity
> 
> buildds by default kill the build when there is no output for 150 minutes...
The problem here is that the load/construction of the Scilab
documentation (docbook) is taking a very long time. It would most
probably work with some more time.

Anyway, this process will be optimized in the future.

Sylvestre





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



Bug#544720: scilab - FTBFS: Build killed with signal TERM after 150 minutes of inactivity

2009-09-02 Thread Luk Claes
Bastian Blank wrote:
> There was an error while trying to autobuild your package:
> 
>> sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
> [...]
>> Converting MathML 
>> '/build/buildd-scilab_5.1.1-8-s390-2P2vXi/scilab-5.1.1/modules/special_functions/help/mml/legendre_equation2.mml'
>>  to 
>> '/build/buildd-scilab_5.1.1-8-s390-2P2vXi/scilab-5.1.1/modules/helptools/javaHelp/scilab_en_US_help/legendre_equation2_mml.png'...
>> Note: namesp. cut : stripped namespace before processing   Scilab 
>> manual
>> Note: namesp. cut : processing stripped document   Scilab 
>> manual
>> E: Caught signal 'Terminated': terminating immediately
>> make[1]: *** wait: No child processes.  Stop.
>> make[1]: *** Waiting for unfinished jobs
>> make[1]: *** wait: No child processes.  Stop.
>> make: *** [debian/stamp-makefile-build] Error 2
>> Build killed with signal TERM after 150 minutes of inactivity

buildds by default kill the build when there is no output for 150 minutes...

Cheers

Luk



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



Bug#544720: scilab - FTBFS: Build killed with signal TERM after 150 minutes of inactivity

2009-09-02 Thread Bastian Blank
Source: scilab
Version: 5.1.1-8
Severity: serious

There was an error while trying to autobuild your package:

> sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu
[...]
> Converting MathML 
> '/build/buildd-scilab_5.1.1-8-s390-2P2vXi/scilab-5.1.1/modules/special_functions/help/mml/legendre_equation2.mml'
>  to 
> '/build/buildd-scilab_5.1.1-8-s390-2P2vXi/scilab-5.1.1/modules/helptools/javaHelp/scilab_en_US_help/legendre_equation2_mml.png'...
> Note: namesp. cut : stripped namespace before processing   Scilab 
> manual
> Note: namesp. cut : processing stripped document   Scilab 
> manual
> E: Caught signal 'Terminated': terminating immediately
> make[1]: *** wait: No child processes.  Stop.
> make[1]: *** Waiting for unfinished jobs
> make[1]: *** wait: No child processes.  Stop.
> make: *** [debian/stamp-makefile-build] Error 2
> Build killed with signal TERM after 150 minutes of inactivity



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