C ccc Feb 17, 2011 #1 hi I cannot install java/jdk16 on my FreeBSD 7.3 due to the following problem: Code: # cd /usr/ports/java/jdk16 # make install clean ===> jdk-1.6.0.3p4_21 is an interactive port. *** Error code 1 Stop in /usr/ports/java/jdk16.
hi I cannot install java/jdk16 on my FreeBSD 7.3 due to the following problem: Code: # cd /usr/ports/java/jdk16 # make install clean ===> jdk-1.6.0.3p4_21 is an interactive port. *** Error code 1 Stop in /usr/ports/java/jdk16.
OP C ccc Feb 18, 2011 Thread Starter #4 adamk said: unset BATCH Click to expand... Can you please give some more details?
A adamk Feb 18, 2011 #5 As the port said, it's interactive. It can't be installed with the BATCH variable set. So unset it. Adam
As the port said, it's interactive. It can't be installed with the BATCH variable set. So unset it. Adam
OP C ccc Feb 18, 2011 Thread Starter #6 Thx, I have disabled BATCH variable and now it seems to work: Code: # cat /etc/make.conf #BATCH=yes #WITH_DEBUG=yes # added by use.perl 2011-02-16 20:00:22 PERL_VERSION=5.10.1
Thx, I have disabled BATCH variable and now it seems to work: Code: # cat /etc/make.conf #BATCH=yes #WITH_DEBUG=yes # added by use.perl 2011-02-16 20:00:22 PERL_VERSION=5.10.1