Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Difference between "normal distcc" and "distcc with pump"?
Date: Mon, 04 May 2015 03:59:46
Message-Id: 20150504035908.GA1014@waltdnes.org
In Reply to: Re: [gentoo-user] Difference between "normal distcc" and "distcc with pump"? by Fernando Rodriguez
1 On Sun, May 03, 2015 at 02:57:46PM -0400, Fernando Rodriguez wrote
2
3 > Some packages do custom preprocessing and other weird things during
4 > the build process that cause problems with pump mode since it caches
5 > copies of the unmodified headers. If you're lucky it just fails (and
6 > usually falls back on compiling locally), if you're not then it may
7 > succeed and you'll get runtime bugs. I haven't find a package yet
8 > that fails without pump mode as long as your CFLAGS are set properly.
9
10 Seamonkey fails during the build process. Two tries, and the build
11 log was 74,046 bytes each time. I have an Intel x86_64 as the host, and
12 an Atom i686 (32-bit only) as the client. Given your description, I may
13 drop "pump" altogether from my "xmerge" script. I'll unmerge
14 seamonkey-bin, and try distcc-building seamonkey from source, without
15 "pump", Monday when I have more time. Here are a few lines from the
16 failed build log, using "pump"...
17
18 Executing: gcc -o nsinstall_real -march=atom -mtune=atom -fstack-protector -pipe -mno-avx -DXP_UNIX -MD -MP -MF .deps/nsinstall_real.pp -O2 -DUNICODE -D_UNICODE -Wl,-O1 -Wl,--as-needed host_nsinstall.o host_pathsub.o
19
20 /usr/lib/gcc/i686-pc-linux-gnu/4.8.4/../../../../i686-pc-linux-gnu/bin/ld: i386:x86-64 architecture of input file `host_nsinstall.o' is incompatible with i386 output
21
22 /usr/lib/gcc/i686-pc-linux-gnu/4.8.4/../../../../i686-pc-linux-gnu/bin/ld: i386:x86-64 architecture of input file `host_pathsub.o' is incompatible with i386 output
23
24 /usr/lib/gcc/i686-pc-linux-gnu/4.8.4/../../../../i686-pc-linux-gnu/bin/ld: host_nsinstall.o: file class ELFCLASS64 incompatible with ELFCLASS32
25
26 /usr/lib/gcc/i686-pc-linux-gnu/4.8.4/../../../../i686-pc-linux-gnu/bin/ld: final link failed: File in wrong format
27
28 --
29 Walter Dnes <waltdnes@××××××××.org>
30 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Difference between "normal distcc" and "distcc with pump"? Fernando Rodriguez <frodriguez.developer@×××××××.com>