This is a problem when installing deb or rpm packages. Some scripts were installed using compilation paths. To solve this problem, you have two options:
Reinstall the correct version 1.4 from the source files:
wget http://compss.bsc.es/releases/compss/1.4/patches/COMPSs_1.4_07_update.tgz tar zxvf COMPSs_1.4_07_update.tgz cd 1.4_07/builders sudo -E ./buildlocal
or run the following command
sudo sed -i "s|$HOME/svn/compss/framework/tags/1.4/builders/specs/rpm/compss-c-binding/tmp/BUILDROOT/compss-c-binding-1.4-1.x86_64||g" /opt/COMPSs/Bindings/c/bin/gsbuild
source share