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

Bug 275756

Summary: sys-devel/icecream - icecc-create-env packages wrong cross compile assembler
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: Current packagesAssignee: Gentoo Cluster Team <cluster>
Status: RESOLVED FIXED    
Severity: normal CC: jacobgodserv
Priority: High Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for /usr/sbin/icecc-create-env
patch for /usr/lib/icecc/icecc-create-env
Simpler, more robust patch

Description Jeroen Roovers (RETIRED) gentoo-dev 2009-06-28 22:18:50 UTC
Currently /usr/sbin/icecc-create-env does not add the proper cross compile assembler to the environment tarball, but simply uses /usr/bin/as.

Patches to be attached shortly - one for upstream's icecc-0.9.4/client/icecc-create-env and one for our /usr/sbin/icecc-create-env.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2009-06-28 22:23:05 UTC
Created attachment 196014 [details, diff]
patch for /usr/sbin/icecc-create-env
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2009-06-28 22:24:18 UTC
Created attachment 196017 [details, diff]
patch for /usr/lib/icecc/icecc-create-env
Comment 3 Jacob Godserv 2010-07-11 23:28:20 UTC
Created attachment 238367 [details, diff]
Simpler, more robust patch

Here's a more robust patch. This one actually asks gcc which as binary it wants to use, and keeps the patch to a one-liner.
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2010-09-18 10:24:11 UTC
Thanks for bugreport. Patches applied.