Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 203911

Summary: net-misc/netkit-rsh-0.17-r8 ebuild doesn't set correctly C compiler
Product: Gentoo Linux Reporter: Davide Cendron (RETIRED) <scen>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://packages.gentoo.org/package/net-misc/netkit-rsh
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: netkit-rsh-0.17-r8.ebuild.diff

Description Davide Cendron (RETIRED) gentoo-dev 2007-12-31 17:27:29 UTC
Hi, i've seen that net-misc/netkit-rsh-0.17-r8 ebuild doesn't compile using distcc and 2 hosts external hosts, 1 x86 + 1 x86_64, because the configure script sets the C compiler (CC) executable to "gcc".

It would be, for a i686 system, "i686-pc-linux-gnu-gcc", so the distcc x86_64 hosts can handle correctly the job.

Here's a little patch to fix this behaviour.
Comment 1 Davide Cendron (RETIRED) gentoo-dev 2007-12-31 17:27:51 UTC
Created attachment 139743 [details, diff]
netkit-rsh-0.17-r8.ebuild.diff
Comment 2 SpanKY gentoo-dev 2008-01-02 13:47:21 UTC
there is already a tc-export CC line in there that can be used instead

should be fixed in cvs

http://sources.gentoo.org/net-misc/netkit-rsh/netkit-rsh-0.17-r8.ebuild?r1=1.10&r2=1.11