From owner-freebsd-java@FreeBSD.ORG Fri Mar 4 07:40:24 2005 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E3A16A4CE for ; Fri, 4 Mar 2005 07:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09DF443D55 for ; Fri, 4 Mar 2005 07:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j247eNHB080799 for ; Fri, 4 Mar 2005 07:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j247eN9B080798; Fri, 4 Mar 2005 07:40:23 GMT (envelope-from gnats) Resent-Date: Fri, 4 Mar 2005 07:40:23 GMT Resent-Message-Id: <200503040740.j247eN9B080798@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bill Wagner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A54916A4CE for ; Fri, 4 Mar 2005 07:34:08 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F188143D5F for ; Fri, 4 Mar 2005 07:34:07 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j247Y7Mi055599 for ; Fri, 4 Mar 2005 07:34:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j247Y7YH055597; Fri, 4 Mar 2005 07:34:07 GMT (envelope-from nobody) Message-Id: <200503040734.j247Y7YH055597@www.freebsd.org> Date: Fri, 4 Mar 2005 07:34:07 GMT From: Bill Wagner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: java/78396: Java 1.4 fails to compile under FreeBSD 4.11 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, 04 Mar 2005 07:40:24 -0000 >Number: 78396 >Category: java >Synopsis: Java 1.4 fails to compile under FreeBSD 4.11 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 04 07:40:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Bill Wagner >Release: 4.11, with a custom kerne >Organization: SCSC >Environment: FreeBSD bsddog4.maddog 4.11-RELEASE FreeBSD 4.11-RELEASE #1: Sat Feb 26 02:56:41 EST 2005 wagner@bsddog4.maddog:/usr/obj/usr/src/sys/CUSTOM i386 >Description: Every time I try to compile the jdk14 kit under this OS, the compile fails with the following message: ====================================================================== ===> Vulnerability check disabled, database not found ===> Extracting for linux-sun-jdk-1.4.2.06_1 => Checksum OK for j2sdk-1_4_2_06-linux-i586.bin. ===> linux-sun-jdk-1.4.2.06_1 depends on file: /compat/linux/lib/libc.so.6 - found Bad system call (core dumped) *** Error code 140 Stop in /usr/ports/java/linux-sun-jdk14. *** Error code 1 Stop in /usr/ports/java/jdk14. This appeared to be a problem with the "compat" stuff for Linux Compatibility, so I unlinked the link to the referenced library and then tried to build the RedHat compatibility libs. These fail too, but they look like they can't "un-RPM" some of the stuff. This REALLY almost looks like something "snuck in" from some other build. >How-To-Repeat: For me, all I need to do is put the appropriate stuff in the /usr/ports/distfiles, and then compile it with "make". If I type "make clean" it cleans everything properly, and then by typing "make", it once again goes through the process of building until it hits the error I'm reporting. FWIW, the 4.11 binaries were downloaded and cut into ISO images (in other words, I didn't buy them from a kit). Also, FWIW, the compilation succeeds and cursory tests indicate that Java is working on a 5.2 release I have on another machine. >Fix: >Release-Note: >Audit-Trail: >Unformatted: