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

GCC build 4.8.2 fails on SL6 #45

Open
brucellino opened this issue Jan 15, 2015 · 5 comments
Open

GCC build 4.8.2 fails on SL6 #45

brucellino opened this issue Jan 15, 2015 · 5 comments
Assignees
Milestone

Comments

@brucellino
Copy link
Member

Build 10 failed with error :

g++ -c   -g -DIN_GCC    -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../.././gcc -I../.././gcc/build -I../.././gcc/../include  -I../.././gcc/../libcpp/include  \
        -o build/genenums.o ../.././gcc/genenums.c
In file included from /usr/include/sys/resource.h:25,
                 from /usr/include/sys/wait.h:32,
                 from ../.././gcc/system.h:358,
                 from ../.././gcc/genconstants.c:28:
/usr/include/bits/resource.h:127: error: declaration does not declare anything
@brucellino brucellino added the bug label Jan 15, 2015
@brucellino brucellino added this to the Version-0.1.0 milestone Jan 15, 2015
@brucellino brucellino self-assigned this Jan 15, 2015
@brucellino
Copy link
Member Author

According to https://gcc.gnu.org/ml/gcc/2013-01/msg00065.html this could be a race condition or the missing GMP header. Both are possible, since the build was scheduled with -j$CPUS and it's possible that the GMP header loaded by the modulefile are not found.

@fanie-riekert
Copy link

Does it build with -j 1? FYI the newest gcc versions are 4.8.4 and 4.9.2.

On Thu, Jan 15, 2015 at 12:01 PM, Bruce Becker [email protected]
wrote:

According to https://gcc.gnu.org/ml/gcc/2013-01/msg00065.html this could
be a race condition or the missing GMP header. Both are possible, since the
build was scheduled with -j$CPUS and it's possible that the GMP header
loaded by the modulefile are not found.


Reply to this email directly or view it on GitHub
#45 (comment)
.

@brucellino
Copy link
Member Author

Was just about to check. Also thanks for the version bump - will update the jenkins job config.

@brucellino
Copy link
Member Author

@brucellino
Copy link
Member Author

now all are green except for 4.9.2 on SL6 - build 12. Does seem to be the same error - but with a different config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants