Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2000 07:01:28 +0900 (JST)
From:      issei@jp.FreeBSD.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17937: ssh2 install fails
Message-ID:  <200004112201.HAA19970@tole.issei.org>

next in thread | raw e-mail | index | archive | help

>Number:         17937
>Category:       ports
>Synopsis:       security/ssh2 install fails.
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 11 15:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Issei Suzuki
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Individual
>Environment:

	

>Description:

	security/ssh2 install fails with the following message.

===>   Generating temporary packing list
/bin/mv -f /usr/local/man/man1/ssh.1 /usr/local/man/man1/ssh.old.1
/bin/mv -f /usr/local/man/man1/ssh-keygen.1
/usr/local/man/man1/ssh-keygen.old.1
/bin/mv -f /usr/local/man/man1/ssh-add.1 /usr/local/man/man1/ssh-add.old.1
/bin/mv -f /usr/local/man/man1/ssh-agent.1
/usr/local/man/man1/ssh-agent.old.1
/bin/mv -f /usr/local/man/man1/scp.1 /usr/local/man/man1/scp.old.1
/bin/mv -f /usr/local/man/man8/sshd.8 /usr/local/man/man8/sshd.old.8
/bin/mkdir -p /usr/local/share/doc/ssh2
install -c -o root -g wheel -m 444
/usr/ports/security/ssh2/work/ssh-2.0.13/CHANGES /usr/local/share/doc/ssh2
install -c -o root -g wheel -m 444
/usr/ports/security/ssh2/work/ssh-2.0.13/LICENSING
/usr/local/share/doc/ssh2
install -c -o root -g wheel -m 444
/usr/ports/security/ssh2/work/ssh-2.0.13/README /usr/local/share/doc/ssh2
Syntax error: end of file unexpected (expecting "fi")


>How-To-Repeat:

	# make install

>Fix:

	Apply the following patch, which is submitted by Martin Minkus
<diskiller@borg-cube.com> to me.


diff -urN ssh2.old/Makefile ssh2/Makefile
--- ssh2.old/Makefile	Wed Apr 12 06:52:14 2000
+++ ssh2/Makefile	Wed Apr 12 06:52:20 2000
@@ -102,7 +102,7 @@
 	@if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \
 		${ECHO} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \
 		${SED} -e 's+!!PREFIX!!+${PREFIX}+' < ${FILESDIR}/sshd.sh \
-			> ${PREFIX}/etc/rc.d/sshd.sh
+			> ${PREFIX}/etc/rc.d/sshd.sh ; \
 		${CHMOD} 751 ${PREFIX}/etc/rc.d/sshd.sh; \
 	fi
 

>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?200004112201.HAA19970>