Automated report: NetBSD-current/i386 build failure

2018-10-25 Thread NetBSD Test Fixture
This is an automatically generated notice of a NetBSD-current/i386
build failure.

The failure occurred on babylon5.netbsd.org, a NetBSD/amd64 host,
using sources from CVS date 2018.10.26.01.33.33.

An extract from the build.sh output follows:

#create  trek/capture.d

CC=/tmp/bracket/build/2018.10.26.01.33.33-i386/tools/bin/i486--netbsdelf-gcc 
/tmp/bracket/build/2018.10.26.01.33.33-i386/tools/bin/nbmkdep -f capture.d.tmp  
--   -std=gnu99   --sysroot=/tmp/bracket/build/2018.10.26.01.33.33-i386/destdir 
/tmp/bracket/build/2018.10.26.01.33.33-i386/src/games/trek/capture.c &&  mv 
capture.d.tmp capture.d
--- dependall-usr.sbin ---

/tmp/bracket/build/2018.10.26.01.33.33-i386/obj/usr.sbin/npf/npftest/libnpftest/libnpftest.a(npf_test_subr.o):
 In function `rumpns_npf_test_init':
npf_test_subr.c:(.text+0x147): undefined reference to 
`rumpns_npf_state_setsampler'
collect2: error: ld returned 1 exit status
*** [npftest] Error code 1
nbmake[8]: stopped in 
/tmp/bracket/build/2018.10.26.01.33.33-i386/src/usr.sbin/npf/npftest
1 error

The following commits were made between the last successful build and
the failed build:

2018.10.26.00.38.52 christos src/sys/rump/net/lib/libnpf/Makefile,v 1.22
2018.10.26.01.33.33 christos src/sys/rump/net/lib/libnpf/Makefile,v 1.23

Log files can be found at:


http://releng.NetBSD.org/b5reports/i386/commits-2018.10.html#2018.10.26.01.33.33


daily CVS update output

2018-10-25 Thread NetBSD source update


Updating src tree:
P src/distrib/sets/lists/comp/mi
P src/lib/libcurses/Makefile
P src/lib/libcurses/curses.3
P src/lib/libcurses/curses_addch.3
P src/lib/libcurses/curses_attributes.3
P src/lib/libcurses/curses_delch.3
P src/lib/libcurses/curses_inch.3
U src/lib/libcurses/curses_insch.3
cvs update: `src/lib/libcurses/curses_insertch.3' is no longer in the repository
P src/sys/arch/arm/include/cpu.h
P src/sys/arch/sparc64/dev/jbus-i2c.c
P src/sys/dev/acpi/acpi_resource.c
P src/sys/dev/acpi/acpivar.h
P src/sys/dev/pci/ahcisata_pci.c
P src/sys/dev/pci/ehci_pci.c
P src/sys/dev/pci/siisata_pci.c
P src/sys/kern/subr_lockdebug.c
P src/sys/rump/net/lib/libnpf/Makefile

Updating xsrc tree:


Killing core files:




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  52960653 Oct 26 03:03 ls-lRA.gz


Re: Automated report: NetBSD-current/i386 test failure

2018-10-25 Thread Christos Zoulas
In article <20181026003810.d7e3617f...@rebar.astron.com>,
Christos Zoulas  wrote:
>On Oct 24,  2:14pm, mar...@netbsd.org (Martin Husemann) wrote:
>-- Subject: Re: Automated report: NetBSD-current/i386 test failure
>
>| Ktraceing it shows the failing call is sendmsg() - which should be properly
>| intercepted by librumphijack, but talks to the host kernel and gets errno 32.
>
>The problem (so far) was lack of libnvpair in librumpnet_npf.

Should be fixed now...

christos



Re: Automated report: NetBSD-current/i386 test failure

2018-10-25 Thread Christos Zoulas
On Oct 24,  2:14pm, mar...@netbsd.org (Martin Husemann) wrote:
-- Subject: Re: Automated report: NetBSD-current/i386 test failure

| Ktraceing it shows the failing call is sendmsg() - which should be properly
| intercepted by librumphijack, but talks to the host kernel and gets errno 32.

The problem (so far) was lack of libnvpair in librumpnet_npf.

christos


Re: Failure to build "current" emacs from pkgsrc on current

2018-10-25 Thread Greg Troxel


Riccardo Mottola  writes:

> Greg Troxel wrote:
>> Riccardo Mottola  writes:
>>
>>> while doing a full update with today's pkgsrc con current, I get:
>> by 'full update', what do you mean?
>
> I updated kernel, tools & distribtion to latest.
>
> Then I did update pkgsrc and run pkg_rolling-replace -uv

>> host os?
>
> amd64, NetBSD-current
>
> NetBSD disc 8.99.25 NetBSD 8.99.25 (HP620) #9: Mon Oct 22 10:51:47
> CEST 2018  multix@disc:/usr/obj/sys/arch/amd64/compile/HP620 amd64

So that should be ok.


>>> /usr/pkgsrc/editors/emacs26/work/.buildlink/lib/libgdk-3.so: undefined
>>> reference to `epoxy_has_glx'
>> I dimly remember seeing epoxy/glx issues where various systems have
>> different setings.
>>
>> Are you really sure gdk and everything it depended on had been rebuilt?
>>
>> Does anything else that depends on gdk fail?
>
> that is a good question, shouldn't pkg_rolling-replace -uv handle that
> for me?

Yes, but it can hit an error and exit without finishing.

So I would run it again and see if it reports that there's nothing to
do.

I don't have much useful advice, other than to start using nm or objdump
on the libraries in question and trace which symbols are defined where.

On netbsd-7 amd64, 2018Q3:

> nm -u /usr/pkg/lib/libgdk-3.so|egrep glx
U epoxy_glx_version
U epoxy_has_glx_extension

But I'm not really sure epoxy is.  

> I just did run lintpkgsrc -i
>
> disc$ lintpkgsrc -i
> Scan Makefiles: ._
> Bogus: ${GITHUB_PROJECT:tl}-6.3 (from /usr/pkgsrc/geography/gpxsee/Makefile)
> ...
> /usr/pkgsrc/net/py-onionbalance/Makefile: Cannot locate
> net/py-onionbalance/Makefile.common in
> . /usr/pkgsrc/net/py-onionbalance
>
> /usr/pkgsrc/net/py-onionbalance/Makefile: make:
> "/usr/pkgsrc/net/py-onionbalance/Makefile" line 3: Could not find
> net/py-onionbalance/Makefile.common make: Fatal errors encountered --
> cannot continue
> Cannot extract py-onionbalance- version
> (/usr/pkgsrc/net/py-onionbalance/Makefile)
> 15993 packages
> Unknown package: 'ap24-subversion' version 1.10.3
> Version mismatch: 'py-expat' 3.6.7 vs 2.7.15
> Version mismatch: 'py-expat' 3.7.1 vs 2.7.15

that looks like you got an in-progress addition and the usual python
default vs 36/37 pkg_chk issue.  not really concerning.


My only other suggestions are

1) to make sure that you have rebuilt *everything* after any change from
X11_TYPE from native to/from modular (via "pkg_admin set rebuild-yes
\*").

2) to make sure you have no old headers that don't belong, in
/usr/include, /usr/X11R*/include, or /usr/pkg/include.  Use find with
ctime to find .h files not written during update, and pkg_admin check to
look at file checksums vs installed, and then find /usr/pkg -atime +7 to
find files not read by pkg_admin check and investigate.


Automated report: NetBSD-current/i386 build success

2018-10-25 Thread NetBSD Test Fixture
The NetBSD-current/i386 build is working again.

The following commits were made between the last failed build and the
successful build:

2018.10.25.13.20.01 uwe src/distrib/sets/lists/comp/mi,v 1.2235

Log files can be found at:


http://releng.NetBSD.org/b5reports/i386/commits-2018.10.html#2018.10.25.13.20.01


Automated report: NetBSD-current/i386 build failure

2018-10-25 Thread NetBSD Test Fixture
This is an automatically generated notice of a NetBSD-current/i386
build failure.

The failure occurred on babylon5.netbsd.org, a NetBSD/amd64 host,
using sources from CVS date 2018.10.25.10.41.00.

An extract from the build.sh output follows:

postinstall-fix-obsolete_stand ===> .
--- postinstall-fix-obsolete_stand ---
   === Removing obsolete files ===
AWK=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbawk 
 DB=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbdb  
 HOST_SH=/bin/sh 
MAKE=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbmake   

PWD_MKDB=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbpwd_mkdb   
SED=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbsed 
STAT=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbstat /bin/sh 
/tmp/bracket/build/2018.10.25.10.41.00-i386/src/usr.sbin/postinstall/postinstall
  -m i386 -a i386 -s /tmp/bracket/build/2018.10.25.10.41.00-i386/src  -d 
/tmp/bracket/build/2018.10.25.10.41.00-i386/destdir/ fix obsolete_stand
Source directory: /tmp/bracket/build/2018.10.25.10.41.00-i386/src
Target directory: /tmp/bracket/build/2018.10.25.10.41.00-i386/destdir/
obsolete_stand fix:
postinstall fixes passed: obsolete_stand
postinstall fixes failed:
   ===
checkflist ===> distrib/sets
--- check_DESTDIR ---
--- checkflist ---
cd /tmp/bracket/build/2018.10.25.10.41.00-i386/src/distrib/sets &&  
DESTDIR=/tmp/bracket/build/2018.10.25.10.41.00-i386/destdir  MACHINE=i386  
MACHINE_ARCH=i386  
AWK=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbawk  
CKSUM=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbcksum  
DB=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbdb  
EGREP=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbgrep\ -E  
HOST_SH=/bin/sh  
MAKE=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbmake  
MKTEMP=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbmktemp  
MTREE=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbmtree  
PAX=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbpax  
COMPRESS_PROGRAM=gzip  GZIP=-n  XZ_OPT=-9  TAR_SUFF=tgz  
PKG_CREATE=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbpkg_create  
SED=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbsed  
TSORT=/tmp/bracket/build/2018.10.25.10.41.00-i386/tools/bin/nbtsort\ -q  
 /bin/sh 
/tmp/bracket/build/2018.10.25.10.41.00-i386/src/distrib/sets/checkflist  -L 
base  -M /tmp/bracket/build/2018.10.25.10.41.00-i386/destdir/METALOG.sanitised
==  1 missing files in DESTDIR  
Files in flist but missing from DESTDIR.
File wasn't installed ?
--
./usr/share/man/html3/curses_insertch.html
  end of 1 missing files  ==
*** [checkflist] Error code 1
nbmake[2]: stopped in 
/tmp/bracket/build/2018.10.25.10.41.00-i386/src/distrib/sets

The following commits were made between the last successful build and
the failed build:

2018.10.25.09.30.45 mrg src/sys/kern/subr_lockdebug.c,v 1.68
2018.10.25.10.36.56 uwe src/distrib/sets/lists/comp/mi,v 1.2234
2018.10.25.10.36.56 uwe src/lib/libcurses/Attic/curses_insertch.3,v 1.5
2018.10.25.10.36.56 uwe src/lib/libcurses/Makefile,v 1.86
2018.10.25.10.36.56 uwe src/lib/libcurses/curses.3,v 1.73
2018.10.25.10.36.56 uwe src/lib/libcurses/curses_addch.3,v 1.10
2018.10.25.10.36.56 uwe src/lib/libcurses/curses_attributes.3,v 1.9
2018.10.25.10.36.56 uwe src/lib/libcurses/curses_delch.3,v 1.4
2018.10.25.10.36.56 uwe src/lib/libcurses/curses_inch.3,v 1.13
2018.10.25.10.36.56 uwe src/lib/libcurses/curses_insch.3,v 1.1
2018.10.25.10.38.57 jmcneill src/sys/dev/acpi/acpi_resource.c,v 1.38
2018.10.25.10.38.57 jmcneill src/sys/dev/acpi/acpivar.h,v 1.77
2018.10.25.10.41.00 uwe src/lib/libcurses/curses_insch.3,v 1.2

Log files can be found at:


http://releng.NetBSD.org/b5reports/i386/commits-2018.10.html#2018.10.25.10.41.00