Gentoo Archives: gentoo-dev

From: "Tod M. Neidt" <tod@g.o>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Help! @#$%!& aspell
Date: Wed, 30 Jan 2002 11:56:16
Message-Id: 1012413326.13523.22.camel@silica.localmosci
1 Hi!
2
3 aspell (the "Something Wicked This Way Comes" version )is giving me
4 fits. Rather than shoot myself in the head, I will swallow my pride and
5 bare my ass to the world by <gasp> asking for help. Maybe the solution
6 is painfully (to me) obvious to someone else.
7
8 Everything goes smoothly merging with the ebuild, until the build enters
9 the data subdir where it promptly bombs with a "cat broken pipe" error.
10 A .manual /configure, make sequence also bombs, but with a error 134.
11
12 The ebuild is fairly straight forward, just patching the tarball with
13 the lastest upstream patch, and enabling a doc-dir configure flag. I'll
14 attach my working (or more appropriately non-working) ebuild.
15
16 Below is a snippet from the offending data/Makefile. There are multiple
17 section in the ebuild just like this one.
18
19 Very humbly,
20
21 tod
22
23
24 ******snip aspell-.33.7.1/data/Makefile ******************
25 english-med-only:
26 cd ../; bd=`pwd`; cd scowl/final; \
27 cat english-*.10 english-*.20 english-*.35 english-*.50 \
28 english-*.60 english-*.65 \
29 special-*.35 special-*.50 \
30 | $$bd/src/aspell --lang=english \
31 create master $$bd/data/english-med-only
32
33 ********end snip************************************************

Attachments

File name MIME type
aspell-0.33.7.1-r1.ebuild text/plain