You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the bug primarily related to salmon (bulk mode) or alevin (single-cell mode)?
This is related to salmon.
Describe the bug
When building Salmon 1.10.3 from source, I'm seeing the following error.
[ 63%] Building CXX object src/CMakeFiles/salmon_core.dir/GenomicFeature.cpp.o
In file included from /usr/include/pthread.h:33,
from /gpfs/software/gcc/13.2.0/include/c++/13.2.0/x86_64-pc-linux-gnu/bits/gthr-default.h:35,
from /gpfs/software/gcc/13.2.0/include/c++/13.2.0/x86_64-pc-linux-gnu/bits/gthr.h:148,
from /gpfs/software/gcc/13.2.0/include/c++/13.2.0/ext/atomicity.h:35,
from /gpfs/software/gcc/13.2.0/include/c++/13.2.0/bits/ios_base.h:39,
from /gpfs/software/gcc/13.2.0/include/c++/13.2.0/ios:44,
from /gpfs/software/gcc/13.2.0/include/c++/13.2.0/ostream:40,
from /gpfs/projects/hpc_support/salmon/external/install/include/boost/system/error_code.hpp:17,
from /gpfs/projects/hpc_support/salmon/external/install/include/boost/system/system_error.hpp:11,
from /gpfs/projects/hpc_support/salmon/external/install/include/boost/thread/exceptions.hpp:22,
from /gpfs/projects/hpc_support/salmon/external/install/include/boost/thread/pthread/thread_data.hpp:10,
from /gpfs/projects/hpc_support/salmon/external/install/include/boost/thread/thread_only.hpp:17,
from /gpfs/projects/hpc_support/salmon/external/install/include/boost/thread/thread.hpp:12,
from /gpfs/projects/hpc_support/salmon/include/GenomicFeature.hpp:25,
from /gpfs/projects/hpc_support/salmon/src/GenomicFeature.cpp:22:
/gpfs/projects/hpc_support/salmon/external/install/include/boost/thread/pthread/thread_data.hpp:60:5: error: missing binary operator before token "("
60 | #if PTHREAD_STACK_MIN > 0
| ^~~~~~~~~~~~~~~~~
In file included from /gpfs/projects/hpc_support/salmon/external/install/include/boost/functional/hash.hpp:6,
from /gpfs/projects/hpc_support/salmon/external/install/include/boost/thread/detail/thread.hpp:41,
from /gpfs/projects/hpc_support/salmon/external/install/include/boost/thread/thread_only.hpp:22:
/gpfs/projects/hpc_support/salmon/external/install/include/boost/container_hash/hash.hpp:130:33: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
130 | struct hash_base : std::unary_function<T, std::size_t> {};
| ^~~~~~~~~~~~~~
In file included from /gpfs/software/gcc/13.2.0/include/c++/13.2.0/string:49,
from /gpfs/projects/hpc_support/salmon/external/install/include/boost/thread/exceptions.hpp:20:
/gpfs/software/gcc/13.2.0/include/c++/13.2.0/bits/stl_function.h:117:12: note: declared here
117 | struct unary_function
| ^~~~~~~~~~~~~~
make[2]: *** [src/CMakeFiles/salmon_core.dir/build.make:160: src/CMakeFiles/salmon_core.dir/GenomicFeature.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:568: src/CMakeFiles/salmon_core.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
Is the bug primarily related to salmon (bulk mode) or alevin (single-cell mode)?
This is related to salmon.
Describe the bug
When building Salmon 1.10.3 from source, I'm seeing the following error.
To Reproduce
Specifically, please provide at least the following information:
Expected behavior
A successful build.
Desktop (please complete the following information):
Additional context
std err file attached.
build.err.gz
The text was updated successfully, but these errors were encountered: