Daniel Macks wrote:
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5781/10.4-transitional/unstable/main/finkinfo/text

Modified Files:
ispell.patch Log Message:
More robust version of tail

If you want to make this package compile in the presence of fink textutils, you need to change more than just the 'tail' command. The 'sort' command is in the same boat: The ispell package uses the old options with naked integers, resulting in

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
[and so on]
test -s english.med+ \
  ||  (echo 'error: zero-length dictionary generated'; \
    rm -f english.med+; exit 1)
error: zero-length dictionary generated
make[4]: *** [english.med+] Error 1

--
Martin





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to