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

Compilation failed on RH7 #4

Open
GoogleCodeExporter opened this issue May 12, 2015 · 1 comment
Open

Compilation failed on RH7 #4

GoogleCodeExporter opened this issue May 12, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. RH EPEL 7 RC compilation or RPM build
slurm-spank-plugins version: 0.23
2.
3.

What is the expected output? What do you see instead?
During compilation, get following error:

cc -Wall -ggdb -o private-mount.o -fPIC -c private-mount.c
private-mount.c:59:45: error: redefinition of typedef גmode_tג with different 
type
 typedef enum { NS_SYSTEM, NS_TASK, NS_JOB } mode_t;
                                             ^
In file included from private-mount.c:26:0:
/usr/include/sys/types.h:70:18: note: previous declaration of גmode_tג was 
here
 typedef __mode_t mode_t;
                  ^
private-mount.c: In function ג_private_mountג:
private-mount.c:165:5: warning: implicit declaration of function גunshareג 
[-Wimplicit-function-declaration]
     if (unshare (CLONE_NEWNS) < 0) {
     ^
make: *** [private-mount.o] Error 1


What version of the product are you using? On what operating system?
slurm-spank-plugins version 0.23
OS: RH EPEL 7 RC x86-64


Original issue reported on code.google.com by [email protected] on 28 May 2014 at 5:41

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

1 participant