From owner-freebsd-ports@FreeBSD.ORG Wed Jun 8 14:27:19 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 0883016A41C for ; Wed, 8 Jun 2005 14:27:19 +0000 (GMT) (envelope-from pczanik@fang.fa.gau.hu) Received: from gate.gau.hu (gate.gau.hu [192.188.242.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E1DF43D53 for ; Wed, 8 Jun 2005 14:27:18 +0000 (GMT) (envelope-from pczanik@fang.fa.gau.hu) Received: from localhost (localhost [127.0.0.1]) by gate.gau.hu (Postfix) with ESMTP id 6534F58304 for ; Wed, 8 Jun 2005 16:27:17 +0200 (MEST) Received: from gate.gau.hu ([127.0.0.1]) by localhost (gate.gau.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04852-10 for ; Wed, 8 Jun 2005 16:27:16 +0200 (MEST) Received: from spike.fa.gau.hu (spike.fa.gau.hu [192.188.243.132]) by gate.gau.hu (Postfix) with ESMTP id E56D658270 for ; Wed, 8 Jun 2005 16:27:15 +0200 (MEST) Received: from [192.188.243.16] (beech.fa.gau.hu [192.188.243.16]) by spike.fa.gau.hu (8.13.3/8.13.1) with ESMTP id j58ERG2q085323 for ; Wed, 8 Jun 2005 16:27:16 +0200 (CEST) (envelope-from pczanik@fang.fa.gau.hu) Message-ID: <42A70043.7000103@fang.fa.gau.hu> Date: Wed, 08 Jun 2005 16:27:15 +0200 From: Peter Czanik User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: database/libgda2 port problem with sqlite X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 14:27:19 -0000 Hello, I have a problem with the libgda2 port, when I try to have sqlite support. The port makefile finds that I have slite2 available: ===> libgda2-1.2.1_1 depends on shared library: sqlite.2 - found But the configure script fails to find it: checking for sqlite files... configure: WARNING: sqlite backend not used and Configuration summary Installation prefix = /usr/X11R6 Providers XML = yes Berkeley DB = no FireBird = yes FreeTDS = no IBM DB2 = no MDB (MS Access) = no MySQL = yes mSQL = no ODBC = no Oracle = no PostgreSQL = no SQLite = no Sybase = no xBase (dBase, Clipper, FoxPro) = no LDAP = no Actually I found the problem, as I wanted to build a package, and it did not work out: ===> Building package for libgda2-1.2.1_1 Creating package /usr/ports/packages/All/libgda2-1.2.1_1.tbz Registering depends: scrollkeeper-0.3.14_1,1 docbook-xsl-1.68.1 docbook-xml-4.2_1 gnomehier-2.0_6 firebird-client-1.5.2_2 xorg-libraries-6.8.2 fontconfig-2.2.3,1 glib-2.6.4 libxslt-1.1.14 intltool-0.33 p5-XML-Parser-2.34_1 libgcrypt-1.2.1_1 libgpg-error-1.0_1 libxml2-2.6.19 popt-1.7 gettext-0.14.4_1 mysql-client-4.1.11_1 expat-1.95.8_1 perl-5.8.6_2 sqlite-2.8.16 libiconv-1.9.2_1 docbook-sk-4.1.2_3 sdocbook-xml-4.1.2.5_2 freetype2-2.1.9 xmlcatmgr-2.2 pkgconfig-0.17.2. Creating bzip'd tar ball in '/usr/ports/packages/All/libgda2-1.2.1_1.tbz' tar: lib/libgda/providers/libgda-sqlite.so: Could not stat: No such file or directory pkg_create: make_dist: tar command failed with code 256 *** Error code 1 Stop in /usr/ports/databases/libgda2. I have a port tree from last Friday, and compiled it on FreeBSD 5.4-STABLE from last Friday as well. Thanks for your help, Peter