Re: lang/go14 doesn't build without COMPAT11 in FREEBSD 12

2019-03-26 Thread Lucas Nali de Magalhães
> On Mar 23, 2019, at 4:07 PM, Dmitri Goutnik wrote: > >> On 19-03-23 15:38:14, Lucas Nali de Magalhães wrote: >> >> lang/go14 doesn't build in FreeBSD 12 without COMPAT11 in the kernel because >> of the inode 64bit extension was added in the kernel. lang/go needs go14 to >> compile and will a

Re: lang/go14 doesn't build without COMPAT11 in FREEBSD 12

2019-03-24 Thread Mark Millard via freebsd-ports
Eugene Grosbein eugen at grosbein.net wrote on Sat Mar 23 23:16:40 UTC 2019 : 24.03.2019 1:38, Lucas Nali de Magalhães wrote: > > I found a few bugs since I started rebuilding my system. > > Most of them are related with the lack of handling of CPUTYPE=native > > make.conf tunable. > > Use CPUTY

Re: lang/go14 doesn't build without COMPAT11 in FREEBSD 12

2019-03-24 Thread Robert Huff
=?utf-8?Q?Lucas_Nali_de_Magalh=C3=A3es?= writes: > The issue is better explained in the other thread, sorry. CPUTYPE > native means the system detects its own processor and I was informed > that this detection isn't working well If true, this sounds like an excellent project for Sum

Re: lang/go14 doesn't build without COMPAT11 in FREEBSD 12

2019-03-24 Thread Lucas Nali de Magalhães
> On Mar 23, 2019, at 8:16 PM, Eugene Grosbein wrote: > > 24.03.2019 1:38, Lucas Nali de Magalhães wrote: > >> I found a few bugs since I started rebuilding my system. >> Most of them are related with the lack of handling of CPUTYPE=native >> make.conf tunable. > > Use CPUTYPE?=native instead

Re: lang/go14 doesn't build without COMPAT11 in FREEBSD 12

2019-03-23 Thread Eugene Grosbein
24.03.2019 1:38, Lucas Nali de Magalhães wrote: > I found a few bugs since I started rebuilding my system. > Most of them are related with the lack of handling of CPUTYPE=native > make.conf tunable. Use CPUTYPE?=native instead of CPUTYPE=native. ___ f

Re: lang/go14 doesn't build without COMPAT11 in FREEBSD 12

2019-03-23 Thread Dmitri Goutnik via freebsd-ports
On 19-03-23 15:38:14, Lucas Nali de Magalhães wrote: > Hi. > > lang/go14 doesn't build in FreeBSD 12 without COMPAT11 in the kernel because > of the inode 64bit extension was added in the kernel. lang/go needs go14 to > compile and will also break without COMPAT11 in FreeBSD 12 kernel. I found a

lang/go14 doesn't build without COMPAT11 in FREEBSD 12

2019-03-23 Thread Lucas Nali de Magalhães
Hi. lang/go14 doesn't build in FreeBSD 12 without COMPAT11 in the kernel because of the inode 64bit extension was added in the kernel. lang/go needs go14 to compile and will also break without COMPAT11 in FreeBSD 12 kernel. I found a discussion related to it in https://go-review.googlesource.co