Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1807 - ispell-de ebuild is broken
Summary: ispell-de ebuild is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tod M. Neidt (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-15 14:54 UTC by Bartosch Pixa (RETIRED)
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 Bartosch Pixa (RETIRED) gentoo-dev 2002-04-15 14:54:15 UTC
trying to emerge ispell de breaks:

# emerge ispell-de
Calculating dependencies ...done!
>>> emerge app-i18n/ispell-de-20001109 to /
>>> md5 ;-) igerman98-20001109.tar.bz2
>>> Unpacking source...
>>> Unpacking igerman98-20001109.tar.bz2
>>> Source unpacked.
cd dicts; find . -name "*.sq" |while read i; do unsq < $i > `basename $i .sq` &&
rm $i; done
/bin/sh: unsq: command not found
/bin/sh: unsq: command not found
/bin/sh: unsq: command not found
...
/bin/sh: unsq: command not found
make: *** [unpack] Error 127

!!! ERROR: the make command did not complete successfully.
!!! ("make")
!!! Since this is a critical task, ebuild will be stopped.

!!! emerge aborting on  /usr/portage/app-i18n/ispell-de/ispell-de-20001109.ebuild .
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-15 18:01:52 UTC
tod,

More spell stuff :(  I'll work with you on this one, if you'd like.  It seems
from a cursory examination at rpmfind.net that unsq and sq are provided by the
ispell package.  Even though I have ispell installed here, I do not have those
two, so perhaps the real culprit is ispell?
Comment 2 Tod M. Neidt (RETIRED) gentoo-dev 2002-04-16 10:09:35 UTC
Hmmm...

Although the ebuild is stale and needs a syntax updating, I just succesfully
merged ispell-de.

I have unsq in /usr/bin/unsq

A 'qpkg -f /usr/bin/unsq' results in ispell-3.1.20-r1, so this WORKSFORME.

Try remerging ispell, then ispell-de.
Comment 3 Bartosch Pixa (RETIRED) gentoo-dev 2002-04-16 11:04:15 UTC
just did a emerge ispell ispell-de, but ispell didn't install unsq so ispell-de
couldn't emerge.

installed ispell: ispell-3.2.06-r1

qpkf -l ispell :

app-text/ispell-3.2.06-r1 *
CONTENTS:
/usr
/usr/bin
/usr/bin/ispell
/usr/bin/deformat-c
/usr/bin/deformat-sh
/usr/bin/buildhash
/usr/bin/icombine
/usr/bin/ijoin
/usr/bin/munchlist
/usr/bin/findaffix
/usr/bin/tryaffix
/usr/lib
/usr/lib/ispell
/usr/lib/ispell/americanmed.hash
/usr/lib/ispell/american.hash
/usr/lib/ispell/english.aff
/usr/lib/ispell/britishmed.hash
/usr/lib/ispell/british.hash
/usr/lib/ispell/english.hash
/usr/share
/usr/share/info
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/buildhash.1.gz
/usr/share/man/man1/findaffix.1.gz
/usr/share/man/man1/ispell.1.gz
/usr/share/man/man1/munchlist.1.gz
/usr/share/man/man1/tryaffix.1.gz
/usr/share/man/man5
/usr/share/man/man5/english.5.gz
/usr/share/man/man5/ispell.5.gz
/usr/share/doc
/usr/share/doc/ispell-3.2.06-r1
/usr/share/doc/ispell-3.2.06-r1/Contributors.gz
/usr/share/doc/ispell-3.2.06-r1/README.gz
/usr/share/doc/ispell-3.2.06-r1/WISHES.gz
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-16 13:44:30 UTC
I have masked out ispell-3.2.06 blah, because it seems completely b0rked.  The
sq and unseq are nowhere to be found. No man pages, nothing in the source tarball.
Comment 5 Tod M. Neidt (RETIRED) gentoo-dev 2002-04-16 18:14:39 UTC
Hi!

The changelog in the comments of the Makekit file says the sq and unsq etc for
foreign language were removed on purpose. Need to find out what they were
replaced with.
Comment 6 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-11 04:16:57 UTC
the -r2 ebuild of ispell sorts out the ridiculous sq and unsq omissions from
upstream, so ispell-de should now work out of the box, along with all the other
ispell dictionaries which require them.