Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7676 - gnome-spell-0.4.1-r3 dont emerge
Summary: gnome-spell-0.4.1-r3 dont emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-08 19:06 UTC by p-chan
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p-chan 2002-09-08 19:06:57 UTC
gnome-spell-0.4.1-r3 don't emerge. I have installed aspell-0.50.1 and
aspell-es-0.50.2
This is the code error:

gcc -O3 -mcpu=k6 -march=k6 -pipe -o gnome-spell-component Spell-common.o
Spell-skels.o Spell-stubs.o checker.o control.o dictionary.o preload.o
spell-factory.o -rdynamic  -L/usr/lib -L/usr/X11R6/lib /usr/lib/libbonobo.so
/usr/lib/liboaf.so /usr/lib/libORBitCosNaming.so /usr/lib/libORBit.so
/usr/lib/libIIOP.so /usr/lib/libORBitutil.so /usr/lib/libbonobox.so
/usr/lib/libgal.so /usr/lib/libgnomeprint.so /usr/lib/libfreetype.so
/usr/lib/libglade-gnome.so /usr/lib/libglade.so /usr/lib/libxml.so -lz
/usr/lib/libgnomeui.so /usr/lib/libart_lgpl.so /usr/lib/libgdk_imlib.so -lSM
-lICE /usr/lib/libgdk_pixbuf.so /usr/lib/libgtk.so /usr/lib/libgdk.so
/usr/lib/libgmodule.so -ldl -lXi -lXext -lX11 /usr/lib/libgnomecanvaspixbuf.so
/usr/lib/libgnome.so /usr/lib/libgnomesupport.so /usr/lib/libesd.so
/usr/lib/libasound.so /usr/lib/libaudiofile.so -lm -ldb1 /usr/lib/libglib.so
/usr/lib/libpspell.so -lstdc++
/usr/i586-pc-linux-gnu/bin/ld: warning: libaspell.so.10, needed by
/usr/lib/libpspell.so, not found (try using -rpath or -rpath-link)
dictionary.o: In function `update_manager':
dictionary.o(.text+0x91): undefined reference to `delete_aspell_speller'
dictionary.o(.text+0x9f): undefined reference to `new_aspell_speller'
dictionary.o(.text+0xaa): undefined reference to `aspell_error_number'
dictionary.o(.text+0xc1): undefined reference to `aspell_error_message'
dictionary.o(.text+0xf5): undefined reference to `to_aspell_speller'
dictionary.o: In function `impl_gnome_spell_dictionary_check_word':
dictionary.o(.text+0x1cd): undefined reference to `aspell_speller_check'
dictionary.o(.text+0x1eb): undefined reference to `aspell_speller_error_message'
dictionary.o: In function `impl_gnome_spell_dictionary_get_suggestions':
dictionary.o(.text+0x2ca): undefined reference to `aspell_speller_suggest'
dictionary.o(.text+0x2dc): undefined reference to `aspell_word_list_size'
dictionary.o(.text+0x301): undefined reference to `aspell_word_list_elements'
dictionary.o(.text+0x319): undefined reference to `aspell_string_enumeration_nex
t'
dictionary.o(.text+0x344): undefined reference to `delete_aspell_string_enumerat
ion'
dictionary.o: In function `dictionary_object_init':
dictionary.o(.text+0x5fb): undefined reference to `new_aspell_config'
dictionary.o: In function `impl_gnome_spell_dictionary_set_tag':
dictionary.o(.text+0x6b4): undefined reference to `aspell_config_replace'
dictionary.o: In function `impl_gnome_spell_dictionary_add_word_to_session':
dictionary.o(.text+0x73c): undefined reference to `aspell_speller_add_to_session
'
dictionary.o: In function `impl_gnome_spell_dictionary_add_word_to_personal':
dictionary.o(.text+0x7bc): undefined reference to `aspell_speller_add_to_persona
l'
dictionary.o(.text+0x7c7): undefined reference to `aspell_speller_save_all_word_
lists'
dictionary.o: In function `impl_gnome_spell_dictionary_set_correction':
dictionary.o(.text+0x880): undefined reference to `aspell_speller_store_replacem
ent'
dictionary.o(.text+0x891): undefined reference to `aspell_speller_save_all_word_
lists'
dictionary.o: In function `dictionary_object_destroy':
dictionary.o(.text+0x94b): undefined reference to `delete_aspell_speller'
dictionary.o(.text+0x95e): undefined reference to `delete_aspell_config'
collect2: ld returned 1 exit status
make[2]: *** [gnome-spell-component] Error 1
make[2]: *** Se espera a que terminen otras tareas....
make[2]: Saliendo directorio `/var/tmp/portage/gnome-spell-0.4.1-r3/work/gnome-s
pell-0.4.1/gnome-spell'
make[1]: *** [all-recursive] Error 1
make[1]: Saliendo directorio `/var/tmp/portage/gnome-spell-0.4.1-r3/work/gnome-s
pell-0.4.1'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 6, Exitcode 2
!!! (no error message)
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-09 23:17:21 UTC
try to emerge aspell again and see what happens, please?
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-09 23:17:36 UTC
try to emerge aspell again and see what happens, please?
Comment 3 p-chan 2002-09-10 04:13:22 UTC
emerge aspell aspell-es  [ok]
emerge gnome-spell       [ok]

Thanks! I've tried to emerge aspell, aspell-es and gnome-spell in the same line
and didn't work.