#linuxcnc-devel | Logs for 2014-03-23

Back
[00:02:02] <KGB-linuxcnc> 03Chris S Morley 05pncconf_builder 393194b 06linuxcnc 03src/hal/components/axistest.comp 03src/hal/components/simple_tp.comp hal -add axistest and simple_tp components * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=393194b
[00:02:02] <KGB-linuxcnc> 03Chris S Morley 05pncconf_builder d06b980 06linuxcnc 10src/emc/usr_intf/pncconf/tests.py pncconf -use axistest and simple_tp for tuning tests. * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=d06b980
[00:02:02] <KGB-linuxcnc> 03Chris S Morley 05pncconf_builder 5028908 06linuxcnc 10src/emc/usr_intf/pncconf/dialogs.glade 10src/emc/usr_intf/pncconf/tests.py pncconf -use PID control in tuning tests * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5028908
[01:17:21] <linuxcnc-build> build #89 of 4017.deb-wheezy-armhf is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-armhf/builds/89 blamelist: Chris S Morley <chrisinnanaimo@hotmail.com>
[07:08:52] <jthornton> seb_kuzminsky, are you around?
[07:12:39] <jthornton> what is libusb-1.0? make complains about it not found
[07:17:59] <cncbasher_> whats up Jt
[07:18:17] <jthornton> not much, just building master here
[07:18:28] <jthornton> fixing to go out to the shop and work on my splitter
[07:19:23] <cncbasher_> has master been installed before ? you'll need libusb
[07:20:01] <jthornton> I don't know, I usually just build 2.5
[07:20:14] <cncbasher_> i have a script that installs all if you want it
[07:20:16] <jthornton> I was just wondering what libusb did?
[07:20:40] <jthornton> it seems to be building now, I installed libusb
[07:21:25] <cncbasher_> usb librarys you'll also need the -dev version too
[09:26:19] <zultron> jthornton, try 'apt-get install libusb-1.0-0-dev'
[09:27:12] <zultron> Oh, didn't read enough, you've got it already. :)
[09:31:30] <zultron> Looks like in master, libusb is only used for the MPG pendant driver.
[09:37:02] <pcw_home> has anyone here tried:
[09:37:04] <pcw_home> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?LinuxCNC_On_Ubuntu_Precise
[09:37:05] <pcw_home> lately? I get a bunch of python dependency problems
[09:45:27] <skunkworks> sudo apt-get install build-essential autoconf libpth-dev libglib2.0-dev libgtk2.0-dev tcl-dev tk-dev bwidget libreadline-dev python-tk python-dev libgl1-mesa-dev libglu1-mesa-dev libxmu-dev libudev-dev libmodbus-dev libboost-python-dev libboost-serialization-dev libboost-thread-dev
[09:45:38] <skunkworks> I think what I used recently
[09:48:22] <pcw_home> Ahh but you built linuxcnc from source (I guess I will have to get the setup again on that machine)
[09:48:23] <pcw_home> I was trying to cheat and use the package for a quick test
[09:50:21] <pcw_home> I notice Ubuntu 14.04 has dropped the all menus in one thang
[10:01:33] <skunkworks> ah
[10:05:56] <skunkworks> I think you can install the package sudo dkpg -i deb
[10:06:19] <skunkworks> than do a sudo apt-get -f to fix the broken packages
[10:06:57] <pcw_home> I think i will just install the dev stuff again and build from source
[10:07:40] <pcw_home> (after installing the 3.4.55 kernel)
[10:10:34] <skunkworks> I have only recently installed on12.04 with the buildbot deb.
[10:15:55] <pcw_home> and no linuxcnc : Depends: python (< 2.7) complaints?
[10:19:42] <skunkworks> I was installing sim - but I don't think so
[10:20:25] <pcw_home> well probably best to just build from source anyway
[13:14:24] <memleak> that 3.4.55 kernel is really taking off it seems..
[13:17:56] <pcw_home> I just wanted to try a newer kernel that the 2.6.122 on my new Baytrail CPU
[13:20:37] <memleak> what are you guys's thoughts on a 3.10.x kernel w/ RTAI + linuxcnc + gnome 2 or mint desktop?
[13:20:41] <memleak> live cd^
[13:22:01] <pcw_home> Unlike Ubuntu, might actually fit on a a CD (not sure if that's important anymore)
[13:22:27] <memleak> i was thinking gentoo
[13:23:13] <pcw_home> yeah a lot less mucked about with than Ubuntu
[13:24:51] <memleak> -march=i686 (pentium pro) -mtune=pentium4 ? (tuned for MMX SSE and SSE2 supported CPUs)
[13:25:50] <memleak> is that ok?
[13:30:21] <memleak> code would run on i686 (not 386 - 586) and x86_64 systems, code would run better if CPU supports MMX, SSE and SSE2 instruction sets. (all 64-bit CPUs support MMX SSE and SSE2)
[13:31:08] <pcw_home> Sounds like a good compromise
[13:31:23] <memleak> ok :)
[13:33:07] <pcw_home> I guess that even works on PIIIs which is probably gong back far enough
[13:33:14] <pcw_home> going
[13:37:55] <memleak> whats a good place for hosting the iso?
[13:38:06] <memleak> mediafire ok?
[13:48:38] <memleak> ill get around to it the next few days or so, shouldnt be too hard
[13:50:54] <pcw_home> Thats great, it will be nice to have another system to test
[19:01:30] <KGB-linuxcnc> 03Chris Morley 05pncconf_builder b81107d 06linuxcnc 10src/emc/usr_intf/pncconf/tests.py pncconf -fix tune test error with PWM signal * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=b81107d
[19:20:27] <cradek> andypugh: is Z=0 inside your Z limits?
[19:20:39] <cradek> while it says "up" I think it actually goes to 0
[19:20:45] <cradek> bbl
[19:21:08] <andypugh> Yes, it was at 0, and perfectly happy there.
[19:21:29] <andypugh> It was the move down to the work that was threatening to exceed the positive limit
[19:21:52] <andypugh> I have reinstated the switch, and now I don't have the same proble, oddly.
[19:22:38] <andypugh> One strange thing is that it does a quill-up even if no tool change is needed. ie, it gos up, notices that the tool in the spindle is the current tool, and goes down again...
[20:16:52] <asah> hello, I am back again to bug. Anyone here working on the new messaging core? 0mq, protobuffs etc?
[20:16:57] <linuxcnc-build> build #90 of 4017.deb-wheezy-armhf is complete: Failure [4failed apt-get-update shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-armhf/builds/90 blamelist: Chris Morley <chrisinnanaimo@hotmail.com>
[20:30:34] <andypugh> asah: I think that is mainly only being looked at by mah
[20:39:47] <asah> got it. looking at machinekit now.
[22:17:48] <KGB-linuxcnc> 05dgarr/demo_appsv6 d6c2074 06linuxcnc 04. branch deleted * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=d6c2074