Port-sparc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ntpd wedged by libc?



On Feb 11,  1:11am, agcarver+netbsd%acarver.net@localhost (AGC) wrote:
-- Subject: Re: ntpd wedged by libc?

| On 2/9/2012 05:56, Christos Zoulas wrote:
| > On Feb 8,  9:31pm, agcarver+netbsd%acarver.net@localhost (AGC) wrote:
| > -- Subject: Re: ntpd wedged by libc?
| >
| > | That's where I'm a bit lost since I installed the OS from CD so I only
| > | have the precompiled libraries.  The only part of the OS that I've
| > | recompiled ever was the kernel to enable PPS_SYNC.  If there's a
| > | document online somewhere that you could point to which would describe
| > | rebuilding the NetBSD libraries I would be grateful.  The searches I've
| > | done so far are a bit confusing and lead me to believe that I have to
| > | recompile everything and reinstall nearly from scratch.
| > |
| > | It would also be a good exercise to learn so I can upgrade the system in
| > | the future (also another process that I've not quite understood).
| >
| >
| > If you have the sources online, cd /usr/src/lib/libc/, apply the patch,
| > make&&  make install. Post to the lists and someone might have a step
| > by step guide.
| 
| Well, unfortunately that doesn't seem to work when using the sources 
| from NetBSD-current (which already has the patch):

Yes, because these need a more recent set of system makefiles and perhaps a
more recent version of make. In addition this libc assumes that the kernel
has a system calls that yours does not have. You should match your userland
with your kernel. I.e. either use the libc from -5 or upgrade everything.

christos


Home | Main Index | Thread Index | Old Index