Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 1998 14:39:07 -0800 (PST)
From:      Jin Guojun (FTG staff) <jin@eubie.lbl.gov>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9019: ports/security/ssh	broken
Message-ID:  <199812082239.OAA19349@eubie.lbl.gov>

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

>Number:         9019
>Category:       ports
>Synopsis:       ports/security/ssh	broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec  8 15:00:00 PST 1998
>Last-Modified:
>Originator:     Jin Guojun (FTG staff)
>Organization:
>Release:        FreeBSD 2.2.8-RELEASE i386
>Environment:

	FreeBSD 2.2.8-RELEASE ports only

>Description:

	1) ports/security/ssh/Makefile fails to fetch rsaref2
	2) it fails to compile rsaglue.c

>How-To-Repeat:

	get ports/security/ssh from ports.tgz
	setenv USA_RESIDENT YES
	make

......

cc -pipe -c -I.  -I../../../rsaref/work -I.//usr/include -I.//usr/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/ssh1\" -DETCDIR=\"/usr/local/etc\" -DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\" -DTIS_MAP_FILE=\"/usr/local/etc/sshd_tis.map\" -O -I/usr/X11R6/include rsaglue.c
rsaglue.c:74: source/global.h: No such file or directory
rsaglue.c:75: source/rsaref.h: No such file or directory
rsaglue.c:93: parse error before `*'
rsaglue.c: In function `rsaref_public_key':
rsaglue.c:95: `rsa' undeclared (first use this function)
rsaglue.c:95: (Each undeclared identifier is reported only once
rsaglue.c:95: for each function it appears in.)
rsaglue.c:95: `key' undeclared (first use this function)
rsaglue.c:96: `MAX_RSA_MODULUS_LEN' undeclared (first use this function)
rsaglue.c: At top level:
rsaglue.c:104: parse error before `*'
rsaglue.c: In function `rsaref_private_key':
rsaglue.c:107: `rsa' undeclared (first use this function)
rsaglue.c:107: `key' undeclared (first use this function)
rsaglue.c:108: `MAX_RSA_MODULUS_LEN' undeclared (first use this function)
rsaglue.c:111: `MAX_RSA_PRIME_LEN' undeclared (first use this function)
rsaglue.c: In function `rsa_public_encrypt':
rsaglue.c:129: `MAX_RSA_MODULUS_LEN' undeclared (first use this function)
rsaglue.c:133: `R_RSA_PUBLIC_KEY' undeclared (first use this function)
rsaglue.c:133: parse error before `public_key'
rsaglue.c:134: `R_RANDOM_STRUCT' undeclared (first use this function)
rsaglue.c:136: `MAX_RSA_MODULUS_BITS' undeclared (first use this function)
rsaglue.c:144: `public_key' undeclared (first use this function)
rsaglue.c:146: `rands' undeclared (first use this function)
rsaglue.c: In function `rsa_private_decrypt':
rsaglue.c:164: `MAX_RSA_MODULUS_LEN' undeclared (first use this function)
rsaglue.c:167: `R_RSA_PRIVATE_KEY' undeclared (first use this function)
rsaglue.c:167: parse error before `private_key'
rsaglue.c:169: `MAX_RSA_MODULUS_BITS' undeclared (first use this function)
rsaglue.c:177: `private_key' undeclared (first use this function)
*** Error code 1
 
Stop.


>Fix:
	
	Most likely just in the Makefile, but may also in the patch
	to cause compile failure.

>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?199812082239.OAA19349>