Re: Re: [GAR] Circular dependencies in RESEARCH/HEAD

Dave Dillow <[email protected]> Tue, 27 Apr 2004 22:09:03 -0400
Newsgroups gmane.linux.bbc.devel
Message-ID <[email protected]>
On Tue, Apr 27, 2004 at 06:03:43PM -0700, Nick Moffitt wrote:
> begin  Dave Dillow  quotation:
> > [Moving this to lnx-bbc-devel, since it seems more appropriate in
> > retrospect.]
> 
> 	Still, your solution shows that it concerns a rather advanced
> feature in the research branch core GAR code.

Ok, guess I'll keep both lists in the loop until I get it sorted...
I'm guessing this feature is enabled by default, since I set the build
and main dirs and told it to go.

> > Ok, following up my own post, I think I have found the problem --
> > missing "SOURCE_LANGUAGES = none" when building devel/glibc as part of a
> > toolchain, as well as in devel/libgcc, kernel/linux-headers, and
> > lib/ulibc.
> > 
> > make showdeps in meta/lnx-bbc no longer goes off the deep end. I'll try
> > a build later tonight, and if that goes as I expect, I'll send patches
> > tomorrow.
> 
> Beware that our builds of the research branch bomb out at LVM:
> 
>     http://zork.net/pipermail/lnx-bbc-cvs/2004-April/015349.html

Hmm, if autobuild is able to get that far, then apparently there's a
difference between my tools and yours. Maybe I need to use make 3.80...
(among other tool version bumps, I'm sure).

I now get past the glibc/gcc/lang-c issues, only to fail during ncurses:
tic: /lib/libc.so.6: version `GLIBC_2.3' not found (required by //home/ddillow/new-build/gar-main-dir/staging/singularity/image//lib/libncurses.so.5)

I don't think that'll be too bad to track and fix, bit it's also a job for
tomorrow. Maybe upgrading make will kill two birds with one stone.

I'll let you know what I find.

Dave