On Monday, January 16, 2017 at 6:09:22 PM UTC, Mike Miller wrote: > > I've been compiling sage for years with no problem (on the same servers). > Now I'm getting: > > > [pyzmq-16.0.0] > ************************************************************************ > [pyzmq-16.0.0] Error installing package pyzmq-16.0.0 > [pyzmq-16.0.0] > ************************************************************************ > > > Warning: No sys/un.h, IPC_PATH_MAX_LEN will be undefined: [Errno 13] > Permission denied > ************************************************ > Configure: Autodetecting ZMQ settings... > Custom ZMQ dir: /.ccs/common/pkg/sage-7.5/local > creating build/temp.linux-x86_64-2.7/scratch/tmp > cc -c /tmp/timer_createRcpBxn.c -o > build/temp.linux-x86_64-2.7/scratch/tmp/timer_createRcpBxn.o > cc build/temp.linux-x86_64-2.7/scratch/tmp/timer_createRcpBxn.o -o > build/temp.linux-x86_64-2.7/scratch/a.out > build/temp.linux-x86_64-2.7/scratch/tmp/timer_createRcpBxn.o: In > function `main': > timer_createRcpBxn.c:(.text+0x15): undefined reference to > `timer_create' > collect2: ld returned 1 exit status > gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall > -Wno-unused -fPIC -I/.ccs/common/pkg/sage-7.5/local/include -Izmq/utils > -Izmq/backend/cython -Izmq/devices -c > build/temp.linux-x86_64-2.7/scratch/vers.c -o > build/temp.linux-x86_64-2.7/scratch/vers.o > gcc build/temp.linux-x86_64-2.7/scratch/vers.o > -L/.ccs/common/pkg/sage-7.5/local/lib > -Wl,-R/.ccs/common/pkg/sage-7.5/local/lib -lzmq -lrt -o > build/temp.linux-x86_64-2.7/scratch/vers > > error: [Errno 13] Permission denied > > Fatal: Falling back on bundled libzmq, but config has explicitly > prohibited building the libzmq extension. > Running setup.py install for pyzmq: finished with status 'error' > > I think the best place to report these issues in on https://github.com/zeromq/pyzmq/issues
(sage basically installs pyzmq using pip, nothing fancy) anyway, this "No sys/un.h" warning looks strange - did you try installing the missing(?) header? > I'm running CentOS 6.8 (kernel 2.6.32-642.11.1.el6.x86_64). > > And assistance that can be provided would be greatly appreciated. > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
