#linuxcnc-devel | Logs for 2014-10-19

Back
[00:01:20] <seb_kuzminsky> fenugrec: diffs would be great
[00:01:37] <seb_kuzminsky> fenugrec: http://www.linuxcnc.org/docs/devel/html/code/Contributing-to-LinuxCNC.html
[00:03:46] <seb_kuzminsky> if (s[i] > 96 && s[i] <= 'z')
[09:08:39] <cradek> jepler: thanks for sending that summary to the list
[09:49:48] <jepler> cradek: did it match what you remember discussing, I hope?
[09:50:09] <cradek> yes definitely
[09:54:38] <seb_kuzminsky> i started hacking on it a little bit last night
[09:56:42] <jepler> that was quick
[09:56:48] <jepler> I went to bed last night
[09:57:16] <seb_kuzminsky> well i was sleepy and didnt get very far
[11:56:05] <jepler> so I imagine a user of lui being able to look as simple as this: http://paste.debian.net/127600/
[12:03:40] <ssi> do I have to type "BORING BORING MACRO" every time?! :D
[12:08:30] <jepler> ssi: hee hee
[12:08:54] <ssi> so you guys have experience with the D525 boards, yeah?
[12:08:57] <ssi> I can't get these to boot :(
[12:09:01] <jepler> not me
[12:09:02] <ssi> do they need matched pairs of ram?
[12:09:13] <ssi> doh
[12:12:01] <micges-dev> ssi: I'm on d525mw atm, nothing special to do to run it
[12:12:19] <ssi> these are gigabyte d525tud, I can't make the damn things boot
[12:12:30] <ssi> no beeps or anything, although I can't find either an onboard speaker or a speaker header
[12:12:42] <ssi> but the fan spins up for a couple seconds, then down, then up again, rinse/repeate
[12:13:05] <ssi> I have a single 4G stick of ddr3 on it
[12:13:31] <micges-dev> I can't tell if it's supported
[12:13:41] <micges-dev> do you have 1GB stick to test?
[12:13:45] <ssi> no :/
[12:13:52] <ssi> i bought the cheapest, smallest thing I could on amazon
[12:13:58] <ssi> altohugh I think I could have gotten a 2x2G kit
[12:14:01] <ssi> which I probably should have
[12:14:18] <ssi> if I could be reasonably certain it's the ram, I'll run to microcenter and buy a 2x2G kit
[12:14:35] <cradek> no beeper is irritating
[12:14:55] <micges-dev> it's fresh mb from box?
[12:14:58] <ssi> very
[12:15:07] <ssi> micges-dev: ...not exactly?
[12:15:09] <cradek> it does smell like power supply or ram
[12:15:38] <ssi> I should try another power supply real quick
[12:15:44] <ssi> I'm also complicating this by using a picopsu
[12:15:57] <micges-dev> I've got same behavoiur on normal mb, I've disconected everything, clean it and assemble together
[12:16:48] <micges-dev> but I also think you should check ram and power supply
[12:17:08] <ssi> what do you mean by same behavior
[12:17:37] <micges-dev> this: <ssi> but the fan spins up for a couple seconds, then down, then up again, rinse/repeate
[12:18:07] <ssi> that's with no memory in it? or what
[12:19:06] <micges-dev> normal setup, it was used after month laying on desk
[12:21:21] <ssi> hw
[12:21:25] <ssi> hm rather
[12:22:57] <ssi> same behavior with a different power supply
[12:29:00] <ssi> micges-dev: so were you unable to get that one to boot again?
[12:29:56] <micges-dev> it started after cleaing and rest 10 min on desk
[12:30:17] <ssi> these are clean and fresh out of the bag
[12:30:59] <micges-dev> so not same situation
[12:37:16] <ssi> well I'm gonna go hunt down some different ram I guess
[13:44:12] <jepler> seb: e.g., git rebase -i --exec="git commit --amend -s -CHEAD" origin/master
[13:45:00] <seb_kuzminsky> jepler: here you go
[13:45:01] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 2fd64f0 06linuxcnc 10(7 files in 3 dirs) move shcomm to a new shared library, liblinuxcnc-ui * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2fd64f0
[13:45:01] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api c6da3e4 06linuxcnc 03src/liblinuxcnc-ui/README add a readme * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c6da3e4
[13:45:01] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api e288d41 06linuxcnc 03src/liblinuxcnc-ui/linuxcnc-ui.h start linuxcnc-ui.h * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e288d41
[13:45:03] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api ca4230b 06linuxcnc 10src/liblinuxcnc-ui/Submakefile 03src/liblinuxcnc-ui/free.c 10src/liblinuxcnc-ui/linuxcnc-ui.h 03src/liblinuxcnc-ui/new.c lui: add new() and free() * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ca4230b
[13:45:08] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 44bb2e5 06linuxcnc 03src/liblinuxcnc-ui/connect.c 10src/liblinuxcnc-ui/linuxcnc-ui.h lui: add connect() * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=44bb2e5
[13:45:12] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 8324077 06linuxcnc 10src/liblinuxcnc-ui/linuxcnc-ui.h lui header: add lui.debug_level (unused) * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=8324077
[14:14:18] <jepler> also it turns out our existing UIs create multiple connections to LinuxCNC. axis/gremlin create multiple stat buffers, one of which polls quickly in C just for the position; and the other which polls slowly for other stuff like dro & button states
[14:14:41] <jepler> another reason we need to have a lui_t* parameter everywhere, to keep these same connections to a single linuxcnc interface consistent
[14:14:44] <jepler> er, separate
[14:17:12] <archivist> polling slowly for buttons would be the reason some people hit esc fast enough and machine keeps going, seen it myself
[14:19:25] <Tom_itx> what would cause slow response times in axis after pushing a button... run, pause/resume etc?
[14:19:33] <Tom_itx> like seconds
[14:20:41] <jepler> Tom_itx: if you have more than one UI program running, probably https://sourceforge.net/p/emc/bugs/328/ https://sourceforge.net/p/emc/bugs/395/
[14:20:54] <Tom_itx> no, just linuxcnc 2.5.x
[14:21:03] <archivist> stuff ubuntu likes to start in the background is one thing
[14:21:41] <Tom_itx> 404
[14:22:07] <archivist> both workforme
[14:22:15] <jepler> they load weird for me
[14:22:21] <jepler> the top of the page says: Error: CSS did not load.
[14:22:22] <jepler> This may happen on the first request due to CSS mimetype issues. Try clearing your browser cache and refreshing.
[14:22:29] <jepler> but down below the content *is* there
[14:27:35] <Tom_L> same 404 here
[14:54:26] <skunkworks> ssi: do you have both power connectors connected to the motherboard?
[14:55:22] <skunkworks> that is classic 'forgot the 4 pin' behaviour.
[15:14:10] <kwallace2> Hello. Early on LinuxCNC used Tk, then went to (or rather added) GTK/Glade. Recently, I looked into using dxf2gcode which required me to load PyQt. It seems Qt is becoming popular. I'm wondering if the graphics/UI environment will settle down and if so to what?
[15:18:27] <ssi> skunkworks: yeah... it was the ram
[15:18:33] <ssi> I got some different ram from a friend and it works
[15:19:50] <cradek> kwallace2: churn in toolkits is the result of CADT: http://www.jwz.org/doc/cadt.html
[15:23:03] <kwallace2> cradek: That link is funny... sort of.
[15:23:21] <cradek> yes that's exactly how I feel about it
[15:37:05] <skunkworks> how well does dxf2gcode work?
[15:39:21] <skunkworks> cradek: how is he fest?
[15:40:07] <skunkworks> *the
[15:47:35] <kwallace2> skunkworks, so far so good. I got last year's version (in .zip form) because the latest versions are in yet another standard, being .rar, which are not recognized on my computer. Anyway, I drew up a PCB hold down plate in QCad/LibreCAD then using the parallel line function drew the center opening one tool radius smaller, then saved the file, opened in dxf2gcode and basically just clicked 'export', et voila I had a .ngc file.
[15:49:44] <kwallace2> I had to edit the header and footer to get my normal code settings, but I suspect there is a way to set dxf2gcode to do it for me.
[15:54:11] <skunkworks> huh - it runs here..
[15:54:19] <skunkworks> do I have a dxf file...
[15:55:27] <skunkworks> I didn't think I could open rar files - but I can.
[15:55:34] <seb_kuzminsky> skunkworks: i'm not cradek but if i were, i'd say it was awesome
[15:55:52] <skunkworks> that is great!
[15:55:55] <seb_kuzminsky> the tx/rx hackspace is pretty incredible - lots of space, lots of machines, lots of cool people
[15:57:33] <kwallace2> Of course, I wish I were there.
[15:58:23] <seb_kuzminsky> i hope you can come to the hackfest next year
[15:59:41] <cradek> yeah, both of you guys
[16:00:10] <skunkworks> if they do it again - a year might be long enough to get ready.. maybe
[16:00:24] <seb_kuzminsky> i hope they invite us again
[16:00:54] <skunkworks> did you guys get the mesa card working?
[16:11:19] <MrHindsight> is it easier for most people to make a fest in the summer vs fall?
[16:20:20] <kwallace2> I can only speak for myself, any time is good. Closer is better.
[16:20:22] <ssi> MrHindsight: are you at the fest?
[16:33:19] <steve_stallings> Despite the fact that I did not make it this year, I will chime in and say that summer is best.
[16:47:08] <ssi> hm neat... this is the first time I've tried the debian-based linuxcnc
[17:02:21] <MrHindsight> ssi: not at the fest, working
[17:03:38] <ssi> gotcha
[17:09:44] <MrHindsight> heh trying to find small 1/8-3/8 pneumatic fittings (and a Sunday) locally is like dinning at the airport
[17:15:37] <ssi> home depot carries some push to connect fittings now
[17:15:47] <ssi> I dunno about 1/8, but they have 1/4 and 3/8 and 1/2
[17:36:00] <cradek> skunkworks: I agree, this is a really neat place for this
[17:36:32] <cradek> skunkworks: nope, after "fixing" one failure (allowing the board to power up again) the smoke came out of another part
[17:36:53] <cradek> skunkworks: we feel it's unlikely we'll make it better with further effort
[18:01:40] <ssi> bah, too many inversions! can't keep it straight :(
[18:03:59] <jepler> so we decided on new software projects to do instead
[18:20:24] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/new-deb-configure abac31d 06linuxcnc 10debian/configure 10debian/control.in 10debian/rules.in deb: new debian/configure and debian/control * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=abac31d
[18:20:24] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/new-deb-configure 0fad541 06linuxcnc 10debian/configure 10debian/rules.in deb: fix the debian/{control/rules} remaking rules * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=0fad541
[18:20:24] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/new-deb-configure c3bc498 06linuxcnc 10src/configure.in dont be so picky about wish and tclsh versions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c3bc498
[18:20:26] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/new-deb-configure 220a1d2 06linuxcnc 10debian/configure debian/configure: fixup call to usage() * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=220a1d2
[18:20:30] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/new-deb-configure bca5f62 06linuxcnc 10debian/configure use python str.replace() instead of shelling out to sed * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=bca5f62
[18:21:06] <seb_kuzminsky> jepler: i pushed a rebased version of seb/master/new-deb-configure with your comments addressed in new commits at the tip
[18:21:58] <seb_kuzminsky> i know you said you were done with the review, but did you read 'dont be so picky about wish and tclsh versions'? i'm unsure about that one
[19:33:28] <KGB-linuxcnc> 03Jeff Epler 05jepler/check-tclsh-load 9c7e5bb 06linuxcnc 03tests/tclsh-extensions/expected 03tests/tclsh-extensions/test.sh 03tests/tclsh-extensions/test.tcl tcl: test that the Hal and Linuxcnc extensions load * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=9c7e5bb
[19:34:21] <jepler> seb_kuzminsky: so if that commit builds successfully, then you should feed buildbot an integration branch that results from merging that with seb/master/new-deb-configure that includes the 'don't be so picky' commit
[19:34:50] <jepler> if it doesn't build (test) successfully then we already have a problem and somebody'll have to work on it (or we can declare that platform dead :)
[20:03:07] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 2f784a9 06linuxcnc 10src/liblinuxcnc-ui/free.c 03src/liblinuxcnc-ui/linuxcnc-ui-private.h 10src/liblinuxcnc-ui/linuxcnc-ui.h 10src/liblinuxcnc-ui/new.c move the definition of lui_t to a private header * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2f784a9
[20:03:08] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api dbac0a3 06linuxcnc 10src/liblinuxcnc-ui/Submakefile 10src/liblinuxcnc-ui/connect.c lui: make connect() work * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=dbac0a3
[20:03:08] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api f04e017 06linuxcnc 10src/liblinuxcnc-ui/Submakefile 03src/liblinuxcnc-ui/luish.c add luish, a test program for liblinuxcnc-ui * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f04e017
[20:03:11] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api ab41c5d 06linuxcnc 10src/liblinuxcnc-ui/Submakefile lui: link in libraries we need for NML etc * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ab41c5d
[20:03:15] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 92a122f 06linuxcnc 10(8 files) sigh, make it all C++ so it can talk to NML * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=92a122f
[20:03:19] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 4f10355 06linuxcnc 10src/liblinuxcnc-ui/connect.cc 10src/liblinuxcnc-ui/linuxcnc-ui-private.h lui: make connect() connect to NML! * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4f10355
[20:03:23] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 830db40 06linuxcnc 10src/liblinuxcnc-ui/connect.cc 10src/liblinuxcnc-ui/linuxcnc-ui.h 10src/liblinuxcnc-ui/luish.c drop the silly reconnect time * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=830db40
[20:03:28] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 2c5940c 06linuxcnc 10src/liblinuxcnc-ui/connect.cc add debug printing of the status buffer to lui's connect() * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2c5940c
[20:19:03] <linuxcnc-build> build #329 of 1401.rip-wheezy-rtai-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1401.rip-wheezy-rtai-i386/builds/329 blamelist: Jeff Epler <jepler@unpythonic.net>
[20:21:40] <linuxcnc-build> build #1716 of 1301.rip-precise-rtai-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1301.rip-precise-rtai-i386/builds/1716 blamelist: Jeff Epler <jepler@unpythonic.net>
[20:31:36] <KGB-linuxcnc> 03Jeff Epler 05jepler/check-tclsh-load 5d8d360 06linuxcnc 03tests/tclsh-extensions/expected 03tests/tclsh-extensions/test.sh 03tests/tclsh-extensions/test.tcl tcl: test that the Hal and Linuxcnc extensions load * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5d8d360
[20:39:19] <linuxcnc-build> build #2515 of 1201.rip-lucid-rtai-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1201.rip-lucid-rtai-i386/builds/2515 blamelist: Jeff Epler <jepler@unpythonic.net>
[20:39:19] <linuxcnc-build> build #2523 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/2523 blamelist: Jeff Epler <jepler@unpythonic.net>
[20:39:24] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 106c475 06linuxcnc 10(8 files) lui: add estop() and estop_reset() * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=106c475
[21:22:02] <skunkworks> logger[psha]:
[21:22:02] <logger[psha]> skunkworks: Log stored at http://psha.org.ru/irc/%23linuxcnc-devel/2014-10-20.html
[21:22:42] <jepler> I can forget for an hour at a time that I'm using an ARM board and not a "proper PC" for my linuxcnc developing
[21:22:47] <jepler> that's amazing to me
[21:23:43] <jepler> .. though each time I have to rebuild those boost::python-using files I'm snapped right back to reality
[21:24:17] <jepler> but keyboard, mouse, video, X, vim, python, etc., all just work and are plenty fast
[21:39:27] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api c3be83f 06linuxcnc 10src/liblinuxcnc-ui/connect.cc lui connect: accept both EMC_STAT_TYPE and 0 from peek() * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c3be83f
[21:39:27] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 9a85f13 06linuxcnc 10src/emc/usr_intf/Submakefile 10src/emc/usr_intf/halui.cc halui: use lui for estop * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=9a85f13
[21:39:27] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 0bc83a3 06linuxcnc 10src/liblinuxcnc-ui/Submakefile 04src/liblinuxcnc-ui/estop.cc 03src/liblinuxcnc-ui/task-state.cc lui: rename estop.cc to task-state.cc for clarity * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=0bc83a3
[21:39:31] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api a2fad8b 06linuxcnc 10src/liblinuxcnc-ui/luish.c luish: include unistd for sleep() * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a2fad8b
[21:39:31] <seb_kuzminsky> jepler: there you go
[21:39:35] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 1651e6c 06linuxcnc 10src/liblinuxcnc-ui/linuxcnc-ui-private.h 10src/liblinuxcnc-ui/linuxcnc-ui.h 10src/liblinuxcnc-ui/task-state.cc lui: make estop() and estop_reset() both use lui_command_nml_task_set_state() * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1651e6c
[21:39:40] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 9cba10e 06linuxcnc 10src/emc/usr_intf/halui.cc 10src/liblinuxcnc-ui/linuxcnc-ui.h 10src/liblinuxcnc-ui/task-state.cc lui: add machine_on() and machine_off() * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=9cba10e
[22:00:57] <KGB-linuxcnc> 03Jeff Epler 05seb/master/linuxcnc-ui-api e6207cf 06linuxcnc 10src/liblinuxcnc-ui/Submakefile 10src/liblinuxcnc-ui/linuxcnc-ui.h 03src/liblinuxcnc-ui/luigetter.py lui: framework to autogenerate getters * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e6207cf
[22:00:58] <KGB-linuxcnc> 03Jeff Epler 05seb/master/linuxcnc-ui-api b6af449 06linuxcnc 10src/emc/usr_intf/halui.cc halui: use lui getter for old task.state * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=b6af449
[22:08:19] <jepler> seb_kuzminsky: my stack http://paste.debian.net/127660/
[22:16:19] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 54ac75d 06linuxcnc 10src/liblinuxcnc-ui/Submakefile 10src/liblinuxcnc-ui/linuxcnc-ui-private.h 10src/liblinuxcnc-ui/linuxcnc-ui.h 03src/liblinuxcnc-ui/task-mode.cc lui: add mode setters for manual, auto, and mdi * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=54ac75d
[22:16:19] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 1cb5d00 06linuxcnc 10src/emc/usr_intf/halui.cc halui: use the lui mode setters * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1cb5d00
[22:29:42] <jepler> so now use of status_nml_update / get_task_state looks like this: http://paste.debian.net/127662/
[22:34:52] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api 62f8f51 06linuxcnc 10src/Makefile 10src/liblinuxcnc-ui/Submakefile lui: install the linuxcnc-ui.h header in ../include * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=62f8f51
[22:37:42] <KGB-linuxcnc> 03Jeff Epler 05seb/master/linuxcnc-ui-api 5e9c9cb 06linuxcnc 10src/liblinuxcnc-ui/luigetter.py fixup! lui: framework to autogenerate getters * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5e9c9cb
[22:37:43] <KGB-linuxcnc> 03Jeff Epler 05seb/master/linuxcnc-ui-api 310c8ec 06linuxcnc 10src/liblinuxcnc-ui/linuxcnc-ui.h lui: introduce struct for positions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=310c8ec
[22:37:43] <KGB-linuxcnc> 03Jeff Epler 05seb/master/linuxcnc-ui-api 3dbeb31 06linuxcnc 10src/emc/usr_intf/halui.cc fixup: halui: use lui getter for old task.state * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=3dbeb31
[22:37:44] <KGB-linuxcnc> 03Jeff Epler 05seb/master/linuxcnc-ui-api a681845 06linuxcnc 10src/emc/usr_intf/halui.cc halui: use lui for commanded and feedback positions * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a681845
[22:38:33] <jepler> whee
[22:50:10] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/master/linuxcnc-ui-api f90d805 06linuxcnc 10src/Makefile 10src/liblinuxcnc-ui/Submakefile lui: install the getter header * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f90d805
[23:24:19] <linuxcnc-build> build #2517 of 1900.clang-lucid-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1900.clang-lucid-rtai-i386/builds/2517 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:24:57] <linuxcnc-build> build #186 of 1402.rip-wheezy-rtpreempt-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1402.rip-wheezy-rtpreempt-i386/builds/186 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:26:42] <linuxcnc-build> build #2315 of 1901.clang-precise-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1901.clang-precise-amd64/builds/2315 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:27:10] <jepler> whoops, lost a call to make_output_dir in there
[23:28:15] <KGB-linuxcnc> 03Jeff Epler 05seb/master/linuxcnc-ui-api dcf0552 06linuxcnc 10src/liblinuxcnc-ui/luigetter.py fixup! lui: framework to autogenerate getters * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=dcf0552
[23:28:20] <jepler> hope that's right, I didn't bother testing it
[23:31:33] <linuxcnc-build> build #705 of 1405.rip-wheezy-armhf is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1405.rip-wheezy-armhf/builds/705 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:34:10] <linuxcnc-build> build #2518 of 1200.rip-lucid-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1200.rip-lucid-i386/builds/2518 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:39:40] <linuxcnc-build> build #2517 of 1300.rip-precise-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1300.rip-precise-i386/builds/2517 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:41:01] <linuxcnc-build> build #675 of 1403.rip-wheezy-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1403.rip-wheezy-amd64/builds/675 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:41:06] <linuxcnc-build> build #2519 of 1306.rip-precise-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1306.rip-precise-amd64/builds/2519 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:43:06] <linuxcnc-build> build #675 of 1400.rip-wheezy-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1400.rip-wheezy-i386/builds/675 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:44:18] <linuxcnc-build> build #1719 of 1301.rip-precise-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1301.rip-precise-rtai-i386/builds/1719 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:47:28] <linuxcnc-build> build #332 of 1401.rip-wheezy-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1401.rip-wheezy-rtai-i386/builds/332 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:58:46] <linuxcnc-build> build #2518 of 1201.rip-lucid-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1201.rip-lucid-rtai-i386/builds/2518 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:59:41] <linuxcnc-build> build #2518 of 1202.rip-lucid-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1202.rip-lucid-amd64/builds/2518 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>
[23:59:41] <linuxcnc-build> build #2526 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/2526 blamelist: Jeff Epler <jepler@unpythonic.net>, Sebastian Kuzminsky <seb@highlab.com>