daily CVS update output

2019-12-17 Thread NetBSD source update


Updating src tree:
P src/distrib/sun2/miniroot/Makefile
P src/external/bsd/file/Makefile.inc
P src/external/bsd/file/bin/Makefile
P src/external/bsd/file/dist/src/readelf.c
P src/external/bsd/file/lib/Makefile
P src/external/historical/nawk/bin/awk.1
P src/lib/Makefile
P src/sys/arch/arm/rockchip/rk3399_cru.c
P src/sys/arch/arm/rockchip/rk_dwhdmi.c
P src/sys/arch/arm/rockchip/rk_vop.c
P src/sys/arch/arm/sunxi/sun8i_crypto.c
P src/sys/dev/dm/files.dm
P src/sys/dev/ic/ath.c
P src/sys/dev/ic/rtl8169.c
P src/sys/dev/ic/rtl81x9reg.h
P src/sys/dev/pci/pcidevs
P src/sys/dev/pci/pcidevs.h
P src/sys/dev/pci/pcidevs_data.h
P src/sys/dev/pci/ixgbe/ixgbe.c
P src/sys/dev/pci/ixgbe/ixgbe_osdep.c
P src/sys/dev/pci/ixgbe/ixgbe_osdep.h
P src/sys/dev/pci/ixgbe/ixv.c
P src/sys/dev/usb/if_umb.c
P src/sys/kern/kern_sleepq.c
P src/sys/kern/uipc_sem.c
P src/sys/net/if.c
P src/sys/netinet/in.c
P src/sys/netinet/in.h
P src/sys/rump/dev/lib/libdm/Makefile
P src/sys/uvm/pmap/pmap_tlb.c
P src/usr.bin/crunch/crunchgen/crunchgen.1
P src/usr.bin/crunch/crunchgen/crunchgen.c
P src/usr.bin/mail/Makefile

Updating xsrc tree:


Killing core files:



Updating release-7 src tree (netbsd-7):
U doc/CHANGES-7.3
P sys/dev/ic/ath.c

Updating release-7 xsrc tree (netbsd-7):



Updating release-8 src tree (netbsd-8):
U doc/CHANGES-8.2
P sys/arch/i386/stand/boot/devopen.c
P sys/arch/i386/stand/efiboot/devopen.c
P sys/arch/i386/stand/efiboot/efidisk.c
P sys/arch/i386/stand/lib/biosdisk.c
P sys/dev/ic/ath.c

Updating release-8 xsrc tree (netbsd-8):




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  34889567 Dec 18 03:11 ls-lRA.gz


Re: httpd ssl failures

2019-12-17 Thread Edgar Pettijohn

On Dec 16, 2019 10:22 PM, Geoff Wing  wrote:
>
> On Monday 2019-12-16 19:56 -0600, ed...@pettijohn-web.com output:
> :> > Certificate/key created like so:
> :> > openssl req -x509 -nodes -days 365 -sha256 -newkey rsa:2048 -keyout
> :> > mycert.pem -out mycert.pem
> [...]
> :> > Is this a problem with my setup?
> :> Think it may be an httpd issue. Used the cert/key with postfix and tested
> :> with openssl s_client and didn't see any issues.
> :Just tried my letsencrypt cert and key with the same results.
>
> Hi,
> I tried this on amd64 -current yesterday with a letsencrypt cert/key and
> also with a self-signed cert/key using, e.g.
>
> /usr/libexec/httpd -df -Z  /tmp/test.pem /tmp/testkey.pem /www
>
> and had no problems.  Maybe there was a miscompile or other issue with your
> httpd binary (or libs).
>
> Do you have  mozilla-rootcerts  installed to test the letsencrypt cert?
>
> Regards,
> Geoff

I wonder if using the ASLR kernel has anything to do with it. Not likely though 
since it works with postfix. I was trying to rebuild current yesterday but it 
kept erroring out. Might need to just clear out the src directory and start 
fresh.

Edgar

Re: amd64 -current build failure

2019-12-17 Thread Paul Goyette

On Tue, 17 Dec 2019, Chavdar Ivanov wrote:


I am still getting the same errors, my CVS log is empty...


You might have to run a full build.  I was trying an update build
which failed, but a full build seems to work.






On Tue, 17 Dec 2019 at 15:12, Paul Goyette  wrote:


Christos just fixed the lzma stuff...

On Tue, 17 Dec 2019, Chavdar Ivanov wrote:


Looks like it; the lzma/bz2 undefined references still there though,
10 minutes ago.

On Tue, 17 Dec 2019 at 13:18, Andrew Doran  wrote:


Hi,

On Tue, Dec 17, 2019 at 09:49:58AM +, Chavdar Ivanov wrote:


Last two days I haven't been able to build amd64 -current:
...
/home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
/home/sysbuild/amd64/destdir/usr/lib/librump.so: undefined reference
to `rumpns_cpuctl_ioctl'
collect2: error: ld returned 1 exit status


I think I fixed that one late last night - your followup message seems to
confirm.

Andrew




--







++--+---+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses: |
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org   |
++--+---+




--


!DSPAM:5df8fd1c112731575111740!




++--+---+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses: |
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org   |
++--+---+


Re: amd64 -current build failure

2019-12-17 Thread Chavdar Ivanov
I am still getting the same errors, my CVS log is empty...

On Tue, 17 Dec 2019 at 15:12, Paul Goyette  wrote:
>
> Christos just fixed the lzma stuff...
>
> On Tue, 17 Dec 2019, Chavdar Ivanov wrote:
>
> > Looks like it; the lzma/bz2 undefined references still there though,
> > 10 minutes ago.
> >
> > On Tue, 17 Dec 2019 at 13:18, Andrew Doran  wrote:
> >>
> >> Hi,
> >>
> >> On Tue, Dec 17, 2019 at 09:49:58AM +, Chavdar Ivanov wrote:
> >>
> >>> Last two days I haven't been able to build amd64 -current:
> >>> ...
> >>> /home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
> >>> /home/sysbuild/amd64/destdir/usr/lib/librump.so: undefined reference
> >>> to `rumpns_cpuctl_ioctl'
> >>> collect2: error: ld returned 1 exit status
> >>
> >> I think I fixed that one late last night - your followup message seems to
> >> confirm.
> >>
> >> Andrew
> >
> >
> >
> > --
> > 
> >
> > !DSPAM:5df8dacf79529213120201!
> >
> >
>
> ++--+---+
> | Paul Goyette   | PGP Key fingerprint: | E-mail addresses: |
> | (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com |
> | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org   |
> ++--+---+



-- 



Automated report: NetBSD-current/i386 build success

2019-12-17 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:

2019.12.17.13.25.50 skrll src/sys/uvm/pmap/pmap_tlb.c,v 1.29
2019.12.17.13.35.43 christos src/external/bsd/file/lib/Makefile,v 1.14

Log files can be found at:


http://releng.NetBSD.org/b5reports/i386/commits-2019.12.html#2019.12.17.13.35.43


Re: amd64 -current build failure

2019-12-17 Thread Paul Goyette

Christos just fixed the lzma stuff...

On Tue, 17 Dec 2019, Chavdar Ivanov wrote:


Looks like it; the lzma/bz2 undefined references still there though,
10 minutes ago.

On Tue, 17 Dec 2019 at 13:18, Andrew Doran  wrote:


Hi,

On Tue, Dec 17, 2019 at 09:49:58AM +, Chavdar Ivanov wrote:


Last two days I haven't been able to build amd64 -current:
...
/home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
/home/sysbuild/amd64/destdir/usr/lib/librump.so: undefined reference
to `rumpns_cpuctl_ioctl'
collect2: error: ld returned 1 exit status


I think I fixed that one late last night - your followup message seems to
confirm.

Andrew




--


!DSPAM:5df8dacf79529213120201!




++--+---+
| Paul Goyette   | PGP Key fingerprint: | E-mail addresses: |
| (Retired)  | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org   |
++--+---+


Re: amd64 -current build failure

2019-12-17 Thread Chavdar Ivanov
Looks like it; the lzma/bz2 undefined references still there though,
10 minutes ago.

On Tue, 17 Dec 2019 at 13:18, Andrew Doran  wrote:
>
> Hi,
>
> On Tue, Dec 17, 2019 at 09:49:58AM +, Chavdar Ivanov wrote:
>
> > Last two days I haven't been able to build amd64 -current:
> > ...
> > /home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
> > /home/sysbuild/amd64/destdir/usr/lib/librump.so: undefined reference
> > to `rumpns_cpuctl_ioctl'
> > collect2: error: ld returned 1 exit status
>
> I think I fixed that one late last night - your followup message seems to
> confirm.
>
> Andrew



-- 



Re: amd64 -current build failure

2019-12-17 Thread Andrew Doran
Hi,

On Tue, Dec 17, 2019 at 09:49:58AM +, Chavdar Ivanov wrote:

> Last two days I haven't been able to build amd64 -current:
> ...
> /home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
> /home/sysbuild/amd64/destdir/usr/lib/librump.so: undefined reference
> to `rumpns_cpuctl_ioctl'
> collect2: error: ld returned 1 exit status

I think I fixed that one late last night - your followup message seems to
confirm.

Andrew


Re: Xdm problems

2019-12-17 Thread Martin Husemann
On Tue, Dec 17, 2019 at 11:33:09AM +, Arthur Barlow wrote:
> I recently built the latest Current for amd64, (9.99.25), and I included
> the xsrc code with the build.  I use ./build.sh -O ../obj -T ../tools -x
> distribution and then ./build.sh -O ../obj -T ../tools -x install=/ after
> building the new kernel.
> 
> When I run the postinstall program everything cleans up except x11.  When I
> run postinstall for just x11 I get a message saying to manually edit the
> /etc/X11R7/xdm/Xresource file.  But there is nothing I can see that
> changed in that file and I don't know if there is some new format issue.
> 
> Does anyone have any ideas about this?

When postinstall flags it there is no value for xlogin*inpColor: in your
version of the file. If you did not do custom changes to that file before,
just copy the version from the xetc set over to /etc/X11/xdm/Xresources.

Martin


Xdm problems

2019-12-17 Thread Arthur Barlow
I recently built the latest Current for amd64, (9.99.25), and I included
the xsrc code with the build.  I use ./build.sh -O ../obj -T ../tools -x
distribution and then ./build.sh -O ../obj -T ../tools -x install=/ after
building the new kernel.

When I run the postinstall program everything cleans up except x11.  When I
run postinstall for just x11 I get a message saying to manually edit the
/etc/X11R7/xdm/Xresource file.  But there is nothing I can see that
changed in that file and I don't know if there is some new format issue.

Does anyone have any ideas about this?

Thanks, Art


Re: amd64 -current build failure

2019-12-17 Thread Chavdar Ivanov
Hi,

And the next build:
...
/home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
/home/sysbuild/amd64/destdir/usr/lib/libmagic.so
: undefined reference to `lzma_code'
/home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
/home/sysbuild/amd64/destdir/usr/lib/libmagic.so
: undefined reference to `BZ2_bzDecompressInit'
/home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
/home/sysbuild/amd64/destdir/usr/lib/libmagic.so
: undefined reference to `BZ2_bzDecompress'
/home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
/home/sysbuild/amd64/destdir/usr/lib/libmagic.so
: undefined reference to `BZ2_bzDecompressEnd'
/home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
/home/sysbuild/amd64/destdir/usr/lib/libmagic.so
: undefined reference to `lzma_end'
/home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
/home/sysbuild/amd64/destdir/usr/lib/libmagic.so
: undefined reference to `lzma_auto_decoder'
collect2: error: ld returned 1 exit status
...

On Tue, 17 Dec 2019 at 09:49, Chavdar Ivanov  wrote:
>
> Hi,
>
> Last two days I haven't been able to build amd64 -current:
> ...
> /home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
> /home/sysbuild/amd64/destdir/usr/lib/librump.so: undefined reference
> to `rumpns_cpuctl_ioctl'
> collect2: error: ld returned 1 exit status
> ...
>
> I have removed the obj directory and ran 'make cleandir'  in src and
> xsrc, which usually clears any leftovers; the cvs log does not show
> any inconsistencies from head.
>
> Chavdar
>
>
>
> --
> 



-- 



amd64 -current build failure

2019-12-17 Thread Chavdar Ivanov
Hi,

Last two days I haven't been able to build amd64 -current:
...
/home/sysbuild/amd64/tools/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld:
/home/sysbuild/amd64/destdir/usr/lib/librump.so: undefined reference
to `rumpns_cpuctl_ioctl'
collect2: error: ld returned 1 exit status
...

I have removed the obj directory and ran 'make cleandir'  in src and
xsrc, which usually clears any leftovers; the cvs log does not show
any inconsistencies from head.

Chavdar



--