Re: trouble building lsof?

2013-09-01 Thread Gary Aitken
On 09/01/13 20:34, ill...@gmail.com wrote: > On 1 September 2013 22:32, ill...@gmail.com wrote: >> On 1 September 2013 20:36, Gary Aitken wrote: >>> portsnap and update just done, >>> UPDATING shows nothing, >>> /etc/make.conf contains >>> WITH_PKGNG=yes >> >> I don't know, but I have it set to

Re: trouble building lsof?

2013-09-01 Thread ill...@gmail.com
On 1 September 2013 22:32, ill...@gmail.com wrote: > On 1 September 2013 20:36, Gary Aitken wrote: >> portsnap and update just done, >> UPDATING shows nothing, >> /etc/make.conf contains >> WITH_PKGNG=yes > > I don't know, but I have it set to use gcc46 & it builds fine. > > Do you perhaps have

Re: trouble building lsof?

2013-09-01 Thread ill...@gmail.com
On 1 September 2013 20:36, Gary Aitken wrote: > portsnap and update just done, > UPDATING shows nothing, > /etc/make.conf contains > WITH_PKGNG=yes I don't know, but I have it set to use gcc46 & it builds fine. Do you perhaps have WITH_CLANG_IS_CC= set? -- --

trouble building lsof?

2013-09-01 Thread Gary Aitken
portsnap and update just done, UPDATING shows nothing, /etc/make.conf contains WITH_PKGNG=yes #cd /usr/ports #portmaster sysutils/lsof ... ===>>> All dependencies are up to date ===> Cleaning for lsof-4.88.d,8 ===> lsof-4.88.d,8 depends on file: /usr/local/sbin/pkg - found ===> Fetching a

Re: Chromium build failure

2013-09-01 Thread Peter Harrison
Sunday, 1 September 2013 at 14:43:24 +0300, George Liaskos said: > On Sun, Sep 1, 2013 at 1:15 PM, Peter Harrison > wrote: > > Hi list, > > > > I'm getting a consistent build error when trying to build the latest > > version of Chromium in ports - here's the error: > > > > ninja: Entering direct

Re: Chromium build failure

2013-09-01 Thread George Liaskos
On Sun, Sep 1, 2013 at 1:15 PM, Peter Harrison wrote: > Hi list, > > I'm getting a consistent build error when trying to build the latest version > of Chromium in ports - here's the error: > > ninja: Entering directory `out/Release' > [65/11901] LINK libvpx_obj_int_extract > FAILED: g++46 -Wl,-rp

Chromium build failure

2013-09-01 Thread Peter Harrison
Hi list, I'm getting a consistent build error when trying to build the latest version of Chromium in ports - here's the error: ninja: Entering directory `out/Release' [65/11901] LINK libvpx_obj_int_extract FAILED: g++46 -Wl,-rpath=/usr/local/lib/gcc46 -Wl,-z,now -Wl,-z,relro -pthread -Wl,-z,noe

Re: TLS Range on current thread

2013-09-01 Thread Eduardo Morras
On Thu, 29 Aug 2013 22:31:43 +1000 Sumit Raja wrote: > Hi, > > I want to add support to the LDC D compiler for FreeBSD, the current > version of D has moved to TLS by default. The__tls_get_addr method links > correctly but this crashes at runtime on garbage collection as the address > range cou