* [linux-lvm] autoconf/install-sh: not found
@ 2013-01-29 19:13 John Spencer
0 siblings, 0 replies; only message in thread
From: John Spencer @ 2013-01-29 19:13 UTC (permalink / raw)
To: linux-lvm
hi list,
i'm trying to compile lvm .98 on a busybox-1.20.2-based system, and get
these errors:
autoconf/install-sh -c -d locking/; \
set -e; \
FILE=`echo locking/external_locking.d | sed 's/\\//\\\\\\//g;s/\\.d//g'`; \
DEPS=`echo ../make.tmpl ../VERSION ../Makefile
../include/.symlinks_created | sed -e 's/\\//\\\\\\//g'`; \
gcc -MM -I. -I../include -DHAVE_CONFIG_H -DDM_IOCTLS -o
locking/external_locking.d locking/external_locking.c; \
sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g"
locking/external_locking.d; \
[ -s locking/external_locking.d ] || rm -f locking/external_locking.d
/bin/sh: autoconf/install-sh: not found
anyone has an idea what's going on here ?
is autoconf/install-sh intended to be symlinked into some subdirs, or is
there a missing path prefix ?
i suspect there is some portability bug somewhere where gnu-specific
behaviour is assumed (as opposed to POSIX).
best regards,
--JS
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-29 19:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29 19:13 [linux-lvm] autoconf/install-sh: not found John Spencer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.