Date: Fri, 23 Feb 1996 11:40:43 -0800 From: Scott Blachowicz <scott@statsci.com> To: ports@FreeBSD.ORG Cc: torstenb@FreeBSD.ORG Subject: security/ssh port missing dependency? Message-ID: <199602231940.LAA28203@block.statsci.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602231940.LAA28203>