From owner-freebsd-java@FreeBSD.ORG Tue Jun 19 18:55:18 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52BE9106568F; Tue, 19 Jun 2012 18:55:18 +0000 (UTC) (envelope-from saper@saper.info) Received: from l.saper.info (l.saper.info [IPv6:2001:41d0:1:d467::1000]) by mx1.freebsd.org (Postfix) with ESMTP id 01DE88FC12; Tue, 19 Jun 2012 18:55:09 +0000 (UTC) Received: from l.saper.info (uucp@localhost [127.0.0.1]) by l.saper.info (8.14.5/8.14.5) with ESMTP id q5JIt76P007008 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Jun 2012 18:55:07 GMT (envelope-from saper@saper.info) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=saper.info; s=Mar2008; t=1340132107; bh=oG2J9XMkkhctxRvt1yIacHrFQUEn5+7nIohbaK6FouY=; h=Date:To:Subject:From:Reply-To:Cc; b=o8Qs8L1rnduV8KVVdcfqRUVlmiENIdLg67M3vasvfyw+uHJgJri+pn67wTmh+ccj7 flny0d7kKm0QnOR0qBVrCP2HqXdCgJX7JHSKCcCTSr3NvJX31n7Zp7mc6bJCMKZe+P dK8DziWSNu+5zs6dQR8uls8WJFCC7pHGj7yftP2U= Received: (from uucp@localhost) by l.saper.info (8.14.5/8.14.5/Submit) with UUCP id q5JIt7bG007007; Tue, 19 Jun 2012 18:55:07 GMT (envelope-from saper@saper.info) Received: from radziecki.saper.info (saper@localhost [127.0.0.1]) by radziecki.saper.info (8.14.5/8.14.5) with ESMTP id q5JIs4E8021872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Jun 2012 18:54:04 GMT (envelope-from saper@saper.info) Received: (from saper@localhost) by radziecki.saper.info (8.14.5/8.14.5/Submit) id q5JIs4DG021871; Tue, 19 Jun 2012 18:54:04 GMT (envelope-from saper) Date: Tue, 19 Jun 2012 18:54:04 GMT Message-Id: <201206191854.q5JIs4DG021871@radziecki.saper.info> To: FreeBSD-gnats-submit@freebsd.org From: Marcin Cieslak X-send-pr-version: 3.113 X-GNATS-Notify: Cc: freebsd-java@freebsd.org, g.gonter@ieee.org Subject: lang/swi-pl: does not compile with OpenJDK installed X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 18:55:18 -0000 >Submitter-Id: current-users >Originator: Marcin Cieslak >Organization: >Confidential: no >Synopsis: lang/swi-pl: does not compile with OpenJDK installed >Severity: serious >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 9.0-BETA1 amd64 >Environment: System: FreeBSD radziecki.saper.info 9.0-BETA1 FreeBSD 9.0-BETA1 #2 r224912M: Tue Aug 16 23:05:15 CEST 2011 root@radziecki.saper.info:/usr/obj/usr/src/sys/VAIO amd64 >Description: Apparently "CONFIGURE_ARGS= ---without-jpl" from port Makefile gets ignored and configure fails to find Java includes (gets stuck on javavm) >How-To-Repeat: Compile swi-pl with openjdk6/7 installed. ********************** * Package jpl ********************** checking for gmake... gmake checking for etags... etags checking for a BSD-compatible install... /usr/bin/install -c checking for gcc... ../swipl-ld.sh 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 ../swipl-ld.sh accepts -g... yes checking for ../swipl-ld.sh option to accept ISO C89... none needed checking for library containing strerror... none required checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for working alloca.h... no checking for alloca... yes checking whether byte ordering is bigendian... no checking build system type... x86_64-pc-freebsd checking host system type... x86_64-pc-freebsd configure: checking Java configuration... checking if javac works... yes checking for kaffe... no checking for java... java checking for uudecode... yes checking if uudecode can decode base 64 file... yes checking if java works... yes checking for jar... jar checking for javadoc... javadoc checking for javac... /usr/local/bin/javac checking for javac... (cached) /usr/local/bin/javac checking symlink for /usr/local/bin/javac... /usr/local/bin/javavm configure: error: cannot find java include files gmake[1]: *** [configure] Błąd 1 gmake[1]: Opuszczenie katalogu `/.amd_mnt/radziecki/a/icybox/tmp/usr/ports/lang/swi-pl/work/pl-5.10.5/packages' gmake: *** [packages] Błąd 1 >Fix: