Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] openwatcom ebuild question
Date: Sun, 15 Nov 2009 00:13:03
Message-Id: 20091114173501.3ce59448@osage.osagesoftware.com
In Reply to: Re: [gentoo-user] openwatcom ebuild question by Xavier Parizet
1 On Sat, 14 Nov 2009 22:21:50 +0100
2 Xavier Parizet wrote:
3
4 > David Relson a écrit :
5 > > As background, http://bugs.gentoo.org/show_bug.cgi?id=233097 has an
6 > > experimental, unsupported ebuild for openwatcom-1.7.1 and it doesn't
7 > > quite work :-<
8 > >
9 > > The ebuild's src_compile function is:
10 > >
11 > > src_compile() {
12 > > ./build.sh || die "build.sh failed"
13 > > }
14 > >
15 > > When I run "emerge =dev-lang/openwatcom-1.7.1", the build fails with
16 > >
17 > > /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld:
18 > > i386:x86-64 architecture of input file `bootstrp/clibext.o' is
19 > > incompatible with i386 output distcc[16016] ERROR: compile
20 > > (null) on localhost failed
21 >
22 > You use distcc. But seems to be not well configured. Just disable
23 > distcc to build the package (FEATURES=-distcc in /etc/make.conf).
24 >
25 > HTH.
26
27 Xavier,
28
29 It helps a lot! I had installed distcc, but never quite got it
30 working. Getting it working is on my TODO list, but I hadn't thought
31 of it when the problem occurred.
32
33 Thanks!
34
35 David