On Sat, 14 Nov 2009 22:21:50 +0100
Xavier Parizet wrote:

> David Relson a écrit :
> > As background, http://bugs.gentoo.org/show_bug.cgi?id=233097 has an
> > experimental, unsupported ebuild for openwatcom-1.7.1 and it doesn't
> > quite work :-<
> > 
> > The ebuild's src_compile function is:
> > 
> >     src_compile() {
> >         ./build.sh || die "build.sh failed"
> >     }
> > 
> > When I run "emerge =dev-lang/openwatcom-1.7.1", the build fails with
> > 
> >     
> > /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld:
> >     i386:x86-64 architecture of input file `bootstrp/clibext.o' is
> >     incompatible with i386 output distcc[16016] ERROR: compile
> > (null) on localhost failed
> 
> You use distcc. But seems to be not well configured. Just disable
> distcc to build the package (FEATURES=-distcc in /etc/make.conf).
> 
> HTH.

Xavier,

It helps a lot!  I had installed distcc, but never quite got it
working.  Getting it working is on my TODO list, but I hadn't thought
of it when the problem occurred.

Thanks!

David

Reply via email to