From owner-freebsd-ports Fri Feb 23 11:41:30 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02257 for ports-outgoing; Fri, 23 Feb 1996 11:41:30 -0800 (PST) Received: from main.statsci.com (main.statsci.com [198.145.127.110]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA02249 Fri, 23 Feb 1996 11:41:25 -0800 (PST) Received: from block.statsci.com by main.statsci.com with smtp (Smail3.1.29.1 #3) id m0tq3MG-000r3uC; Fri, 23 Feb 96 11:40 PST Received: from localhost (localhost [127.0.0.1]) by block.statsci.com (8.6.12/8.6.9) with SMTP id LAA28203; Fri, 23 Feb 1996 11:40:46 -0800 Message-Id: <199602231940.LAA28203@block.statsci.com> To: ports@FreeBSD.ORG cc: torstenb@FreeBSD.ORG Subject: security/ssh port missing dependency? Date: Fri, 23 Feb 1996 11:40:43 -0800 From: Scott Blachowicz Sender: owner-ports@FreeBSD.ORG Precedence: bulk Hi- I was curious about it, so I just tried doing a 'make' (with USA_RESIDENT=YES) in that port and ended up with the following errors: ===> Building for ssh-1.2.13 cc -pipe -c -I. -I/usr/include -I/usr/local/include -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/local/etc/ssh_config\" -DSERVER_CONFIG_FILE=\"/usr/local/etc/sshd_config\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DETCDIR=\"/usr/local/etc\" -DPIDDIR=\"/var/run\" -DBINDIR=\"/usr/local/bin\" -O ssh.c In file included from ssh.c:82: ssh.h:77: gmp.h: No such file or directory In file included from ssh.h:78, from ssh.c:82: rsa.h:32: gmp.h: No such file or directory In file included from ssh.c:83: packet.h:36: gmp.h: No such file or directory In file included from ssh.h:78, from ssh.c:82: rsa.h:38: parse error before `MP_INT' rsa.h:38: warning: no semicolon at end of struct or union rsa.h:39: warning: data definition has no type or storage class rsa.h:40: warning: data definition has no type or storage class ...etc... Any clues as to what 'gmp.h' is and where I might find it and why it doesn't exist? Is there a missing BUILD_DEPENDS from this port? Ahh...as I was composing this, my 'find' actually found something...looks like a ssh/work/ssh-1.2.13/gmp-1.3.2 directory is there. Looks like the Makefile in ssh-1.2.13 has some variables called GMPINCDIR (=/usr/include) & GMPLIBDIR (=/usr/lib) that could be adjusted to the subdirectory? or maybe gmp-1.3.2 should be a separate port that is in something_DEPENDS? Scott Blachowicz Ph: 206/283-8802x240 Mathsoft (Data Analysis Products Div) 1700 Westlake Ave N #500 scott@statsci.com Seattle, WA USA 98109 Scott.Blachowicz@seaslug.org