Build failed: /usr/src/share/mk/bsd.obj.mk" line 89: Malformed conditional

2017-11-05 Thread David Wolfskill
This is a self-hosted amd64; the failure was during the (re)build of the kernel module for x11/nvidia-driver-340 as the final bit of "make buildkernel": ... >>> stage 3.1: building everything ... ===> nvidia-driver-340-340.102 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===>

Re: Build failed: /usr/src/share/mk/bsd.obj.mk" line 89: Malformed conditional

2017-11-05 Thread O. Hartmann
Am Sun, 5 Nov 2017 04:44:44 -0800 David Wolfskill schrieb: > This is a self-hosted amd64; the failure was during the (re)build of the > kernel module for x11/nvidia-driver-340 as the final bit of "make > buildkernel": > > ... > >>> stage 3.1: building everything > ... >

Re: Segfault in _Unwind_* code called from pthread_exit

2017-11-05 Thread Andreas Tobler
On 05.11.17 21:31, Gerald Pfeifer wrote: On Sun, 5 Nov 2017, Andreas Tobler wrote: Pushed on all active branches, 8/7/6. Saw that, thank you. Very well done, Andreas! I should have gcc8-devel updated in the next 24 hours, gcc7-devel and gcc6-devel over the week as new snapshots are

Re: Build failed: /usr/src/share/mk/bsd.obj.mk" line 89: Malformed conditional

2017-11-05 Thread David Wolfskill
On Sun, Nov 05, 2017 at 08:13:27AM -0800, Simon J. Gerraty wrote: > Simon J. Gerraty wrote: > ... > > I think I might have a fix for that. > > Or rather I know what the issue is - RELDIR isn't defined because > .CURDIR isn't under SRCTOP, > if OBJTOP were defined at that point,

Re: Booting native 4K SSD disk from FreeBSD ?

2017-11-05 Thread Yuri Pankov
On Thu, 02 Nov 2017 13:08:49 +0200, Toomas Soome wrote: With r325310, the UEFI boot with CURRENT should be ok with >512B sectors. The BIOS part is still work in the process. I can confirm that I'm now able to boot my Macbook Pro with 4K SSD. On 4 Oct 2017, at 19:32, Allan Jude

Re: Build failed: /usr/src/share/mk/bsd.obj.mk" line 89: Malformed conditional

2017-11-05 Thread Simon J. Gerraty
David Wolfskill wrote: > ===> Building for nvidia-driver-340-340.102 > ===> src (all) > make[6]: "/usr/src/share/mk/bsd.obj.mk" line 89: Malformed conditional > (defined(SRCTOP) && (${CANONICALOBJDIR} == /${RELDIR} || ${.OBJDIR} == > /${RELDIR})) > make[6]: Fatal errors

Re: Segfault in _Unwind_* code called from pthread_exit

2017-11-05 Thread Andreas Tobler
On 01.11.17 14:21, Gerald Pfeifer wrote: On Wed, 1 Nov 2017, Tijl Coosemans wrote: Please commit it to the ports tree as well, because there are reports that ftp/curl can trigger the problem. What Andreas and me usually are doing is that he commits fixes upstream (from HEAD down to release

Re: Segfault in _Unwind_* code called from pthread_exit

2017-11-05 Thread Gerald Pfeifer
On Sun, 5 Nov 2017, Andreas Tobler wrote: > Pushed on all active branches, 8/7/6. Saw that, thank you. Very well done, Andreas! I should have gcc8-devel updated in the next 24 hours, gcc7-devel and gcc6-devel over the week as new snapshots are released. > If you could do the gcc* branches,

Re: Build failed: /usr/src/share/mk/bsd.obj.mk" line 89: Malformed conditional

2017-11-05 Thread Simon J. Gerraty
Simon J. Gerraty wrote: > David Wolfskill wrote: > > ===> Building for nvidia-driver-340-340.102 > > ===> src (all) > > make[6]: "/usr/src/share/mk/bsd.obj.mk" line 89: Malformed conditional > > (defined(SRCTOP) && (${CANONICALOBJDIR} == /${RELDIR} ||