Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205542 - sci-biology/foldingathome-5.0.4 version bump
Summary: sci-biology/foldingathome-5.0.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Science Biology related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-12 22:01 UTC by Justin Lecher (RETIRED)
Modified: 2008-10-06 01:42 UTC (History)
2 users (show)

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


Attachments
sci-biology/foldingathome-5.0.4.ebuild (foldingathome-5.0.4.ebuild,1.94 KB, text/plain)
2008-01-12 22:02 UTC, Justin Lecher (RETIRED)
Details
foldingathome-6.02 ebuild+files (foldingathome-6.02.tar.bz2,3.32 KB, application/octet-stream)
2008-08-06 15:01 UTC, Thomas Geirhovd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2008-01-12 22:01:59 UTC
Updated ebuild for sci-biology/foldingathome.
some files in ${FILESDIR} need to be updated.

Reproducible: Always
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2008-01-12 22:02:53 UTC
Created attachment 140834 [details]
sci-biology/foldingathome-5.0.4.ebuild
Comment 2 Jeffrey Gardner (RETIRED) gentoo-dev 2008-08-03 17:33:30 UTC
Hey justin (or anyone else), I don't know if you can test the latest (6.02) version on x86, but if you could let me know if it works I'd appreciate it.

Thanks,
je_fro
Comment 3 Thomas Geirhovd 2008-08-06 15:01:46 UTC
Created attachment 162364 [details]
foldingathome-6.02 ebuild+files

6.02 works for me after some changes to the ebuild and scripts. My new ebuild does not work with smp, however, so the two should be combined in some fancy way that i am unable to do.
Comment 4 Andreas Kobara 2008-08-21 15:40:03 UTC
The init-file should also be corrected, as the latest start-stop-daemon complains about starting a second(multiple CPUs) ./foldingathome (although within another working directory).

--- /usr/portage/sci-biology/foldingathome/files/init-5.0.2-r5  2006-06-16 10:44:04.000000000 +0200
+++ /etc/init.d/foldingathome   2008-08-21 17:35:04.000000000 +0200
@@ -32,7 +32,7 @@
        for (($CPU; CPU > 0; CPU--)); do
                ebegin "Starting Folding@Home on CPU ${CPU}"
                cd /opt/foldingathome/client${CPU}/
-               start-stop-daemon --chdir ${PWD} --chuid foldingathome --nicelevel 19 --start --background --exec ./foldingathome -- ${FOLD_OPTS}
+               start-stop-daemon --chdir ${PWD} --chuid foldingathome --nicelevel 19 --start --background --exec ${PWD}/foldingathome -- ${FOLD_OPTS}
                eend $?
        done
 }
Comment 5 Thomas Geirhovd 2008-08-25 18:18:54 UTC
I attempted to fix that too, but failed miserably. Please disregard my changes to the initscript.
Comment 6 Jeffrey Gardner (RETIRED) gentoo-dev 2008-10-06 01:42:10 UTC
6.02 in the tree.