Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275756 - sys-devel/icecream - icecc-create-env packages wrong cross compile assembler
Summary: sys-devel/icecream - icecc-create-env packages wrong cross compile assembler
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-06-28 22:18 UTC by Jeroen Roovers (RETIRED)
Modified: 2010-09-18 10:24 UTC (History)
1 user (show)

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


Attachments
patch for /usr/sbin/icecc-create-env (icecc-0.9.4-icecc-create-env-gentoo.patch,1.32 KB, patch)
2009-06-28 22:23 UTC, Jeroen Roovers (RETIRED)
Details | Diff
patch for /usr/lib/icecc/icecc-create-env (icecc-0.9.4-icecc-create-env.patch,879 bytes, patch)
2009-06-28 22:24 UTC, Jeroen Roovers (RETIRED)
Details | Diff
Simpler, more robust patch (icecc-create-env.patch,369 bytes, patch)
2010-07-11 23:28 UTC, Jacob Godserv
Details | Diff

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