Dear tuxcnc:  This is the last time I help you or respond to any of your 
emails.  I've been trying to debug your problem for days now, and you are being 
completely unhelpful.  I told you right up front what I thought your problem 
was, and gave you several suggestions for debugging in that direction.  You 
repeatedly ignored my suggestions.


I downloaded the 64-bit Xubuntu ISO from here: 
http://cdimage.ubuntu.com/xubuntu/daily-live/current/

I booted the ISO in a 64-bit VM and installed it.  At the end of the install it 
rebooted the VM to the fresh new install of Xubuntu.

I logged in, opened a terminal, and ran these commands:

sudo apt-get install git dpkg-dev
git clone git://git.linuxcnc.org/git/emc2.git
cd emc2/debian
./configure sim
cd ..
dpkg-checkbuilddeps

At that point, dpkg-checkbuilddeps listed the required build dependencies:
seb@xubuntu-precise-64:~/emc2$ dpkg-checkbuilddeps
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 6) libpth-dev 
dvipng texlive-extra-utils texlive-latex-recommended texlive-fonts-recommended 
imagemagick texlive-lang-french texlive-lang-german texlive-lang-spanish 
texlive-lang-polish texlive-font-utils tcl8.5-dev tk8.5-dev bwidget blt 
libxaw7-dev libncurses-dev libreadline-dev asciidoc (>= 8.5) source-highlight 
dblatex (>= 0.2.12) xsltproc groff python-dev python-support python-tk 
python-lxml libglu1-mesa-dev libgl1-mesa-dev | libgl1-mesa-swx11-dev 
libgtk2.0-dev libgnomeprintui2.2-dev gettext autoconf libboost-python-dev 
texlive-lang-cyrillic

I installed them all with apt-get:
sudo apt-get install debhelper libpth-dev dvipng texlive-extra-utils 
texlive-latex-recommended texlive-fonts-recommended imagemagick 
texlive-lang-french texlive-lang-german texlive-lang-spanish 
texlive-lang-polish texlive-font-utils tcl8.5-dev tk8.5-dev bwidget blt 
libxaw7-dev libncurses-dev libreadline-dev asciidoc source-highlight dblatex 
xsltproc groff python-dev python-support python-tk python-lxml libglu1-mesa-dev 
libgl1-mesa-swx11-dev libgtk2.0-dev libgnomeprintui2.2-dev gettext autoconf 
libboost-python-dev texlive-lang-cyrillic

That ran for a while.  Then I built linuxcnc:

cd src
./autogen.sh
./configure --enable-simulator --disable-build-documentation
make

That all worked perfectly, without any errors, just like I told you it would.  
I ran the test suite, and that all passed too.


The problem is *not* with Xubuntu or LinuxCNC, as you claim, but with how 
you're setting up your build computer.  I told you this days ago.


-- 
Sebastian Kuzminsky


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to