Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 203911 - net-misc/netkit-rsh-0.17-r8 ebuild doesn't set correctly C compiler
Summary: net-misc/netkit-rsh-0.17-r8 ebuild doesn't set correctly C compiler
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo's Team for Core System packages
URL: http://packages.gentoo.org/package/ne...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-31 17:27 UTC by Davide Cendron (RETIRED)
Modified: 2008-01-02 13:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
netkit-rsh-0.17-r8.ebuild.diff (netkit-rsh-0.17-r8.ebuild.diff,480 bytes, patch)
2007-12-31 17:27 UTC, Davide Cendron (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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