Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

gaim problems

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
11 posts • Page 1 of 1
Author
Message
grepcomputers
Guru
Guru
Posts: 375
Joined: Tue Sep 16, 2003 10:25 pm
Contact:
Contact grepcomputers
Website

gaim problems

  • Quote

Post by grepcomputers » Fri Sep 26, 2003 1:16 am

I cheated and used the GRP.

After I do "emerge -k gaim", and then try to run gaim, I get this error:
"gaim: error while loading shared libraries: libpspell.so.15: cannot open shared object file: No such file or directory"

I did an emerge rsync and got this error during "emerge gaim":
"!!! ERROR net-im/gaim-0.66-r3 failed
!!! Function src_compile Line 53, Exitcode 2
!!! Make failed"

I'm wondering if one of my emerges wrote over the version of libpspell that gaim needed...

any ideas?

thanks...
...grep
Top
ragnoroc
n00b
n00b
Posts: 49
Joined: Thu May 08, 2003 3:24 pm
Location: Columbus, OH

  • Quote

Post by ragnoroc » Fri Sep 26, 2003 5:47 am

Someone had a problem like this the other day. Check the gaim dependencies and emerge the spelling packages by themselves.

This should fix any missing library problems.
Top
grepcomputers
Guru
Guru
Posts: 375
Joined: Tue Sep 16, 2003 10:25 pm
Contact:
Contact grepcomputers
Website

  • Quote

Post by grepcomputers » Fri Sep 26, 2003 7:38 pm

I unmerged GAIM and gtkspell (the spelling library). Then I tried to install gtkspell (emerge gtkspell) and I get this error:

!!! ERROR: app-text/gtkspell-2.0.2 failed.
!!! Function src_compile, Line 20, Exitcode 2
!!! compile failure

emerge -k gtkspell works (which is wierd, because as far as I can see, they are the same versions, one is just precompiled). However, trying to run gaim gets this error:

gaim: error while loading shared libraries: libpspell.so.15: cannot open shared object file: No such file or directory

and if I unmerge all and emerge gaim, which emerges gtkspell, I get the same error during the gtkspell install.

argh...

cheers...
...grep
Top
grepcomputers
Guru
Guru
Posts: 375
Joined: Tue Sep 16, 2003 10:25 pm
Contact:
Contact grepcomputers
Website

  • Quote

Post by grepcomputers » Sat Sep 27, 2003 3:19 am

I unmerged gaim, and forced an emerge of gaim-0.68-rev2. now it works. however, I get this wierd problem...

I open a window to send and all is good. But if I open another one (ie, another tab), I can no longer type in the message boxes. or select text. but if I remove focus and then restore it, all works again...

cheers...
...grep
Top
phos2k
n00b
n00b
User avatar
Posts: 24
Joined: Thu Oct 03, 2002 10:02 pm
Location: Milwaukee, Wisconsin

  • Quote

Post by phos2k » Sat Sep 27, 2003 11:26 pm

I had the same exact problem I unmerged gaim then
'emerge aspell gtkspell gaim'
and it worked

just trying to emerge gtkspell on its own gave me the same error it needs aspell first
Top
TexAgg01
n00b
n00b
Posts: 2
Joined: Wed Sep 24, 2003 8:31 pm

  • Quote

Post by TexAgg01 » Wed Oct 08, 2003 2:14 am

Thank you so much for helping me out (without knowing it)!!

I've been looking everywhere trying to find a fix to my problem. This took care of it.

Thanks!
Top
concorde
n00b
n00b
User avatar
Posts: 5
Joined: Sat May 03, 2003 7:13 pm
Contact:
Contact concorde
Website

This worked

  • Quote

Post by concorde » Sun Oct 12, 2003 7:44 pm

emerge aspell gtkspell gaim
indeed did the trick

Thnx!
Top
Lorijho
n00b
n00b
User avatar
Posts: 38
Joined: Tue Jul 22, 2003 2:17 pm
Location: Luxembourg

  • Quote

Post by Lorijho » Tue Nov 25, 2003 7:40 pm

Hi to all,

same error for me

Code: Select all

../libtool: line 1: s%^.*/%%: No such file or directory
../libtool: line 1: s%^.*/%%: No such file or directory

../libtool: line 1: -e: command not found
: compile: cannot determine name of library object from `'
make[2]: *** [gtkspell.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
: compile: cannot determine name of library object from `'
make[2]: *** [deprecated.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/gtkspell-2.0.4-r1/work/gtkspell-2.0.4/gtkspell'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtkspell-2.0.4-r1/work/gtkspell-2.0.4'
make: *** [all-recursive-am] Error 2

!!! ERROR: app-text/gtkspell-2.0.4-r1 failed.
!!! Function src_compile, Line 45, Exitcode 2
!!! compile failure
Top
Lorijho
n00b
n00b
User avatar
Posts: 38
Joined: Tue Jul 22, 2003 2:17 pm
Location: Luxembourg

  • Quote

Post by Lorijho » Tue Nov 25, 2003 7:51 pm

the 'emerge aspell gtkspell gaim' did NOT do the trick for me

It still breaks on the gtkspell compilation !
Top
cn73
Tux's lil' helper
Tux's lil' helper
Posts: 120
Joined: Thu Nov 20, 2003 9:18 am
Location: Italy
Contact:
Contact cn73
Website

  • Quote

Post by cn73 » Sat Dec 06, 2003 1:13 pm

phos2k wrote:I had the same exact problem I unmerged gaim then
'emerge aspell gtkspell gaim'
and it worked

just trying to emerge gtkspell on its own gave me the same error it needs aspell first
thxs, now it works!
Top
SaadatSaeed
n00b
n00b
Posts: 14
Joined: Sat Dec 13, 2003 2:18 pm

'emerge aspell gtkspell gaim'

  • Quote

Post by SaadatSaeed » Sat Dec 13, 2003 3:43 pm

yes 'emerge aspell gtkspell gaim' worked for me - however I am unable to use msn....
-----------------------------------------
-----------------------------------------
-- Ride the Elephant --
-----------------------------------------
-----------------------------------------
Top
Post Reply

11 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic