From nobody@FreeBSD.ORG Fri Nov 26 08:03:34 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id E413614CE1; Fri, 26 Nov 1999 08:03:33 -0800 (PST)
Message-Id: <19991126160333.E413614CE1@hub.freebsd.org>
Date: Fri, 26 Nov 1999 08:03:33 -0800 (PST)
From: chrisw@wicklein.org
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: pgp5 port is broken under -CURRENT
X-Send-Pr-Version: www-1.0

>Number:         15102
>Category:       ports
>Synopsis:       pgp5 port is broken under -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 26 08:10:00 PST 1999
>Closed-Date:    Mon Jan 17 11:42:20 PST 2000
>Last-Modified:  Mon Jan 17 11:42:47 PST 2000
>Originator:     Chris Wicklein
>Release:        4.0-CURRENT
>Organization:
>Environment:
FreeBSD bsd.wicklein.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Nov 24 23:16:01 CST 1999     root@bsd.wicklein.org:/usr/src/sys/compile/BSD  i386

>Description:
The PGP5 port will not build.  Here's a sniplet from make's output:

cc -O -pipe -DUNIX=1   -DHAVE_CONFIG_H -DPGPTRUSTMODEL=0 -DDEBUG=1 -DUNFINISHED_
CODE_ALLOWED=0      -I../../../. -I../../.././include -I../include -I.    -c pgp
RndPool.c
pgpRndPool.c: In function `pgpRandPoolAddEntropy':
pgpRndPool.c:339: Invalid `asm' statement:
pgpRndPool.c:339: fixed or forbidden register 0 (ax) was spilled for class AREG.
*** Error code 1

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: Chris Wicklein <chrisw@bsd.wicklein.org>
To: freebsd-gnats-submit@freebsd.org, chrisw@wicklein.org
Cc: chrisw@wicklein.org
Subject: Re: ports/15102: pgp5 port is broken under -CURRENT
Date: Sat, 4 Dec 1999 21:40:45 -0600 (CST)

 I neglected to mention with the original PR the obvious work-around:
 
 I built the pgp5 port on a machine tracking 3.3-STABLE, tgz'd
 /usr/ports/security/pgp5, ftp'd it to the -CURRENT machine, un-tgz'd it,
 mv'd it into the ports tree, and made install.  Because it was built on a
 -STABLE machine, pgp5 required libc.so.3 which is currently missing from
 -CURRENT. Copying libc.so.3 from the -STABLE machine resolved this problem.
 
 
Responsible-Changed-From-To: freebsd-ports->markm 
Responsible-Changed-By: steve 
Responsible-Changed-When: Tue Dec 14 21:03:22 PST 1999 
Responsible-Changed-Why:  
Over to ports' maintainer. 
Responsible-Changed-From-To: markm->obrien 
Responsible-Changed-By: steve 
Responsible-Changed-When: Thu Dec 30 19:57:24 PST 1999 
Responsible-Changed-Why:  
This appears to be a compiler problem and not one with the port. 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Mon Jan 17 11:42:20 PST 2000 
State-Changed-Why:  
Bogus ASM has been fixed. 
>Unformatted:
