Re: overflow in libsa dosfs, feature for efiboot (patches provided)

2020-01-24 Thread Rob Newberry
> Unfortunately the 64 bit arithmetic makes this code create larger binaries > and some boot blocks using this overflow (example I ran into: > sys/arch/i386/stand/bootxx/bootxx_msdos). Ah, great catch. Thanks for checking that and providing a work-around. > So it needs to be conditionalized -

daily CVS update output

2020-01-24 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/xcomp/mi P src/doc/CHANGES P src/doc/TODO P src/sys/arch/amd64/conf/GENERIC P src/sys/arch/arm/acpi/acpi_simplefb.c P src/sys/arch/evbarm/conf/RPI_INSTALL P src/sys/external/bsd/drm2/radeon/radeon_pci.c P src/sys/kern/kern_lock.c P

Re: unable to boot amd64-uefi-install from USB stick on a MacBook2,1

2020-01-24 Thread Greg A. Woods
At Wed, 22 Jan 2020 13:24:24 -0800, I wrote: Subject: Re: unable to boot amd64-uefi-install from USB stick on a MacBook2,1 > > ... (Unfortunately the ufs.kext in the > latest macOS 10.6.8 that'll run on this machine won't mount NetBSD a > filesystem.) So, I installed OSXFUSE, and I'm now able to

Re: OpenSSL 1.1.1 has incorrect map files

2020-01-24 Thread Christos Zoulas
On Jan 24, 9:06pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: OpenSSL 1.1.1 has incorrect map files | On Fri, Jan 24, 2020 at 08:00:51PM +0100, Adam wrote: | > > I upgraded it to 1.1.1d, and synced the map files. | > > | > > christos | > | > Perfect! | > I updates NodeJS

Spidermonkey185 fails to build/install

2020-01-24 Thread Ronald Georgia
I am not sure with list this should go to, current-users or pkgsrc. I have two machines, one with 9.0_RC1 and the other 9.99.38. When I try to make install Spidermonkey185 on 9.99.38 it fails with the following: gmake[1]: *** [config/rules.mk:1477: MethodJIT.o] Error 1 gmake[1]: *** Waiting for

Re: OpenSSL 1.1.1 has incorrect map files

2020-01-24 Thread Martin Husemann
On Fri, Jan 24, 2020 at 08:00:51PM +0100, Adam wrote: > > I upgraded it to 1.1.1d, and synced the map files. > > > > christos > > Perfect! > I updates NodeJS packages. This caused build fallout on all 64 bit architectures but sparc64, maybe pkgsrc should enable the EC_GFp_nistp*_methods too?

Re: OpenSSL 1.1.1 has incorrect map files

2020-01-24 Thread Adam
> I upgraded it to 1.1.1d, and synced the map files. > > christos Perfect! I updates NodeJS packages. Thanks :) Adam