Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70522 - icecream is a fork of distcc, uses a scheduler and is therefor faster
Summary: icecream is a fork of distcc, uses a scheduler and is therefor faster
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Michael Imhof (RETIRED)
URL: http://wiki.kde.org/tiki-index.php?pa...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-08 16:06 UTC by Michael Imhof (RETIRED)
Modified: 2005-01-18 07:02 UTC (History)
1 user (show)

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


Attachments
/usr/portage/sys-devel/icecream/icecream-0.6.ebuild (icecream-0.6.ebuild,538 bytes, application/octet-stream)
2004-11-08 17:09 UTC, Michael Imhof (RETIRED)
Details
/usr/portage/sys-devel/icecream/files/99icecream (99icecream,64 bytes, text/plain)
2004-11-08 17:10 UTC, Michael Imhof (RETIRED)
Details
/usr/portage/sys-devel/icecream/icecream-0.6.ebuild (icecream-0.6.ebuild,551 bytes, text/plain)
2004-11-08 17:26 UTC, Michael Imhof (RETIRED)
Details
/usr/portage/sys-devel/icecream/icecream-0.6.ebuild (/usr/portage/sys-devel/icecream/icecream-0.6.ebuild,527 bytes, text/plain)
2004-11-17 13:00 UTC, Michael Imhof (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Imhof (RETIRED) gentoo-dev 2004-11-08 16:06:13 UTC
see summary

to build the package it is sufficient to execute:

./configure --prefix=/opt/icecream
make
make install

then change you env as follows:

cat /etc/env.d/99icecream
KDEDIRS=/opt/icecream:${KDEDIRS}
PATH=/opt/icecream/bin:${PATH}
Comment 1 Michael Imhof (RETIRED) gentoo-dev 2004-11-08 17:09:31 UTC
Created attachment 43564 [details]
/usr/portage/sys-devel/icecream/icecream-0.6.ebuild
Comment 2 Michael Imhof (RETIRED) gentoo-dev 2004-11-08 17:10:04 UTC
Created attachment 43566 [details]
/usr/portage/sys-devel/icecream/files/99icecream
Comment 3 Michael Imhof (RETIRED) gentoo-dev 2004-11-08 17:26:48 UTC
Created attachment 43568 [details]
/usr/portage/sys-devel/icecream/icecream-0.6.ebuild
Comment 4 Michael Imhof (RETIRED) gentoo-dev 2004-11-09 13:31:52 UTC
To make portage aware of icecream just use:

PREROOTPATH=/opt/icecream/bin emerge

and there you go ;)
Comment 5 Michael Imhof (RETIRED) gentoo-dev 2004-11-17 13:00:13 UTC
Created attachment 44175 [details]
/usr/portage/sys-devel/icecream/icecream-0.6.ebuild
Comment 6 Michael Imhof (RETIRED) gentoo-dev 2005-01-18 07:02:33 UTC
Ebuild in cvs now. Please test and report any bugs.