seamonkey port compiling error

Dimitry Andric dim at FreeBSD.org
Sun Feb 26 19:06:12 UTC 2017


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20170226/01d41050/attachment.sig>


More information about the freebsd-ports mailing list