Date: 16 Dec 1999 13:37:45 -0500 From: Lowell Gilbert <lowell@world.std.com> To: J Catch <jcatch@worldpac.net>, questions@freebsd.org Subject: Re: 3.3 Upgrade crashes Message-ID: <44wvqe4tqe.fsf@heart-of-gold.ironbridgenetworks.com> In-Reply-To: J Catch's message of "Tue, 14 Dec 1999 16:26:45 -1000" References: <38503C02.1560F4@worldpac.net> <443dt75y57.fsf@heart-of-gold.ironbridgenetworks.com> <3856FC65.4C7C113E@worldpac.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Well, I hope someone else has answered, but since I haven't seen it, here's my attempt to help: J Catch <jcatch@worldpac.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44wvqe4tqe.fsf>