public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Build error: gnumeric-1.4.3-r3
@ 2006-07-14  2:48 Meino Christian Cramer
  2006-07-14  3:03 ` Ryan Tandy
  2006-07-15  2:33 ` Allan Gottlieb
  0 siblings, 2 replies; 12+ messages in thread
From: Meino Christian Cramer @ 2006-07-14  2:48 UTC (permalink / raw
  To: gentoo-user

Hi,

 This happens:

i386-pc-linux-gnu-gcc -DHAVE_CONFIG_H
-I. -I. -I../../../.. -I../../../.. -I../../../../src
-I../../../../src -I../../../../src/cut-n-paste-code
-I../../../../src/cut-n-paste-code/goffice
-I../../../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libgsf-1 -I/usr/include/libxml2
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/libglade-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libgnomeprint-2.2
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0
-I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0
-I../../../../src/cut-n-paste-code -O3 -m3dnow -march=athlon-xp
-mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse
-funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr
-finline-functions -falign-functions=4 -mpreferred-stack-boundary=2
-DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED
-DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
-DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall
-Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs
-Wchar-subscripts -Wwrite-strings -MT gog-legend.lo -MD -MP -MF
.deps/gog-legend.Tpo -c gog-legend.c -fPIC -DPIC -o .libs/gog-legend.o
gog-legend.c:266:2: warning: #warning TODO : make this smarter
(multiple columns and shrinking text) make[7]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code/goffice/graph'
make[6]: *** [all-recursive] Error 1 make[6]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code/goffice/graph'
make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code/goffice'
make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code'
make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src' make[2]:
*** [all] Error 2 make[2]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src' make[1]:
*** [all-recursive] Error 1 make[1]: Leaving directory
`/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3' make: ***
[all] Error 2

!!! ERROR: app-office/gnumeric-1.4.3-r3 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  gnumeric-1.4.3-r3.ebuild, line 93:   Called die

!!! Compilation failed

 Any way out ?

Kind regards,
 Meino Cramer
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-14  2:48 [gentoo-user] Build error: gnumeric-1.4.3-r3 Meino Christian Cramer
@ 2006-07-14  3:03 ` Ryan Tandy
  2006-07-14  3:32   ` Meino Christian Cramer
                     ` (3 more replies)
  2006-07-15  2:33 ` Allan Gottlieb
  1 sibling, 4 replies; 12+ messages in thread
From: Ryan Tandy @ 2006-07-14  3:03 UTC (permalink / raw
  To: gentoo-user

Meino Christian Cramer wrote:
> -O3 -m3dnow -march=athlon-xp
> -mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse
> -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr
> -finline-functions -falign-functions=4 -mpreferred-stack-boundary=2

Hmm... do you get a different result with, for example, CFLAGS="-Os 
-march=athlon-xp -pipe"?

Yes, I know I'm being a bit of a torch-and-pitchfork type here, but if 
changing the CFLAGS *doesn't* solve anything, I'm perfectly willing to 
dig deeper. ;)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-14  3:03 ` Ryan Tandy
@ 2006-07-14  3:32   ` Meino Christian Cramer
  2006-07-14  4:29     ` Justin R Findlay
  2006-07-14  4:11   ` Allan Gottlieb
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 12+ messages in thread
From: Meino Christian Cramer @ 2006-07-14  3:32 UTC (permalink / raw
  To: gentoo-user, tarpman

From: Ryan Tandy <tarpman@gmail.com>
Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
Date: Thu, 13 Jul 2006 20:03:45 -0700

Hi Ryan !
 
 short question is there a way to change CFLAGS on-the-fly without
 hacking any *.conf files ?

 keep hacking!
 mcc

> Meino Christian Cramer wrote:
> > -O3 -m3dnow -march=athlon-xp
> > -mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse
> > -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr
> > -finline-functions -falign-functions=4 -mpreferred-stack-boundary=2
> 
> Hmm... do you get a different result with, for example, CFLAGS="-Os 
> -march=athlon-xp -pipe"?
> 
> Yes, I know I'm being a bit of a torch-and-pitchfork type here, but if 
> changing the CFLAGS *doesn't* solve anything, I'm perfectly willing to 
> dig deeper. ;)
> -- 
> gentoo-user@gentoo.org mailing list
> 
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-14  3:03 ` Ryan Tandy
  2006-07-14  3:32   ` Meino Christian Cramer
@ 2006-07-14  4:11   ` Allan Gottlieb
  2006-07-14  4:22   ` Allan Gottlieb
  2006-07-14  4:41   ` Allan Gottlieb
  3 siblings, 0 replies; 12+ messages in thread
From: Allan Gottlieb @ 2006-07-14  4:11 UTC (permalink / raw
  To: gentoo-user

At Thu, 13 Jul 2006 20:03:45 -0700 Ryan Tandy <tarpman@gmail.com> wrote:

> Meino Christian Cramer wrote:
>> -O3 -m3dnow -march=athlon-xp
>> -mtune=athlon64 -msse -msse2 -msse3 -m3dnow -mfpmath=sse
>> -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr
>> -finline-functions -falign-functions=4 -mpreferred-stack-boundary=2
>
> Hmm... do you get a different result with, for example, CFLAGS="-Os
> -march=athlon-xp -pipe"?
>
> Yes, I know I'm being a bit of a torch-and-pitchfork type here, but if
> changing the CFLAGS *doesn't* solve anything, I'm perfectly willing to
> dig deeper. ;)

I get a very similar error with more modest CFLAGS.

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H
-I. -I. -I../../../.. -I../../../.. -I../../../../src
-I../../../../src -I../../../../src/cut-n-paste-code
-I../../../../src/cut-n-paste-code/goffice
-I../../../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libgsf-1 -I/usr/include/libxml2
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/libglade-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libgnomeprint-2.2
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0
-I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0
-I../../../../src/cut-n-paste-code -march=pentium4 -pipe -O2
-DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED
-DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
-DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall
-Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs
-Wchar-subscripts -Wwrite-strings -MT gog-axis.lo -MD -MP -MF
.deps/gog-axis.Tpo -c gog-axis.c -fPIC -DPIC -o .libs/gog-axis.o if
/bin/sh ../../../../libtool --mode=compile i686-pc-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../.. -I../../../../src
-I../../../../src -I../../../../src/cut-n-paste-code
-I../../../../src/cut-n-paste-code/goffice
-I../../../../src/cut-n-paste-code/foocanvas -DORBIT2=1 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libgsf-1 -I/usr/include/libxml2
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/libglade-2.0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -I/usr/include/libgnomeprint-2.2
-I/usr/include/libgnomeprintui-2.2 -I/usr/include/gconf/2
-I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonoboui-2.0
-I/usr/include/libgnome-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libgnomeui-2.0
-I/usr/include/gnome-keyring-1 -I/usr/include/gnome-vfs-module-2.0
-I../../../../src/cut-n-paste-code -march=pentium4 -pipe -O2
-DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED
-DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
-DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall
-Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs
-Wchar-subscripts -Wwrite-strings -MT gog-label.lo -MD -MP -MF
".deps/gog-label.Tpo" \ -c -o gog-label.lo `test -f 'gog-label.c' ||
echo './'`gog-label.c; \ then mv -f ".deps/gog-label.Tpo"
".deps/gog-label.Plo"; \ else rm -f ".deps/gog-label.Tpo"; exit 1; \
fi gog-axis.c:1683:58: macro "GSF_CLASS_FULL" requires 10 arguments,
but only 7 given gog-axis.c:1686: error: syntax error before
"GogAxisType" gog-axis.c:1536: warning: 'gog_axis_class_init' defined
but not used gog-axis.c:1622: warning: 'gog_axis_init' defined but not
used gog-axis.c:1674: warning: 'gog_axis_dataset_init' defined but not
used make[7]: *** [gog-axis.lo] Error 1 make[7]: *** Waiting for
unfinished jobs....
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-14  3:03 ` Ryan Tandy
  2006-07-14  3:32   ` Meino Christian Cramer
  2006-07-14  4:11   ` Allan Gottlieb
@ 2006-07-14  4:22   ` Allan Gottlieb
  2006-07-14  4:41   ` Allan Gottlieb
  3 siblings, 0 replies; 12+ messages in thread
From: Allan Gottlieb @ 2006-07-14  4:22 UTC (permalink / raw
  To: gentoo-user

As a followup to my previous posting giving this same error with
modest CFLAGS I should point out the following.

1.  During the big upgrade of gnome-lite to 1.14, the following
    appeared.

Subject: [portage] ebuild log for gnome-extra/libgsf-1.14.0 on
        localhost.localdomain
Date: Thu, 13 Jul 2006 07:38:21 -0400

INFO: unpack
Fixing OMF Makefiles ...

INFO: compile
Running elibtoolize in: libgsf-1.14.0
  Applying portage-1.5.10.patch ...
  Applying max_cmd_len-1.5.20.patch ...
  Applying sed-1.5.6.patch ...

WARN: postinst
An old version of an installed library was detected on your system.
In order to avoid breaking packages that link against it, this older version
is not being removed.  In order to make full use of this newer version,
you will need to execute the following command:
  revdep-rebuild --library libgsf-1.so.1

After doing that, you can safely remove /usr/lib/libgsf-1.so.1
Note: 'emerge gentoolkit' to get revdep-rebuild
An old version of an installed library was detected on your system.
In order to avoid breaking packages that link against it, this older version
is not being removed.  In order to make full use of this newer version,
you will need to execute the following command:
  revdep-rebuild --library libgsf-gnome-1.so.1

After doing that, you can safely remove /usr/lib/libgsf-gnome-1.so.1

Each of these revdep-rebuilds tries to emerge gnumeric and gives the
failure indicated previously.

2.  Presumably unrelated, but I am also now witnessing an infinite
    battle between emerge --depclean and revdep-rebuild.

  --depclean wants to remove

    media-libs/gst-plugins
    selected: 0.8.11
    protected: none
    omitted: none

 revdep-rebuild then wants it back

    [ebuild  N    ] media-libs/gst-plugins-0.8.11  USE="alsa esd -debug -oss"
    [ebuild   R   ] media-plugins/gst-plugins-alsa-0.8.11

I will post another msg starting a new thread about this since I
suspect it is not related.

thanks for any help,
allan
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-14  3:32   ` Meino Christian Cramer
@ 2006-07-14  4:29     ` Justin R Findlay
  0 siblings, 0 replies; 12+ messages in thread
From: Justin R Findlay @ 2006-07-14  4:29 UTC (permalink / raw
  To: gentoo-user

On Fri, Jul 14, 2006 at 05:32:03AM +0200, Meino Christian Cramer wrote:
>  
>  short question is there a way to change CFLAGS on-the-fly without
>  hacking any *.conf files ?

# CFLAGS="-Os -march=athlon-xp -pipe" emerge gnumeric

Or for more permanence (I know this is going way beyond what you asked,
but I have a propensity for completeness) you can look here,

http://gentoo-wiki.com/TIP_The_/etc/portage/bashrc_file

or here

http://www.google.com/search?q=package.cflags

for info on how to set up an /etc/portage/package.cflags file and thus
specify CFLAGS per package.


Justin
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-14  3:03 ` Ryan Tandy
                     ` (2 preceding siblings ...)
  2006-07-14  4:22   ` Allan Gottlieb
@ 2006-07-14  4:41   ` Allan Gottlieb
  3 siblings, 0 replies; 12+ messages in thread
From: Allan Gottlieb @ 2006-07-14  4:41 UTC (permalink / raw
  To: gentoo-user

See http://bugs.gentoo.org/show_bug.cgi?id=139612, items 27 and 28.

allan
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-14  2:48 [gentoo-user] Build error: gnumeric-1.4.3-r3 Meino Christian Cramer
  2006-07-14  3:03 ` Ryan Tandy
@ 2006-07-15  2:33 ` Allan Gottlieb
  2006-07-15 14:11   ` Allan Gottlieb
  1 sibling, 1 reply; 12+ messages in thread
From: Allan Gottlieb @ 2006-07-15  2:33 UTC (permalink / raw
  To: gentoo-user

At Fri, 14 Jul 2006 04:48:53 +0200 (CEST) Meino Christian Cramer <Meino.Cramer@gmx.de> wrote:

> Hi,
>
>  This happens:
>
> i386-pc-linux-gnu-gcc -DHAVE_CONFIG_H
> -I. -I. -I../../../.. -I../../../.. -I../../../../src
> -I../../../../src -I../../../../src/cut-n-paste-code

[ snipped ]

> (multiple columns and shrinking text) make[7]: Leaving directory
> `/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code/goffice/graph'
> make[6]: *** [all-recursive] Error 1 make[6]: Leaving directory
> `/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code/goffice/graph'
> make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory
> `/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code/goffice'
> make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory
> `/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src/cut-n-paste-code'
> make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory
> `/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src' make[2]:
> *** [all] Error 2 make[2]: Leaving directory
> `/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3/src' make[1]:
> *** [all-recursive] Error 1 make[1]: Leaving directory
> `/var/tmp/portage/gnumeric-1.4.3-r3/work/gnumeric-1.4.3' make: ***
> [all] Error 2
>
> !!! ERROR: app-office/gnumeric-1.4.3-r3 failed.
> Call stack:
>   ebuild.sh, line 1539:   Called dyn_compile
>   ebuild.sh, line 939:   Called src_compile
>   gnumeric-1.4.3-r3.ebuild, line 93:   Called die
>
> !!! Compilation failed

Has anyone solved this problem.  I have it too as I mentioned in a
previous post.

I don't see a bug in bugs.gentoo.org.  Should I file one?

allan
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-15  2:33 ` Allan Gottlieb
@ 2006-07-15 14:11   ` Allan Gottlieb
  2006-07-15 14:18     ` Meino Christian Cramer
  0 siblings, 1 reply; 12+ messages in thread
From: Allan Gottlieb @ 2006-07-15 14:11 UTC (permalink / raw
  To: gentoo-user

At Fri, 14 Jul 2006 22:33:45 -0400 Allan Gottlieb <gottlieb@nyu.edu> wrote:

> Has anyone solved this problem.  I have it too as I mentioned in a
> previous post.

It has been solved (at least for me).  A thank you to whoever fixed
it.  My 2.14 is now fully installed.  With Xorg and gnome upgraded it
must be about time for gcc v4 to go stable :-).

allan
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-15 14:11   ` Allan Gottlieb
@ 2006-07-15 14:18     ` Meino Christian Cramer
  2006-07-15 14:58       ` Allan Gottlieb
  0 siblings, 1 reply; 12+ messages in thread
From: Meino Christian Cramer @ 2006-07-15 14:18 UTC (permalink / raw
  To: gentoo-user, gottlieb

From: Allan Gottlieb <gottlieb@nyu.edu>
Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
Date: Sat, 15 Jul 2006 10:11:55 -0400

> At Fri, 14 Jul 2006 22:33:45 -0400 Allan Gottlieb <gottlieb@nyu.edu> wrote:
> 
> > Has anyone solved this problem.  I have it too as I mentioned in a
> > previous post.
> 
> It has been solved (at least for me).  A thank you to whoever fixed
> it.  My 2.14 is now fully installed.  With Xorg and gnome upgraded it
> must be about time for gcc v4 to go stable :-).
> 
> allan
> -- 
> gentoo-user@gentoo.org mailing list
> 

So... what shoukd I reinstall/delete/do again/fix/patch... to get this
fixed version ? 

mcc
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-15 14:18     ` Meino Christian Cramer
@ 2006-07-15 14:58       ` Allan Gottlieb
  2006-07-15 15:12         ` Meino Christian Cramer
  0 siblings, 1 reply; 12+ messages in thread
From: Allan Gottlieb @ 2006-07-15 14:58 UTC (permalink / raw
  To: gentoo-user

At Sat, 15 Jul 2006 16:18:35 +0200 (CEST) Meino Christian Cramer <Meino.Cramer@gmx.de> wrote:

> From: Allan Gottlieb <gottlieb@nyu.edu>
> Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
> Date: Sat, 15 Jul 2006 10:11:55 -0400
>
>> At Fri, 14 Jul 2006 22:33:45 -0400 Allan Gottlieb <gottlieb@nyu.edu> wrote:
>> 
>> > Has anyone solved this problem.  I have it too as I mentioned in a
>> > previous post.
>> 
>> It has been solved (at least for me).  A thank you to whoever fixed
>> it.  My 2.14 is now fully installed.  With Xorg and gnome upgraded it
>> must be about time for gcc v4 to go stable :-).
>> 
>> gentoo-user@gentoo.org mailing list
>
> So... what shoukd I reinstall/delete/do again/fix/patch... to get this
> fixed version ? 

All I did was my usual morning routine.

1.  anacron executes   eix-sync

2.  At a gnome-terminal I typed
      emerge --tree --ask --verbose --newuse --update --deep world

The emerge offered to install totem and gnumeric.

3.  I said yes, expecting totem to succeed and gnumeric to fail, but
    both succeeded.

Hope it goes as well with you.
allan
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
  2006-07-15 14:58       ` Allan Gottlieb
@ 2006-07-15 15:12         ` Meino Christian Cramer
  0 siblings, 0 replies; 12+ messages in thread
From: Meino Christian Cramer @ 2006-07-15 15:12 UTC (permalink / raw
  To: gentoo-user, gottlieb

From: Allan Gottlieb <gottlieb@nyu.edu>
Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
Date: Sat, 15 Jul 2006 10:58:01 -0400

> At Sat, 15 Jul 2006 16:18:35 +0200 (CEST) Meino Christian Cramer <Meino.Cramer@gmx.de> wrote:
> 
> > From: Allan Gottlieb <gottlieb@nyu.edu>
> > Subject: Re: [gentoo-user] Build error: gnumeric-1.4.3-r3
> > Date: Sat, 15 Jul 2006 10:11:55 -0400
> >
> >> At Fri, 14 Jul 2006 22:33:45 -0400 Allan Gottlieb <gottlieb@nyu.edu> wrote:
> >> 
> >> > Has anyone solved this problem.  I have it too as I mentioned in a
> >> > previous post.
> >> 
> >> It has been solved (at least for me).  A thank you to whoever fixed
> >> it.  My 2.14 is now fully installed.  With Xorg and gnome upgraded it
> >> must be about time for gcc v4 to go stable :-).
> >> 
> >> gentoo-user@gentoo.org mailing list
> >
> > So... what shoukd I reinstall/delete/do again/fix/patch... to get this
> > fixed version ? 
> 
> All I did was my usual morning routine.
> 
> 1.  anacron executes   eix-sync
> 
> 2.  At a gnome-terminal I typed
>       emerge --tree --ask --verbose --newuse --update --deep world
> 
> The emerge offered to install totem and gnumeric.
> 
> 3.  I said yes, expecting totem to succeed and gnumeric to fail, but
>     both succeeded.
> 
> Hope it goes as well with you.
> allan
> -- 
> gentoo-user@gentoo.org mailing list
> 

Hi,

Thanks for the fast reply, Allan! :)

 (interesting, what gentooists do in the morning... :)

 I did in the morning (as every morning)

    eix-sync; emerge -up world

 so -- as my formula is different as yours I am wondering, why my
 fails.

 I will repeat your formula and see, what happens.
 But I will do it now, not at the next morning.
 If the morning is the reason, it will fail again, hahahaha :)))

 Fingers crossed...
 mcc
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-07-15 15:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-14  2:48 [gentoo-user] Build error: gnumeric-1.4.3-r3 Meino Christian Cramer
2006-07-14  3:03 ` Ryan Tandy
2006-07-14  3:32   ` Meino Christian Cramer
2006-07-14  4:29     ` Justin R Findlay
2006-07-14  4:11   ` Allan Gottlieb
2006-07-14  4:22   ` Allan Gottlieb
2006-07-14  4:41   ` Allan Gottlieb
2006-07-15  2:33 ` Allan Gottlieb
2006-07-15 14:11   ` Allan Gottlieb
2006-07-15 14:18     ` Meino Christian Cramer
2006-07-15 14:58       ` Allan Gottlieb
2006-07-15 15:12         ` Meino Christian Cramer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox