From owner-freebsd-questions Thu Dec 16 10:38: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from heart-of-gold.ironbridgenetworks.com (ibn-host12.ironbridgenetworks.com [146.115.140.12]) by hub.freebsd.org (Postfix) with ESMTP id 096731558E for ; Thu, 16 Dec 1999 10:37:56 -0800 (PST) (envelope-from lowell@heart-of-gold.ironbridgenetworks.com) Received: (from lowell@localhost) by heart-of-gold.ironbridgenetworks.com (8.9.3/8.9.3) id NAA14580; Thu, 16 Dec 1999 13:37:45 -0500 (EST) (envelope-from lowell) From: Lowell Gilbert To: J Catch , questions@freebsd.org Subject: Re: 3.3 Upgrade crashes Reply-To: questions@freebsd.org References: <38503C02.1560F4@worldpac.net> <443dt75y57.fsf@heart-of-gold.ironbridgenetworks.com> <3856FC65.4C7C113E@worldpac.net> Date: 16 Dec 1999 13:37:45 -0500 In-Reply-To: J Catch's message of "Tue, 14 Dec 1999 16:26:45 -1000" Message-ID: <44wvqe4tqe.fsf@heart-of-gold.ironbridgenetworks.com> Lines: 30 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I hope someone else has answered, but since I haven't seen it, here's my attempt to help: J Catch writes: > Thanks for the reply. I have re cvsupped and redone make buildworld several > times. > It always stops on compiling login. I have also tried a make from > /usr/src/usr.bin/login with the same error results. Well, I'm still not seeing this, so it's probably something funny in your compile setup. I notice a bunch of nonstandard things in your compile: you're doing O2 optimization, you have -m486 and defined FDSETSIZE. I can't see how any of those would be a problem, but they do indicate that you've modified your compile environment. 'skeyaccess' is in libskey, and rad_strerror is in libradius. It sounds like you're compiling pam with options that you're not using on login. However that's happening, it's probably related to something you customized. One thing you might want to check is /etc/make.conf. You may not have merged the /etc changes yet, and there may be something that changed in make.conf. [I don't recall whether there was, and a quick browse of the web-based copy of the cvs tree doesn't show me anything that might be related, although it does remind me that some of the differences between your build and mine may be because my make.conf is more up to date...] Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message