From owner-freebsd-ports@FreeBSD.ORG Fri Jun 18 03:50:28 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F33C16A4CE for ; Fri, 18 Jun 2004 03:50:28 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA5D43D53 for ; Fri, 18 Jun 2004 03:50:27 +0000 (GMT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004061812:49:28:494528.23117.2904525744 for ; Fri, 18 Jun 2004 12:49:28 +0900 (KST) Message-ID: <40D26652.7000102@users.sourceforge.net> Date: Fri, 18 Jun 2004 12:49:38 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: yinjieh@csie.nctu.edu.tw Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:23.39) (by Terrace) cc: ports@FreeBSD.org Subject: FreeBSD Port: libexif-0.5.12_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 03:50:28 -0000 Hi, This on a 5-Current. /usr/ports/graphics/gimp fails to compile, because libexif fails. I guess there's a dependency missing (aclocal, autoconf etc.?). # cd /usr/ports/graphics/libexif # make ===> Vulnerability check disabled ===> Extracting for libexif-0.5.12_2 >> Checksum OK for libexif-0.5.12.tar.gz. ===> Patching for libexif-0.5.12_2 ===> Applying FreeBSD patches for libexif-0.5.12_2 ===> libexif-0.5.12_2 depends on file: /usr/local/bin/libtool13 - found ===> libexif-0.5.12_2 depends on executable: pkg-config - found ===> libexif-0.5.12_2 depends on shared library: intl - found ===> Configuring for libexif-0.5.12_2 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-portbld-freebsd5.2 checking host system type... i386-portbld-freebsd5.2 checking for gcc... cc checking for C compiler default output... configure: error: C compiler cannot create executables See `config.log' for more details. ===> Script "configure" failed unexpectedly. Please report the problem to yinjieh@csie.nctu.edu.tw [maintainer] and attach the "/usr/ports/graphics/libexif/work/libexif-0.5.12/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/graphics/libexif. # The last few lines of the above mentioned config.log are: [...snip...] localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE "libexif" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define VERSION "0.5.12" configure: exit 77