From nobody@FreeBSD.org  Tue Jan 23 11:48:05 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0321637B400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 23 Jan 2001 11:48:05 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f0NJm4575459;
	Tue, 23 Jan 2001 11:48:04 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200101231948.f0NJm4575459@freefall.freebsd.org>
Date: Tue, 23 Jan 2001 11:48:04 -0800 (PST)
From: dowen@vetica.com
To: freebsd-gnats-submit@FreeBSD.org
Subject: -lssh problem with libpam
X-Send-Pr-Version: www-1.0

>Number:         24576
>Category:       misc
>Synopsis:       -lssh problem with libpam
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 23 11:50:01 PST 2001
>Closed-Date:    Thu May 31 19:45:56 PDT 2001
>Last-Modified:  Thu May 31 19:46:09 PDT 2001
>Originator:     Dalin Owen
>Release:        4.2-STABLE
>Organization:
Vetica Information Solution
>Environment:
FreeBSD alpha.stormad.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Sat Jan 20 11:50:14 MST 2001     root@alpha.stormad.com:/usr/src/sys/compile/ALPHA  i386

>Description:
After building "world" a few days ago, I could no longer rebuild the src
tree.  a libpam Makefile is broken.  I have a fix for it.
>How-To-Repeat:
cd /usr/src
make buildworld
*2
:)
>Fix:
Simply remove the -lssh from the LDADD line in:
/usr/src/lib/libpam/modules/pam_ssh/Makefile


>Release-Note:
>Audit-Trail:

From: Kris Kennaway <kris@FreeBSD.ORG>
To: dowen@vetica.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/24576: -lssh problem with libpam
Date: Tue, 23 Jan 2001 22:19:29 -0800

 --k+w/mQv8wyuph6w0
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Tue, Jan 23, 2001 at 11:48:04AM -0800, dowen@vetica.com wrote:
 
 > After building "world" a few days ago, I could no longer rebuild the src
 > tree.  a libpam Makefile is broken.  I have a fix for it.
 > >How-To-Repeat:
 > cd /usr/src
 > make buildworld
 > *2
 > :)
 > >Fix:
 > Simply remove the -lssh from the LDADD line in:
 > /usr/src/lib/libpam/modules/pam_ssh/Makefile
 
 I think you have a stale /usr/obj, or old build files in
 /usr/src. Making this change will only break pam_ssh, and it's not a
 problem I've heard from others.
 
 Please try the following:
 
 * Remove your local pam_ssh hack
 * cd /usr/src && make cleandir && make cleandir
 * rm -rf /usr/obj
 * make worl
 
 Kris
 
 --=20
 NOTE: To fetch an updated copy of my GPG key which has not expired,
 finger kris@FreeBSD.org
 
 --k+w/mQv8wyuph6w0
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.4 (FreeBSD)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE6bnPxWry0BWjoQKURAvbjAKDk1Qj9iBjED9a+wPsaNNzFhzNXHQCeLc2Z
 cdX5CJQLVP8R6l+WtP1nAts=
 =FduR
 -----END PGP SIGNATURE-----
 
 --k+w/mQv8wyuph6w0--
 
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Thu May 31 19:45:56 PDT 2001 
State-Changed-Why:  
Transient build error or pilot error. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24576 
>Unformatted:
