Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

also include archive URLs for Bioconductor 3.6 #6311

Merged
merged 1 commit into from
May 24, 2018

Conversation

boegel
Copy link
Member

@boegel boegel commented May 9, 2018

@boegel boegel added this to the 3.6.1 milestone May 9, 2018
@easybuilders easybuilders deleted a comment from boegelbot May 9, 2018
@verdurin
Copy link
Member

Test report by @verdurin
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
rescomp2 - Linux centos 6.8, Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz, Python 2.7.11
See https://gist.github.com/99f3547b45129b2557dbd07b50cd3162 for a full test report.

@verdurin
Copy link
Member

@boegel looks good to me, but another build report would be good.

@boegel
Copy link
Member Author

boegel commented May 11, 2018

@verdurin Tests reports coming up (with sources downloaded from scratch...)

@boegel
Copy link
Member Author

boegel commented May 11, 2018

Test report by @boegel
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node2404.golett.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz, Python 2.7.5
See https://gist.github.com/e2787dd4856429428083eda161e432c1 for a full test report.

@boegel
Copy link
Member Author

boegel commented May 12, 2018

Test report by @boegel
FAILED
Build succeeded for 1 out of 2 (2 easyconfigs in this PR)
node2061.delcatty.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/ce9e95df515da12516a1a1f8af3a9bde for a full test report.

@vanzod
Copy link
Member

vanzod commented May 15, 2018

Test report by @vanzod
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
cermis - Linux debian 9.4, Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, Python 2.7.13
See https://gist.github.com/a1c2901d10a2b71b8f45b8369d6cc61f for a full test report.

@damianam
Copy link
Member

3 successful test reports and 1 failed. @boegel what happened in your failed test?

@boegel
Copy link
Member Author

boegel commented May 23, 2018

@damianam Still need to figure that out, it's quite strange...

@boegel
Copy link
Member Author

boegel commented May 24, 2018

The rebuild keep failing consistently on one system.

This problem occurs when installing the gdsfmt extension:

...
cd XZ && tar -xzf xz-5.2.3.tar.gz
cd XZ/xz-5.2.3 && \
    ./configure CC="icc" CPP="icc -E" CXX="icpc " CXXCPP="icpc  -E" --build="" --with-pic --enable-silent-rules --quiet > /dev/null
configure: error: in `/tmp/eb-ITCcNO/RtmpV08qnF/R.INSTALLe792423b9354/gdsfmt/src/XZ/xz-5.2.3':
configure: error: C compiler cannot create executables
See `config.log' for more details
make: *** [liblzma.a] Error 77
ERROR: compilation failed for package ‘gdsfmt’

From the config.log:

ld: cannot find -licuuc
ld: cannot find -licui18n
configure:5281: $? = 1

This problem didn't occur before, and it also doesn't occur when building XZ-5.2.3-GCCcore-6.4.0.eb (although there we're building with gcc, not icc).

The problem seems to be that libicu-devel is not (or no longer?) there. It's unclear to me why I'm not seeing this everywhere, but the problem here is basically a missing dependency...

In fact, this reminds me that I was seeing a very similar issue for the rJava extension in the R easyconfigs, so let's fix this properly, see #6371

@boegel
Copy link
Member Author

boegel commented May 24, 2018

Test report by @boegel
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node2700.swalot.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/c9fcc6eef8241e742eb2bbceee359912 for a full test report.

@boegel
Copy link
Member Author

boegel commented May 24, 2018

Test report by @boegel
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node2058.delcatty.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/240537c1e62bba19928a49239cff56b7 for a full test report.

@boegel
Copy link
Member Author

boegel commented May 24, 2018

retested after including the missing ICU dependency into R via #6371

good to go now!

@vanzod
Copy link
Member

vanzod commented May 24, 2018

Going in, thanks @boegel!

@vanzod vanzod merged commit f096f3c into easybuilders:develop May 24, 2018
@boegel boegel deleted the bioconductor_archive branch June 22, 2020 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants