From owner-freebsd-java@FreeBSD.ORG Fri Jul 18 13:11:35 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5C237B401 for ; Fri, 18 Jul 2003 13:11:35 -0700 (PDT) Received: from paloma12.e0k.nbg-hannover.de (paloma12.e0k.nbg-hannover.de [62.181.130.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 9391643FAF for ; Fri, 18 Jul 2003 13:11:34 -0700 (PDT) (envelope-from marcus@hamburg.de) Received: (qmail 6865 invoked from network); 18 Jul 2003 20:11:33 -0000 Received: from unknown (HELO mhnote) ([62.109.77.172]) (envelope-sender ) by paloma12.e0k.nbg-hannover.de (qmail-ldap-1.03) with SMTP for ; 18 Jul 2003 20:11:33 -0000 From: "Marcus Henschel" To: Date: Fri, 18 Jul 2003 22:13:31 +0200 Message-ID: <001701c34d69$0f10f420$97faa8c0@mhnote> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Re: FreeBSD 4.8 stable / jdk14 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 20:11:35 -0000 Ernst de Haan wrote: > Please test the applied patch for ports/jdk14/Makefile. Should solve > your problem. The problem was not in bsd.java.mk. > ok, i patched the Makefile, make clean, make install. But now the install process seems to hang at the following point. ======================================================================== ================================ ===> Registering installation for linux-sun-jdk-1.4.2 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/linux-sun-jdk1.4.2/jre/javaws/javawsbin (USES POSSIBLY INSECURE FUNCTIONS: tempnam) /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/client/libjvm.so /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libdt_socket.so /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libnet.so /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libnio.so /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/native_threads/libhpi.so /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/server/libjvm.so If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://java.sun.com/j2se/1.4/ ===> Returning to build of jdk-1.4.1p3_3 ===> jdk-1.4.1p3_3 depends on executable: gmake - found ===> Configuring for jdk-1.4.1p3_3 ===> Building for jdk-1.4.1p3_3 # Start of jdk build bsd i586 1.4.1-p3 build started: 03-07-18 18:09 ======================================================================== ================================= When i have a look at top, there is a java process: PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 44313 root 56 0 6080K 1828K RUN 225:33 93.85% 93.85% java that is running for about 4 hours. Is this normal for this port ? marcus