Icedtea compiling error in pluginjail

Status
Not open for further replies.

mrbenza

Dabbler
Joined
Sep 26, 2013
Messages
44
Hello everyone,
i'm trying to build the latest icedtea version (2.4.6) for openjdk 7 but I always get this result
Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ../icedtea-2.4.6/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-unknown-freebsd9.2
checking host system type... x86_64-unknown-freebsd9.2
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for make... /usr/bin/make
checking for gzip... /usr/bin/gzip
checking for ant... /usr/local/bin/ant
checking for find... /usr/bin/find
checking for patch... /usr/bin/patch
checking for tar... /usr/bin/tar
checking for chmod... /bin/chmod
checking for sha256sum... no
configure: error: sha256sum program not found in PATH

How can I fix?
 

mrbenza

Dabbler
Joined
Sep 26, 2013
Messages
44
No, I've downloaded the tar from official website.. In the ports there is the old version that works only with openjdk6.

Inviato dal mio GT-I9505 utilizzando Tapatalk
 
Status
Not open for further replies.
Top