Ok, its a dependency bug: http://trac.sagemath.org/17202
Workaround is to run sage -f zeromq sage -f pyzmq sage -f ipython On Thursday, October 23, 2014 10:55:23 AM UTC+1, Jori Mantysalo wrote: > On Thu, 23 Oct 2014, Volker Braun wrote: > > > Did you run "make" after pulling the git branch? The zeromq and pyzmq > packages are new and need to be compiled. > > I did not. But no help from that: > > running configure > Configure: Autodetecting ZMQ settings... > Custom ZMQ dir: /home/jm58660/sage/local > ************************************************ > creating build/temp.linux-x86_64-2.7/scratch/tmp > cc -c /tmp/timer_createratiAV.c -o > build/temp.linux-x86_64-2.7/scratch/tmp/timer_createratiAV.o > cc build/temp.linux-x86_64-2.7/scratch/tmp/timer_createratiAV.o -o > build/temp.linux-x86_64-2.7/scratch/a.out > build/temp.linux-x86_64-2.7/scratch/tmp/timer_createratiAV.o: In function > `main': > timer_createratiAV.c:(.text+0x15): undefined reference to `timer_create' > collect2: error: ld returned 1 exit status > gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -fPIC > -I/home/jm58660/sage/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 > build/temp.linux-x86_64-2.7/scratch/vers.c:4:17: fatal error: zmq.h: No > such file or directory > #include "zmq.h" > ^ > compilation terminated. > > error: command 'gcc' failed with exit status 1 > > Fatal: Falling back on bundled libzmq, but setup.cfg has explicitly > prohibited building the libzmq extension. > > -- > Jori Mäntysalo > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
