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

David Dillow <[email protected]> 27 Apr 2004 23:15:43 -0400
Newsgroups gmane.linux.bbc.devel
Message-ID <[email protected]>
On Tue, 2004-04-27 at 22:19, Nick Moffitt wrote:
> begin  Dave Dillow  quotation:
> > On Tue, Apr 27, 2004 at 06:03:43PM -0700, Nick Moffitt wrote:
> > > 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).
> 
> 	yes.  We run that on a debian testing machine, while the
> stable branch stays on debian stable.

Wouldn't happen to have a debian testing chroot tarball would you? :)

I have no desire to setup a debian machine to build this, so I'll spend
some time fighting it under RedHat. Let's see how long my iron will --
ok, ok, pewter -- holds out. ;)

There is definately an export issue with GNU make 3.79.1:

	export $(TARGETIMG)_NODEPEND

does not work, period. Not sure why my workaround got by that, but I'm
sure it broke other items.

GNU make 3.80 seems to fix the dependency problem, but now it dies in
gcc-inhibited, which it didn't do before. So, turning over more rocks...


> > 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)
> 
> 	That is most definitely an LNX-BBC specific problem:

Yes, but it is something in my environment, like one of those "other"
items I broke with my workaround.

Dave