Re: Build Failure: webkit-gtk2

2015-01-13 Thread Christoph Moench-Tegeder
## Per olof Ljungmark (p...@intersonic.se): CXXLDlibWTF.la CXXLDPrograms/LLIntOffsetsExtractor /usr/bin/ld:./.libs/libWTF.a: file format not recognized; treating as linker script /usr/bin/ld:./.libs/libWTF.a:1: syntax error c++: error: linker command failed with exit

Re: Build Failure: webkit-gtk2

2015-01-13 Thread Koop Mast
On 13-1-2015 22:13, Christoph Moench-Tegeder wrote: ## Per olof Ljungmark (p...@intersonic.se): CXXLDlibWTF.la CXXLDPrograms/LLIntOffsetsExtractor /usr/bin/ld:./.libs/libWTF.a: file format not recognized; treating as linker script /usr/bin/ld:./.libs/libWTF.a:1: syntax error

Re: Build Failure: webkit-gtk2

2015-01-13 Thread Kurt Jaeger
Hi! What I would like to know is why people are changing PATH? Because we can (most of the time), and sometimes it helps. And sometimes we detect broken things 8-} If a port needs a specific version of ar, can't that be made part of the build ? -- p...@opsec.eu+49 171 3101372

Re: Build Failure: webkit-gtk2

2015-01-13 Thread Christoph Moench-Tegeder
## Koop Mast (k...@rainbow-runner.nl): Hardcoding AR=/usr/bin/ar isn't a fix I like. Well, webkit-gtk (and www/chromium earlier, we have the same problem/fix there) use base system's ld (that's because it's called by your compiler of-the-day) but some ar (which is found by configure). AFAIK

Re: Build Failure: webkit-gtk2

2015-01-12 Thread Kurt Jaeger
Hi! Is anyone besides me having a problem building webkit-gtk2? It fails with this error message: CXXLDlibWTF.la CXXLDPrograms/LLIntOffsetsExtractor /usr/bin/ld:./.libs/libWTF.a: file format not recognized; treating as linker script /usr/bin/ld:./.libs/libWTF.a:1: syntax

Build Failure: webkit-gtk2

2015-01-12 Thread Jerry
FreeBSD 10.1 amd64 Is anyone besides me having a problem building webkit-gtk2? It fails with this error message: CXXLDlibWTF.la CXXLDPrograms/LLIntOffsetsExtractor /usr/bin/ld:./.libs/libWTF.a: file format not recognized; treating as linker script /usr/bin/ld:./.libs/libWTF.a:1:

Re: Build Failure: webkit-gtk2

2015-01-12 Thread Dave Horsfall
On Mon, 12 Jan 2015, Kurt Jaeger wrote: The webkit-gtk2 build fails if the ports 'ar' is found before the system 'ar'. Check $PATH and put /usr/bin before /usr/local/bin. Only temporarily, I would hope... -- Dave Horsfall DTM (VK2KFU) Bliss is a MacBook with a FreeBSD server.

Re: Build Failure: webkit-gtk2

2015-01-12 Thread Per olof Ljungmark
On 2015-01-12 15:02, Jerry wrote: FreeBSD 10.1 amd64 Is anyone besides me having a problem building webkit-gtk2? It fails with this error message: CXXLDlibWTF.la CXXLDPrograms/LLIntOffsetsExtractor /usr/bin/ld:./.libs/libWTF.a: file format not recognized; treating as linker

Re: Build Failure: webkit-gtk2

2015-01-12 Thread Jerry
On Mon, 12 Jan 2015 15:20:23 +0100, Kurt Jaeger stated: Is anyone besides me having a problem building webkit-gtk2? It fails with this error message: CXXLDlibWTF.la CXXLDPrograms/LLIntOffsetsExtractor /usr/bin/ld:./.libs/libWTF.a: file format not recognized; treating as linker