Date: Thu, 5 May 2005 09:16:31 -0500 From: "Andrew L. Gould" <algould@datawok.com> To: FreeBSD questions mailing list <questions@freebsd.org>, Marco Beishuizen <marco@beishuizen.info> Subject: Re: gnumeric portupgrade fails (libgnomedb) Message-ID: <200505050916.31297.algould@datawok.com> In-Reply-To: <20050505154037.S49572@yokozuna.lan> References: <20050505154037.S49572@yokozuna.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505050916.31297.algould>