Re: Parallel build results

2008-01-02 Thread Guillem Jover
Hi, On Wed, 2008-01-02 at 14:23:01 +0100, Lucas Nussbaum wrote: > On 01/01/08 at 18:23 -0800, Russ Allbery wrote: > > Aurelien Jarno <[EMAIL PROTECTED]> writes: > > > On the other hand, DEB_BUILD_OPTIONS=parallel=n was ignored by packages > > > that have not been validated by the maintainers, and

Re: Parallel build results

2008-01-02 Thread Daniel Schepler
On Monday 31 December 2007 04:07:15 pm Robert Millan wrote: > On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: > > I finally got through the test builds of all the source packages in sid > > for i386 using dpkg-buildpackage -j3 on a dual core machine. The results > > as before are

Re: Parallel build results

2008-01-02 Thread Daniel Schepler
On Tuesday 01 January 2008 07:36:34 pm Aurelien Jarno wrote: > Did you compare the contents of the package with and without -j? I am > almost sure some of the successfully built packages are actually not > correctly built and some files are missing. > > For example I remember having seen some pytho

Re: Parallel build results

2008-01-02 Thread Lucas Nussbaum
On 01/01/08 at 18:23 -0800, Russ Allbery wrote: > Aurelien Jarno <[EMAIL PROTECTED]> writes: > > > On the other hand, DEB_BUILD_OPTIONS=parallel=n was ignored by packages > > that have not been validated by the maintainers, and used by packages > > that have been tested by the maintainer. Also it

Re: Parallel build results

2008-01-01 Thread Russ Allbery
Aurelien Jarno <[EMAIL PROTECTED]> writes: > On the other hand, DEB_BUILD_OPTIONS=parallel=n was ignored by packages > that have not been validated by the maintainers, and used by packages > that have been tested by the maintainer. Also it was possible to use > only on some parts of the build. For

Re: Parallel build results

2008-01-01 Thread Aurelien Jarno
Russ Allbery a écrit : > Aurelien Jarno <[EMAIL PROTECTED]> writes: >> Russ Allbery a écrit : > >>> The effect of dpkg-buildpackage -j is to set DEB_BUILD_OPTIONS. The >>> package should continue to look at DEB_BUILD_OPTIONS to determine >>> whether parallel builds should be done. > >> As far as

Re: Parallel build results

2008-01-01 Thread Russ Allbery
Aurelien Jarno <[EMAIL PROTECTED]> writes: > Russ Allbery a écrit : >> The effect of dpkg-buildpackage -j is to set DEB_BUILD_OPTIONS. The >> package should continue to look at DEB_BUILD_OPTIONS to determine >> whether parallel builds should be done. > As far as I understand, the main effect is

Re: Parallel build results

2008-01-01 Thread Aurelien Jarno
Russ Allbery a écrit : > Aurelien Jarno <[EMAIL PROTECTED]> writes: >> On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: > >>> I finally got through the test builds of all the source packages in sid >>> for i386 using dpkg-buildpackage -j3 on a dual core machine. The >>> results as

Re: Parallel build results

2008-01-01 Thread Russ Allbery
Aurelien Jarno <[EMAIL PROTECTED]> writes: > On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: >> I finally got through the test builds of all the source packages in sid >> for i386 using dpkg-buildpackage -j3 on a dual core machine. The >> results as before are at >> http://people

Re: Parallel build results

2008-01-01 Thread Aurelien Jarno
On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: > I finally got through the test builds of all the source packages in sid for > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html .

Re: Parallel build results

2008-01-01 Thread Aurelien Jarno
On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: > I finally got through the test builds of all the source packages in sid for > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html .

Re: Parallel build results

2007-12-31 Thread Adam Borowski
On Mon, Dec 31, 2007 at 10:07:15PM +0100, Robert Millan wrote: > On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: > > I finally got through the test builds of all the source packages in sid for > > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > > before

Re: Parallel build results

2007-12-31 Thread Robert Millan
On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: > I finally got through the test builds of all the source packages in sid for > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html .

Re: Parallel build results

2007-12-30 Thread Russ Allbery
Brendan O'Dea <[EMAIL PROTECTED]> writes: > On Sun, Dec 02, 2007 at 11:13:53PM +, Ben Hutchings wrote: >> It appears that ExtUtils::MakeMaker, a standard Perl module commonly >> used to generate Makefiles for Perl modules, emits the rule: >> >> install :: all pure_install doc_install >> >> Thi

Re: Parallel build results

2007-12-30 Thread Adam Borowski
On Sun, Dec 30, 2007 at 11:43:00PM +1100, Brendan O'Dea wrote: > On Sun, Dec 02, 2007 at 11:13:53PM +, Ben Hutchings wrote: > >It appears that ExtUtils::MakeMaker, a standard Perl module commonly > >used to generate Makefiles for Perl modules, emits the rule: > > > >install :: all pure_install

Re: Parallel build results

2007-12-30 Thread Brendan O'Dea
On Sun, Dec 30, 2007 at 02:17:05PM +0100, Michael Tautschnig wrote: >I don't actually remember the part of this discussion where the real cause of >the problem with the above rule was discussed, but in case it is about some >dependencies between the rules (which is the most likely IMHO), then it sh

Re: Parallel build results

2007-12-30 Thread Michael Tautschnig
> On Sun, Dec 02, 2007 at 11:13:53PM +, Ben Hutchings wrote: > >It appears that ExtUtils::MakeMaker, a standard Perl module commonly > >used to generate Makefiles for Perl modules, emits the rule: > > > >install :: all pure_install doc_install > > > >This appears to account for the failure of s

Re: Parallel build results

2007-12-30 Thread Brendan O'Dea
On Sun, Dec 02, 2007 at 11:13:53PM +, Ben Hutchings wrote: >It appears that ExtUtils::MakeMaker, a standard Perl module commonly >used to generate Makefiles for Perl modules, emits the rule: > >install :: all pure_install doc_install > >This appears to account for the failure of some of my Perl

Re: Parallel build results

2007-12-03 Thread Anthony Towns
On Mon, Dec 03, 2007 at 01:28:08PM +, Tim Cutts wrote: > -BEGIN PGP SIGNED MESSAGE- > On 3 Dec 2007, at 12:43 pm, Daniel Schepler wrote: >> Control files of package am-utils: lines which differ (wdiff format) >> >> Dep

Re: Parallel build results

2007-12-03 Thread Jörg Sommer
Hello, Marco d'Itri <[EMAIL PROTECTED]> wrote: > On Dec 02, Daniel Schepler <[EMAIL PROTECTED]> wrote: > >> I finally got through the test builds of all the source packages in sid for >> i386 using dpkg-buildpackage -j3 on a dual core machine. The results as >> before are at http://people.debia

Re: Parallel build results

2007-12-03 Thread Patrick Schoenfeld
Hi Bernhard, On Mon, Dec 03, 2007 at 12:21:45PM +0100, Bernhard R. Link wrote: > The problem is in upstream's Makefile.in: thanks for the good explanation. Also to Daniel whose hint already pointed me in the right direction. Its already fixed in latest upload. Thanks, Best Regards Patrick --

Re: Parallel build results

2007-12-03 Thread Tim Cutts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3 Dec 2007, at 12:43 pm, Daniel Schepler wrote: Control files of package am-utils: lines which differ (wdiff format) Depends: libamu4 (= 6.1.5-7), portmap, {+libamu4,+} libc6 (

Re: Parallel build results

2007-12-03 Thread Daniel Schepler
On Monday 03 December 2007 05:11:35 am Tim Cutts wrote: > Well, am-utils lists as building broken packages, but when I looked at > the log, it was just that the parallel build had produced the multiple > binary packages in a different order from the serial build. At least, > that's my interpretati

Re: Parallel build results

2007-12-03 Thread Simon Josefsson
Daniel Schepler <[EMAIL PROTECTED]> writes: > I finally got through the test builds of all the source packages in sid for > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html . Which said: shishi

Re: Parallel build results

2007-12-03 Thread Bernhard R. Link
* Patrick Schoenfeld <[EMAIL PROTECTED]> [071202 20:43]: > Relevant parts for detox are: > /usr/bin/install -c -d /tmp/buildd/detox-1.1.1/debian/tmp/etc > /usr/bin/install: cannot create regular file > `/tmp/buildd/detox-1.1.1/debian/tmp/etc/detoxrc.sample': No such file or > directory > > So I as

Re: Parallel build results

2007-12-03 Thread Bernhard R. Link
* Marco d'Itri <[EMAIL PROTECTED]> [071203 09:53]: > Can you explain the meaning of this failure and how it should be fixed? > > make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make > rule. That usually means a new make is started without the calling make realizing it is s

Re: Parallel build results

2007-12-03 Thread Tim Cutts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 Dec 2007, at 2:21 am, Daniel Schepler wrote: I finally got through the test builds of all the source packages in sid for i386 using dpkg-buildpackage -j3 on a dual core machine. The results as before are at http://people.debian.org/~schepl

Re: Parallel build results

2007-12-03 Thread Marco d'Itri
On Dec 02, Daniel Schepler <[EMAIL PROTECTED]> wrote: > I finally got through the test builds of all the source packages in sid for > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html . Can you e

Re: Parallel build results

2007-12-02 Thread Daniel Schepler
On Sunday 02 December 2007 02:12:40 pm Patrick Schoenfeld wrote: > Relevant parts for detox are: > /usr/bin/install -c -d /tmp/buildd/detox-1.1.1/debian/tmp/etc > /usr/bin/install: cannot create regular file > `/tmp/buildd/detox-1.1.1/debian/tmp/etc/detoxrc.sample': No such file or > directory > ma

Re: Parallel build results

2007-12-02 Thread Ben Hutchings
On Sat, 2007-12-01 at 21:21 -0500, Daniel Schepler wrote: > I finally got through the test builds of all the source packages in sid for > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html . > Some

Re: Parallel build results

2007-12-02 Thread Patrick Schoenfeld
Hi, On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html . I am not sure how to handle these problems with my packages. Currently th

Re: Parallel build results

2007-12-02 Thread Bernhard R. Link
* Daniel Schepler <[EMAIL PROTECTED]> [071202 03:39]: > I finally got through the test builds of all the source packages in sid for > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html . |xbuffy: su

Re: Parallel build results

2007-12-02 Thread Lucas Nussbaum
On 01/12/07 at 21:21 -0500, Daniel Schepler wrote: > I finally got through the test builds of all the source packages in sid for > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html . > Some statist

Re: Parallel build results

2007-12-02 Thread Michael Tautschnig
> I finally got through the test builds of all the source packages in sid for > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html . > Some statistics: > [...] Wouldn't it have been wise to use len

Re: Parallel build results

2007-12-02 Thread Michael Tautschnig
> I finally got through the test builds of all the source packages in sid for > i386 using dpkg-buildpackage -j3 on a dual core machine. The results as > before are at http://people.debian.org/~schepler/build-logs/bymaint.html . > Some statistics: > [...] BTW, Daniel, it would be nice if you

Parallel build results

2007-12-01 Thread Daniel Schepler
I finally got through the test builds of all the source packages in sid for i386 using dpkg-buildpackage -j3 on a dual core machine. The results as before are at http://people.debian.org/~schepler/build-logs/bymaint.html . Some statistics: 204 built BROKEN packages 1408 FAILED 230