Re: NanoBSD install phase failing for releng/11

2016-08-22 Thread Guido Falsi
On 08/22/16 16:28, Warner Losh wrote: > Yea, this isn't nanobsd specific. Adrian was complaining about it as well > causing multiple entries in METALOG. Outside of NanoBSD i did a "make packages" on a machine without problems at head r304521. Don't know if make packages would be affected as make

Re: Error building 11.0-RC1 from 10.2

2016-08-22 Thread Nenhum_de_Nos
On Sat, August 20, 2016 22:54, Dimitry Andric wrote: > On 21 Aug 2016, at 03:07, Nenhum_de_Nos wrote: >> >> I tried to build 11.0-RC1 from two machines here, my home server and a >> vm I installed and updated to 10.2 just to test for the real deal on >> that server.

Re: Somethign missing in my environment?

2016-08-22 Thread Willem Jan Withagen
On 22-8-2016 00:43, Ben Woods wrote: > On Monday, 22 August 2016, Willem Jan Withagen > wrote: > > Tried an old trick: > Build on another system (10.3) and then mount > /usr/src > /usr/obj > on the system to install

Re: make universe and /etc/src.conf

2016-08-22 Thread Bryan Drewery
On 8/22/2016 8:27 AM, Glen Barber wrote: > On Mon, Aug 22, 2016 at 10:24:25AM -0500, Eric van Gyzen wrote: >> I just tried a "make universe", and all the kernels failed because they >> couldn't >> find the config files. I had forgotten that I have this in /etc/src.conf: >> >> KERNCONF=NUMA

Re: make universe and /etc/src.conf

2016-08-22 Thread Glen Barber
On Mon, Aug 22, 2016 at 08:47:06AM -0700, Bryan Drewery wrote: > On 8/22/2016 8:27 AM, Glen Barber wrote: > > On Mon, Aug 22, 2016 at 10:24:25AM -0500, Eric van Gyzen wrote: > >> I just tried a "make universe", and all the kernels failed because they > >> couldn't > >> find the config files. I

Re: make universe and /etc/src.conf

2016-08-22 Thread Ngie Cooper
> On Aug 22, 2016, at 08:24, Eric van Gyzen wrote: > > I just tried a "make universe", and all the kernels failed because they > couldn't > find the config files. I had forgotten that I have this in /etc/src.conf: > >KERNCONF=NUMA >KERNCONFDIR=/etc

Re: [CFT] New version of webcamd, now v4.8.0.2

2016-08-22 Thread Oleg Nauman
On Fri, Aug 19, 2016 at 4:01 PM, Hans Petter Selasky wrote: > Hi, > > If you are using webcamd, please help test the latest version which > includes the most recent Linux v4.8-rc1 media tree sources. > Works fine with USB2.0 HD UVC WebCam Chicony Electronics Co. Ltd webcam,

Re: rpi-b leds

2016-08-22 Thread Andrey Fesenko
On Mon, Aug 22, 2016 at 1:29 PM, Daniel Braniss wrote: > Hi, > I see that now both leds on the rpi-2 are operational, > any chance it can happen on the rpi-b too? > A year or two ago, rpi-b had operational leds, it's make not working after rework fdt/std layer

Re: NanoBSD install phase failing for releng/11

2016-08-22 Thread Warner Losh
Yea, this isn't nanobsd specific. Adrian was complaining about it as well causing multiple entries in METALOG. Does this happen with any of the embedded images we have in the tree now as examples? I imagine it would.. Warner On Mon, Aug 22, 2016 at 7:35 AM, Shawn Webb

Re: NanoBSD install phase failing for releng/11

2016-08-22 Thread Shawn Webb
On Mon, Aug 22, 2016 at 01:08:11PM +0200, Guido Falsi wrote: > Hi, > > While building a NanoBSD image using releng/11 sources I got this error > message: > > ===> lib/libc++ (install) > install -C -o root -g wheel -m 444 libc++.a > /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ > install -s -o

make universe and /etc/src.conf

2016-08-22 Thread Eric van Gyzen
I just tried a "make universe", and all the kernels failed because they couldn't find the config files. I had forgotten that I have this in /etc/src.conf: KERNCONF=NUMA KERNCONFDIR=/etc Since "make universe" is primarily used for build-testing changes in src, shouldn't it ignore

Re: make universe and /etc/src.conf

2016-08-22 Thread Glen Barber
On Mon, Aug 22, 2016 at 10:24:25AM -0500, Eric van Gyzen wrote: > I just tried a "make universe", and all the kernels failed because they > couldn't > find the config files. I had forgotten that I have this in /etc/src.conf: > > KERNCONF=NUMA > KERNCONFDIR=/etc > > Since "make

Re: make universe and /etc/src.conf

2016-08-22 Thread Eric van Gyzen
On 08/22/2016 10:47, Bryan Drewery wrote: > On 8/22/2016 8:27 AM, Glen Barber wrote: >> On Mon, Aug 22, 2016 at 10:24:25AM -0500, Eric van Gyzen wrote: >>> I just tried a "make universe", and all the kernels failed because they >>> couldn't >>> find the config files. I had forgotten that I have

Re: make universe and /etc/src.conf

2016-08-22 Thread Eric van Gyzen
On 08/22/2016 11:00, Ngie Cooper wrote: > >> On Aug 22, 2016, at 08:24, Eric van Gyzen wrote: >> >> I just tried a "make universe", and all the kernels failed because they >> couldn't find the config files. I had forgotten that I have this in >> /etc/src.conf: >> >>

NanoBSD install phase failing for releng/11

2016-08-22 Thread Guido Falsi
Hi, While building a NanoBSD image using releng/11 sources I got this error message: ===> lib/libc++ (install) install -C -o root -g wheel -m 444 libc++.a /usr/local/nanobsd/rr-trunk/obj/_.w/usr/lib/ install -s -o root -g wheel -m 444 libc++.so.1

10.03 to -current software removal?

2016-08-22 Thread Joshua Rogers
Hi everybody, I've come across a problem when upgrading from 10.03 to -current, which I needed to do since my graphics driver isn't supported in 10.03, after upgrading. When I built the world and kernel, and did `make installkernel', everything was perfect; I rebooted, and xorg ran, my wm was

Re: 10.03 to -current software removal?

2016-08-22 Thread Ed Schouten
Hi Joshua, 2016-08-22 20:54 GMT+02:00 Joshua Rogers : > /usr/local/lib/libreoffice/program/oosplash: Undefined symbol "dirname" > /usr/local/bin/transmission-gtk: Undefined symbol "dirname" This specific issue interests me, for the reason that I recently imported a new

Re: make universe and /etc/src.conf

2016-08-22 Thread Poul-Henning Kamp
In message , Eric van Gyzen w rites: >I just tried a "make universe", and all the kernels failed because they >couldn't >find the config files. I had forgotten that I have this in /etc/src.conf: > > KERNCONF=NUMA >

Re: make universe and /etc/src.conf

2016-08-22 Thread Ngie Cooper (yaneurabeya)
> On Aug 22, 2016, at 09:25, Eric van Gyzen wrote: > > On 08/22/2016 11:00, Ngie Cooper wrote: >> >>> On Aug 22, 2016, at 08:24, Eric van Gyzen wrote: >>> >>> I just tried a "make universe", and all the kernels failed because they >>> couldn't find

Re: rpi-b leds

2016-08-22 Thread Luiz Otavio O Souza
On 22 August 2016 at 08:55, Andrey Fesenko wrote: > On Mon, Aug 22, 2016 at 1:29 PM, Daniel Braniss wrote: >> Hi, >> I see that now both leds on the rpi-2 are operational, >> any chance it can happen on the rpi-b too? >> > > A year or two ago, rpi-b had operational leds, it's make not working >

Re: make universe and /etc/src.conf

2016-08-22 Thread Eric van Gyzen
On 08/22/2016 17:15, Poul-Henning Kamp wrote: > > In message , Eric van Gyzen > w > rites: >> I just tried a "make universe", and all the kernels failed because they >> couldn't >> find the config files. I had forgotten that I have this

Re: Delay with 11.0-RC2 builds

2016-08-22 Thread Glen Barber
On Thu, Aug 18, 2016 at 11:30:24PM +, Glen Barber wrote: > Two issues have been brought to our attention, and as a result, 11.0-RC2 > builds will be delayed a day or two while these are investigated. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211872 >

10.03 to -current software removal

2016-08-22 Thread Joshua Rogers
Hi everybody, I've come across a problem when upgrading from 10.03 to -current, which I needed to do since my graphics driver isn't supported in 10.03, after upgrading. When I built the world and kernel, and did `make installkernel', everything was perfect; I rebooted, and xorg ran, my wm was

Re: 10.03 to -current software removal

2016-08-22 Thread Alan Somers
Sounds like you have ports that are linked against the old base system. Did you do a "pkg upgrade" after the installworld? On Mon, Aug 22, 2016 at 12:55 PM, Joshua Rogers wrote: > Hi everybody, > > I've come across a problem when upgrading from 10.03 to -current, which > I

Re: 10.03 to -current software removal

2016-08-22 Thread Joshua Rogers
Sending again to the list since I misclicked and sent an email only to Alan: Indeed I did, and many new programs got installed when I did it. However, now: ~$ sudo pkg update && sudo pkg upgrade Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are