Date: Sun, 25 Jun 2000 07:03:30 -0700 (PDT) From: carlo@nospam.alinoe.com To: freebsd-gnats-submit@FreeBSD.org Subject: ports/19498: ssh (1) instal fails Message-ID: <20000625140330.9D07D37B618@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 19498 >Category: ports >Synopsis: ssh (1) instal fails >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 07:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Carlo Wood >Release: RELENG_4_0_0_RELEASE >Organization: >Environment: FreeBSD node1500a.a2000.nl 4.0-RELEASE FreeBSD 4.0-RELEASE #3: Sat Jun 24 23:21:11 CEST 2000 root@node1500a.a2000.nl:/usr/src/sys/compile/JOLAN i386 >Description: Install of /usr/ports/security/ssh fails if ssh2 is installed first. During 'make install' the following error occurs: ===> Generating temporary packing list Generating a secret host key... illegal option -- f Usage: ssh-keygen [options] [key1 key2 ...] Where `options' are: -b nnn Specify key strength in bits (e.g. 1024) -t dsa Choose the key type (only dsa available). ... etc. No error is reported further. The reason is obviously that ssh-keygen is a hardlink to ssh-keygen2 at that moment. >How-To-Repeat: Freshly install freebsd 4.0-release on a new machine/harddisk ;) Then first do a 'make all' 'make install' in /usr/ports/security/ssh2 and THEN in /usr/ports/security/ssh. >Fix: Patch(?) ports/security/ssh to not use any executable that doesn't end on a '1'. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000625140330.9D07D37B618>