Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2017 22:09:18 -0500
From:      Erdos New <shaojwen@aim.com>
To:        dim@FreeBSD.org
Cc:        freebsd-ports@freebsd.org
Subject:   Re: seamonkey port compiling error
Message-ID:  <15a82b18bde-3cce-13ce9@webprd-a81.mail.aol.com>
In-Reply-To: <6A10A9AA-EF03-4878-8F4F-5C88FE8BB4C3@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
To: Erdos New <shaojwen@aim.com>
Cc: freebsd-ports <freebsd-ports@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@freebsd.org> wrote:
> 
> i tried to install 'seamonkey' to my freebsd10.1 32-bit system.  however, encountered errors:
> root@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@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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15a82b18bde-3cce-13ce9>