Package: pvm-dev
Version: 3.4.5-7
When using the aimk scirpt to build a PVM binary,
there is the error :
/usr/bin/aimk: line 92: exec: -f: invalid option
exec: usage: exec [-cl] [-a name] file [redirection ...]
(when /bin/sh links to bash)
or
exec: 105: -f: not found
(when /bin/sh links to dash)
The aimk script use the two following commands :
exec $MAKE -f $PVM_ROOT/conf/$PVM_ARCH.def -f $AIMK_SRC/Makefile.aimk
PVM_ARCH=$PVM_ARCH
exec $MAKE -f $PVM_ROOT/conf/$PVM_ARCH.def -f $AIMK_SRC/Makefile.aimk
PVM_ARCH=$PVM_ARCH "$@"
But bash and dash doesn't handle the csh -f flag for exec.
Should'nt the aimk script use
#!/bin/csh
instead of
#!/bin/sh
(ans have a csh dependency)
or not use the -f flag?
I'm using Debian GNU/Linux testing/etch, kernel 2.6.17-2-k7 and libc 2.3.6.
_________________________________________________________________
Windows Live Messenger sur i-modeĀ : dialoguez avec vos amis depuis votre
mobile comme sur PC ! http://mobile.live.fr/messenger/bouygues/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]