Re: Host CPUTYPE?=bdver2 unable to build release target for CPUTYPE?=slm

2017-10-26 Thread Alastair Hogge
Source tree is at r325004 On Fri, 27 Oct 2017-10-27 12:59:30 Alastair Hogge wrote: > Hi, > > I am attempting to build a release ${SRC}/release/release.sh -c > ${custom_release.conf}, however, the build fails with: > > make[1]: "/scratch/fafnir/usr/src/Makefile.inc1" line 162: SYSTEM_COMPILER: >

Host CPUTYPE?=bdver2 unable to build release target for CPUTYPE?=slm

2017-10-26 Thread Alastair Hogge
Hi, I am attempting to build a release ${SRC}/release/release.sh -c ${custom_release.conf}, however, the build fails with: make[1]: "/scratch/fafnir/usr/src/Makefile.inc1" line 162: SYSTEM_COMPILER: Determined that CC=cc matches the source tree. Not bootstrapping a cross- compiler. ---

Re: There is *NO* abi stability in -head

2017-10-26 Thread Mateusz Guzik
On Tue, Oct 24, 2017 at 10:47 AM, Hans Petter Selasky wrote: > On 10/23/17 22:35, Mateusz Guzik wrote: > >> This is your friendly reminder that in head struct layouts can change >> and each update requires you to rebuild *all* modules (including ones >> which come from ports). In practice you can

Re: svn: E170013: Unable to connect to a repository at URL 'svn+ssh://svn.freebsd.org/ports/head'

2017-10-26 Thread Benjamin Kaduk
On Thu, Oct 26, 2017 at 08:47:06PM +0300, Boris Samorodov wrote: > Hi All, > > Since a few days I can't update repository (info and cleanup works, > but not update and commit) both at local and remote systems. > > Is it my personal problem/misconfig? > > --- > % svnlite up > Updating '.': > svn:

Re: svn: E170013: Unable to connect to a repository at URL 'svn+ssh://svn.freebsd.org/ports/head'

2017-10-26 Thread Boris Samorodov
26.10.2017 20:51, Benjamin Kaduk пишет: > On Thu, Oct 26, 2017 at 08:47:06PM +0300, Boris Samorodov wrote: >> Hi All, >> >> Since a few days I can't update repository (info and cleanup works, >> but not update and commit) both at local and remote systems. >> >> Is it my personal problem/misconfig?

Re: svn: E170013: Unable to connect to a repository at URL 'svn+ssh://svn.freebsd.org/ports/head'

2017-10-26 Thread Boris Samorodov
26.10.2017 20:49, Kurt Jaeger пишет: > Hi! > >> Since a few days I can't update repository (info and cleanup works, >> but not update and commit) both at local and remote systems. >> >> Is it my personal problem/misconfig? > > At least it works here (.de). > > Maybe this *is* a SSH issue ? > >>

Re: svn: E170013: Unable to connect to a repository at URL 'svn+ssh://svn.freebsd.org/ports/head'

2017-10-26 Thread Kurt Jaeger
Hi! > Since a few days I can't update repository (info and cleanup works, > but not update and commit) both at local and remote systems. > > Is it my personal problem/misconfig? At least it works here (.de). Maybe this *is* a SSH issue ? > svn: E210002: To better debug SSH connection problems,

svn: E170013: Unable to connect to a repository at URL 'svn+ssh://svn.freebsd.org/ports/head'

2017-10-26 Thread Boris Samorodov
Hi All, Since a few days I can't update repository (info and cleanup works, but not update and commit) both at local and remote systems. Is it my personal problem/misconfig? --- % svnlite up Updating '.': svn: E170013: Unable to connect to a repository at URL 'svn+ssh://svn.freebsd.org/ports/hea

Re: can't link against math.h

2017-10-26 Thread Dan Mack
% man 3 exp | NAME | exp, expf, expl, exp2, exp2f, exp2l, expm1, expm1f, expm1l, pow, powf, | powl - exponential and power functions gives a good summary as well. Dan Steve Kargl writes: > On Thu, Oct 26, 2017 at 10:05:00AM +0800, blubee blubeeme wrote: >> I wrote a simple test