On Thursday, April 18, 2013 3:09:43 PM UTC+2, leif wrote:
>
> pang wrote: 
> >     sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm 
> > 
> > 
> > It really looked promising, but unfortunately, it didn't work: is a 
> > reboot necessary? 
>
> I don't think so. 
>
> What does 
>
> $ ls -ld /run/shm 
>
> give?  (I.e., are the permissions correct?) 
>
 
root@ks3316508 ~# ls -ald /run/shm
drwxrwxrwt 2 root root 60 abr 18 10:32 /run/shm/
root@ks3316508 ~# ls -ald /dev/shm
lrwxrwxrwx 1 root root 9 abr 18 08:40 /dev/shm -> /run/shm//

I don't know what that double slash (/run/shm//) was doing there, but I 
repeated the process, got the following:

root@ks3316508 ~# ls -ald /run/shm
drwxrwxrwt 2 root root 60 abr 18 10:32 /run/shm/
root@ks3316508 ~# ls -ald /dev/shm
lrwxrwxrwx 1 root root 9 abr 18 08:40 /dev/shm -> /run/shm/

then "make clean", then "make", then I got the same error as always:

ImportError: This platform lacks a functioning sem_open implementation, 
> therefore, the required synchronization primitives needed will not 
> function, see issue 3770.
>

etcetera.

Any more ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to