Re: lang/go failes to build with poudriere, since 2018-04-05

2018-04-26 Thread Bjarne
Hi Derek Thank you very much for replying. it seems you hit it right on target! Unfortunately I dont know anything about go, but it is a requirement of sysutils/beats. Googling around i can see GOMAXPROCS is someth

Re: lang/go failes to build with poudriere, since 2018-04-05

2018-04-26 Thread Steven Hartland
That will just slow things down, its not a fix. If you want to try its just an environment variable that needs to set before you run the app e.g. setenv GOMAXPROCS 1 ./my-go-app If you could have a look at my other reply and answer the questions there that would be appreciated.     Regards

Re: lang/go failes to build with poudriere, since 2018-04-05

2018-04-26 Thread Bjarne
Hi Steven Thanks for getting back on this. The os is 11.1-RELEASE-p9  and the ports tree is HEAD. The build machine is a virtual server , 5120 M RAM 4 cpu on top of  xen : release    : 4.4.104-39-default version    : #1 SMP Thu Jan 4 08:11:03 UTC 2018 (7db1912) It seems

RE: Update www/foswiki to 2.1.6?

2018-04-26 Thread Doug Sampson
> You should either > > * Send request mail to maintainer of www/foswiki. > * Create new bug report to request update of www/foswiki at FreeBSD > Bugzilla. > > instead of requesting here because it is not sure if the maintainer is > subscribing this mailing list. > > --- > Yasuhiro KIMURA I

Commiter needed

2018-04-26 Thread Rozhuk Ivan
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227551 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227244 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226450 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226454 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226453 https://bugs

Re: lang/go failes to build with poudriere, since 2018-04-05

2018-04-26 Thread Steven Hartland
Thanks for the information, next question is what it the host machine? As your currently unable to build go we may have to get a binary dist on the machine to start debugging, I can provide that if needed. Once you have a working go installs you can try building and running the following: T