svn commit: r421218 - in head/lang: erlang erlang-java erlang-wx

Jimmy Olgeni olgeni at FreeBSD.org
Wed Sep 14 14:55:13 UTC 2016


Hi,

On Thu, 8 Sep 2016, Mathieu Arnold wrote:

> Le 08/09/2016 à 21:37, Jimmy Olgeni a écrit :
> > Hi,
> >
> > On Thu, 8 Sep 2016, Mathieu Arnold wrote:
> >
> >> Hi,
> >>
> >> Le 01/09/2016 à 16:01, Jimmy Olgeni a écrit :
> >>>   Update Erlang ports to version 19.0.5.
> >> After this update, it is impossible to build WITH=THREADS on 9, 10 and 11:
> >>
> >> pthread/ethread.c: In function 'ethr_setname':
> >> pthread/ethread.c:487:5: error: implicit declaration of function 'pthread_set_name_np' [-Werror=implicit-function-declaration]
> >>      pthread_set_name_np(ethr_self(), name);
> >>      ^
> >> cc1: some warnings being treated as errors
> > How did you build it exactly? I saw a patch floating around to fix 
> > this, but I'm unable to reproduce it myself so far on poudriere and 
> > live boxes.
> >
> The build log is available there:
> http://pkg.absolight.net/data/11amd64-pkgng-default/20160908T130409Z/logs/errors/erlang-19.0.5,3.log

This was definitely GCC, which was not enabled in the default build 
but had this (and other) compile issues.

It is no longer required and I removed the option - you should see the 
next build working fine.

-- 
jimmy


More information about the svn-ports-head mailing list