Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41019 - configure: error: gnome-spell cannot be built without aspell library
Summary: configure: error: gnome-spell cannot be built without aspell library
Status: RESOLVED DUPLICATE of bug 16365
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
: 30946 34991 43864 45707 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-09 14:27 UTC by re-vax
Modified: 2005-10-07 08:58 UTC (History)
5 users (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 re-vax 2004-02-09 14:27:04 UTC
When I try to emerge world :), I get this error

>>> emerge (57 of 148) app-text/gnome-spell-1.0.5 to /

...

>>> Unpacking source...
>>> Unpacking gnome-spell-1.0.5.tar.bz2 to /var/tmp/portage/gnome-spell-1.0.5/work

...

at the end:

./configure: line 1: aspell: command not found
checking for new_aspell_config in -laspell... no
configure: error: gnome-spell cannot be built without aspell library
 
!!! ERROR: app-text/gnome-spell-1.0.5 failed.
!!! Function econf, Line 365, Exitcode 1
!!! econf failed

I think there is a little problem in dependencie calculation.


Reproducible: Always
Steps to Reproduce:
Not tested but...

Actual Results:  
the "emerge world" has stop.
i have done "emerge aspell"
then "emerge world" one again and no more problem :)



Portage 2.0.50 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.22-gentoo-r5)
=================================================================
System uname: 2.4.22-gentoo-r5 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.4.3.10
Autoconf: sys-devel/autoconf-2.58
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib acpi alsa apm arts avi berkdb bonobo cdr crypt cups directfb
dvd encode esd flac foomaticdb gd gdbm gif gnome gpm gtk gtk2 imlib java jpeg
kde ldap libg++ libwww mad mikmod mmx motif mozilla mpeg mysql ncurses nls
oggvorbis opengl oss pam pdflib perl png postgres python qt quicktime readline
samba scanner sdl slang speex spell ssl svga tcltk tcpd truetype unicode usb
videos wxwindows x86 xml xml2 xmms xosd xv zlib"
Comment 1 Spider (RETIRED) gentoo-dev 2004-02-09 16:47:55 UTC
could you please attach the output of :
emerge -vp virtual/aspell-dict
emerge -vp aspell
qpkg -v -l aspell
Comment 2 foser (RETIRED) gentoo-dev 2004-03-06 05:24:27 UTC
*** Bug 43864 has been marked as a duplicate of this bug. ***
Comment 3 foser (RETIRED) gentoo-dev 2004-03-06 05:27:43 UTC
portage devs, do you guys have any clue how this could happen. The deps always seem correct in all of these reports, it has todo something with the virtuals ?

Another problem in this category : http://bugs.gentoo.org/show_bug.cgi?id=34991
Comment 4 foser (RETIRED) gentoo-dev 2004-03-14 11:25:17 UTC
*** Bug 34991 has been marked as a duplicate of this bug. ***
Comment 5 foser (RETIRED) gentoo-dev 2004-03-14 11:26:20 UTC
@portage devs : another request to have a look at this issue. The deps are correct in all these cases.
Comment 6 foser (RETIRED) gentoo-dev 2004-03-26 09:11:59 UTC
*** Bug 45707 has been marked as a duplicate of this bug. ***
Comment 7 Don Seiler (RETIRED) gentoo-dev 2004-04-09 10:57:05 UTC
I think Bug 30946 might be the same case.  It seemed to only break for new installs.  foser pointed this out to me.  Should I mark mine as a duplicate?
Comment 8 Don Seiler (RETIRED) gentoo-dev 2004-04-27 11:26:36 UTC
*** Bug 30946 has been marked as a duplicate of this bug. ***
Comment 9 Derryth 2004-05-04 09:20:24 UTC
I'm not a dev but I had a similar problem and decided to investigate (the one in bug 30946). Gnome-spell or gtkspell requires enchant (I had 1.1.3 installed). In the enchant ebuild I saw that to build and run enchant you need aspell OR ispell OR hspell (|| ( virtual/aspell-dict app-text/ispell app-text/hspell )). But gtkspell an I assume gnome-spell wants aspell not ispell that satisfied enchant for me. So this is the problem in my case.
Comment 10 foser (RETIRED) gentoo-dev 2004-05-04 10:46:39 UTC
right, that is a mistake that could explain some of these reports. We didn't run autoconf for gtkspell, so the configure.in fixed didn't get propagated. I'll fix this now.

But this is not the case with gnome-spell (the initial bugreport is on a version that doesn't use enchant).
Comment 11 Jason Stubbs (RETIRED) gentoo-dev 2005-10-07 08:58:24 UTC

*** This bug has been marked as a duplicate of 16365 ***