daily CVS update output

2018-10-08 Thread NetBSD source update


Updating src tree:
P src/bin/sh/eval.c
P src/crypto/external/bsd/openssl/lib/libcrypto/man.inc
P src/crypto/external/bsd/openssl/lib/libssl/Makefile
P src/external/bsd/openresolv/dist/dnsmasq.in
P src/external/bsd/openresolv/dist/libc.in
P src/external/bsd/openresolv/dist/named.in
P src/external/bsd/openresolv/dist/resolvconf.in
P src/external/bsd/openresolv/dist/unbound.in
P src/lib/libterminfo/term.c
P src/sys/arch/arm/arm32/cpu.c
P src/sys/arch/arm/samsung/exynos_platform.c
P src/sys/arch/arm/samsung/exynos_soc.c
P src/sys/arch/arm/samsung/exynos_var.h
P src/sys/arch/evbarm/conf/std.altera
P src/sys/arch/evbarm/conf/std.amlogic
P src/sys/arch/evbarm/conf/std.armadaxp
P src/sys/arch/evbarm/conf/std.armadillo9
P src/sys/arch/evbarm/conf/std.bcm53xx
P src/sys/arch/evbarm/conf/std.beagle
P src/sys/arch/evbarm/conf/std.exynos
P src/sys/arch/evbarm/conf/std.generic
P src/sys/arch/evbarm/conf/std.imx6ul
P src/sys/arch/evbarm/conf/std.nitrogen6
P src/sys/arch/evbarm/conf/std.rpi
P src/sys/arch/evbarm/conf/std.sunxi
P src/sys/arch/evbarm/conf/std.tegra
P src/sys/arch/evbarm/conf/std.vexpress
P src/sys/arch/evbarm/conf/std.virt
P src/sys/arch/evbarm/conf/std.zynq
P src/sys/arch/x86/x86/i8259.c
P src/sys/arch/x86/x86/intr.c
P src/sys/arch/x86/x86/ioapic.c
P src/sys/arch/xen/xen/pciback.c
P src/sys/arch/xen/xen/xpci_xenbus.c
P src/sys/dev/ic/dwc_gmac.c
P src/sys/dev/ic/dwc_gmac_reg.h
P src/sys/dev/ic/dwc_gmac_var.h
P src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_bo.c

Updating xsrc tree:


Killing core files:




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


Re: flist issue for current build

2018-10-08 Thread Paul Goyette

On Mon, 8 Oct 2018, Adam Ciarci?~Dski wrote:


They come from:
- src/crypto/external/bsd/openssl/lib/libcrypto/man/Makefile (upper-case 
man-pages)
- src/crypto/external/bsd/openssl/lib/libdes/Makefile (lower-case man-pages)


But why are you getting .3.gz files?
If it were plain .3 files I could understand the issue, but .3.gz ?


By using MKMANZ=yes :)


I knew I had seen this option before!  The option is, however, not
documented in the src/BUILDING file.  (It is mentioned in the
src/share/mk/bsd.README file, along with a number of other MKxxx
variables.)

Would it be a good idea to add a cross-reference from BUILDING to
the bsd.README file?  Or consolidate the information in one place
or the other?


+--+--++
| Paul Goyette | PGP Key fingerprint: | E-mail addresses:  |
| (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+--+--++

Re: flist issue for current build

2018-10-08 Thread Adam CiarciƄski
>> They come from:
>> - src/crypto/external/bsd/openssl/lib/libcrypto/man/Makefile (upper-case 
>> man-pages)
>> - src/crypto/external/bsd/openssl/lib/libdes/Makefile (lower-case man-pages)
> 
> But why are you getting .3.gz files?
> If it were plain .3 files I could understand the issue, but .3.gz ?

By using MKMANZ=yes :)

Cheers,
Adam

Re: flist issue for current build

2018-10-08 Thread Martin Husemann
On Mon, Oct 08, 2018 at 02:21:25PM +0200, Adam wrote:
> They come from:
> - src/crypto/external/bsd/openssl/lib/libcrypto/man/Makefile (upper-case 
> man-pages)
> - src/crypto/external/bsd/openssl/lib/libdes/Makefile (lower-case man-pages)

But why are you getting .3.gz files?
If it were plain .3 files I could understand the issue, but .3.gz ?

Martin


Re: Panic with recent -current with interrupt setup

2018-10-08 Thread Andreas Gustafsson
Cherry G.Mathew wrote:
> Thank you - I've checked in a temporary 'fix'. This will sort itself out
> once the interrupt rework to merge with native is complete.

A dom0 built from 2018.10.07.20.30.50 boots successfully.  Thank you!
-- 
Andreas Gustafsson, g...@gson.org


Re: flist issue for current build

2018-10-08 Thread Adam
> Hmmm, since you are building on macos, it could be a case-sensitive file 
> system issue.  I have a hmac man page in section 3, but not HMAC.

Yes, my destdir is case-sensitive. I find there duplicate files with similar 
names:

% ll /tmp/pkgsrc/destdir.i386/usr/share/man/man3/ | grep -i des_random
-r--r--r--   1 adam  staff  -  6357 Oct  8 13:01 DES_random_key.3.gz
-r--r--r--  36 adam  staff  -  7020 Oct  8 13:00 des_random_key.3.gz

% ll /tmp/pkgsrc/destdir.i386/usr/share/man/man3/ | grep -i ' hmac'
-r--r--r--   1 adam  staff  -  3758 Oct  8 13:01 HMAC.3.gz
-r--r--r--   1 adam  staff  -  1447 Oct  8 12:56 hmac.3.gz

% ll /tmp/pkgsrc/destdir.i386/usr/share/man/man3/ | grep -i ' md5\.'
-r--r--r--   1 adam  staff  -  2986 Oct  8 13:01 MD5.3.gz
-r--r--r--   7 adam  staff  -  2152 Oct  8 12:57 md5.3.gz

They come from:
- src/crypto/external/bsd/openssl/lib/libcrypto/man/Makefile (upper-case 
man-pages)
- src/crypto/external/bsd/openssl/lib/libdes/Makefile (lower-case man-pages)

Kind regards,
Adam

Re: flist issue for current build

2018-10-08 Thread Martin Husemann
On Mon, Oct 08, 2018 at 05:43:05PM +0800, Paul Goyette wrote:
> Hmmm, since you are building on macos, it could be a case-sensitive file
> system issue.  I have a hmac man page in section 3, but not HMAC.

Yeah, but *.3.gz ?

Martin

> > > > This is what I get while trying to build amd64 or i386 (today sources).
> > > > 
> > > > ===  3 extra files in DESTDIR  =
> > > > Files in DESTDIR but missing from flist.
> > > > File is obsolete or flist is out of date ?
> > > > --
> > > > ./usr/share/man/man3/DES_random_key.3.gz
> > > > ./usr/share/man/man3/HMAC.3.gz
> > > > ./usr/share/man/man3/MD5.3.gz
> > > > =  end of 3 extra files  ===




Re: flist issue for current build

2018-10-08 Thread Martin Husemann
On Mon, Oct 08, 2018 at 11:38:02AM +0200, Adam wrote:
> > Did you start with an empty destdir?
> > 
> > Martin
> 
> Yes. I usually point the destdir to a ram-disk, so it's always empty.
> Also, I cross-build on macOS, but that shouldn't matter, right?

This is strange, the auto builds worked, my local builds today all worked
and I have a hard time imagining how that file would be created - to me it
looks like something local to your build.

Can you check the timestamps of the file? Did you also start with a clean
obj dir? Anything special in /etc/mk.conf?

Martin


Re: flist issue for current build

2018-10-08 Thread Paul Goyette
Hmmm, since you are building on macos, it could be a case-sensitive file 
system issue.  I have a hmac man page in section 3, but not HMAC.



On Mon, 8 Oct 2018, Adam wrote:


Greetings,

This is what I get while trying to build amd64 or i386 (today sources).

===  3 extra files in DESTDIR  =
Files in DESTDIR but missing from flist.
File is obsolete or flist is out of date ?
--
./usr/share/man/man3/DES_random_key.3.gz
./usr/share/man/man3/HMAC.3.gz
./usr/share/man/man3/MD5.3.gz
=  end of 3 extra files  ===

Please, fix. :)


Did you start with an empty destdir?

Martin


Yes. I usually point the destdir to a ram-disk, so it's always empty.
Also, I cross-build on macOS, but that shouldn't matter, right?

Kind regards,
Adam

!DSPAM:5bbb25ce195973638832627!




+--+--++
| Paul Goyette | PGP Key fingerprint: | E-mail addresses:  |
| (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee dot com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd dot org |
+--+--++


Re: flist issue for current build

2018-10-08 Thread Adam
>> Greetings,
>> 
>> This is what I get while trying to build amd64 or i386 (today sources).
>> 
>> ===  3 extra files in DESTDIR  =
>> Files in DESTDIR but missing from flist.
>> File is obsolete or flist is out of date ?
>> --
>> ./usr/share/man/man3/DES_random_key.3.gz
>> ./usr/share/man/man3/HMAC.3.gz
>> ./usr/share/man/man3/MD5.3.gz
>> =  end of 3 extra files  ===
>> 
>> Please, fix. :)
> 
> Did you start with an empty destdir?
> 
> Martin

Yes. I usually point the destdir to a ram-disk, so it's always empty.
Also, I cross-build on macOS, but that shouldn't matter, right?

Kind regards,
Adam


Re: flist issue for current build

2018-10-08 Thread Martin Husemann
On Mon, Oct 08, 2018 at 10:38:19AM +0200, Adam wrote:
> Greetings,
> 
> This is what I get while trying to build amd64 or i386 (today sources).
> 
> ===  3 extra files in DESTDIR  =
> Files in DESTDIR but missing from flist.
> File is obsolete or flist is out of date ?
> --
> ./usr/share/man/man3/DES_random_key.3.gz
> ./usr/share/man/man3/HMAC.3.gz
> ./usr/share/man/man3/MD5.3.gz
> =  end of 3 extra files  ===
> 
> Please, fix. :)

Did you start with an empty destdir?

Martin


flist issue for current build

2018-10-08 Thread Adam
Greetings,

This is what I get while trying to build amd64 or i386 (today sources).

===  3 extra files in DESTDIR  =
Files in DESTDIR but missing from flist.
File is obsolete or flist is out of date ?
--
./usr/share/man/man3/DES_random_key.3.gz
./usr/share/man/man3/HMAC.3.gz
./usr/share/man/man3/MD5.3.gz
=  end of 3 extra files  ===

Please, fix. :)

Kind regards,
Adam