This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem building glibc


On 05/19/2015 11:46 AM, Michael Eager wrote:
> I'm running into an odd problem building glibc.
> 
> I'm building glibc as simply as possible:
>   $ cd /local/work/fsf-head/build/glibc
>   $ ../../src/glibc/configure --prefix=/local/work/fsf-head/install/
>   $ make
> 
> The make never finishes.  It enters sub-directories string
> and runs make, then exits, runs make in other sub-dirs, then
> re-enters sub-dir string, runs make, and then repeats this
> until killed.

I've seen that before when the system clock is grossly off.

It happens most often when networked filesystems are involved, which would not
seem to be indicated with the "/local" prefix.  But I've also seen it in VMs
where something went wrong and the guest reads the RTC as 1970.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]