Hi, I did a CVS checkout this morning to patch sftp.c for Jon Grant's recent sftp request, but there seems to be an install problem on Mac OS X 10.5.6 possibly caused by recent changes to configure.ac. For example (most output pruned): % ident configure.ac configure.ac: $Id: configure.ac,v 1.419 2009/03/18 18:25:02 tim Exp $ $Revision: 1.419 $ % autoreconf % ./configure % make gcc -o sftp progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o -L. -Lopenbsd-compat/ -fstack-protector-all -lssh -lopenbsd-compat -lcrypto -lz % sudo make install Password: if test ! -z ""; then \ /opt/local/bin/perl5 ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) make[1]: Nothing to be done for `all'. (cd scard && make DESTDIR= install) make[1]: *** No rule to make target `Ssh.bin', needed by `install'. Stop. make: *** [scard-install] Error 2 ... This strikes me as odd since I did not ask for scard stuff. Installing the official openssh-5.2p1 release with a patched sftp.c works as expected. Any ideas for an install error fix? Thanks, Jeff -- J.A. Neitzel V6 Thompson Shell Port - http://v6shell.org/
J.A. Neitzel wrote:> Hi, > > I did a CVS checkout this morning to patch sftp.c for Jon Grant's > recent sftp request, but there seems to be an install problem on > Mac OS X 10.5.6 possibly caused by recent changes to configure.ac.[...]> make[1]: *** No rule to make target `Ssh.bin', needed by `install'. Stop. > make: *** [scard-install] Error 2 > > ... > This strikes me as odd since I did not ask for scard stuff.It's part of the package (as a uuencoded file).> Installing the official openssh-5.2p1 release with a patched sftp.c > works as expected. > > Any ideas for an install error fix?make -f Makefile.in distprep -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Darren Tucker wrote:> J.A. Neitzel wrote: > > Hi, > > > > I did a CVS checkout this morning to patch sftp.c for Jon Grant's > > recent sftp request, but there seems to be an install problem on > > Mac OS X 10.5.6 possibly caused by recent changes to configure.ac. > [...] > > make[1]: *** No rule to make target `Ssh.bin', needed by `install'. Stop. > > make: *** [scard-install] Error 2 > > > > ... > > This strikes me as odd since I did not ask for scard stuff. > > It's part of the package (as a uuencoded file). > > > Installing the official openssh-5.2p1 release with a patched sftp.c > > works as expected. > > > > Any ideas for an install error fix? > > make -f Makefile.in distprepThanks, that did the trick. -- J.A. Neitzel V6 Thompson Shell Port - http://v6shell.org/