Subject: Re: pkgsrc DragonFly 1.3.7-DEVELOPMENT/i386 bulk build results 2005-12-06
To: None <pkgsrc-bulk@NetBSD.org>
From: None <joerg@britannica.bec.de>
List: pkgsrc-bulk
Date: 12/06/2005 19:29:38
On Tue, Dec 06, 2005 at 06:25:14PM +0100, Thomas Klausner wrote:
> > lang/python20              8       tsarna@NetBSD.org
> 
>  bsddbmodule.o(.text+0xd): In function `newdbhashobject':
>  : undefined reference to `_PyObject_New'
>  ...

Fixed.

> > databases/mysql-client     5       xtraeme@NetBSD.org
> 
>  checking "how to check if pid exists"... configure: error: Could not find the right ps switches. What OS is this ?

Fixed.

> 97a97
> > cad/gwave                          dmcmahill@NetBSD.org
> 
>  event.c: In function `button_release_handler':
>  event.c:452: error: label at end of compound statement
> 
> > databases/acid                     adrianp@NetBSD.org
> 
> Vulnerable.

Hm. Strange. I have ALLOW_VULNERABLE_PACKAGES set.

> 222a212
> > devel/kdevelop-base        2       markd@NetBSD.org
> 
>  BULK> /usr/bin/env /usr/pkg/sbin/pkg_add -K /var/db/pkg /packages/All/kdelibdocs-3.4.3.tgz
>  tar: Unable to access share/doc/kde/HTML/en/kdelibs-apidocs/kdecore/html/classKGenericFactory_3_01KTypeList_3_01Product_00_01ProductListTail_
>  tar: tar: WARNING! These file names were not selected:End of archive volume 1 reached

Rebuilding kdelibdocs, might have been corrupted.

> 413a400
> > graphics/flphoto                   tech-pkg@NetBSD.org
> 
>  pkg_create: can't stat `/usr/pkg/man/cat1/flphoto.0'
>  pkg_create: can't stat `/usr/pkg/man/cat5/album.0'
>  pkg_create: can't stat `/usr/pkg/share/locale/de/flphoto_de'
>  pkg_create: can't stat `/usr/pkg/share/locale/en_CA/flphoto_en_CA'
>  pkg_create: can't stat `/usr/pkg/share/locale/en_GB/flphoto_en_GB'
>  pkg_create: can't stat `/usr/pkg/share/locale/es/flphoto_es'
>  pkg_create: can't stat `/usr/pkg/share/locale/fr/flphoto_fr'
>  pkg_create: can't stat `/usr/pkg/share/locale/it/flphoto_it'
>  pkg_create: can't stat `/usr/pkg/share/locale/nl/flphoto_nl'
>  pkg_create: can't stat `/usr/pkg/share/locale/pt/flphoto_pt'

The former is the classic problem of cat vs. man pages. The latter is
a wrong localedir.

> 462a449
> > inputmethod/canna-lib      9       tech-pkg-ja@jp.NetBSD.org

libtool/not-usage-of-libtool problem.

> 467a455
> > inputmethod/xcin                   rxg@NetBSD.org
> 
>  ( cd etc; /usr/pkg/bin/bmake )
>  Creating xcinrc for UNKNOWN ....
>  ( cd cin; /usr/pkg/bin/bmake )
>  bmake: don't know how to make all-UNKNOWN. Stop

OS missing in enumeration.

> > mail/cue                           tech-pkg@NetBSD.org
> 
>  checking getaddrinfo bug... buggy
>  Fatal: You must get working getaddrinfo() function.
>         or you can specify "--disable-ipv6".

Might be related to build environment. Most likely bogus configure
check.

> 525a512
> > mail/evolution14                   rh@NetBSD.org
> 
>  e-component-listener.c: In function `connection_listen_cb':
>  e-component-listener.c:56: error: label at end of compound statement

Fixed.

Joerg