[opensuse-factory] 10.3 Beta3 cp problem
I don't understand what is happening, it's just this one program that seems to complain, install-sh looks like any other. ============================================= #!/bin/sh # install - install a program, script, or datafile scriptversion=2005-02-02.21 <STUFF DELETED> # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit="${DOITPROG-}" # put in absolute paths if you don't have them in your path; or use env. vars. mvprog="${MVPROG-mv}" cpprog="${CPPROG-cp}" chmodprog="${CHMODPROG-chmod}" chownprog="${CHOWNPROG-chown}" chgrpprog="${CHGRPPROG-chgrp}" stripprog="${STRIPPROG-strip}" rmprog="${RMPROG-rm}" mkdirprog="${MKDIRPROG-mkdir}" chmodcmd="$chmodprog 0755" chowncmd= chgrpcmd= stripcmd= rmcmd="$rmprog -f" mvcmd="$mvprog" src= dst= dir_arg= dstarg= no_target_directory= =========================== bumble:/ftp/SEP07/hamlib-1.2.7cvs # ./install-sh -c -m 644 /ftp/SEP07/hamlib-1.2.7cvs/include/hamlib/rig.h /usr/include/hamlib/rig.h cp: missing destination file operand after `/ftp/SEP07/hamlib-1.2.7cvs/include/hamlib/rig.h' Try `cp --help' for more information. ----------------------------------------------------------------- bumble:/ftp/SEP07/hamlib-1.2.7cvs # make install Making install in macros make[1]: Entering directory `/ftp/SEP07/hamlib-1.2.7cvs/macros' make[2]: Entering directory `/ftp/SEP07/hamlib-1.2.7cvs/macros' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/ftp/SEP07/hamlib-1.2.7cvs/macros' make[1]: Leaving directory `/ftp/SEP07/hamlib-1.2.7cvs/macros' Making install in include make[1]: Entering directory `/ftp/SEP07/hamlib-1.2.7cvs/include' make[2]: Entering directory `/ftp/SEP07/hamlib-1.2.7cvs/include' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/include" || mkdir -p -- "/usr/include" /ftp/SEP07/hamlib-1.2.7cvs/install-sh -c -m 644 'hamlib/rig.h' '/usr/include/hamlib/rig.h' cp: missing destination file operand after `hamlib/rig.h' Try `cp --help' for more information. /ftp/SEP07/hamlib-1.2.7cvs/install-sh -c -m 644 'hamlib/riglist.h' '/usr/include/hamlib/riglist.h' cp: missing destination file operand after `hamlib/riglist.h' Try `cp --help' for more information. /ftp/SEP07/hamlib-1.2.7cvs/install-sh -c -m 644 'hamlib/rig_dll.h' '/usr/include/hamlib/rig_dll.h' cp: missing destination file operand after `hamlib/rig_dll.h' Try `cp --help' for more information. /ftp/SEP07/hamlib-1.2.7cvs/install-sh -c -m 644 'hamlib/rotator.h' '/usr/include/hamlib/rotator.h' cp: missing destination file operand after `hamlib/rotator.h' Try `cp --help' for more information. /ftp/SEP07/hamlib-1.2.7cvs/install-sh -c -m 644 'hamlib/rotlist.h' '/usr/include/hamlib/rotlist.h' cp: missing destination file operand after `hamlib/rotlist.h' Try `cp --help' for more information. /ftp/SEP07/hamlib-1.2.7cvs/install-sh -c -m 644 'hamlib/rigclass.h' '/usr/include/hamlib/rigclass.h' cp: missing destination file operand after `hamlib/rigclass.h' Try `cp --help' for more information. /ftp/SEP07/hamlib-1.2.7cvs/install-sh -c -m 644 'hamlib/rotclass.h' '/usr/include/hamlib/rotclass.h' cp: missing destination file operand after `hamlib/rotclass.h' Try `cp --help' for more information. make[2]: *** [install-nobase_includeHEADERS] Error 1 make[2]: Leaving directory `/ftp/SEP07/hamlib-1.2.7cvs/include' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/ftp/SEP07/hamlib-1.2.7cvs/include' make: *** [install-recursive] Error 1 bumble:/ftp/SEP07/hamlib-1.2.7cvs # What's up here? Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (1)
-
Sid Boyce