Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 139352
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux High-Performance Clustering Team <hp-cluster@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Marcus Furlong <furlongm@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
icecream-0.7.3a.ebuild sys-devel/icecream-0.7.3a ebuild text/plain Marcus Furlong 2006-07-05 11:53 0000 3.73 KB Details
icecream-0.7.3a-gentoo.patch files/icecream-0.7.3a-gentoo.patch patch Marcus Furlong 2006-07-05 11:55 0000 615 bytes Details | Diff
icecream-0.7.3a-fix-logging.patch files/icecream-0.7.3a-fix-logging.patch patch Marcus Furlong 2006-07-06 07:57 0000 779 bytes Details | Diff
icecream-0.7.3a.ebuild icecream-0.7.3a.ebuild text/plain Marcus Furlong 2006-07-06 07:58 0000 3.81 KB Details
icecream-0.7.6.ebuild icecream-0.7.6.ebuild text/plain Marcus Furlong 2006-08-12 08:22 0000 3.76 KB Details
icecream-0.7.6-dont-create-symlinks.patch files/icecream-0.7.6-dont-create-symlinks.patch patch Marcus Furlong 2006-08-12 08:24 0000 476 bytes Details | Diff
icecream-0.7.6-conf.d-verbosity.patch files/icecream-0.7.6-conf.d-verbosity.patch patch Marcus Furlong 2006-08-12 08:25 0000 535 bytes Details | Diff
icecream files/icecream text/plain Marcus Furlong 2006-08-12 08:27 0000 1.51 KB Details
icecream-config files/icecream-config text/plain Marcus Furlong 2006-08-12 08:30 0000 1.65 KB Details
icecream /etc/init.d/icecream text/plain Marcus Furlong 2006-09-09 12:22 0000 1.51 KB Details
icecc-create-env.patch files/icecc-create-env.patch patch Patrick Avery 2006-09-11 10:29 0000 623 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 139352 depends on: Show dependency tree
Bug 139352 blocks: 139432
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-05 11:52 0000
ebuild for new version of sys-devel/icecream

------- Comment #1 From Marcus Furlong 2006-07-05 11:53:26 0000 -------
Created an attachment (id=90996) [details]
sys-devel/icecream-0.7.3a ebuild

ebuild for sys-devel/icecream-0.7.3a

------- Comment #2 From Marcus Furlong 2006-07-05 11:55:01 0000 -------
Created an attachment (id=90997) [details]
files/icecream-0.7.3a-gentoo.patch

patch to fix newline breakage and gentoo's glibc not supporting popen(cmd,
"rt"), already commited upstream

------- Comment #3 From Marcus Furlong 2006-07-06 07:57:37 0000 -------
Created an attachment (id=91049) [details]
files/icecream-0.7.3a-fix-logging.patch

fixes a logging error that causes the icecream monitor to crash

------- Comment #4 From Marcus Furlong 2006-07-06 07:58:21 0000 -------
Created an attachment (id=91050) [details]
icecream-0.7.3a.ebuild

------- Comment #5 From Michael Imhof 2006-07-16 14:49:04 0000 -------
ftp://ftp.suse.com/pub/projects/icecream/ contains version 0.7.5
0.7.3a is no longer available

It would be great if you could provide an updated ebuild.

------- Comment #6 From Marcus Furlong 2006-07-16 14:58:11 0000 -------
(In reply to comment #5)
> ftp://ftp.suse.com/pub/projects/icecream/ contains version 0.7.5
> 0.7.3a is no longer available
> 
> It would be great if you could provide an updated ebuild.
> 

No problem, I'm waiting for 0.7.6 to be released, svn contains a lot of little
fixes over 0.7.5

------- Comment #7 From Marcus Furlong 2006-08-12 08:22:38 0000 -------
Created an attachment (id=94055) [details]
icecream-0.7.6.ebuild

updated ebuild for icecream-0.7.6

------- Comment #8 From Marcus Furlong 2006-08-12 08:23:03 0000 -------
update version number

------- Comment #9 From Marcus Furlong 2006-08-12 08:24:16 0000 -------
Created an attachment (id=94056) [details]
files/icecream-0.7.6-dont-create-symlinks.patch

update dont-create-symlinks patch as patching now happens in src_unpack where
it should be

------- Comment #10 From Marcus Furlong 2006-08-12 08:25:35 0000 -------
Created an attachment (id=94057) [details]
files/icecream-0.7.6-conf.d-verbosity.patch

adapted increased verbosity option patch from Bug 141899

------- Comment #11 From Marcus Furlong 2006-08-12 08:27:12 0000 -------
Created an attachment (id=94058) [details]
files/icecream

updated init script to use cleanups from Bug 141899

------- Comment #12 From Marcus Furlong 2006-08-12 08:30:36 0000 -------
Created an attachment (id=94059) [details]
files/icecream-config

icecream-config (similar to distcc-config or ccache-config for adding/removing
symlinks). just updated to use ICECC/icecc instead of ICEC/icec, it was meant
to be like this in first place, and is a purely cosmetic update.

------- Comment #13 From Patrick Avery 2006-08-17 19:01:43 0000 -------
Works great here.  Thanks!

------- Comment #14 From Sergey Okhapkin 2006-09-09 06:23:52 0000 -------
icecc-create-env has a bug, the checks "if file "$path" | grep" should be 
"if file -L "$path" | grep", note -L parameter. On my installation /usr/bin/as
is a symlink:

$ file /usr/bin/as
/usr/bin/as: symbolic link to `i686-pc-linux-gnu-as'
$ file -L /usr/bin/as
/usr/bin/as: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9,
stripped

------- Comment #15 From Sergey Okhapkin 2006-09-09 06:27:56 0000 -------
BTW, current release of icecc is 0.7.12, "cp icecream-0.7.6.ebuild
icecream-0.7.12.ebuild" works fine.

------- Comment #16 From Marcus Furlong 2006-09-09 12:22:29 0000 -------
Created an attachment (id=96500) [details]
/etc/init.d/icecream

use --nice instead of -n for nice level, -n is the network name.

------- Comment #17 From Marcus Furlong 2006-09-09 12:23:13 0000 -------
version is 0.7.12

------- Comment #18 From Patrick Avery 2006-09-11 10:29:13 0000 -------
Created an attachment (id=96729) [details]
./icecc-create-env.patch

Confirmed bug described by Sergey Okhapkin in Comment #14.
This is a patch to make the change he describes.
After applying this patch and clearing out /var/cache/icecream,
0.7.12 works as expected.

------- Comment #19 From Donnie Berkholz 2006-09-26 00:40:44 0000 -------
*** Bug 141899 has been marked as a duplicate of this bug. ***

------- Comment #20 From Donnie Berkholz 2006-09-26 00:43:16 0000 -------
Are the latest files good to bump and go for 0.7.14? I'd like to commit these
updates tomorrow or so.

------- Comment #21 From Marcus Furlong 2006-09-26 10:20:45 0000 -------
(In reply to comment #20)
> Are the latest files good to bump and go for 0.7.14? I'd like to commit these
> updates tomorrow or so.
> 

Yep, they're ready.

------- Comment #22 From Marcus Furlong 2006-10-10 12:17:12 0000 -------
(In reply to comment #21)
> (In reply to comment #20)
> > Are the latest files good to bump and go for 0.7.14? I'd like to commit these
> > updates tomorrow or so.
> > 
> 
> Yep, they're ready.
> 

Any chance of getting this ebuild into portage? 0.7.14 is the stable upstream
release and was successfully used in a cluster of around 200 recently without
any problems.

------- Comment #23 From Donnie Berkholz 2006-10-10 18:51:15 0000 -------
Fixed, finally! Thanks for your patience.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug