There's a way to avoid '--skipinteg', changing the last (32bit) md5sum to the 64bit md5sum. Worked as a charm. :-)
I'm not sure if this works for i686 people flawlessly, but my pkgbuild is here:
http://paste.archlinux-br.org/2013
Thank you.
Search Criteria
Package Details: foldingathome 8.4.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/foldingathome.git (read-only, click to copy) |
---|---|
Package Base: | foldingathome |
Description: | A distributed computing project for simulating protein dynamics |
Upstream URL: | https://foldingathome.org/ |
Keywords: | fah science |
Licenses: | GPL-3.0-or-later |
Submitter: | dtw |
Maintainer: | PlasticSoup |
Last Packager: | PlasticSoup |
Votes: | 180 |
Popularity: | 0.65 |
First Submitted: | 2007-06-28 14:55 (UTC) |
Last Updated: | 2024-08-21 01:37 (UTC) |
Dependencies (16)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- sqlite (sqlite-fossilAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- leveldb (leveldb-gitAUR) (make)
- libyaml (libyaml-gitAUR) (make)
- re2 (re2-gitAUR) (make)
- scons (make)
- snappy (snappy-gitAUR) (make)
- opencl-driver (opencl-nvidia-410xxAUR, amdapp-sdkAUR, opencl-nvidia-340xxAUR, opencl-nvidia-440xxAUR, vc4cl-gitAUR, opencl-nvidia-430xxAUR, opencl-legacy-amdgpu-proAUR, intel-compute-runtime-gitAUR, beignetAUR, opencl-nvidia-vulkanAUR, beignet-gitAUR, intel-openclAUR, clvk-gitAUR, opencl-nvidia-390xxAUR, opencl-rusticl-mesa-minimal-gitAUR, mesa-gitAUR, opencl-nvidia-teslaAUR, mesa-wsl2-gitAUR, intel-compute-runtime-binAUR, opencl-nvidia-535xxAUR, opencl-nvidia-525xxAUR, opencl-510xx-nvidiaAUR, opencl-550xx-nvidiaAUR, opencl-amdAUR, opencl-nvidia-betaAUR, opencl-nvidia-470xxAUR, amdonly-gaming-opencl-clover-mesa-gitAUR, amdonly-gaming-opencl-rusticl-mesa-gitAUR, intel-compute-runtime, intel-oneapi-compiler-shared-runtime, opencl-clover-mesa, opencl-nvidia, opencl-rusticl-mesa, rocm-opencl-runtime) (optional) – GPU support
Required by (0)
Sources (2)
bremm commented on 2012-09-13 06:27 (UTC)
<deleted-account> commented on 2012-09-12 18:53 (UTC)
Edit PKGBUILD and change i686 to x86_64 and 32bit to 64bit or vise versa and build with makepkg --skipinteg
I don't know exactly what is wrong with the PKGBUILD, but this seems to work.
bremm commented on 2012-09-11 22:04 (UTC)
Even using a downloaded tarball from Stanford:
==> Continue building foldingathome-v7 ? [Y/n]
==> ------------------------------------------
==>
==> Building and installing package
==> ERROR: An unknown error has occurred. Exiting...
/usr/lib/yaourt/pkgbuild.sh: line 200: 18333 User defined signal 1 PKGDEST="$YPKGDEST" makepkg "${MAKEPKG_ARG[@]}" -s -f -p ./PKGBUILD
==> ERROR: Makepkg was unable to build foldingathome-v7.
paul2lv commented on 2012-09-11 11:18 (UTC)
If makepkg complains about a ssl certificate error, please manually download the package from Stanford and try again.
paul2lv commented on 2012-09-11 11:16 (UTC)
Added i686 support
<deleted-account> commented on 2011-01-09 16:05 (UTC)
Here is my version of foldingathome daemon script:
http://paste.pocoo.org/show/317657/
See my last comment on foldingathome-smp ( http://aur.archlinux.org/packages.php?ID=11964 ) to know why.
xrchz commented on 2010-10-10 07:11 (UTC)
Can you make the folding@home daemon depend on the nscd daemon? This will save people who forget to load nscd first (or want to load f@h in the background).
(Add "ck_daemon nscd && /etc/rc.d/nscd start" to the top of /etc/rc.d/foldingathome)
xrchz commented on 2010-10-10 07:07 (UTC)
Yes the instructions after the end of install messed me up for a while too - please remove them or just add a pointer to the wiki.
Marcel_K commented on 2010-04-24 19:43 (UTC)
Why do you recommend "Please cd to /opt/fah/ and execute ./fah6 -smp -configonly" in post_install()? This is inconsistent with the Wiki (causing confusion, at least to me) and installs/configures fah as root, which is discouraged. Explaining or at least pointing to the post-install steps in the Wiki is way better, IMHO, as those explain what's needed for running fah as another user.
Pinned Comments
SovietReimu1228 commented on 2024-08-22 14:48 (UTC)
I'll leave a note for those who are having trouble starting FAH after updating. You should do
pacman -Rs foldingathome
and install again. This will create thefah-client
user.