-
Notifications
You must be signed in to change notification settings - Fork 773
{compiler}[dummy] GCC 5.3.0-2.26 (REVIEW) #2524
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
Conversation
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/6348/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
failing test reports are caused by download issues, do ignore... |
|
Test report by @boegel |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/6406/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Test report by @boegel |
|
Test report by @boegel |
|
Hmm, not sure what the issue is here... |
|
@ocaisa: does this ring any bells for you? |
|
No, but I haven't tried binutils 2.26 and it looks like that's where the problem arises. I read the bug report at https://lists.debian.org/debian-glibc/2015/12/msg00248.html and it says that new relocations affect all static libs...is that a fundamental problem? On 19 Feb 2016 22:49, "Kenneth Hoste" <[email protected]mailto:[email protected]> wrote: @ocaisahttps://github.com/ocaisa: does this ring any bells for you? — Forschungszentrum Juelich GmbH Prof. Dr. Sebastian M. Schmidt |
|
@ocaisa: the problem seems to be that going to retest this |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/6629/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/6630/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Test report by @boegel |
|
Test report by @boegel |
|
@ocaisa: \o/ |
|
@wpoely86: please review? |
|
|
||
| # statically link with zlib, to avoid runtime dependency on zlib | ||
| preconfigopts = 'LIBS="$EBROOTZLIB/lib/libz.a"' | ||
| prebuildopts = 'LIBS="$EBROOTZLIB/lib/libz.a"' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check that the resulting binutils is statically linked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how? manually?
or via a sanity check command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hah, it's not (to libz)...
$ ldd /user/scratch/gent/vsc400/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/binutils/2.26-GCCcore-5.3.0/bin/ar
linux-vdso.so.1 => (0x00007fff1d180000)
/usr/$LIB/libsnoopy.so => /usr/lib64/libsnoopy.so (0x00002b331abeb000)
libbfd-2.26.20160125.so => /user/scratch/gent/vsc400/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/binutils/2.26-GCCcore-5.3.0/lib/libbfd-2.26.20160125.so (0x00002b331a9eb000)
libz.so.1 => /lib64/libz.so.1 (0x00002b331adfa000)
libfl.so.2 => /user/scratch/gent/vsc400/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/flex/2.6.0-GCCcore-5.3.0/lib/libfl.so.2 (0x00002b331b010000)
libm.so.6 => /lib64/libm.so.6 (0x00002b331b013000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b331b297000)
libdl.so.2 => /lib64/libdl.so.2 (0x00002b331b4b4000)
libc.so.6 => /lib64/libc.so.6 (0x00002b331b6b9000)
/lib64/ld-linux-x86-64.so.2 (0x00002b331a9c9000)
It is for binutils 2.25 w/ GCCcore 4.9.3 though:
ldd /user/scratch/gent/vsc400/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/binutils/2.25-GCCcore-4.9.3/bin/ar
linux-vdso.so.1 => (0x00007ffc3afff000)
/usr/$LIB/libsnoopy.so => /usr/lib64/libsnoopy.so (0x00002b09d3447000)
libbfd-2.25.so => /user/scratch/gent/vsc400/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/binutils/2.25-GCCcore-4.9.3/lib/libbfd-2.25.so (0x00002b09d3247000)
libfl.so.2 => /user/scratch/gent/vsc400/vsc40023/easybuild_REGTEST/SL6/sandybridge/software/flex/2.5.39-GCCcore-4.9.3/lib/libfl.so.2 (0x00002b09d337e000)
libm.so.6 => /lib64/libm.so.6 (0x00002b09d3656000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b09d38db000)
libdl.so.2 => /lib64/libdl.so.2 (0x00002b09d3af8000)
libc.so.6 => /lib64/libc.so.6 (0x00002b09d3cfc000)
/lib64/ld-linux-x86-64.so.2 (0x00002b09d3225000)
any ideas @wpoely86?
| source_urls = [GNU_SOURCE] | ||
|
|
||
| # use same binutils version that was used when building GCC toolchain | ||
| builddependencies = [('binutils', '2.25', '', True)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version 2.26
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch btw :)
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/6664/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/6665/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
So, two options here: I rework this to (or open a new PR for) |
|
What about just reworking #2620 as a 4.9.3-2.25 branch of the latest intel compilers and holding off on the 5.3.0-2.26 branch? |
|
@ocaisa That's a good suggestion... I'll look into that. |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7889/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7890/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Test report by @boegel |
|
Test report by @boegel |
|
Jenkins: test this please |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7915/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
(finally) good to go now that the |
dep for #2523