seamonkey port compiling error

Erdos New shaojwen at aim.com
Tue Feb 28 03:14:53 UTC 2017


thanks!

I end up just installing the package through 'pkg' instead of building through port.

 

 afterwards it works fine.
 

 



 

 

-----Original Message-----
From: Dimitry Andric <dim at FreeBSD.org>
To: Erdos New <shaojwen at aim.com>
Cc: freebsd-ports <freebsd-ports at freebsd.org>
Sent: Sun, Feb 26, 2017 2:06 pm
Subject: Re: seamonkey port compiling error

On 26 Feb 2017, at 19:55, Erdos New via freebsd-ports <freebsd-ports at freebsd.org> wrote:
> 
> i tried to install 'seamonkey' to my freebsd10.1 32-bit system.  however, encountered errors:
> root at oblivion:/usr/ports/www/seamonkey # make install
> 
> 
> install seamonky:
> llvm[6]: Compiling IndexBody.cpp for Release build (PIC)
> llvm[6]: Compiling IndexDecl.cpp for Release build (PIC)
> llvm[6]: Compiling IndexTypeSourceInfo.cpp for Release build (PIC)
> llvm[6]: Compiling Indexing.cpp for Release build (PIC)
> llvm[6]: Compiling IndexingContext.cpp for Release build (PIC)
> llvm[6]: Linking Release Shared Library libclang.so
> llvm[6]: Building Release Archive Library libclang.a
> gmake[6]: Leaving directory '/usr/ports/lang/clang36/work/llvm-3.6.2.src/tools/clang/tools/libclang'
> gmake[6]: Entering directory '/usr/ports/lang/clang36/work/llvm-3.6.2.src/tools/clang/tools/c-index-test'
> llvm[6]: Compiling c-index-test.c for Release build
> llvm[6]: Linking Release executable c-index-test (without symbols)
> /usr/ports/lang/clang36/work/llvm-3.6.2.src/Release/lib/libLLVM-3.6.so: undefined reference to `futimens at FBSD_1.4'

Most likely, you installed a binary package for devel/llvm36.  Binary
packages are now built on FreeBSD 10.3, the most recent supported
version for ports, and this version has introduced a new syscall which
your system does not have.

The simplest solution is probably to delete the llvm36 port, and rebuild
it on your 10.1 system.  Then try to rebuild the Seamonkey port and its
dependent ports again.

Though it would be easiest if you upgraded the system to 10.3. :)

-Dimitry




More information about the freebsd-ports mailing list