THANKS ! It works.
Why You wasn't start from it ? Did You know, dpkg-checkbuilddeps give error if using in bad time or place ? root@atom:~# dpkg-checkbuilddeps dpkg-checkbuilddeps: błąd: nie można odczytać debian/control: Nie ma takiego pliku ani katalogu root@atom:~# Only after explanation cd emc2/debian ./configure sim cd .. dpkg-checkbuilddeps your question make sense. I'm using Linux many years, but never Debian. I don't know dpkg and similar commands. Now I understand what happens. After system upgrade I lost some dependences, but configure script don't check it. After dpkg-checkbuilddeps and apt-get many packages are installed : Zostaną zainstalowane następujące NOWE pakiety: asciidoc dblatex docbook-dsssl docbook-utils docbook-xsl dvipng groff imagemagick imagemagick-common jadetex lacheck latex-beamer latex-xcolor libart-2.0-dev libboost-regex1.46.1 libcdt4 libgail-common libgail-dev libgnomecanvas2-0 libgnomecanvas2-common libgnomecanvas2-dev libgnomecups1.0-1 libgnomeprint2.2-0 libgnomeprint2.2-data libgnomeprint2.2-dev libgnomeprintui2.2-0 libgnomeprintui2.2-common libgnomeprintui2.2-dev libgraph4 libgvc5 liblqr-1-0 libmagickcore4 libmagickcore4-extra libmagickwand4 libnetpbm10 libosp5 libostyle1c2 libpathplan4 libsgmls-perl libsource-highlight-common libsource-highlight4 libsp1c2 libxml2-dev lmodern luatex lynx lynx-cur netpbm openjade pgf preview-latex-style prosper ps2eps psutils python-lxml python-support sgmlspl source-highlight sp tex-common texlive texlive-base texlive-bibtex-extra texlive-binaries texlive-common texlive-doc-base texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-fonts-recommended-doc texlive-generic-recommended texlive-lang-polish texlive-latex-base texlive-latex-base-doc texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-luatex texlive-math-extra texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc tipa xmlto 0 aktualizowanych, 86 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych. Konieczne pobranie 469 MB/469 MB archiwów. Po tej operacji zostanie dodatkowo użyte 797 MB miejsca na dysku. Kontynuować [T/n]? It's clear, one of them repair dependences. Now i have two questions : Why configure script reports OK when if it's not true ? Why there is no word about dpkg-checkbuilddeps in docs ? I know people those not know Linux, but starting use linuxcnc. I know Linux and I lost, so they have no chance without clear documentation. Adam. W dniu 22.02.2012 18:47, Sebastian Kuzminsky pisze: > 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. > > ------------------------------------------------------------------------------ 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
