I have installed Fedora 23 in a virtual machine and I get a failure in
that test very much like the one you report, using the current tip of our
master branch (ref 9d7bb46).  I'll attempt to troubleshoot it further.

I used the below script to set up my fedora VM.

Jeff

#!/bin/bash
# Minimal linuxcnc setup script for fedora 23, so I can hopefully test that
# reported Python error

set -eo pipefail

dnf install \
    autoconf \
    boost-devel \
    bwidget \
    gcc \
    gcc-c++ \
    git \
    glib2-devel \
    gtk2-devel \
    gtk+-devel \
    libXmu-devel \
    make \
    mesa-libGL-devel \
    mesa-libGLU-devel \
    ncurses-devel \
    psmisc \
    python-devel \
    readline-devel \
    systemd-devel \
    tcl-devel \
    tcl-tclreadline \
    tclx \
    tk-devel \
    tkimg \
    tkinter \

git clone git://git.linuxcnc.org/git/linuxcnc.git

cd linuxcnc/src
./autogen.sh
./configure --with-realtime=uspace --without-libmodbus --without-libusb-1.0


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to