port x265 compile error

Hi i attempted to compile multimedia/x265 but get the following error:

Code:
===>>> Dependency check complete for multimedia/x265

===>>> All >> x265-3.0_1 (1/142)

===>  Cleaning for x265-3.1.1
===>  License GPLv2+ accepted by the user
===>   x265-3.1.1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by x265-3.1.1 for building
===>  Extracting for x265-3.1.1
=> SHA256 Checksum OK for x265_3.1.1.tar.gz.
===>  Patching for x265-3.1.1
===>  Applying FreeBSD patches for x265-3.1.1
===>   x265-3.1.1 depends on executable: nasm - found
===>   x265-3.1.1 depends on file: /usr/local/bin/cmake - found
===>   x265-3.1.1 depends on executable: ninja - found
===>  Configuring for x265-3.1.1
===>  Performing out-of-source build
/bin/mkdir -p /usr/ports/multimedia/x265/work/.build
ld-elf.so.1: Shared object "libnettle.so.6" not found, required by "libarchive.so.13"
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/multimedia/x265
*** Error code 1

Stop.
make: stopped in /usr/ports/multimedia/x265

===>>> make build failed for multimedia/x265
===>>> Aborting update

===>>> Update for multimedia/x265 failed
===>>> Aborting update
 
Hi i manually deinstalled nettle and recompiled and installed nettle. Still gives the following error message:
Code:
Configuring for x265-3.1.1
===>  Performing out-of-source build
/bin/mkdir -p /usr/ports/multimedia/x265/work/.build
ld-elf.so.1: Shared object "libnettle.so.6" not found, required by "libarchive.so.13"
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/multimedia/x265
*** Error code 1

Stop.
make: stopped in /usr/ports/multimedia/x265
root@bsd-dev:/usr/ports/multimedia/x265 #
 
Back
Top