* [gentoo-dev] portage-2.0.47-r6 and distcc
@ 2003-02-27 0:20 Max Kalika
2003-02-27 6:58 ` Max Kalika
0 siblings, 1 reply; 8+ messages in thread
From: Max Kalika @ 2003-02-27 0:20 UTC (permalink / raw
To: gentoo-dev
Seems like the distcc feature stopped working since I upgraded to the
latest portage. Can anyone confirm?
gcc is being called directly from the installed path instead of the wrapper
directory generated by distcc. it looks like portage isn't setting the
PATH to include /usr/lib/distcc/bin as the first item. This worked fine in
portage-2.0.47-r3 but not -r5 or -r6.
---max kalika
--max@lsit.ucsb.edu
-lsit systems administrator
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] portage-2.0.47-r6 and distcc
2003-02-27 0:20 [gentoo-dev] portage-2.0.47-r6 and distcc Max Kalika
@ 2003-02-27 6:58 ` Max Kalika
2003-02-28 7:51 ` Nick Jones
0 siblings, 1 reply; 8+ messages in thread
From: Max Kalika @ 2003-02-27 6:58 UTC (permalink / raw
To: gentoo-dev
Quoting Max Kalika <max+lists.gentoo-dev@lsit.ucsb.edu>:
> Seems like the distcc feature stopped working since I upgraded to the
> latest portage. Can anyone confirm?
>
> gcc is being called directly from the installed path instead of the
> wrapper directory generated by distcc. it looks like portage isn't
> setting the PATH to include /usr/lib/distcc/bin as the first item. This
> worked fine in portage-2.0.47-r3 but not -r5 or -r6.
Seems like the distcc feature stopped working since I upgraded to the
latest portage. Can anyone confirm?
gcc is being called directly from the installed path instead of the wrapper
directory generated by distcc. it looks like portage isn't setting the
PATH to include /usr/lib/distcc/bin as the first item. This worked fine in
portage-2.0.47-r3 but not -r5 or -r6.
---max kalika
--max@lsit.ucsb.edu
-lsit systems administrator
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] portage-2.0.47-r6 and distcc
2003-02-27 6:58 ` Max Kalika
@ 2003-02-28 7:51 ` Nick Jones
2003-02-28 11:30 ` Pat Double
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Nick Jones @ 2003-02-28 7:51 UTC (permalink / raw
To: Max Kalika; +Cc: gentoo-dev
> Seems like the distcc feature stopped working since I upgraded to the
> latest portage. Can anyone confirm?
>
> gcc is being called directly from the installed path instead of the wrapper
> directory generated by distcc. it looks like portage isn't setting the
> PATH to include /usr/lib/distcc/bin as the first item. This worked fine in
> portage-2.0.47-r3 but not -r5 or -r6.
use >=portage-2.0.47-r7
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] portage-2.0.47-r6 and distcc
2003-02-28 7:51 ` Nick Jones
@ 2003-02-28 11:30 ` Pat Double
2003-02-28 11:36 ` Pat Double
2003-02-28 14:47 ` Max Kalika
2 siblings, 0 replies; 8+ messages in thread
From: Pat Double @ 2003-02-28 11:30 UTC (permalink / raw
To: Nick Jones, Max Kalika; +Cc: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am using portage-2.0.47-r7 and the latest distcc in ~x86 and it still does
not work. Are there specific ebuilds that disable distcc? I tried updating
distcc, ccache and parted as tests. No distcc prepended to gcc.
On Friday 28 February 2003 01:51 am, Nick Jones wrote:
> > Seems like the distcc feature stopped working since I upgraded to the
> > latest portage. Can anyone confirm?
> >
> > gcc is being called directly from the installed path instead of the
> > wrapper directory generated by distcc. it looks like portage isn't
> > setting the PATH to include /usr/lib/distcc/bin as the first item. This
> > worked fine in portage-2.0.47-r3 but not -r5 or -r6.
>
> use >=portage-2.0.47-r7
>
> --
> gentoo-dev@gentoo.org mailing list
- --
Pat Double, double@inebraska.com
"In the beginning God created the heaven and the earth."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+X0hMdOmLNuoWoKgRArh3AJ43NYzP4LF01SFzkjS2oNxieeDDPwCcDtf6
koy4XIkE0FsHUwiUdH4TTHU=
=6HR7
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] portage-2.0.47-r6 and distcc
2003-02-28 7:51 ` Nick Jones
2003-02-28 11:30 ` Pat Double
@ 2003-02-28 11:36 ` Pat Double
2003-02-28 14:54 ` Max Kalika
2003-02-28 14:47 ` Max Kalika
2 siblings, 1 reply; 8+ messages in thread
From: Pat Double @ 2003-02-28 11:36 UTC (permalink / raw
To: Nick Jones, Max Kalika; +Cc: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Perhaps I am mistaken. In previous versions of portage that supported distcc,
I would find the compiler command reported in ./configure as "distcc gcc". Is
this the case with portage-2.0.47-r7? Or is it done through the path somehow?
I noticed that I have been getting hangs in compiling this morning (I thought
maybe due to the new glibc), so I tried setting MAKEOPTS="-j1" and the
problem when away. Not satisified it is glibc, I removed "distcc" as a
FEATURE and the problem is gone.
On Friday 28 February 2003 01:51 am, Nick Jones wrote:
> > Seems like the distcc feature stopped working since I upgraded to the
> > latest portage. Can anyone confirm?
> >
> > gcc is being called directly from the installed path instead of the
> > wrapper directory generated by distcc. it looks like portage isn't
> > setting the PATH to include /usr/lib/distcc/bin as the first item. This
> > worked fine in portage-2.0.47-r3 but not -r5 or -r6.
>
> use >=portage-2.0.47-r7
>
> --
> gentoo-dev@gentoo.org mailing list
- --
Pat Double, double@inebraska.com
"In the beginning God created the heaven and the earth."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+X0m1dOmLNuoWoKgRAuYuAJsHUgWYdLWSha8z184XW5dvxnL8nwCgi3v4
0hq/Es9OhncZqDGrKWRlGP0=
=1Hgy
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] portage-2.0.47-r6 and distcc
2003-02-28 7:51 ` Nick Jones
2003-02-28 11:30 ` Pat Double
2003-02-28 11:36 ` Pat Double
@ 2003-02-28 14:47 ` Max Kalika
2 siblings, 0 replies; 8+ messages in thread
From: Max Kalika @ 2003-02-28 14:47 UTC (permalink / raw
To: Nick Jones; +Cc: gentoo-dev
Quoting Nick Jones <carpaski@twobit.net>:
> use >=portage-2.0.47-r7
Indeed. I saw #16437. I can confirm that -r7 works properly with distcc.
Thank you.
---max kalika
--max@lsit.ucsb.edu
-lsit systems administrator
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] portage-2.0.47-r6 and distcc
2003-02-28 11:36 ` Pat Double
@ 2003-02-28 14:54 ` Max Kalika
2003-02-28 14:57 ` Pat Double
0 siblings, 1 reply; 8+ messages in thread
From: Max Kalika @ 2003-02-28 14:54 UTC (permalink / raw
To: Pat Double, Nick Jones, Max Kalika; +Cc: gentoo-dev
Quoting Pat Double <double@inebraska.com>:
> Perhaps I am mistaken. In previous versions of portage that supported
> distcc, I would find the compiler command reported in ./configure as
> "distcc gcc". Is this the case with portage-2.0.47-r7? Or is it done
> through the path somehow? I noticed that I have been getting hangs in
> compiling this morning (I thought maybe due to the new glibc), so I
> tried setting MAKEOPTS="-j1" and the problem when away. Not satisified
> it is glibc, I removed "distcc" as a FEATURE and the problem is gone.
I had problems building glibc with distcc in the past (it would segfault
when linking something -- can't remember what). Aside from this, you can
watch your logs on the distccd machines (whatever you have the daemon
facility pointing to in your syslog configuration -- /var/log/daemon.log by
default). You should see that log moving whenever you're building
something via portage. You *won't* see "distcc gcc" in the make process
because the distcc FEATURE rewrites the path with /usr/lib/distcc/bin as
the first item where links for all gcc binaries exist pointing to distcc --
making it very transparent. In any case...it is probably better to build
glibc without distcc; other than that, everything else worked fine for me.
---max kalika
--max@lsit.ucsb.edu
-lsit systems administrator
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] portage-2.0.47-r6 and distcc
2003-02-28 14:54 ` Max Kalika
@ 2003-02-28 14:57 ` Pat Double
0 siblings, 0 replies; 8+ messages in thread
From: Pat Double @ 2003-02-28 14:57 UTC (permalink / raw
To: Max Kalika, Nick Jones; +Cc: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Friday 28 February 2003 08:54 am, Max Kalika wrote:
> Quoting Pat Double <double@inebraska.com>:
> > Perhaps I am mistaken. In previous versions of portage that supported
> > distcc, I would find the compiler command reported in ./configure as
> > "distcc gcc". Is this the case with portage-2.0.47-r7? Or is it done
> > through the path somehow? I noticed that I have been getting hangs in
> > compiling this morning (I thought maybe due to the new glibc), so I
> > tried setting MAKEOPTS="-j1" and the problem when away. Not satisified
> > it is glibc, I removed "distcc" as a FEATURE and the problem is gone.
>
> I had problems building glibc with distcc in the past (it would segfault
> when linking something -- can't remember what). Aside from this, you can
> watch your logs on the distccd machines (whatever you have the daemon
> facility pointing to in your syslog configuration -- /var/log/daemon.log by
> default). You should see that log moving whenever you're building
> something via portage. You *won't* see "distcc gcc" in the make process
> because the distcc FEATURE rewrites the path with /usr/lib/distcc/bin as
> the first item where links for all gcc binaries exist pointing to distcc --
> making it very transparent. In any case...it is probably better to build
> glibc without distcc; other than that, everything else worked fine for me.
>
You are correct. I just tried it and saw the network activity for distcc. Good
work Nick.
- --
Pat Double, double@inebraska.com
"In the beginning God created the heaven and the earth."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+X3jkdOmLNuoWoKgRAnaRAJ0ZXS6UkRiqFNVDbFOoX58Fl/KwbQCgqUsj
jjXZY7CZjExrTYB7VExUvR8=
=C3n5
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-02-28 15:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-27 0:20 [gentoo-dev] portage-2.0.47-r6 and distcc Max Kalika
2003-02-27 6:58 ` Max Kalika
2003-02-28 7:51 ` Nick Jones
2003-02-28 11:30 ` Pat Double
2003-02-28 11:36 ` Pat Double
2003-02-28 14:54 ` Max Kalika
2003-02-28 14:57 ` Pat Double
2003-02-28 14:47 ` Max Kalika
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox