Subject: Re: pkgsrc Linux 2.6.8-1-686/i386 bulk build results 2005-01-16
To: Min Sik Kim <minskim@NetBSD.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bulk
Date: 01/18/2005 14:10:29
On Mon, Jan 17, 2005 at 10:33:14AM -0600, Min Sik Kim wrote:
> pkgsrc bulk build results
> Debian Linux 2.6.8-1-686/i686, built as non-root user
> 
> Summary:
> 
>         Build started:                  Thu Jan 13 10:19:04 2005 UTC
>         Build ended:                    Sun Jan 16 18:44:33 2005 UTC

Diff to previous:

55,58c54,57
<         Successfully packaged:          3546
<         Packages really broken:         709
<         Pkgs broken due to them:        766
<         Total broken:                   1475
---
>         Successfully packaged:          3564
>         Packages really broken:         710
>         Pkgs broken due to them:        759
>         Total broken:                   1469
60c59
<         Total:                          1714
---
>         Total:                          1708
65c64
< ftp://ftp.NetBSD.org/pub/NetBSD/misc/minskim/pkgstat/Linux-i686/20050113.0350/broken.html
---
> ftp://ftp.NetBSD.org/pub/NetBSD/misc/minskim/pkgstat/Linux-i686/20050116.1244/broken.html
74a74
> audio/ladspa               1       tech-pkg@NetBSD.org

analyseplugin.o(.text+0x23): In function `analysePlugin':
: undefined reference to `dlerror'
analyseplugin.o(.text+0x38): In function `analysePlugin':
: undefined reference to `dlsym'
analyseplugin.o(.text+0x46): In function `analysePlugin':
: undefined reference to `dlerror'

Needs to include dl/bl3?

81c81
< audio/sox                  5       tech-pkg@NetBSD.org
---
> audio/sox                  6       tech-pkg@NetBSD.org
83d82
< audio/wsoundprefs                  tech-pkg@NetBSD.org
122a122
> comms/xisp                         tech-pkg@NetBSD.org

/usr/bin/install -g dialer -m 750 -o root -s  xisp /usr/pkg/bin/xisp
/usr/bin/install: invalid group `dialer'
*** Error code 1


143a144,145
> databases/xmysql                   bad@NetBSD.org

/usr/pkgsrc/databases/xmysql/work/xmysql-1.10/XmysqlDB.c:803: undefined reference to `strmov'

> databases/xsqlmenu                 hubertf@NetBSD.org

gmake clean
make: gmake: Command not found
make: *** [.mysql] Error 127

Weird. This has USE_GNU_TOOLS set for a long time now.
Perhaps we don't need the MAKE=${MAKE_PROGRAM} line any longer?

323d324
< graphics/magicpoint                itojun@itojun.org
346d346
< graphics/xv                2       tech-pkg@NetBSD.org
435d434
< math/algae                         tech-pkg@NetBSD.org
450a450
> mbone/imm                          is@NetBSD.org

protocol.c: In function `CreateReceiveSocket':
protocol.c:148: error: `SO_REUSEPORT' undeclared (first use in this function)
protocol.c:148: error: (Each undeclared identifier is reported only once
protocol.c:148: error: for each function it appears in.)

480c480
< multimedia/ffmpeg          2       tron@NetBSD.org
---
> multimedia/ffmpeg          3       tron@NetBSD.org
519a520
> net/mDNSResponder                  tech-pkg@NetBSD.org

mDNSPosix.c: In function `mDNSPlatformSendUDP':
mDNSPosix.c:299: error: structure has no member named `sin_len'
mDNSPosix.c:321: error: structure has no member named `sa_len'
mDNSPosix.c:321: error: structure has no member named `sa_len'
mDNSPosix.c: In function `ProcessRoutingNotification':
mDNSPosix.c:1085: error: invalid application of `sizeof' to an incomplete type
mDNSPosix.c:1093: error: dereferencing pointer to incomplete type
mDNSPosix.c:1093: error: `RTM_NEWADDR' undeclared (first use in this function)
mDNSPosix.c:1093: error: (Each undeclared identifier is reported only once
mDNSPosix.c:1093: error: for each function it appears in.)
mDNSPosix.c:1093: error: dereferencing pointer to incomplete type
mDNSPosix.c:1093: error: `RTM_DELADDR' undeclared (first use in this function)
mDNSPosix.c:1094: error: dereferencing pointer to incomplete type
mDNSPosix.c:1094: error: `RTM_IFINFO' undeclared (first use in this function)
mDNSPosix.c:1096: error: dereferencing pointer to incomplete type
mDNSPosix.c:1097: error: dereferencing pointer to incomplete type
mDNSPosix.c:1099: error: dereferencing pointer to incomplete type
make: *** [objects/prod/mDNSPosix.c.o] Error 1

598d598
< print/xpp                          jlam@NetBSD.org
681a682
> sysutils/wmSMPmon                  Joel CARNAT &lt;joel@carn

wmSMPmon.c: In function `getCpuUsage':
wmSMPmon.c:40: error: `KERN_CP_TIME' undeclared (first use in this function)
wmSMPmon.c:40: error: (Each undeclared identifier is reported only once
wmSMPmon.c:40: error: for each function it appears in.)
wmSMPmon.c:41: error: `CPUSTATES' undeclared (first use in this function)
wmSMPmon.c:48: error: `CP_USER' undeclared (first use in this function)
wmSMPmon.c:48: error: `CP_SYS' undeclared (first use in this function)
wmSMPmon.c:48: error: `CP_NICE' undeclared (first use in this function)
wmSMPmon.c:48: error: `CP_INTR' undeclared (first use in this function)
wmSMPmon.c:49: error: `CP_IDLE' undeclared (first use in this function)
wmSMPmon.c:41: warning: unused variable `cpu_time'
wmSMPmon.c: In function `getMemUsage':
wmSMPmon.c:62: error: `VM_METER' undeclared (first use in this function)
wmSMPmon.c:62: error: initializer element is not constant
wmSMPmon.c:62: error: (near initialization for `mib[1]')
wmSMPmon.c:63: error: storage size of `vm' isn't known
wmSMPmon.c:63: warning: unused variable `vm'
wmSMPmon.c: In function `getSwapUsage':
wmSMPmon.c:84: warning: implicit declaration of function `swapctl'
wmSMPmon.c:84: error: `SWAP_NSWAP' undeclared (first use in this function)
wmSMPmon.c:86: error: dereferencing pointer to incomplete type
wmSMPmon.c:88: error: `SWAP_STATS' undeclared (first use in this function)
wmSMPmon.c:92: error: invalid use of undefined type `struct swapent'
wmSMPmon.c:92: error: dereferencing pointer to incomplete type
wmSMPmon.c:92: error: `SWF_ENABLE' undeclared (first use in this function)
wmSMPmon.c:93: error: invalid use of undefined type `struct swapent'
wmSMPmon.c:93: error: dereferencing pointer to incomplete type
wmSMPmon.c:94: error: invalid use of undefined type `struct swapent'
wmSMPmon.c:94: error: dereferencing pointer to incomplete type
wmSMPmon.c: In function `main':
wmSMPmon.c:124: warning: unused variable `charge'
wmSMPmon.c:124: warning: unused variable `total'
*** Error code 1

765d765
< x11/xforms                 11      tech-pkg@NetBSD.org

 Thomas