Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge aspell failed
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
tgeise
n00b
n00b


Joined: 12 Dec 2002
Posts: 1

PostPosted: Fri Dec 13, 2002 10:39 pm    Post subject: emerge aspell failed Reply with quote

Hi folks,

i want to emerge evolution. But emerge aspell failed. I read older threads about problems witg aspell, but the threads are to old, i think. But this is the failure:

>>!!! ERROR: app-text/aspell-0.50.3 failed.
>>!!! Function src_compile, Line -223, Exitcode 2
>>!!! (no error message)

Any ideas.

Thx, Torsten.
Back to top
View user's profile Send private message
dylix
Apprentice
Apprentice


Joined: 20 Sep 2002
Posts: 261
Location: Atlanta

PostPosted: Sat Dec 14, 2002 2:01 am    Post subject: Re: emerge aspell failed Reply with quote

tgeise wrote:
>>!!! ERROR: app-text/aspell-0.50.3 failed.
>>!!! Function src_compile, Line -223, Exitcode 2
>>!!! (no error message)


i'm having the same damn problem.. its pissing me off
Code:

/bin/sh ../libtool --mode=link gcc  -march=i686 -O3 -pipe   -o mk-dirs_h  mk-dir                                                                                                                                   
s_h.o 
gcc -march=i686 -O3 -pipe -o mk-dirs_h mk-dirs_h.o
mk-dirs_h.o(.text+0xa8): In function `main':
: undefined reference to `cout'
mk-dirs_h.o(.text+0xad): In function `main':
: undefined reference to `ostream::operator<<(char const *)'
mk-dirs_h.o(.text+0xb6): In function `main':
: undefined reference to `ostream::operator<<(char const *)'
mk-dirs_h.o(.text+0xbf): In function `main':
: undefined reference to `ostream::operator<<(char const *)'
mk-dirs_h.o(.text+0xc8): In function `main':
: undefined reference to `ostream::operator<<(char const *)'
mk-dirs_h.o(.text+0xd1): In function `main':
: undefined reference to `ostream::operator<<(char const *)'
mk-dirs_h.o(.text+0xf8): In function `main':
: undefined reference to `cout'
mk-dirs_h.o(.text+0xfd): In function `main':
: undefined reference to `ostream::operator<<(char const *)'
mk-dirs_h.o(.text+0x106): In function `main':
: undefined reference to `ostream::operator<<(char const *)'
mk-dirs_h.o(.text+0x10f): In function `main':
: undefined reference to `ostream::operator<<(char const *)'
mk-dirs_h.o(.text+0x118): In function `main':
: undefined reference to `ostream::operator<<(char const *)'
mk-dirs_h.o(.text+0x121): In function `main':
: undefined reference to `ostream::operator<<(char const *)'
collect2: ld returned 1 exit status
make[2]: *** [mk-dirs_h] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f strtonum.o .libs/strtonum.o
make[2]: Leaving directory `/var/tmp/portage/aspell-0.50.3/work/aspell-0.50.3/co                                                                                                                                   
mmon'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/aspell-0.50.3/work/aspell-0.50.3/co                                                                                                                                   
mmon'
make: *** [all-recursive] Error 1

!!! ERROR: app-text/aspell-0.50.3 failed.
!!! Function src_compile, Line -223, Exitcode 2
!!! (no error message)
Back to top
View user's profile Send private message
scolson
n00b
n00b


Joined: 29 Dec 2002
Posts: 7
Location: Ann Arbor, MI

PostPosted: Mon Dec 30, 2002 5:56 am    Post subject: Re: emerge aspell failed Reply with quote

I also had the following problem:

tgeise wrote:
>>!!! ERROR: app-text/aspell-0.50.3 failed.
>>!!! Function src_compile, Line -223, Exitcode 2
>>!!! (no error message)


It would help if you posted a bit more information such as what USE or compile time options you had in /etc/make.conf--I was using ccache and distcc to try to accelerate my compile processes, but it compiled just fine when I tried to compile it normally using this in my /etc/make.conf:
Code:
#CC="ccache distcc gcc"
CC="gcc"
#CXX="ccache distcc g++"
CXX="g++"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum