From owner-cvs-src@FreeBSD.ORG Wed Sep 3 22:18:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 798B516A4C3; Wed, 3 Sep 2003 22:18:48 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78AE843F85; Wed, 3 Sep 2003 22:18:47 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.9) with ESMTP id h845IjG7009440; Wed, 3 Sep 2003 22:18:45 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.9/Submit) id h845IjYL009439; Wed, 3 Sep 2003 22:18:45 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Wed, 3 Sep 2003 22:18:45 -0700 From: David Schultz To: Peter Wemm Message-ID: <20030904051845.GA9416@HAL9000.homeunix.com> Mail-Followup-To: Peter Wemm , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200309040429.h844TBhD058678@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309040429.h844TBhD058678@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.lib.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 05:18:48 -0000 On Wed, Sep 03, 2003, Peter Wemm wrote: > peter 2003/09/03 21:29:11 PDT > > FreeBSD src repository > > Modified files: > share/mk bsd.lib.mk > Log: > Emergency backout of rev 1.152. This is a 100% guaranteed way to totally > hose your system. You end up with just about everything statically linked > (except for libpam.so), which then causes all the pam users to fail. > eg: login, sshd, su etc all stop working because dlopen no longer works > because there is no libc.so in memory anymore. Thanks! When I ran into this the other day while installing a new system, I thought I just did something wrong at first.