On 2/1/07, Ben Abbott <[EMAIL PROTECTED]> wrote: > I tried > > fink install ispell > > and ended up with > > <snip> > Collecting input. > sort: invalid option -- 1 > Try `sort --help' for more information. > ../../munchlist: line 427: 6619 Broken pipe cat "$@" > 6620 | $ISPELL "$wchars" -e1 -d $FAKEHASH -p > /dev/null > 6621 | tr " " ' > ' > Finding flag marker. > Generating roots and affixes. > sort: invalid option -- 1 > Try `sort --help' for more information. > Expanding dictionary into EXPANDEDPAIRS. > sort: open failed: +1: No such file or directory > Creating list of legal roots/flags. > sort: invalid option -- 1 > Try `sort --help' for more information. > Creating list of flags that participate in cross-products. > [...] > Failed: phase compiling: ispell-3.2.06-4 failed > <snip> > > A selfupdate did not change the result, so I did a > > sudo mv /sw/bin/sort /sw/bin/sort.bak > > after which the install of ispell went fine > > My Fink version is 0.24.26 > > I'm on Tiger 10.4.8 for PPC > > Comments anyone? > >
The package relies on 'sort' to take flags that are available from the built-in 'sort' but not in that provided by Fink's fileutils or coreutils-default packages. Removing whichever of the latter you have installed would provide a cleaner solution. The version of ispell in the unstable tree doesn't suffer from this problem--I'll cc the maintainer. -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
