daily CVS update output

2019-06-26 Thread NetBSD source update
Updating src tree: P src/distrib/pmax/ramdisk/Makefile P src/doc/3RDPARTY P src/doc/CHANGES P src/external/bsd/dhcpcd/dist/configure P src/external/bsd/dhcpcd/dist/hooks/30-hostname P src/external/bsd/dhcpcd/dist/src/defs.h P src/external/bsd/dhcpcd/dist/src/dhcp6.c P

Error building kernel-only

2019-06-26 Thread Paul Goyette
With sources up-to-date, a ``build.sh release'' succeeds. HOWEVER, a ``build.sh kernel=XXX'' fails with the following errors (the entire log is attached...) In file included from /build/netbsd-local/src_ro/sys/compat/netbsd32/netbsd32.h:107:0, from

Re: issues while doing pkgs update on py37-scons

2019-06-26 Thread Thomas Mueller
from Benny Siegert: > It's a bug in pkg_rr. It gets confused by py27-foo vs. py37-foo etc. > Just go to the scons directory and "make package-install > PYTHON_VERSION_DEFAULT=37", then restart pkg_rr. > On Wed, Jun 26, 2019 at 12:20 PM Riccardo Mottola > wrote: > > Hi, > >

Re: issues while doing pkgs update on py37-scons

2019-06-26 Thread Benny Siegert
It's a bug in pkg_rr. It gets confused by py27-foo vs. py37-foo etc. Just go to the scons directory and "make package-install PYTHON_VERSION_DEFAULT=37", then restart pkg_rr. On Wed, Jun 26, 2019 at 12:20 PM Riccardo Mottola wrote: > > Hi, > > after having updated userland, I am also updating

issues while doing pkgs update on py37-scons

2019-06-26 Thread Riccardo Mottola
Hi, after having updated userland, I am also updating pkgsrc "from source" and am running pkg_rolling-replace -uv It fails however: RR> Building dependency graph for installed packages RR> Tsorting dependency graph RR> Selecting serf (www/serf) as next package to replace RR> Checking if serf

Re: usr.sbin/sysinst compile error

2019-06-26 Thread Joerg Sonnenberger
On Tue, Jun 25, 2019 at 07:15:14PM +, n...@n0.is wrote: > has someone commited a fix for this in the last 8 hours or so > since I've been compiling src? It's been fixed now. Joerg

Re: usr.sbin/sysinst compile error

2019-06-26 Thread ng0
Martin Husemann transcribed 384 bytes: > On Wed, Jun 26, 2019 at 09:30:41AM +, n...@n0.is wrote: > > Okay, and how would I proceed without the build.sh running clean in obj > > first then? > > I've reads bits of build.sh but I am not sure if it was obvious to find. > > It does not do a clean

Re: usr.sbin/sysinst compile error

2019-06-26 Thread Martin Husemann
On Wed, Jun 26, 2019 at 09:30:41AM +, n...@n0.is wrote: > Okay, and how would I proceed without the build.sh running clean in obj first > then? > I've reads bits of build.sh but I am not sure if it was obvious to find. It does not do a clean in obj/tools alwasys, which might be what causes

Re: usr.sbin/sysinst compile error

2019-06-26 Thread ng0
Martin Husemann transcribed 536 bytes: > On Wed, Jun 26, 2019 at 09:11:46AM +, n...@n0.is wrote: > > This is with ./build.sh ... -U distribution > > with the host system being on 8.99.42, built with clang, > > and this being relevant parts of mk.conf: > > Is there a "-u" in the "..." part of

Re: usr.sbin/sysinst compile error

2019-06-26 Thread Martin Husemann
On Wed, Jun 26, 2019 at 09:11:46AM +, n...@n0.is wrote: > This is with ./build.sh ... -U distribution > with the host system being on 8.99.42, built with clang, > and this being relevant parts of mk.conf: Is there a "-u" in the "..." part of the build.sh invocation? Can you try to remove the

Re: usr.sbin/sysinst compile error

2019-06-26 Thread ng0
Martin Husemann transcribed 653 bytes: > On Wed, Jun 26, 2019 at 08:28:21AM +, n...@n0.is wrote: > > Christos Zoulas transcribed 234 bytes: > > > In article <20190625191514.qbcastohka3nxfos@uptimegirl>, > > > wrote: > > > >Hi, > > > > > > > >has someone commited a fix for this in the last 8

Re: USB tethering setup

2019-06-26 Thread Jaap Boender
On 26/06/2019 09:56, Thomas Mueller wrote: I couldn't find any documentation for USB tethering; I looked in the NetBSD Guide online. What is there for NetBSD? FreeBSD would create a device ue0. "man urndis" doesn't show enough. Would I just "ifconfig urndis0 ..." as if it were Ethernet?

Re: USB tethering setup

2019-06-26 Thread David Brownlee
On Wed, 26 Jun 2019 at 09:56, Thomas Mueller wrote: > > I couldn't find any documentation for USB tethering; I looked in the NetBSD > Guide online. > > USB tethering would enable a smartphone to share its internet connection with > a laptop or desktop computer via USB connection. > > There is

USB tethering setup

2019-06-26 Thread Thomas Mueller
I couldn't find any documentation for USB tethering; I looked in the NetBSD Guide online. USB tethering would enable a smartphone to share its internet connection with a laptop or desktop computer via USB connection. There is documentation online in the FreeBSD Guide, but that is for FreeBSD:

USB tethering setup

2019-06-26 Thread Thomas Mueller
I couldn't find any documentation for USB tethering; I looked in the NetBSD Guide online. USB tethering would enable a smartphone to share its internet connection with a laptop or desktop computer via USB connection. There is documentation online in the FreeBSD Guide, but that is for FreeBSD:

Re: usr.sbin/sysinst compile error

2019-06-26 Thread Martin Husemann
On Wed, Jun 26, 2019 at 08:28:21AM +, n...@n0.is wrote: > Christos Zoulas transcribed 234 bytes: > > In article <20190625191514.qbcastohka3nxfos@uptimegirl>, > > wrote: > > >Hi, > > > > > >has someone commited a fix for this in the last 8 hours or so > > >since I've been compiling src? > >

Re: usr.sbin/sysinst compile error

2019-06-26 Thread ng0
Christos Zoulas transcribed 234 bytes: > In article <20190625191514.qbcastohka3nxfos@uptimegirl>, wrote: > >Hi, > > > >has someone commited a fix for this in the last 8 hours or so > >since I've been compiling src? > > Have you cleaned in the sysinst directory? Yes, this happened with a clean