From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: ** X-Spam-Status: No, score=2.0 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_REJECT,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from mail.ee.gatech.edu ([130.207.225.105]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 1648uS-0007Yr-00 for gentoo-dev@cvs.gentoo.org; Wed, 14 Nov 2001 15:53:32 -0700 Received: from acm.org (entilza.ece-int.gatech.edu [192.168.10.225]) by mail.ee.gatech.edu (8.12.1/8.12.0) with ESMTP id fAELsqhF007523; Wed, 14 Nov 2001 16:54:52 -0500 (EST) Message-ID: <3BF2E82B.9000409@acm.org> From: Chad Huneycutt Organization: CREST User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011009 X-Accept-Language: en-us MIME-Version: 1.0 To: gentoo-dev@cvs.gentoo.org Subject: Re: AW: [gentoo-dev] gcc 3.0.2 system build notes References: <000601c16d53$bb51add0$0100a8c0@wp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org X-Reply-To: chadh@cc.gatech.edu List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Wed Nov 14 15:54:01 2001 X-Original-Date: Wed, 14 Nov 2001 16:54:51 -0500 X-Archives-Salt: b1cdc110-506e-4526-84fb-8673ad45c32c X-Archives-Hash: d7261a16043b91ccd7410e7fa88d6f98 Sebastian Werner wrote: >I think you get the pam error with any option in make.conf. I thought >It was a problem only on my system, but it seems to be not. I use >The pam and pwdb binary-packages form rc5. - ok this is not very clean >But work for me! > Check your /usr/bin/emacs. I *think* that is what caused this problem (I may be confused). When configure looks for emacs, it just looks to see if the 'emacs' is in the path, not if emacs is actually installed. The problem is that /usr/bin/emacs is a link to e3em on some systems, and this causes confuses configure (I can explain more if anyone is interested). This may not be the problem here, but it is for some other packages. Chad