gentoo qemu (was Re: Binary tarball of toolchain/build environment)

Al Johnson openmoko at mazikeen.demon.co.uk
Tue Jul 17 16:14:54 CEST 2007


On Monday 16 July 2007 16:37, Sudharshan S wrote:
> On Mon, 2007-07-16 at 09:09 -0500, Jeff Rush wrote:
> > > I have both too, and use gcc-config to switch when emerging qemu. If I
> > > select 3.4.6 with gcc-config then run 'make qemu' mtn complains:
> > > 	mtn: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6:
> > > version 'GLIBCXX_3.4.6' not found (required by mtn)
> > > 	mtn: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6:
> > > version 'CXXABI_1.3.1' not found (required by mtn)
> > > 	Makefile: 28: *** Cannot determine version for monotone using "mtn
> > > -version". Stop.
> >
> > Hmm, the interesting thing there is that monotone requires a *double*
> > dash for long options, so manually doing "mtn -version" will indeed fail.
> >  In my Makefile re the MokoMakefile, I have it with a double dash:
> >
> >    MTN_VERSION := $(shell mtn --version | awk '{ print $$2; }')
> >
> > ... in case this helps at all.  I don't see any way to determine the
> > version of Makefile I have.

My typo - no mail client configured on that machine. The issue is that with 
gcc-3.4.6 configured mtn --version returns the not found errors above, so it 
never gets to build qemu. With 4.1.2 mtn works, but qemu fails to build even 
though it's configured to use gcc-3.4.6 by the mod to the makefile.

> > -Jeff
>
> Hi all,
> Running gentoo here, I worked around this issue by re-emerging monotone
> with gcc 3.4.6, I am not sure if its the right solution. But atleast it
> solves the problem at hand

Thanks for the suggestion. I'll give it a try.

>
> Regards
> Sudharshan S
>
> P.S: To the list maintainer, can you configure a reply-to munging such
> that when i hit reply the mail gets sent to the lists instead of the OP.

If gmail doesn't use the list-post header to offer a reply-to-list option you 
can always reply-to-all. 
	http://www.unicom.com/pw/reply-to-harmful.html
	http://woozle.org/~neale/papers/reply-to-still-harmful




More information about the community mailing list