Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6773

Summary: aspell fails to merge
Product: Gentoo Linux Reporter: johnathan spectre <jspectre>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: pau
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description johnathan spectre 2002-08-20 08:49:42 UTC
emerge aspell fails with the following:

cat english-*.10 english-*.20 english-*.35 english-*.50 \
            english-*.60 english-*.65 \
    special-*.35 special-*.50 \
| $bd/src/aspell --lang=english \
  create master $bd/data/english-med-only
cd ../; bd=`pwd`; cd scowl/final; \
cat american-*.10 american-*.20 american-*.35 american-*.50 \
            american-*.60 american-*.65 \
| $bd/src/aspell --lang=english \
  create master $bd/data/american-med-only
cat: write error: Broken pipe
make[2]: *** [american-med-only] Error 134
make[2]: *** Waiting for unfinished jobs....
cat: write error: Broken pipe
make[2]: *** [english-med-only] Error 134
make[2]: Leaving directory
`/var/tmp/portage/aspell-0.33.7.1-r1/work/aspell-.33.7.1/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/aspell-0.33.7.1-r1/work/aspell-.33.7.1'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 46, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/app-text/aspell/aspell-0.33.7.1-r1.ebuild .
Comment 1 Arun Thomas (RETIRED) gentoo-dev 2002-08-20 23:58:21 UTC
This is a duplicate of bug 5454: http://bugs.gentoo.org/show_bug.cgi?id=5454
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-22 21:30:50 UTC

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