-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a91151
commit fee0e3f
Showing
4 changed files
with
193 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
recipes/bioconductor-rjmcmcnucleosomes/build_failure.osx-64.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
recipe_sha: 57c464f557d893513c8a51289794676d266d43f1471676f3bcf810b5a60c4160 # The commit at which this recipe failed to build. | ||
skiplist: true # Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above. | ||
reason: |- | ||
./Nucleosome.h:13:10: fatal error: 'gsl/gsl_randist.h' file not found | ||
category: |- | ||
compiler error | ||
log: |- | ||
3:29:52 BIOCONDA INFO (OUT) x86_64-apple-darwin13.4.0-clang++ -I"$PREFIX/lib/R/include" -DNDEBUG `gsl-config --cflags` -I'$PREFIX/lib/R/library/Rcpp/include' -D_FORTIFY_SOURCE=2 -isystem $PREFIX/include -mmacosx-version-min=10.9 -I$PREFIX/include -fPIC -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden -fmessage-length=0 -isystem $PREFIX/include -fdebug-prefix-map=/Users/runner/miniforge3/conda-bld/r-base-split_1700316070281/work=/usr/local/src/conda/r-base-4.3.2 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix -c NucleoDirichlet.cpp -o NucleoDirichlet.o | ||
29:52 BIOCONDA INFO (ERR) /bin/sh: gsl-config: command not found | ||
29:58 BIOCONDA INFO (ERR) In file included from NucleoDirichlet.cpp:7: | ||
29:58 BIOCONDA INFO (ERR) In file included from ./NucleoDirichlet.h:12: | ||
29:58 BIOCONDA INFO (ERR) ./Nucleosome.h:13:10: fatal error: 'gsl/gsl_randist.h' file not found | ||
29:58 BIOCONDA INFO (ERR) #include <gsl/gsl_randist.h> | ||
29:58 BIOCONDA INFO (ERR) ^~~~~~~~~~~~~~~~~~~ | ||
29:58 BIOCONDA INFO (ERR) 1 error generated. | ||
29:58 BIOCONDA INFO (ERR) make: *** [/opt/mambaforge/envs/bioconda/conda-bld/bioconductor-rjmcmcnucleosomes_1702610665714/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/R/etc/Makeconf:200: NucleoDirichlet.o] Error 1 | ||
29:58 BIOCONDA INFO (ERR) ERROR: compilation failed for package ‘RJMCMCNucleosomes’ | ||
29:58 BIOCONDA INFO (ERR) * removing ‘/opt/mambaforge/envs/bioconda/conda-bld/bioconductor-rjmcmcnucleosomes_1702610665714/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/lib/R/library/RJMCMCNucleosomes’ | ||
29:58 BIOCONDA INFO (ERR) Traceback (most recent call last): | ||
29:58 BIOCONDA INFO (ERR) File "/opt/mambaforge/envs/bioconda/bin/conda-mambabuild", line 10, in <module> | ||
29:58 BIOCONDA INFO (ERR) sys.exit(main()) | ||
29:58 BIOCONDA INFO (ERR) File "/opt/mambaforge/envs/bioconda/lib/python3.8/site-packages/boa/cli/mambabuild.py", line 256, in main | ||
29:58 BIOCONDA INFO (ERR) call_conda_build(action, config) | ||
29:58 BIOCONDA INFO (ERR) File "/opt/mambaforge/envs/bioconda/lib/python3.8/site-packages/boa/cli/mambabuild.py", line 228, in call_conda_build | ||
29:58 BIOCONDA INFO (ERR) result = api.build( | ||
29:58 BIOCONDA INFO (ERR) File "/opt/mambaforge/envs/bioconda/lib/python3.8/site-packages/conda_build/api.py", line 180, in build | ||
29:58 BIOCONDA INFO (ERR) return build_tree( | ||
29:58 BIOCONDA INFO (ERR) File "/opt/mambaforge/envs/bioconda/lib/python3.8/site-packages/conda_build/build.py", line 3078, in build_tree | ||
29:58 BIOCONDA INFO (ERR) packages_from_this = build(metadata, stats, | ||
29:58 BIOCONDA INFO (ERR) File "/opt/mambaforge/envs/bioconda/lib/python3.8/site-packages/conda_build/build.py", line 2198, in build | ||
29:58 BIOCONDA INFO (ERR) utils.check_call_env(cmd, env=env, rewrite_stdout_env=rewrite_env, | ||
29:58 BIOCONDA INFO (ERR) File "/opt/mambaforge/envs/bioconda/lib/python3.8/site-packages/conda_build/utils.py", line 451, in check_call_env | ||
29:58 BIOCONDA INFO (ERR) return _func_defaulting_env_to_os_environ("call", *popenargs, **kwargs) | ||
29:58 BIOCONDA INFO (ERR) File "/opt/mambaforge/envs/bioconda/lib/python3.8/site-packages/conda_build/utils.py", line 427, in _func_defaulting_env_to_os_environ | ||
29:58 BIOCONDA INFO (ERR) raise subprocess.CalledProcessError(proc.returncode, _args) | ||
29:58 BIOCONDA INFO (ERR) subprocess.CalledProcessError: Command '['/bin/bash', '-o', 'errexit', '/opt/mambaforge/envs/bioconda/conda-bld/bioconductor-rjmcmcnucleosomes_1702610665714/work/conda_build.sh']' returned non-zero exit status 1. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
recipe_sha: c6c86a551617ab192acea3543c4da0aa9ddee063ff6e7204b82211c508530538 # The commit at which this recipe failed to build. | ||
skiplist: true # Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above. | ||
reason: |- | ||
nothing provides requested r-rstan >=2.26.0 | ||
category: |- | ||
dependency issue |