On 04/18/2015 02:22 PM, Jim Connery wrote:
> I am attempting to build linuxcnc 2.7 on debian jessie. So far I have managed 
> to build my RT kernel by simi following this: 
> https://www.mail-archive.com/[email protected]/msg56649.html  
> (Many thanks to Mr.Peter Wallace) which I updated to look like what follows 
> so that I am using the current build:
...
> so far so good. My problems start when I try to get linuxcnc 2.7 as follows:
> 
> cd ~
> sudo apt-get install git-core gitk git-gui (this works)
> sudo apt-get build-dep linuxcnc (Here I get: E: Unable to find a source 
> package for linuxcnc)

We don't yet build LinuxCNC packages for Debian Jessie, so apt-get
doesn't know how to build-dep it.


> How do I get past this? 
> 
> (all this next!)
> sudo apt-get install libudev-dev
> git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
> cd linuxcnc-dev
> git checkout 2.7
> git pull
> cd src
> ./autogen.sh
> ./configure --with-realtime=uspace
> make
> sudo make setuid
> cd ..
> . scripts/rip-environment

The linuxcnc git repo contains all the info that eventually makes it
into the debian package, including the build dependencies.

Your best option is to skip the 'apt-get build-dep' step and use the
info from your clone of the git repo.

After the 'git checkout 2.7' and before the 'cd  src; ./autogen.sh', run
this:

cd debian
./configure uspace
cd ..
dpkg-checkbuilddeps

Then use apt-get to install all the packages it names.


-- 
Sebastian Kuzminsky

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to