NetBSD source update | 1 Oct 2010 03:07
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/bootstrap/README.Haiku
P pkgsrc/databases/kmysqladmin/Makefile
P pkgsrc/databases/libdbi-driver-mysql/Makefile
P pkgsrc/databases/libgda-mysql/Makefile
P pkgsrc/databases/myodbc/Makefile
P pkgsrc/databases/p5-DBD-mysql/Makefile
P pkgsrc/databases/php-mysql/Makefile
P pkgsrc/databases/php-mysqli/Makefile
P pkgsrc/databases/php-pdo_mysql/Makefile
P pkgsrc/databases/py-mysqldb/Makefile
P pkgsrc/databases/ruby-mysql/Makefile
P pkgsrc/databases/tcl-fbsql/Makefile
P pkgsrc/databases/xsqlmenu/Makefile
P pkgsrc/devel/generate/Makefile
P pkgsrc/devel/mantis/Makefile
P pkgsrc/doc/guide/files/introduction.xml
P pkgsrc/mail/dbmail/Makefile
P pkgsrc/mail/gld/Makefile
P pkgsrc/mail/perdition-mysql/Makefile
P pkgsrc/mail/policyd/Makefile
P pkgsrc/mail/roundcube/Makefile
P pkgsrc/misc/open2300-mysql/Makefile
P pkgsrc/net/barnyard/Makefile
P pkgsrc/net/mydns-mysql/Makefile
P pkgsrc/net/nagios-plugin-mysql/Makefile
(Continue reading)

Alistair Crooks | 1 Oct 2010 16:38

[joerg <at> britannica.bec.de: pkgsrc NetBSD 5.1_RC3/x86_64 2010-09-26 14:38]

Thanks to joerg for the bulk build results.  I love the html links to
the failures, BTW.

I suggest that for pkgsrc-2010Q3 to get out the door, we hit the top
offenders on the list - the top 6 look good from here...

> ----- Forwarded message from Joerg Sonnenberger <joerg <at> britannica.bec.de> -----
> 
> [...]
> NetBSD 5.1_RC3/x86_64
> Compiler: gcc
> 
> Build start: 2010-09-26 14:38
> Build end:   2010-09-30 17:31
> 
> Full report: http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20100926.1438/meta/report.html
> Machine readable version: http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20100926.1438/meta/report.bz2
> 
> Total number of packages:      10068
>   Successfully built:           9414
>   Failed to build:               171
>   Depending on failed package:   138
>   Explicitly broken or masked:   245
>   Depending on masked package:   100
> 
> Packages breaking the most other packages
> 
> Package                               Breaks Maintainer
> -------------------------------------------------------------------------
> editors/emacs-snapshot                    87 minskim <at> NetBSD.org
(Continue reading)

Joerg Sonnenberger | 1 Oct 2010 16:42
Picon

Re: [joerg <at> britannica.bec.de: pkgsrc NetBSD 5.1_RC3/x86_64 2010-09-26 14:38]

On Fri, Oct 01, 2010 at 04:38:04PM +0200, Alistair Crooks wrote:
> that's a stunning link stage - the libtool problems usually happen when
> non-standard things are done with libtool - I'll look later on today.

That's actually the cwrapper processing. The build depends on libtool
internals by using .libs directly and that ultimately ends up in the
.libs/.libs confusion. I don't know how upstreams manage to do that
again and again.

> > security/nessus-libraries                  4 pkgsrc-users <at> NetBSD.org
> 
> => Bootstrap dependency digest>=20010302: found digest-20080510
> WARNING: [license.mk] Every package should define a LICENSE.
> ===> Skipping vulnerability checks.
> WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
> WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
> ERROR: ======================================================================
> ERROR: 
> ERROR: Please download nessus-libraries-2.2.11.tar.gz
> ERROR: manually from http://www.nessus.org/download/
> ERROR: 
> ERROR: ======================================================================
> *** Error code 1
> 
> Stop.
> make: stopped in /bulk-data/pkgsrc/security/nessus-libraries
> 
> should be easy to fix...

The files have been missing for ages and there isn't even a way to
(Continue reading)

Alistair Crooks | 1 Oct 2010 17:19

Re: [joerg <at> britannica.bec.de: pkgsrc NetBSD 5.1_RC3/x86_64 2010-09-26 14:38]

On Fri, Oct 01, 2010 at 04:42:45PM +0200, Joerg Sonnenberger wrote:
> On Fri, Oct 01, 2010 at 04:38:04PM +0200, Alistair Crooks wrote:
> > that's a stunning link stage - the libtool problems usually happen when
> > non-standard things are done with libtool - I'll look later on today.
> 
> That's actually the cwrapper processing. The build depends on libtool
> internals by using .libs directly and that ultimately ends up in the
> .libs/.libs confusion. I don't know how upstreams manage to do that
> again and again.

Yeah, that's the "non-standard things", and, tempting as they are,
mucking about with libtool libs usually end in tears, I was sooo
tempted to do something similar for libutf on a number of occasions,
but thankfully resisted the temptation, and have more hair than I
would have had.

Nevertheless, we need to fix it, and feed it upstream.

> > > security/nessus-libraries                  4 pkgsrc-users <at> NetBSD.org
> > 
> > => Bootstrap dependency digest>=20010302: found digest-20080510
> > WARNING: [license.mk] Every package should define a LICENSE.
> > ===> Skipping vulnerability checks.
> > WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
> > WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
> > ERROR: ======================================================================
> > ERROR: 
> > ERROR: Please download nessus-libraries-2.2.11.tar.gz
> > ERROR: manually from http://www.nessus.org/download/
> > ERROR: 
(Continue reading)

Min Sik Kim | 1 Oct 2010 18:03
Favicon
Gravatar

Re: [joerg <at> britannica.bec.de: pkgsrc NetBSD 5.1_RC3/x86_64 2010-09-26 14:38]

On Oct 1, 2010, at 7:38 AM, Alistair Crooks wrote:

> Thanks to joerg for the bulk build results.  I love the html links to
> the failures, BTW.
> 
> I suggest that for pkgsrc-2010Q3 to get out the door, we hit the top
> offenders on the list - the top 6 look good from here...
> 
>> ----- Forwarded message from Joerg Sonnenberger <joerg <at> britannica.bec.de> -----
>> 
>> [...]
>> NetBSD 5.1_RC3/x86_64
>> Compiler: gcc
>> 
>> Build start: 2010-09-26 14:38
>> Build end:   2010-09-30 17:31
>> 
>> Full report: http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20100926.1438/meta/report.html
>> Machine readable version: http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20100926.1438/meta/report.bz2
>> 
>> Total number of packages:      10068
>>  Successfully built:           9414
>>  Failed to build:               171
>>  Depending on failed package:   138
>>  Explicitly broken or masked:   245
>>  Depending on masked package:   100
>> 
>> Packages breaking the most other packages
>> 
>> Package                               Breaks Maintainer
(Continue reading)

Joerg Sonnenberger | 1 Oct 2010 18:57
Picon

Re: [joerg <at> britannica.bec.de: pkgsrc NetBSD 5.1_RC3/x86_64 2010-09-26 14:38]

On Fri, Oct 01, 2010 at 09:03:05AM -0700, Min Sik Kim wrote:
> With default settings, editors/emacs-snapshot is a leaf package.
> Those 87 packages depend on editors/emacs instead.  The bulk build should
> have the same dependencies we would get when we install packages manually.

...which is exactly what is happening. The pattern used for the
dependency has emacs-snapshot as best match and so that's what is used
to provide the dependency.

Joerg

Tim Zingelman | 1 Oct 2010 20:49
Picon

Re: [joerg <at> britannica.bec.de: pkgsrc NetBSD 5.1_RC3/x86_64 2010-09-26 14:38]

On Fri, Oct 1, 2010 at 10:19 AM, Alistair Crooks <agc <at> pkgsrc.org> wrote:
> On Fri, Oct 01, 2010 at 04:42:45PM +0200, Joerg Sonnenberger wrote:
>> On Fri, Oct 01, 2010 at 04:38:04PM +0200, Alistair Crooks wrote:
>> > > security/nessus-libraries                  4 pkgsrc-users <at> NetBSD.org
>> >
>> > => Bootstrap dependency digest>=20010302: found digest-20080510
>> > WARNING: [license.mk] Every package should define a LICENSE.
>> > ===> Skipping vulnerability checks.
>> > WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
>> > WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
>> > ERROR: ======================================================================
>> > ERROR:
>> > ERROR: Please download nessus-libraries-2.2.11.tar.gz
>> > ERROR: manually from http://www.nessus.org/download/
>> > ERROR:
>> > ERROR: ======================================================================
>> > *** Error code 1
>> >
>> > Stop.
>> > make: stopped in /bulk-data/pkgsrc/security/nessus-libraries
>> >
>> > should be easy to fix...
>>
>> The files have been missing for ages and there isn't even a way to
>> download them now.
>
> In that case, either we use the files from somewhere else, or we kill the package.
>
> Is there a mirror anywhere?
>
(Continue reading)

John Nemeth | 2 Oct 2010 01:00
Picon
Favicon

Re: [joerg <at> britannica.bec.de: pkgsrc NetBSD 5.1_RC3/x86_64 2010-09-26 14:38]

On Feb 21, 11:13am, Alistair Crooks wrote:
}
} Thanks to joerg for the bulk build results.  I love the html links to
} the failures, BTW.
} 
} I suggest that for pkgsrc-2010Q3 to get out the door, we hit the top
} offenders on the list - the top 6 look good from here...
} 
} > ----- Forwarded message from Joerg Sonnenberger <joerg <at> britannica.bec.de>=
}  -----
} >=20
} > [...]
} > NetBSD 5.1_RC3/x86_64
} > Compiler: gcc
} >=20
} > Build start: 2010-09-26 14:38
} > Build end:   2010-09-30 17:31
} >=20
} > Full report: http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20100926.1438/me=
} ta/report.html
} > Machine readable version: http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/201=
} 00926.1438/meta/report.bz2
} >=20
} > Total number of packages:      10068
} >   Successfully built:           9414
} >   Failed to build:               171
} >   Depending on failed package:   138
} >   Explicitly broken or masked:   245
} >   Depending on masked package:   100
} >=20
(Continue reading)

Joerg Sonnenberger | 2 Oct 2010 01:27
Picon

Re: [joerg <at> britannica.bec.de: pkgsrc NetBSD 5.1_RC3/x86_64 2010-09-26 14:38]

On Fri, Oct 01, 2010 at 04:00:43PM -0700, John Nemeth wrote:
> } Throws a SIGSEGV during el compilation
> 
>      Given the name, this sounds like a development version.  I suggest
> we ignore it, or at least not let it hold up the branch.

I suggest to actually look at the issue that prevents most Emacs
packages from resulting in binary packages.

Joerg

NetBSD source update | 2 Oct 2010 03:52
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/doc/CHANGES-2010
P pkgsrc/emulators/qemu/Makefile
P pkgsrc/emulators/qemu/distinfo
U pkgsrc/emulators/qemu/patches/patch-ab
P pkgsrc/math/pari/Makefile
P pkgsrc/math/pari/PLIST
P pkgsrc/math/pari/distinfo
P pkgsrc/math/pari/options.mk
P pkgsrc/math/pari/patches/patch-ai
P pkgsrc/math/pari/patches/patch-al
P pkgsrc/print/poppler/Makefile.common
P pkgsrc/print/poppler/distinfo
P pkgsrc/print/poppler/patches/patch-ap
U pkgsrc/print/poppler/patches/patch-ba
U pkgsrc/print/poppler/patches/patch-bb
U pkgsrc/print/poppler/patches/patch-bc
U pkgsrc/print/poppler/patches/patch-bd
U pkgsrc/print/poppler/patches/patch-be
U pkgsrc/print/poppler/patches/patch-bf
U pkgsrc/print/poppler/patches/patch-bg
P pkgsrc/print/tex-nomencl/Makefile
U pkgsrc/print/tex-nomencl/distinfo
P pkgsrc/print/tex-nomencl-doc/Makefile
U pkgsrc/print/tex-nomencl-doc/distinfo
P pkgsrc/time/xfce4-orage/Makefile
(Continue reading)


Gmane