On Jul 27, 2005, at 3:07 PM, Benjamin Esham wrote:

I'm using fink 0.24.7 with the latest package descriptions from rsync.  I'm having problems when I try to install ispell.  Below is the output from compilation.  Can anyone tell me what the problem is?  Many thanks!

dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-ispell-3.2.06-4 /sw/src/fink.build
dpkg-deb: building package `fink-buildlock-ispell-3.2.06-4' in `/sw/src/fink.build/fink-buildlock-ispell-3.2.06-4_2005.07.27-14.45.54_darwin-powerpc.deb'.
Setting build lock...
dpkg -i /sw/src/fink.build/fink-buildlock-ispell-3.2.06-4_2005.07.27-14.45.54_darwin-powerpc.deb
Selecting previously deselected package fink-buildlock-ispell-3.2.06-4.
(Reading database ... 48510 files and directories currently installed.)
Unpacking fink-buildlock-ispell-3.2.06-4 (from .../fink-buildlock-ispell-3.2.06-4_2005.07.27-14.45.54_darwin-powerpc.deb) ...
Setting up fink-buildlock-ispell-3.2.06-4 (2005.07.27-14.45.54) ...
gzip -dc /sw/src/ispell-3.2.06.tar.gz | /sw/bin/tar -xf -  --no-same-owner --no-same-permissions
sed 's|<PREFIX>|/sw|g' /sw/fink/dists/unstable/main/finkinfo/text/ispell.patch | patch -p1
patching file local.h.samp
Hunk #1 succeeded at 113 (offset 12 lines).
patching file Makefile
Hunk #1 succeeded at 258 (offset 12 lines).
patching file config.X
cp local.h.samp local.h
(export TMPDIR=/tmp; make config.sh; cp config.sh config.sh.BUILD; sed 's|/sw|/sw/src/fink.build/root-ispell-3.2.06-4/sw|g' < config.sh.BUILD > config.sh.INSTALL; make)
set +vx; \
for var in BINDIR CC CFLAGS COUNTSUFFIX DEFDICT DEFHASH DEFLANG \
  HASHSUFFIX INSTALL \
  LANGUAGES LIBDIR LIBES LINT LINTFLAGS \
  MAKE_SORTTMP MAN1DIR MAN1EXT MAN4DIR MAN4EXT MASTERHASH \
  MSGLANG REGLIB STATSUFFIX \
  TERMLIB YACC \
  ; do \
    cat config.X local.h \
      | sed -n -e "s/^#define[  ]*$var[         ]*"'"'"/$var=/p" \
      | sed -e 's/".*$/'"'/" -e "s/=/='/" \
      | tail -1; \
  done > config.sh; \
echo 'case "$MAKE_SORTTMP" in "") \
  SORTTMP="-e /!!SORTTMP!!/s/=.*$/=/";; *) SORTTMP=;; esac' \
  >> config.sh
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
cp config.X config.h
chmod u+w config.h
echo '' >> config.h
echo '/* AUTOMATICALLY-GENERATED SYMBOLS */' >> config.h
cat local.h config.X \
  | egrep '^#define[    ]*SIGNAL_TYPE' \
  | sed -e 's/TYPE[     ]*/TYPE_STRING "/' -e 's/$/"/' -e 1q \
  >> config.h
cat local.h config.X \
  | egrep '^#define[    ]*MASKTYPE' \
  | sed -e 's/TYPE[     ]*/TYPE_STRING "/' -e 's/$/"/' -e 1q \
  >> config.h
+ rm -f msgs.h
+ ln languages/english/msgs.h msgs.h
+ -c buildhash.c
/bin/sh: line 1: -c: command not found
make: *** [buildhash.o] Error 127
### execution of (export failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-ispell-3.2.06-4
(Reading database ... 48511 files and directories currently installed.)
Removing fink-buildlock-ispell-3.2.06-4 ...
Failed: phase compiling: ispell-3.2.06-4 failed

-- 
Benjamin D. Esham
[EMAIL PROTECTED]   |   http://bdesham.net   |   AIM: bdesham128
* Still using Internet Explorer?  Firefox is newer, more secure,
and has features like tabbed browsing. http://www.getfirefox.com




I had a similar problem with another package with "head" rather than "tail".  Do you happen to have the "textutils" package installed?  If so remove it.


--

Alexander Hansen

Fink Documentarian

[Day Job] Levitated Dipole Experiment

http://psfcwww2.psfc.mit.edu/ldx/



Reply via email to