Build Rpm fails

Moderators: Site Moderators, FAHC Science Team

Post Reply
stevef9432203
Posts: 3
Joined: Tue May 13, 2025 12:07 pm

Build Rpm fails

Post by stevef9432203 »

Current github client still does not rpm for Redhat or Fedora
stevef9432203
Posts: 3
Joined: Tue May 13, 2025 12:07 pm

Re: Build Rpm fails

Post by stevef9432203 »

After appying the patch

Marcos FRM » Tue May 13, 2025 10:00 am
https://github.com/FoldingAtHome/fah-cl ... 2869043250

Fails with -
hecking for C library pthread... (cached) yes
Checking for C header file pthread.h... (cached) yes
Checking for C library kern... no
scons: done reading SConscript files.
scons: Building targets ...
scons: *** Do not know how to make File target `package' (/usb/probox12/Downloads/Folding@Home/cbang/package). Stop.
scons: building terminated because of errors

Still fails .. Crap !!!
Marcos FRM
Posts: 33
Joined: Fri Feb 23, 2024 6:26 pm

Re: Build Rpm fails

Post by Marcos FRM »

Code: Select all

git clone https://github.com/cauldrondevelopmentllc/cbang
git clone https://github.com/foldingathome/fah-client-bastet
git -C cbang checkout bastet-v8.4.9
git -C fah-client-bastet checkout v8.4.9
git -C cbang cherry-pick -n 1e24e6d90cde528db0bb7a1f65009d237c737701
export CBANG_HOME=$PWD/cbang
scons -C cbang
scons -C fah-client-bastet
scons -C fah-client-bastet package
That works on my Fedora 41 installation.
calxalot
Site Moderator
Posts: 1508
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: Build Rpm fails

Post by calxalot »

Are all prerequisites installed?
stevef9432203
Posts: 3
Joined: Tue May 13, 2025 12:07 pm

Re: Build Rpm fails

Post by stevef9432203 »

That series of commands did the Job
Thank you
Post Reply