From owner-freebsd-questions@FreeBSD.ORG Thu May 5 14:16:23 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4985A16A4CE for ; Thu, 5 May 2005 14:16:23 +0000 (GMT) Received: from smtpauth04.mail.atl.earthlink.net (smtpauth04.mail.atl.earthlink.net [209.86.89.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD78F43D82 for ; Thu, 5 May 2005 14:16:22 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth04.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1DTh9K-0005I0-16; Thu, 05 May 2005 10:16:22 -0400 From: "Andrew L. Gould" To: FreeBSD questions mailing list , Marco Beishuizen Date: Thu, 5 May 2005 09:16:31 -0500 User-Agent: KMail/1.6.2 References: <20050505154037.S49572@yokozuna.lan> In-Reply-To: <20050505154037.S49572@yokozuna.lan> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200505050916.31297.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcf158b03b4d1754578ef9cfd465ef36d0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Subject: Re: gnumeric portupgrade fails (libgnomedb) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 14:16:23 -0000 On Thursday 05 May 2005 08:47 am, Marco Beishuizen wrote: > Hi, > > I tried to portupgrade gnumeric today (from 1.4.1 to 1.4.3_1), but it > fails at the point where it tries to compile libgnomedb 1.2.1. It > fails with the following error: > > ... > gnome-db-dsn-config-druid.c: In function `general_next_pressed_cb': > gnome-db-dsn-config-druid.c:246: error: `GdaProviderParameterInfo' > undeclared (f irst use in this function) > gnome-db-dsn-config-druid.c:246: error: (Each undeclared identifier > is reported only once > gnome-db-dsn-config-druid.c:246: error: for each function it appears > in.) gnome-db-dsn-config-druid.c:246: error: `param_info' undeclared > (first use in th is function) > gmake[1]: *** [gnome-db-dsn-config-druid.lo] Error 1 > gmake[1]: Leaving directory > `/usr/ports/databases/libgnomedb/work/libgnomedb-1.2 .1/libgnomedb' > gmake: *** [all-recursive] Error 1 > *** Error code 2 > > Stop in /usr/ports/databases/libgnomedb. > *** Error code 1 > > Stop in /usr/ports/math/gnumeric. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade44803.0 mak e > ** Fix the problem and try again. > ** Listing the failed packages (*:skipped / !:failed) > ! math/gnumeric (gnumeric-1.4.1) (compiler error) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > ... > > My portstree is up-to-date. Anyone has an idea how to solve this? > > Thanks. > > Marco Hi Marco, Do you need gnome-db? (Better yet, have you seen **any** documentation as how to use gnome-db from within gnumeric?) CONFIGURE_ARGS for the gnumeric port includes "--with-gnome-db". Perhaps you could try doing make without gnome-db ("make --without-gnome-db"?) and then do portupgrade. Best of luck, Andrew Gould