Re: build failure in libz

2020-04-22 Thread Rin Okuyama
Hi, # This problem had already been fixed. My previous message was # stalled somehow and delivered after preceding ones... On 2020/04/23 13:57, Michael van Elst wrote: rokuyama...@gmail.com (Rin Okuyama) writes: It seems that files in the following directories are rolled back to rev 1.x after

Re: Aquantia AQC100 issues

2020-04-22 Thread Ryo Shimizu
>Yes, the patch solves the problem. Linked is up immediately after the boot. I'm relieved. In the interim, I'll commit a fix that always polling linkstat when FIBRE. thanks, -- ryo shimizu

Re: build failure in libz

2020-04-22 Thread Michael van Elst
rokuyama...@gmail.com (Rin Okuyama) writes: >It seems that files in the following directories are rolled back to >rev 1.x after removing & re-adding to phil-wifi branch: >src/common/dist/zlib >src/crypto/external/bsd/heimdal >src/crypto/dist/ipsec-tools >For example for src/common/dist/zlib/infl

odd behaviour of some programs on i386 cross-built from amd64

2020-04-22 Thread Greg A. Woods
I decided to try upgrading some little Soekris boxes recently. At the moment I only have amd64 build machines, so I did a cross-build targeting i386. Note that my source tree is somewhat dated, at about 8.99.32, but I've been running this code without problem on a number of amd64 machines (mostly

daily CVS update output

2020-04-22 Thread NetBSD source update
Updating src tree: P src/common/dist/zlib/CMakeLists.txt P src/common/dist/zlib/ChangeLog P src/common/dist/zlib/FAQ P src/common/dist/zlib/INDEX U src/common/dist/zlib/Makefile P src/common/dist/zlib/Makefile.in P src/common/dist/zlib/README P src/common/dist/zlib/adler32.c P src/common/dist/zli

Re: panic: LOCKDEBUG: Mutex error: mutex_vector_enter,514: spin lock held

2020-04-22 Thread Paul Ripke
On Wed, Apr 22, 2020 at 09:44:56PM +, Andrew Doran wrote: > Hi Paul, > > On Wed, Apr 22, 2020 at 12:06:41PM +1000, Paul Ripke wrote: > > On -current as of ~yesterday, in a 1CPU amd64 qemu boot, I'm seeing: > > > > Waiting for duplicate address detection to finish... > > Starting dhcpcd. > > d

Re: Aquantia AQC100 issues

2020-04-22 Thread Andrius V
Hi, Yes, the patch solves the problem. Linked is up immediately after the boot. On Wed, Apr 22, 2020, 11:26 Ryo Shimizu wrote: > > Hi! > > >> Recently I received Asus XG-C100F SFP+ network controller based on > >> Aquantia AQC100. Though, it's currently supported by aq(4) driver, I > >> believ

Re: build failure in libz

2020-04-22 Thread Rin Okuyama
Hi, It seems that files in the following directories are rolled back to rev 1.x after removing & re-adding to phil-wifi branch: src/common/dist/zlib src/crypto/external/bsd/heimdal src/crypto/dist/ipsec-tools For example for src/common/dist/zlib/inflate.h, 1.1 is checked out whereas 1.1.1.2 sho

Re: panic: LOCKDEBUG: Mutex error: mutex_vector_enter,514: spin lock held

2020-04-22 Thread Andrew Doran
Hi Paul, On Wed, Apr 22, 2020 at 12:06:41PM +1000, Paul Ripke wrote: > On -current as of ~yesterday, in a 1CPU amd64 qemu boot, I'm seeing: > > Waiting for duplicate address detection to finish... > Starting dhcpcd. > dhcpcd-9.0.1 starting > unknown option: > [ 17.0102686] wm0: link state UP (wa

Re: build failure in libz

2020-04-22 Thread Martin Husemann
On Wed, Apr 22, 2020 at 01:45:25PM +0100, Robert Swindells wrote: > Do we need to do anything special to fix it in our checked out trees, or > will just a 'cvs update' do it ? I think a cvs up should do. Martin

Re: build failure in libz

2020-04-22 Thread Robert Swindells
Martin Husemann wrote: >On Wed, Apr 22, 2020 at 09:27:44PM +0900, Rin Okuyama wrote: >> Seems fixed now. Thank you! > >No quite sure what happened, but every file affected by the re-adding >that was from a vendor branch and unchanged on the wifi branch got >its default branch set to trunk (inste

Re: build failure in libz

2020-04-22 Thread Martin Husemann
On Wed, Apr 22, 2020 at 09:27:44PM +0900, Rin Okuyama wrote: > Seems fixed now. Thank you! No quite sure what happened, but every file affected by the re-adding that was from a vendor branch and unchanged on the wifi branch got its default branch set to trunk (instead of the vendor branch). spz f

Re: build failure in libz

2020-04-22 Thread Rin Okuyama
On 2020/04/22 16:01, Martin Husemann wrote: On Wed, Apr 22, 2020 at 03:48:30PM +0900, Rin Okuyama wrote: I don't understand why commits to phil-wifi affected to -HEAD... ARGH - I hate cvs. Will fix... Seems fixed now. Thank you! rin

Re: Aquantia AQC100 issues

2020-04-22 Thread Ryo Shimizu
Hi! >> Recently I received Asus XG-C100F SFP+ network controller based on >> Aquantia AQC100. Though, it's currently supported by aq(4) driver, I >> believe it should be relatively easy to add. I tried to blindly add >> the device to the list and even made it work, unfortunately with some >> cav

Re: build failure in libz

2020-04-22 Thread Martin Husemann
On Wed, Apr 22, 2020 at 03:48:30PM +0900, Rin Okuyama wrote: > I don't understand why commits to phil-wifi affected to -HEAD... ARGH - I hate cvs. Will fix... Martin