Closed
Description
- I am reporting a bug others will be able to reproduce and not asking a question or requesting a new feature.
System information including:
- OpenCoarrays Version: 2.7.0
- Fortran Compiler: gfortran 8.3.0
- C compiler used for building lib: gcc 8.3.0
- Installation method: AUR build script
- All flags & options passed to the installer:
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DMPI_C_COMPILER=/opt/mpich/bin/mpicc \
-DMPI_Fortran_COMPILER=/opt/mpich/bin/mpifort
- Output of
uname -a
: GNU/Linux 5.0.13 x86_64 - MPI library being used: 3.3b
- Machine architecture and number of physical cores: 4 cores (8 threads)
- Version of CMake: 3.14.3
To help us debug your issue please explain:
What you were trying to do (and why)
Trying to install the software.
What happened (include command output, screenshots, logs, etc.)
After the build was complete, the error occurred during the packaging:
Install the project...
-- Install configuration: "Release"
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/share/man/man1/caf.1
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/share/man/man1/cafrun.1
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/include
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/include/opencoarrays.mod
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/include/OpenCoarrays-2.7.0_GNU-8.3.0
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/include/OpenCoarrays-2.7.0_GNU-8.3.0/opencoarrays.mod
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/lib/libopencoarrays_mod.a
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/lib/libcaf_mpi.so.3
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/lib/libcaf_mpi.so
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/lib/libcaf_mpi.a
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/bin/cafrun
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/bin/caf
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/include/libcaf.h
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/include/libcaf-gfortran-descriptor.h
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/include/libcaf-version-def.h
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/lib/cmake/opencoarrays/OpenCoarraysTargets.cmake
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/lib/cmake/opencoarrays/OpenCoarraysTargets-release.cmake
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/lib/cmake/opencoarrays/OpenCoarraysConfig.cmake
-- Installing: /tmp/makepkg/opencoarrays/pkg/opencoarrays/usr/lib/cmake/opencoarrays/OpenCoarraysConfigVersion.cmake
-- Generating SHA256 checksumed receipt for all installed assets
CMake Error at /tmp/makepkg/opencoarrays/src/OpenCoarrays-2.7.0/cmake/InstallFileManifest.cmake:21 (file):
file SHA256 failed to read file "/usr/share/man/man1/caf.1": No such file
or directory
Call Stack (most recent call first):
cmake_install.cmake:95 (include)
make: *** [Makefile:84: install] Error 1
Step-by-step reproduction instructions to reproduce the error/bug
I'm using the build script linked above.