You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 May 2014 at 5:41The text was updated successfully, but these errors were encountered: