This is the mail archive of the libc-alpha@sources.redhat.com 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]

Parallel build is broken (Re: Bulding glibc with new dependency changes report)


On Sat, May 03, 2003 at 11:17:14AM -0500, Art Haas wrote:
> Hi.
> 
> A CVS pull from yesterday brought me the nice changes in dependency
> generation when building glibc. The build and test run all worked
> without a problem (GCC 3.3, i586-pc-linux-gnu, 2.4.20-ac1 headers), but
> I did see that libc.so re-linked itself several times during 'make
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

That kills the build on SMP machine with parallel make. I took me
several hours to figure it out. Roland, could you please fix it?

Also when I added/removed source files, I used to be able to

# rm -f xxx.d
# cd ..
# make

xxx.o* would be recompiled. Now it nolonger works. After I did

# rm -f xxx.*d*
# cd ..
# make

nothing got rebuilt.

> check'. Other than that things worked fine.

H.J.


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