Re: gnumeric portupgrade fails (libgnomedb)

2005-05-05 Thread Parv
in message <[EMAIL PROTECTED]>, wrote Marco
Beishuizen thusly...
>
> Well I tried to change some options in the makefile but no matter
> what I try (--without-gnome-db; --without-gnomedb;
> --without-libgnomedb) it wants to compile libgnomedb and it stops
> with the same error.

UNTESTED.

Go to the work directory of gnumeric (default is
/usr/ports/math/gnumeric/work); then change to the extracted
gnumeric source directory.  Somewhere in there you may find a shell
script, w/ execute bit set, named something like [Cc]onfigure.
Either read that script, or run it w/ "-help" option: "[Cc]onfigure
-help", to see the available options.


  - Parv

-- 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gnumeric portupgrade fails (libgnomedb)

2005-05-05 Thread Marco Beishuizen
On stardate Thu, 5 May 2005, the wise Andrew L. Gould entered:
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.
I'll try but if that argument is in the configure, doesn't that
imply that Gnumeric needs it?
I think that the fact that it's a configuration argument implies that
it's optional.  (If it wasn't optional, why would the option be
available.)  The question that remains would be whether there are
features of gnumeric that you use that require gnome-db.
Well I tried to change some options in the makefile but no matter what I 
try (--without-gnome-db; --without-gnomedb; --without-libgnomedb) it wants 
to compile libgnomedb and it stops with the same error. I also tried a 
"make install --without-gnome-db" etc. in the /usr/ports/math/gnumeric 
directly, instead of portupgrading it. But that doesn't work either because 
it says: make: illegal option -- -. Does this mean that only "--with" is 
legal and "--without" is not?

Marco
--
I'm going to live forever, or die trying!
-- Spider Robinson
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gnumeric portupgrade fails (libgnomedb)

2005-05-05 Thread Andrew L. Gould
On Thursday 05 May 2005 10:14 am, Marco Beishuizen wrote:
> On stardate Thu, 5 May 2005, the wise Andrew L. Gould entered:
> > Hi Marco,
> >
> > Do you need gnome-db?  (Better yet, have you seen **any**
> > documentation as how to use gnome-db from within gnumeric?)
>
> I don't think so. I thought Gnumeric needed it, it's installed as a
> dependency. Other gnome applications may also need it I guess.
>
> > 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.
>
> I'll try but if that argument is in the configure, doesn't that
> imply that Gnumeric needs it?
>
> Thanks,
> Marco

I think that the fact that it's a configuration argument implies that 
it's optional.  (If it wasn't optional, why would the option be 
available.)  The question that remains would be whether there are 
features of gnumeric that you use that require gnome-db.

Andrew Gould
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gnumeric portupgrade fails (libgnomedb)

2005-05-05 Thread Marco Beishuizen
On stardate Thu, 5 May 2005, the wise Andrew L. Gould entered:
Hi Marco,
Do you need gnome-db?  (Better yet, have you seen **any** documentation
as how to use gnome-db from within gnumeric?)
I don't think so. I thought Gnumeric needed it, it's installed as a 
dependency. Other gnome applications may also need it I guess.

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.
I'll try but if that argument is in the configure, doesn't that 
imply that Gnumeric needs it?

Thanks,
Marco
--
When I was a kid I said to my father one afternoon, "Daddy, will you
take me to the zoo?" He answered, "If the zoo wants you let them come
and get you."
-- Jerry Lewis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gnumeric portupgrade fails (libgnomedb)

2005-05-05 Thread Andrew L. Gould
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gnumeric portupgrade fails (libgnomedb)

2005-05-05 Thread Marco Beishuizen
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
--
We don't understand the software, and sometimes we don't understand the
hardware, but we can *___see* the blinking lights!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"