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 02:09 PM, Richard Henderson wrote:
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.

Yes, I've seen this in cross-network builds when the source
is updated on one system and built on another system when the
clocks are not synchronized.

Source, build, and install are all on the same mounted file system.

This is running in a VM.  As far as I can tell, time is in sync.

I built glibc last week on this system with no problem.
This behavior just started a day or two ago. I modified glibc and
running make didn't terminate.  I've backed out all my changes.


--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


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