From owner-freebsd-ports@FreeBSD.ORG Sun Jul 14 19:23:22 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 20B316EB for ; Sun, 14 Jul 2013 19:23:22 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by mx1.freebsd.org (Postfix) with ESMTP id ACC86ED6 for ; Sun, 14 Jul 2013 19:23:21 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id c41so7221846eek.26 for ; Sun, 14 Jul 2013 12:23:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=RTXZHfnFChTIP/Y0t13X0NNxB0b6j8VUWlHLqvCqQMw=; b=L6J1uXQ1Ior6qXw2FP15D6qXu0/qSSJfMVh1+HexCF2AQOIVFpfSji1aUujbYExotn 0eQQb/P+dSh2j+yIalH5Pn/112DosQZE6y3p22+tSvCyCFwLciFOoyUJAYrbtRa+IHZ/ kdAf/Slq6ADc7zEI9U1+bSEf4O0mjPSsX9NlztS9ascyxYeNxbyaOTOjS6JbSNrGsdEL jCSXN/Xz0XcNAdU4ihd01q4+YjbB7WyBBkzTTL01tBKfoxPItL/W2Xl9Ma6P873r2H0T xBMlKAjB0oXpETnyBPHABt1ZkpI/kF8YLGRxO+T6MVA99PdABHqudWVpmUnr6Dw7Hy5Q IYig== X-Received: by 10.14.246.197 with SMTP id q45mr56145695eer.15.1373829795002; Sun, 14 Jul 2013 12:23:15 -0700 (PDT) Received: from phenom.cordula.ws (p5DDDA70D.dip0.t-ipconnect.de. [93.221.167.13]) by mx.google.com with ESMTPSA id b7sm96716473eef.16.2013.07.14.12.23.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 14 Jul 2013 12:23:14 -0700 (PDT) Message-ID: <51E2FA98.2060507@cordula.ws> Date: Sun, 14 Jul 2013 21:23:04 +0200 From: cpghost User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130711 Thunderbird/17.0.7 MIME-Version: 1.0 To: johans@FreeBSD.org, ports@freebsd.org Subject: Re: ports/172837: lang/swi-pl compiles with databases/libiodbc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlw5QknL70Isr4Z2MeJ0j25iSsmc1akyLawIv+PR7dnqRqwgvdugvuaPMM+GNP/JpaFJfRS Cc: bug-followup@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 19:23:22 -0000 Hello, thank you for closing pr/172837 and for updating lang/swi-pl to version 6.2.6. Unfortunately, when OPTION iodbc is selected, the port now fails to compile: ===> Compressing manual pages for libiodbc-3.52.8 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for libiodbc-3.52.8 ===> Returning to build of swi-pl-6.2.6 Error: shared library "odbc" does not exist *** [lib-depends] Error code 1 Stop in /usr/ports/lang/swi-pl. *** [build] Error code 1 Stop in /usr/ports/lang/swi-pl. When applying the following patch to the port's Makefile: --------- cut here ------------ cut here ------------------------ --- Makefile.orig 2013-07-14 21:08:14.000000000 +0200 +++ Makefile 2013-07-14 21:08:24.000000000 +0200 @@ -43,7 +43,7 @@ .if ${PORT_OPTIONS:MUNIXODBC} LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC .else -LIB_DEPENDS+= odbc:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc .endif .include --------- cut here ------------ cut here ----------------------- compilation proceeds until the following error message: ********************** * Package plunit ********************** checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel configure: creating ./config.status config.status: creating Makefile ********************** * Package jpl ********************** checking for gmake... gmake checking for etags... etags checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for gcc... cc 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 cc accepts -g... yes checking for cc 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 size_t... 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 for jikes... no checking for javac... javac 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] Error 1 gmake[1]: Leaving directory `/usr/ports/lang/swi-pl/work/pl-6.2.6/packages' gmake: *** [packages] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/lang/swi-pl. *** [build] Error code 1 Stop in /usr/ports/lang/swi-pl. What gives? I have openjdk6-b27_3 installed... Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/