* [gentoo-user] Distcc problems...
@ 2007-10-12 22:26 Jerry McBride
2007-10-12 22:33 ` Dan Farrell
2007-10-13 0:37 ` Tim
0 siblings, 2 replies; 12+ messages in thread
From: Jerry McBride @ 2007-10-12 22:26 UTC (permalink / raw
To: gentoo-user
I've identified a few packages that simply will not compile when distcc
is being used.
Has anyone noticed problems with; ncurses, groff or libpcre?
I'm thinking about modifying /etc/portage/bashrc to detect a new file
named /etc/portage/package.distcc that will turn off distcc for
each package listed. Maybe even honor a custom make option "-j" for
listed packaged too.
Would anyone else find this useful?
--
Jerry McBride
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Distcc problems...
2007-10-12 22:26 [gentoo-user] Distcc problems Jerry McBride
@ 2007-10-12 22:33 ` Dan Farrell
2007-10-13 4:32 ` Tim
2007-10-13 13:57 ` William Kenworthy
2007-10-13 0:37 ` Tim
1 sibling, 2 replies; 12+ messages in thread
From: Dan Farrell @ 2007-10-12 22:33 UTC (permalink / raw
To: gentoo-user
On Fri, 12 Oct 2007 18:26:26 -0400
Jerry McBride <mcbrides9@comcast.net> wrote:
>
>
> I've identified a few packages that simply will not compile when
> distcc is being used.
>
> Has anyone noticed problems with; ncurses, groff or libpcre?
>
> I'm thinking about modifying /etc/portage/bashrc to detect a new file
> named /etc/portage/package.distcc that will turn off distcc for
> each package listed. Maybe even honor a custom make option "-j" for
> listed packaged too.
>
> Would anyone else find this useful?
>
>
> --
>
> Jerry McBride
I have found the same thing.
I don't know the specific packages, but it seems to be true.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Distcc problems...
2007-10-12 22:26 [gentoo-user] Distcc problems Jerry McBride
2007-10-12 22:33 ` Dan Farrell
@ 2007-10-13 0:37 ` Tim
2007-10-13 14:56 ` Jerry McBride
1 sibling, 1 reply; 12+ messages in thread
From: Tim @ 2007-10-13 0:37 UTC (permalink / raw
To: gentoo-user
Jerry McBride wrote:
>
> I've identified a few packages that simply will not compile when distcc
> is being used.
>
> Has anyone noticed problems with; ncurses, groff or libpcre?
>
> I'm thinking about modifying /etc/portage/bashrc to detect a new file
> named /etc/portage/package.distcc that will turn off distcc for
> each package listed. Maybe even honor a custom make option "-j" for
> listed packaged too.
>
> Would anyone else find this useful?
>
>
> --
>
> Jerry McBride
I just recompiled ncurses with seven distcc slaves and am currently
working on groff and libpcre with no problems so far.
Are you sure that all the participating machines have the same versions
of gcc, CHOST, and CFLAGS? Often a small error in one or more of these
settings can completely ruin a compile.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Distcc problems...
2007-10-12 22:33 ` Dan Farrell
@ 2007-10-13 4:32 ` Tim
2007-10-13 13:57 ` William Kenworthy
1 sibling, 0 replies; 12+ messages in thread
From: Tim @ 2007-10-13 4:32 UTC (permalink / raw
To: gentoo-user
Dan Farrell wrote:
> On Fri, 12 Oct 2007 18:26:26 -0400
> Jerry McBride <mcbrides9@comcast.net> wrote:
>
>>
>> I've identified a few packages that simply will not compile when
>> distcc is being used.
>>
>> Has anyone noticed problems with; ncurses, groff or libpcre?
>>
>> I'm thinking about modifying /etc/portage/bashrc to detect a new file
>> named /etc/portage/package.distcc that will turn off distcc for
>> each package listed. Maybe even honor a custom make option "-j" for
>> listed packaged too.
>>
>> Would anyone else find this useful?
>>
>>
>> --
>>
>> Jerry McBride
> I have found the same thing.
> I don't know the specific packages, but it seems to be true.
There are some packages (IIRC qt and OOo are some examples) that will
not compile with distcc; however, these packages already filter -jN (N >
1) flags.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Distcc problems...
2007-10-12 22:33 ` Dan Farrell
2007-10-13 4:32 ` Tim
@ 2007-10-13 13:57 ` William Kenworthy
1 sibling, 0 replies; 12+ messages in thread
From: William Kenworthy @ 2007-10-13 13:57 UTC (permalink / raw
To: gentoo-user
all my systems running distcc are missing a few links to compilers in
the distcc directories. Seemed to vary across systems.
one was a link to cc (found when compiling ccze for instance) but it was
always one of the less common calls.
The fix was to create a symlink to the generic version.
Check out /usr/lib/distcc/bin/ distcc and /usr/lib/ccache/bin/ if you
are using ccache for missing flavours of gcc.
Billk
On Fri, 2007-10-12 at 17:33 -0500, Dan Farrell wrote:
> On Fri, 12 Oct 2007 18:26:26 -0400
> Jerry McBride <mcbrides9@comcast.net> wrote:
>
> >
> >
> > I've identified a few packages that simply will not compile when
> > distcc is being used.
> >
> > Has anyone noticed problems with; ncurses, groff or libpcre?
> >
> > I'm thinking about modifying /etc/portage/bashrc to detect a new file
> > named /etc/portage/package.distcc that will turn off distcc for
> > each package listed. Maybe even honor a custom make option "-j" for
> > listed packaged too.
> >
> > Would anyone else find this useful?
> >
> >
> > --
> >
> > Jerry McBride
> I have found the same thing.
> I don't know the specific packages, but it seems to be true.
--
William Kenworthy <billk@iinet.net.au>
Home in Perth!
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] Distcc problems...
2007-10-13 0:37 ` Tim
@ 2007-10-13 14:56 ` Jerry McBride
0 siblings, 0 replies; 12+ messages in thread
From: Jerry McBride @ 2007-10-13 14:56 UTC (permalink / raw
To: gentoo-user
On Fri, 12 Oct 2007 19:37:21 -0500
Tim <root@pneumaticsystem.com> wrote:
> Jerry McBride wrote:
> >
> > I've identified a few packages that simply will not compile when
> > distcc is being used.
> >
> > Has anyone noticed problems with; ncurses, groff or libpcre?
> >
> > I'm thinking about modifying /etc/portage/bashrc to detect a new
> > file named /etc/portage/package.distcc that will turn off distcc for
> > each package listed. Maybe even honor a custom make option "-j" for
> > listed packaged too.
> >
> > Would anyone else find this useful?
> >
> >
> > --
> >
> > Jerry McBride
>
> I just recompiled ncurses with seven distcc slaves and am currently
> working on groff and libpcre with no problems so far.
>
> Are you sure that all the participating machines have the same
> versions of gcc, CHOST, and CFLAGS? Often a small error in one or
> more of these settings can completely ruin a compile.
I'm positive. I've spent hours on this so far and I can recreate the
failures without error... Sorry, just some humor there...
--
----
Jerry McBride
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-user] distcc problems
@ 2008-11-03 19:10 Daryl Styrk
2008-11-03 19:13 ` Jeremy McSpadden
2008-11-03 19:41 ` Markos Chandras
0 siblings, 2 replies; 12+ messages in thread
From: Daryl Styrk @ 2008-11-03 19:10 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I thought I had everything set up correctly but apparently not.
distccd[6820] (doc_execvp) ERROR: failed to exec x86_64-pc-linux-gnu-gcc
: No such file or directory
distccd[1246] ERROR: compile args.c on 10.0.1.8 failed with exit code 110
make: *** [args.o] Error 110
*
* ERROR: dev-util/ctags-5.7 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2107: Called die
*The specific snippet of code:
* emake || die "emake failed"
* The die message:
* emake failed
I'm pretty new to gentoo, and linux this far 'in' any help would be
greatly appreciated. I just finished the base install and figured this
would be nice to help speed along compiling the rest of the system.
I'm a little lost where to start and where I might have gone wrong.
Any pointers to steer me back in the right direction?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFJD0ytejxzjThnMmIRAsQOAKCRXwyczhOP3OysbXnYI+Qj6Ncc5QCgjfOs
sq+k1BKOCQQBhjLzZms2YYk=
=mINu
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] distcc problems
2008-11-03 19:10 [gentoo-user] distcc problems Daryl Styrk
@ 2008-11-03 19:13 ` Jeremy McSpadden
2008-11-03 19:18 ` Daryl Styrk
2008-11-03 19:41 ` Markos Chandras
1 sibling, 1 reply; 12+ messages in thread
From: Jeremy McSpadden @ 2008-11-03 19:13 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1403 bytes --]
On Mon, 2008-11-03 at 14:10 -0500, Daryl Styrk wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I thought I had everything set up correctly but apparently not.
>
> distccd[6820] (doc_execvp) ERROR: failed to exec x86_64-pc-linux-gnu-gcc
> : No such file or directory
> distccd[1246] ERROR: compile args.c on 10.0.1.8 failed with exit code 110
> make: *** [args.o] Error 110
> *
> * ERROR: dev-util/ctags-5.7 failed.
> * Call stack:
> * ebuild.sh, line 49: Called src_compile
> * environment, line 2107: Called die
> *The specific snippet of code:
> * emake || die "emake failed"
> * The die message:
> * emake failed
>
> I'm pretty new to gentoo, and linux this far 'in' any help would be
> greatly appreciated. I just finished the base install and figured this
> would be nice to help speed along compiling the rest of the system.
>
> I'm a little lost where to start and where I might have gone wrong.
>
> Any pointers to steer me back in the right direction?
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFJD0ytejxzjThnMmIRAsQOAKCRXwyczhOP3OysbXnYI+Qj6Ncc5QCgjfOs
> sq+k1BKOCQQBhjLzZms2YYk=
> =mINu
> -----END PGP SIGNATURE-----
>
I don't think your looking for distcc/d - that's for distributed
compiling with other computers. maybe cccache ?
Jeremy McSpadden
UberPenguin.net
[-- Attachment #2: Type: text/html, Size: 1757 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] distcc problems
2008-11-03 19:13 ` Jeremy McSpadden
@ 2008-11-03 19:18 ` Daryl Styrk
0 siblings, 0 replies; 12+ messages in thread
From: Daryl Styrk @ 2008-11-03 19:18 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jeremy McSpadden wrote:
> On Mon, 2008-11-03 at 14:10 -0500, Daryl Styrk wrote:
> I thought I had everything set up correctly but apparently not.
>
> distccd[6820] (doc_execvp) ERROR: failed to exec x86_64-pc-linux-gnu-gcc
> : No such file or directory
> distccd[1246] ERROR: compile args.c on 10.0.1.8 failed with exit code 110
> make: *** [args.o] Error 110
> *
> * ERROR: dev-util/ctags-5.7 failed.
> * Call stack:
> * ebuild.sh, line 49: Called src_compile
> * environment, line 2107: Called die
> *The specific snippet of code:
> * emake || die "emake failed"
> * The die message:
> * emake failed
>
> I'm pretty new to gentoo, and linux this far 'in' any help would be
> greatly appreciated. I just finished the base install and figured this
> would be nice to help speed along compiling the rest of the system.
>
> I'm a little lost where to start and where I might have gone wrong.
>
> Any pointers to steer me back in the right direction?
>>
> I don't think your looking for distcc/d - that's for distributed
> compiling with other computers. maybe cccache ?
> Jeremy McSpadden
> UberPenguin.net
No, that's what I'm looking for. I have spare laptop sitting here next
to the thinkpad that I'm trying get it going on.. Ironically the error
came trying to emerge ccache.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFJD06BejxzjThnMmIRAineAJ9OrivqpnX2awKJPZEsMd9hl9WryACgnFoW
rFmf9voXmbvnpTRq/j4ionw=
=SPi8
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] distcc problems
2008-11-03 19:10 [gentoo-user] distcc problems Daryl Styrk
2008-11-03 19:13 ` Jeremy McSpadden
@ 2008-11-03 19:41 ` Markos Chandras
2008-11-03 20:03 ` Daryl Styrk
1 sibling, 1 reply; 12+ messages in thread
From: Markos Chandras @ 2008-11-03 19:41 UTC (permalink / raw
To: gentoo-user; +Cc: Daryl Styrk
On Monday 03 November 2008 21:10:37 Daryl Styrk wrote:
> I thought I had everything set up correctly but apparently not.
>
> distccd[6820] (doc_execvp) ERROR: failed to exec x86_64-pc-linux-gnu-gcc
>
> : No such file or directory
>
> distccd[1246] ERROR: compile args.c on 10.0.1.8 failed with exit code 110
> make: *** [args.o] Error 110
> *
> * ERROR: dev-util/ctags-5.7 failed.
> * Call stack:
> * ebuild.sh, line 49: Called src_compile
> * environment, line 2107: Called die
> *The specific snippet of code:
> * emake || die "emake failed"
> * The die message:
> * emake failed
>
> I'm pretty new to gentoo, and linux this far 'in' any help would be
> greatly appreciated. I just finished the base install and figured this
> would be nice to help speed along compiling the rest of the system.
>
> I'm a little lost where to start and where I might have gone wrong.
>
> Any pointers to steer me back in the right direction?
Are we talking about cross-compile too? What are the arches of your gentoo
boxes?Tell us more about your configuration. Arches, who is compiling the
packages for whom etc. :)
--
Markos Chandras
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] distcc problems
2008-11-03 19:41 ` Markos Chandras
@ 2008-11-03 20:03 ` Daryl Styrk
2008-11-03 20:46 ` Markos Chandras
0 siblings, 1 reply; 12+ messages in thread
From: Daryl Styrk @ 2008-11-03 20:03 UTC (permalink / raw
To: Markos Chandras; +Cc: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Markos Chandras wrote:
> On Monday 03 November 2008 21:10:37 Daryl Styrk wrote:
>> I thought I had everything set up correctly but apparently not.
>>
>> distccd[6820] (doc_execvp) ERROR: failed to exec x86_64-pc-linux-gnu-gcc
>>
>> : No such file or directory
>>
>> distccd[1246] ERROR: compile args.c on 10.0.1.8 failed with exit code 110
>> make: *** [args.o] Error 110
>> *
>> * ERROR: dev-util/ctags-5.7 failed.
>> * Call stack:
>> * ebuild.sh, line 49: Called src_compile
>> * environment, line 2107: Called die
>> *The specific snippet of code:
>> * emake || die "emake failed"
>> * The die message:
>> * emake failed
>>
>> I'm pretty new to gentoo, and linux this far 'in' any help would be
>> greatly appreciated. I just finished the base install and figured this
>> would be nice to help speed along compiling the rest of the system.
>>
>> I'm a little lost where to start and where I might have gone wrong.
>>
>> Any pointers to steer me back in the right direction?
>
> Are we talking about cross-compile too? What are the arches of your gentoo
> boxes?Tell us more about your configuration. Arches, who is compiling the
> packages for whom etc. :)
>
Sorry,
I would like to compile packages for gentoo.
Gentoo
uname -a
2.6.25-gentoo-r7 #1 SMP x86_64 Intel Core 2 Duo CPU T7500 @ 2.20GHz
gcc -v 4.1.2
Ubuntu 8.04
uname -a
2.6.25-21-generic #1 SMP x86_64 Intel Core 2 Duo CPU T550 @ 1.83GHz
gcc -v 4.2.4 (ubuntu 4.2.4-1ubuntu3)
some further reading looks like not having matching gcc versions will be
problematic and makes sense.
Could that be the exit code 110?
Any other system information needed?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFJD1j8ejxzjThnMmIRAuLBAJwK7u1XDKPuHpd8DqarlIItkCJvLQCeJFK9
qlysWBrdD7pcZpw49DOQy9Q=
=1VAk
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] distcc problems
2008-11-03 20:03 ` Daryl Styrk
@ 2008-11-03 20:46 ` Markos Chandras
0 siblings, 0 replies; 12+ messages in thread
From: Markos Chandras @ 2008-11-03 20:46 UTC (permalink / raw
To: Daryl Styrk; +Cc: gentoo-user
On Monday 03 November 2008 22:03:08 Daryl Styrk wrote:
> Markos Chandras wrote:
> > On Monday 03 November 2008 21:10:37 Daryl Styrk wrote:
> >> I thought I had everything set up correctly but apparently not.
> >>
> >> distccd[6820] (doc_execvp) ERROR: failed to exec x86_64-pc-linux-gnu-gcc
> >>
> >> : No such file or directory
> >>
> >> distccd[1246] ERROR: compile args.c on 10.0.1.8 failed with exit code
> >> 110 make: *** [args.o] Error 110
> >> *
> >> * ERROR: dev-util/ctags-5.7 failed.
> >> * Call stack:
> >> * ebuild.sh, line 49: Called src_compile
> >> * environment, line 2107: Called die
> >> *The specific snippet of code:
> >> * emake || die "emake failed"
> >> * The die message:
> >> * emake failed
> >>
> >> I'm pretty new to gentoo, and linux this far 'in' any help would be
> >> greatly appreciated. I just finished the base install and figured this
> >> would be nice to help speed along compiling the rest of the system.
> >>
> >> I'm a little lost where to start and where I might have gone wrong.
> >>
> >> Any pointers to steer me back in the right direction?
> >
> > Are we talking about cross-compile too? What are the arches of your
> > gentoo boxes?Tell us more about your configuration. Arches, who is
> > compiling the packages for whom etc. :)
>
> Sorry,
> I would like to compile packages for gentoo.
>
> Gentoo
> uname -a
> 2.6.25-gentoo-r7 #1 SMP x86_64 Intel Core 2 Duo CPU T7500 @ 2.20GHz
> gcc -v 4.1.2
>
> Ubuntu 8.04
> uname -a
> 2.6.25-21-generic #1 SMP x86_64 Intel Core 2 Duo CPU T550 @ 1.83GHz
> gcc -v 4.2.4 (ubuntu 4.2.4-1ubuntu3)
>
> some further reading looks like not having matching gcc versions will be
> problematic and makes sense.
>
> Could that be the exit code 110?
>
> Any other system information needed?
Tricky one. I couldnt do the same with gentoo+debian. You can find both gcc
versions by running gcc -v . You might want to read [1] and [2] about distcc
on debian and gentoo
[1] http://www.gentoo.org/doc/en/distcc.xml
[2] http://www.debian-administration.org/articles/112
--
Markos Chandras
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2008-11-03 20:47 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03 19:10 [gentoo-user] distcc problems Daryl Styrk
2008-11-03 19:13 ` Jeremy McSpadden
2008-11-03 19:18 ` Daryl Styrk
2008-11-03 19:41 ` Markos Chandras
2008-11-03 20:03 ` Daryl Styrk
2008-11-03 20:46 ` Markos Chandras
-- strict thread matches above, loose matches on Subject: below --
2007-10-12 22:26 [gentoo-user] Distcc problems Jerry McBride
2007-10-12 22:33 ` Dan Farrell
2007-10-13 4:32 ` Tim
2007-10-13 13:57 ` William Kenworthy
2007-10-13 0:37 ` Tim
2007-10-13 14:56 ` Jerry McBride
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox