#linuxcnc-devel | Logs for 2014-08-20

Back
[00:02:35] -!- mhaberler has quit [Quit: mhaberler]
[00:11:17] -!- sumpfralle1 has quit [Ping timeout: 260 seconds]
[00:20:32] -!- skorasaurus has quit [Ping timeout: 260 seconds]
[00:28:02] -!- syyl has quit [Ping timeout: 244 seconds]
[00:28:39] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[00:29:05] -!- mhaberler has quit [Quit: mhaberler]
[00:33:50] <PCW> Surprisingly I can make a working Ethernet config with the smallest Spartan6 FPGA (4 stepgens an encoder and a pwmgen)
[00:34:06] <jepler> ooh if only my network operated at 3 exabytes/s all the time. http://emergent.unpythonic.net/files/sandbox/wow-net.png
[00:34:51] <PCW> That is rather fast
[00:39:42] <jepler> PCW: if your offer of a 7i90 stands, I'd like to accept it now. I would like to see hm2_spi working, and I feel like I can easily lose a week if I am trying to get the linux side and the fpga side up at the same time. I can also offer to work on unifying 7i43 and 7i90 drivers on the linuxcnc side, though I don't think that having both of them is much of a maintainance problem at the moment.
[00:40:33] <PCW> yeah its really hm2_epp
[00:41:16] <PCW> Sure I can send a proto 7I90 (we are out of production cards for a bit)
[00:42:41] <PCW> did you try the ssremote assy code with your assembler? it has no macros at all
[00:42:41] <jepler> that would be great
[00:43:41] <jepler> PCW: yes. after manually preprocessing, that one gives a byte-identical output
[00:44:23] <jepler> remember, I found you had written "ret" in column 0 so it was a label?
[00:44:38] <PCW> Thats right
[00:45:09] <PCW> (there are many more bugs in that code but it does work)
[00:45:34] <jepler> do you still have my mailing address?
[00:45:46] <PCW> someone here must
[00:47:19] <jepler> and with my work-in-progress includes-and-macros , the version that uses #include works after all the #includes have been changed to lowercase (and no backslashed paths, if that was applicable to these files)
[00:49:01] <PCW> Thats amazing!
[00:49:37] <jepler> hm how different are d8sw and d8ss?
[00:49:43] <PCW> (that anything could parse that gobbledeguck)
[00:50:00] <jepler> well I pushed the wip version to my git
[00:50:20] <PCW> not terribly but I would ignore code for the older processors
[00:50:27] <jepler> I kinda feel like it's one of those projects where I should start from a blank screen again, not a lot of pride in it like I have sometimes in my code
[00:51:25] <PCW> (i will patch the twiddler firmware to work with the latest code)
[00:52:02] <PCW> It just has to work :-)
[00:52:39] <PCW> the Ethernet code would be interesting
[00:52:39] <jepler> pidena $ %flag set true to enable pid
[00:52:49] <jepler> so what does makeinc turn this into? pidena_flag .equ ????
[00:53:34] <PCW> $ is next location
[00:53:58] <PCW> current location I should say
[00:55:03] <jepler> I guess I have the generated .equ file in this case, I ought to read it
[00:55:48] -!- Simooon has quit [Quit: Leaving]
[00:55:53] <jepler> dummy # %uint default 16bit pointers point here
[00:55:56] <jepler> and # ?
[00:56:20] <jepler> oh seems like it doesn't increment
[00:56:24] <PCW> Hmm...
[00:58:39] <PCW> looks like %flag is funny (where is it used?) hardwired to 16 bits
[00:59:06] <jepler> not sure whether I'm looking at current or stable code, but it's "sslbp/8i20inc.inc"
[00:59:42] <jepler> why is null at 2048?
[00:59:51] <jepler> .inc: null 0 %ptr uninitialized pointers point to dummy
[00:59:59] <jepler> .equ: null_ptr equ 2048 ; uninitialized pointers point to dummy
[01:00:57] <PCW> thats probably some strange artifact of DSPIC RAM/ROM addressing thats leaked in
[01:01:28] <jepler> .inc: nvmaxmodulei 0 %eword AD units
[01:01:35] <jepler> nvmaxmodulei_eword equ 0 ; AD units
[01:01:39] <jepler> ^^ .equ:
[01:01:44] <jepler> but this 0 stays 0
[01:02:23] <PCW> EEPROM variables have their own address spece
[01:03:23] <PCW> (they are not accessed directly but still have addresses)
[01:04:43] -!- PetefromTn_andro has quit [Ping timeout: 244 seconds]
[01:06:28] <jepler> so the %-names must have a mapping to say what address space they reside in
[01:06:36] <jepler> (or maybe %eword is unique
[01:06:37] <jepler> )
[01:06:46] <jepler> and there must be an offset or starting address too
[01:10:38] <PCW> I doubt any code actually uses ewords in sslbp
[01:11:01] <jepler> right now I think I'm having trouble because the shipped lbp.equ and lbp.inc did not match
[01:11:39] <jepler> but I would rather hack on makeinc.py than try to figure out the provenance of these files
[01:14:31] <PCW> I can build them again tomorrow
[01:14:55] <jepler> with any luck I can have makeinc.py working tonight
[01:17:17] <PCW> there are a lot of extra includes from 8I20 stuff that are unused (100s of consts to get 6)
[01:17:19] <jepler> I believe I got these sslbp source files from 7i90.zip with the newest contained file dated 2014-03-12, zip file md5sum f381740ddbc33eae5e0c6b927c42d773
[01:18:09] <PCW> what is the sslbp zip file md5?
[01:18:47] <jepler> fc84eb3f8d8c86b2f3449761bbcb5062
[01:18:53] <jepler> let me just double-check that my .inc and .equ come from there
[01:19:01] <jepler> they don't match in size because I unix-converted them
[01:19:12] <PCW> MD5 (SSLBP.ZIP) = fc84eb3f8d8c86b2f3449761bbcb5062
[01:19:17] <PCW> bbiab
[01:20:09] <jepler> oh hmm, the .equ file isn't even in the zip
[01:20:21] -!- ries has quit [Quit: ries]
[01:20:51] <jepler> I bet I copied it from somewhere else, I had at least one more sslbp source zip
[01:26:58] -!- asdfasd has quit [Ping timeout: 264 seconds]
[01:28:28] -!- LatheBuilder has quit [Client Quit]
[01:37:36] -!- hm2-buildmaster has quit [Remote host closed the connection]
[01:37:37] -!- linuxcnc-build has quit [Remote host closed the connection]
[01:38:16] <jepler> just built ssremote.
[01:40:43] <jepler> .. using my fixed-up makeinc
[01:44:33] <jepler> and now sslbp. I don't think I have a vhdl rom image of it to compare, though
[01:44:47] <jepler> looks 5 instructions short of filling rom
[01:45:21] <jepler> oh there's the rom
[01:46:47] <jepler> lots of differences, but it could be due to using a wrong .tab
[01:48:30] -!- brianmorel99 [brianmorel99!~brianmore@h75-100-180-199.mgtnmi.dsl.dynamic.tds.net] has joined #linuxcnc-devel
[01:53:59] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@174-29-171-252.hlrn.qwest.net] has joined #linuxcnc-devel
[01:54:04] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@174-29-171-252.hlrn.qwest.net] has joined #linuxcnc-devel
[02:00:08] -!- brianmorel99 has quit [Quit: brianmorel99]
[02:00:34] -!- mozmck_lp1 has quit [Ping timeout: 264 seconds]
[02:00:55] <linuxcnc-build> build #0 of 1402.rip-wheezy-rtpreempt-i386 is complete: Failure [4failed install-missing-build-dependencies configuring configure] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1402.rip-wheezy-rtpreempt-i386/builds/0 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[02:02:54] <linuxcnc-build> build #0 of 4014.deb-wheezy-rtpreempt-i386 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4014.deb-wheezy-rtpreempt-i386/builds/0 blamelist: dummy, Chris Morley <chrisinnanaimo@hotmail.com>, Francis Tisserant <tissf@free.fr>, Jeff Epler <jepler@unpythonic.net>, Sebastian
[02:02:54] <linuxcnc-build> Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>
[02:10:12] -!- skorasaurus2 has quit [Ping timeout: 250 seconds]
[02:14:56] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[02:18:54] <jepler> hm, it's not just constants, some subroutine addresses are different too
[02:19:23] <jepler> of course either one is a cascading problem
[02:21:52] <jepler> PCW: I think having a matched .inc and .equ for sslbp would be helpful
[02:22:03] -!- Tecan has quit [Ping timeout: 240 seconds]
[02:23:00] <jepler> I suppose I should bit the bullet and make a proper table for it too, some problems could be rooted there
[02:23:04] <jepler> done for the night, though
[02:24:22] -!- sharpen047 has quit [Ping timeout: 246 seconds]
[02:29:55] -!- PetefromTn_andro has quit [Quit: Bye]
[02:30:09] <seb_kuzminsky> linuxcnc-build: force build --branch=master 1402.rip-wheezy-rtpreempt-i386
[02:30:10] <linuxcnc-build> build #2 forced
[02:30:10] <linuxcnc-build> I'll give a shout when the build finishes
[02:32:46] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[02:35:47] <linuxcnc-build> build #2340 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/2340 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[02:45:57] -!- asah has quit [Ping timeout: 240 seconds]
[03:08:26] -!- ReadError has quit [Read error: Connection reset by peer]
[03:10:30] -!- JLuc69 has quit [Read error: Connection reset by peer]
[03:14:36] -!- AR_ has quit [Ping timeout: 260 seconds]
[03:16:55] <linuxcnc-build> Hey! build 1402.rip-wheezy-rtpreempt-i386 #2 is complete: Warnings [8warnings apt-get-update compile]
[03:16:55] <linuxcnc-build> Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1402.rip-wheezy-rtpreempt-i386/builds/2
[03:28:41] -!- JLuc69 has quit [Ping timeout: 260 seconds]
[03:41:51] -!- Roguish has quit [Ping timeout: 255 seconds]
[04:05:56] -!- sylphiae has quit [Ping timeout: 260 seconds]
[04:12:24] -!- FinboySlick has quit [Quit: Leaving.]
[04:30:53] -!- toner has quit [Remote host closed the connection]
[04:31:57] <seb_kuzminsky> E: linuxcnc-uspace: udev-rule-in-etc etc/udev/rules.d/99-xhc.rules
[04:32:03] <seb_kuzminsky> i guess that's us told
[04:50:14] -!- GJdan has quit [Quit: WeeChat 1.0-dev]
[05:08:08] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.6-xhc-udev 4d7f5ee 06linuxcnc 04debian/extras/etc/udev/rules.d/99-xhc.rules 03debian/extras/lib/udev/rules.d/99-xhc.rules 10debian/extras/linuxcnc.files deb: move xhc udev rule to the right place * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4d7f5ee
[05:14:04] -!- syyl has quit [Ping timeout: 260 seconds]
[05:17:03] -!- Benjamin23 has quit [Remote host closed the connection]
[05:21:18] -!- anarchos2 has quit [Ping timeout: 255 seconds]
[05:24:42] -!- kwallace2 [kwallace2!~kwallace@smb-68.sonnet.com] has parted #linuxcnc-devel
[05:50:20] -!- mhaberler has quit [Quit: mhaberler]
[06:17:28] -!- ve7it has quit [Remote host closed the connection]
[06:26:27] -!- archivist_herron has quit [Ping timeout: 245 seconds]
[06:36:34] ReadError_ is now known as ReadError
[06:37:45] <KGB-linuxcnc> 052.6-xhc-udev 4d7f5ee 06linuxcnc 04. branch deleted * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4d7f5ee
[06:37:46] -!- dan2k3k4 has quit [Ping timeout: 264 seconds]
[06:40:46] -!- hm2-buildmaster has quit [Remote host closed the connection]
[06:40:49] -!- linuxcnc-build has quit [Remote host closed the connection]
[06:41:07] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@174-29-171-252.hlrn.qwest.net] has joined #linuxcnc-devel
[06:41:15] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@174-29-171-252.hlrn.qwest.net] has joined #linuxcnc-devel
[06:41:31] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.6 4d7f5ee 06linuxcnc 04debian/extras/etc/udev/rules.d/99-xhc.rules 03debian/extras/lib/udev/rules.d/99-xhc.rules 10debian/extras/linuxcnc.files deb: move xhc udev rule to the right place * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4d7f5ee
[06:47:53] -!- The_Ball has quit [Remote host closed the connection]
[06:47:53] -!- anarchos has quit [Read error: Connection reset by peer]
[06:54:04] -!- rob_h [rob_h!~robh@2.124.121.72] has joined #linuxcnc-devel
[07:01:33] -!- anarchos has quit [Ping timeout: 240 seconds]
[07:03:07] -!- ITChap has quit [Ping timeout: 255 seconds]
[07:15:35] -!- asah has quit [Quit: asah]
[07:17:17] -!- WyrM has quit [Ping timeout: 272 seconds]
[07:19:26] -!- sudobangbang has quit [Read error: Connection timed out]
[07:20:55] -!- Flipp_ has quit [Remote host closed the connection]
[07:23:09] -!- Flipp has quit [Remote host closed the connection]
[07:28:21] -!- sudobangbang has quit [Ping timeout: 240 seconds]
[07:33:55] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[07:56:05] -!- ries has quit [Ping timeout: 260 seconds]
[07:57:37] -!- The_Ball has quit [Read error: Connection timed out]
[08:04:25] -!- b_b has quit [Changing host]
[08:05:59] -!- zbychuk has quit [Quit: leaving]
[08:10:36] -!- eeriegeek has quit [Quit: Leaving.]
[08:22:59] -!- sudobangbang has quit [Read error: Connection timed out]
[08:26:06] -!- b_b has quit [Changing host]
[08:51:32] <KGB-linuxcnc> 03Francis Tisserant 052.6 a7982dc 06linuxcnc 10docs/src/hal/comp_fr.txt French doc update: clarify comp's usage of count and names * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a7982dc
[09:04:11] <memleak> kernel 3.14 for the first time in RTAI (3.14.17)
[09:04:52] <memleak> jepler, in regards to your "disable proc for 3.10+" i needed to still modify src/hal/hal_lib.c
[09:06:08] <memleak> also one bug i noticed is undefined fmin and fmax in motmod.ko however latency-test and linuxcnc both run just fine, unfortunately the same magic for sin and cos didnt apply to fmin and fmax (-fno-builtin-sin -fno-builtin-cos)
[09:07:16] <memleak> not sure what the fix is but modifying linuxcnc and rtai flags didnt cut it, and that scares me. its off to bed for me, but if you want to try out 3.14 here it is: https://github.com/NTULINUX/RTAI/commit/73ece80eb133d63ec8f5851ee9059f0590b1af54
[09:09:00] <memleak> 3.16 im not sure how much time ill have to do that port but i looked it over and it is doable, but would take awhile.
[09:09:29] <memleak> night all!
[09:14:28] <memleak> ah one more thing i should mention, both gcc 4.6.4 and 4.8.3 have the same fmax/fmin problem in motmod
[09:16:07] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[09:22:03] -!- WyrM has quit [Ping timeout: 272 seconds]
[09:27:00] <memleak> maybe this commit broke it? https://lkml.org/lkml/2013/9/17/53
[09:28:57] <memleak> or perhaps this: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=27f69e68a5e534412faebc53a4e04acc9ce7fd7e
[09:32:53] -!- mhaberler has quit [Quit: mhaberler]
[09:36:32] <KGB-linuxcnc> 03Francis Tisserant 052.6 4bac7b0 06linuxcnc 10docs/src/config/ini_config_fr.txt French doc update: default spindle speed * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=4bac7b0
[09:48:45] -!- anarchos has quit [Read error: Connection reset by peer]
[09:52:24] -!- mhaberler has quit [Quit: mhaberler]
[10:08:16] -!- ITChap has quit [Remote host closed the connection]
[10:11:57] -!- anarchos has quit [Ping timeout: 240 seconds]
[10:14:33] -!- skunkworks has quit [Ping timeout: 240 seconds]
[11:22:25] -!- skunkworks [skunkworks!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[11:52:08] <jepler> memleak: does rtai intend to provide an implementation of fmin / fmax? they are part of the C99 math library.
[11:58:33] -!- rob_h has quit [Ping timeout: 240 seconds]
[12:08:13] -!- ries has quit [Ping timeout: 255 seconds]
[12:08:33] -!- FreezingCold has quit [Ping timeout: 255 seconds]
[12:25:24] <KGB-linuxcnc> 03Jeff Epler 05jepler/rtapi-math 5112199 06linuxcnc 10src/rtapi/rtapi_math.h 10src/rtapi/rtapi_math_i386.h rtapi_math: Move inlines out of i386.h * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5112199
[12:25:24] <KGB-linuxcnc> 03Jeff Epler 05jepler/rtapi-math 3048305 06linuxcnc 10src/rtapi/rtapi_math.h fmin/fmax: Correct return value of fmin(finite, nan) * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=3048305
[12:25:24] <KGB-linuxcnc> 03Jeff Epler 05jepler/rtapi-math e2b5c69 06linuxcnc 10src/rtapi/rtapi_math.h rtapi_math: drop unneeded gcc version check * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e2b5c69
[12:33:01] -!- pat__ has quit [Ping timeout: 246 seconds]
[12:34:04] -!- pat___ has quit [Ping timeout: 246 seconds]
[12:45:04] -!- txp has quit [Remote host closed the connection]
[12:47:03] -!- JLuc69_ has quit [Ping timeout: 240 seconds]
[12:51:22] -!- chd has quit [Quit: Leaving.]
[13:01:22] -!- ravenlock has quit [Quit: Leaving]
[13:13:08] <pcw_home> freeby.mesanet.com/SSLBP.ZIP
[13:13:10] <pcw_home> should be sslbp rev42 with matching equ/vhd.lst files
[13:18:02] -!- mozmck has quit [Quit: Leaving.]
[13:18:17] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc-devel
[13:22:21] -!- skunkworks_ [skunkworks_!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[13:25:54] <skunkworks> I thought fmin/fmax was needed by the new tp..s
[13:27:34] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[13:29:06] -!- dan2k3k4 has quit [Ping timeout: 255 seconds]
[13:32:27] -!- kwallace [kwallace!~kwallace@smb-159.sonnet.com] has joined #linuxcnc-devel
[13:34:18] -!- rob_h [rob_h!~robh@2.124.121.72] has joined #linuxcnc-devel
[13:36:03] <linuxcnc-build> build #1850 of 4003.deb-lucid-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4003.deb-lucid-i386/builds/1850 blamelist: Jeff Epler <jepler@unpythonic.net>
[13:40:01] <linuxcnc-build> build #1856 of 4007.deb-precise-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4007.deb-precise-i386/builds/1856 blamelist: Jeff Epler <jepler@unpythonic.net>
[13:41:45] <linuxcnc-build> build #1856 of 4008.deb-precise-amd64 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4008.deb-precise-amd64/builds/1856 blamelist: Jeff Epler <jepler@unpythonic.net>
[13:44:24] -!- dr0w has quit [Ping timeout: 250 seconds]
[13:45:00] <linuxcnc-build> build #689 of 4009.deb-precise-rtai-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4009.deb-precise-rtai-i386/builds/689 blamelist: Jeff Epler <jepler@unpythonic.net>
[13:48:17] <seb_kuzminsky> linuxcnc-build: force build --branch=v2.5_branch 0000.checkin
[13:48:18] <linuxcnc-build> build forced [ETA 1h06m31s]
[13:48:18] <linuxcnc-build> I'll give a shout when the build finishes
[13:48:23] <seb_kuzminsky> linuxcnc-build: force build --branch=master 0000.checkin
[13:48:29] <linuxcnc-build> The build has been queued, I'll give a shout when it starts
[13:54:45] -!- dan2k3k4 has quit [Ping timeout: 255 seconds]
[13:59:38] <linuxcnc-build> build #420 of 4017.deb-wheezy-amd64 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-amd64/builds/420 blamelist: Jeff Epler <jepler@unpythonic.net>
[14:00:34] <linuxcnc-build> build #1853 of 4006.deb-lucid-rtai-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4006.deb-lucid-rtai-i386/builds/1853 blamelist: Jeff Epler <jepler@unpythonic.net>
[14:00:49] <linuxcnc-build> build #42 of 4015.deb-wheezy-rtpreempt-amd64 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4015.deb-wheezy-rtpreempt-amd64/builds/42 blamelist: Jeff Epler <jepler@unpythonic.net>
[14:01:52] <linuxcnc-build> build #420 of 4016.deb-wheezy-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4016.deb-wheezy-i386/builds/420 blamelist: Jeff Epler <jepler@unpythonic.net>
[14:02:58] <linuxcnc-build> build #1850 of 4004.deb-lucid-amd64 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4004.deb-lucid-amd64/builds/1850 blamelist: Jeff Epler <jepler@unpythonic.net>
[14:02:59] <linuxcnc-build> build #3 of 4014.deb-wheezy-rtpreempt-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4014.deb-wheezy-rtpreempt-i386/builds/3 blamelist: Jeff Epler <jepler@unpythonic.net>
[14:03:28] <linuxcnc-build> build #123 of 4018.deb-wheezy-rtai-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4018.deb-wheezy-rtai-i386/builds/123 blamelist: Jeff Epler <jepler@unpythonic.net>
[14:06:55] <jepler> seb_kuzminsky: looks like I need to rebase my branch or it won't buildbot?
[14:10:28] <jepler> pcw_home: thank you
[14:24:34] -!- somenewguy has quit [Quit: WeeChat 0.4.3]
[14:25:27] -!- Valen has quit [Ping timeout: 252 seconds]
[14:34:45] -!- sylphiae has quit [Ping timeout: 240 seconds]
[14:34:48] -!- ries has quit [Ping timeout: 255 seconds]
[14:38:16] <jepler> pcw_home: I think I'm one .equ away from matching sslbp
[14:42:36] -!- phantoxe has quit [Remote host closed the connection]
[14:49:45] -!- mhaberler has quit [Quit: mhaberler]
[14:50:19] -!- phantoxe has quit [Remote host closed the connection]
[14:50:38] -!- mhaberler has quit [Client Quit]
[14:50:55] -!- mhaberler has quit [Client Quit]
[14:55:35] -!- skorasaurus2 has quit [Quit: WeeChat 1.0]
[14:58:50] <seb_kuzminsky> jepler: yes, lintian failure is a build failure now
[14:58:51] -!- kwallace2 [kwallace2!~kwallace@smb-223.sonnet.com] has joined #linuxcnc-devel
[14:59:24] <seb_kuzminsky> 2.6 builds cleanly, i think 2.5 does too, i'll fix master in the next few minutes
[14:59:58] -!- kwallace has quit [Ping timeout: 264 seconds]
[15:00:26] <KGB-linuxcnc> 03Chris Radek 05joints_axes5 ea2cc64 06linuxcnc 388 commits pushed, 10401 files changed, 0320524(+), 0421636(-)
[15:00:28] <seb_kuzminsky> woot! ja5!
[15:01:54] <cradek> just a rebase with minor updates
[15:03:06] <KGB-linuxcnc> 03Sebastian Kuzminsky 05master 3ff528b 06linuxcnc Merge remote-tracking branch 'origin/2.6' * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=3ff528b
[15:03:07] <seb_kuzminsky> no trouble with the new tp?
[15:03:18] <seb_kuzminsky> haha now ja5 is out-of-date with master again :-P
[15:03:19] <cradek> I already burnt that bridge
[15:03:30] <seb_kuzminsky> you misspelled built
[15:03:33] <cradek> I mean, crossed
[15:03:49] <cradek> but yeah it was a huge pain, a while back
[15:03:58] <seb_kuzminsky> oh yeah, i remember you doing that way back when
[15:07:15] <linuxcnc-build> Hey! build 0000.checkin #2347 is complete: Success [3build successful]
[15:07:15] <linuxcnc-build> Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/2347
[15:07:17] <linuxcnc-build> build forced [ETA 1h12m43s]
[15:07:17] <linuxcnc-build> I'll give a shout when the build finishes
[15:12:15] <memleak> jepler, RTAI does not implement fmax or fmin, adding them in now.
[15:12:32] <KGB-linuxcnc> 03Sebastian Kuzminsky 05v2.5_branch b3f437a 06linuxcnc 10debian/rules.in deb: provide build-arch and build-indep targets * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=b3f437a
[15:17:29] <linuxcnc-build> build #421 of 4017.deb-wheezy-amd64 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-amd64/builds/421
[15:18:00] -!- larryone has quit [Quit: Leaving]
[15:18:45] <linuxcnc-build> build #421 of 4016.deb-wheezy-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4016.deb-wheezy-i386/builds/421
[15:19:46] -!- dan2k3k4 has quit [Ping timeout: 264 seconds]
[15:24:59] -!- BellinganRoy has quit [Quit: Konversation terminated!]
[15:26:25] <jepler> memleak: see my recent push to branch jepler/rtapi-math on linuxcnc.org for what I think are proper implementations of fmin/fmax
[15:29:28] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[15:57:46] <memleak> jepler, dpaste.com/2ZN28VK
[15:57:50] <memleak> how does that look?
[15:58:02] <memleak> (besides ugly because its RTAI and meant to be that way)
[15:59:09] <memleak> eek.. too much copypasta one moment
[16:01:50] <memleak> dpaste.com/3ZKASBM
[16:02:20] <jepler> where does the definition of __ieee754_fmin come from?
[16:02:39] <memleak> +extern double __ieee754_fmin __P((double,double));
[16:03:10] <jepler> err
[16:03:10] <jepler> + double __ieee754_fmax(double x, double y)
[16:03:10] <jepler> +{
[16:03:10] <jepler> + return 0;
[16:03:11] <jepler> +}
[16:03:16] <jepler> does that seem like a good implementation of fmax to you?
[16:03:23] <memleak> http://cdn.overclock.net/7/7a/565x418px-LL-7ac46560_I_Have_No_Idea_What_I_m_Doing.jpeg
[16:04:13] -!- sudobangbang has quit [Ping timeout: 260 seconds]
[16:04:21] <cradek> I think I would have implemented it differently
[16:04:56] <jepler> http://funnyshit.com.au/img/pancake_bunny.jpg
[16:05:11] <memleak> im going to try copying jepler's implementation and see if it just drops in.
[16:06:32] <jepler> pcw_home: I got identical assembly of sslbp
[16:06:38] <memleak> it does!
[16:07:14] <memleak> jepler, what does __builtin_isnan do?
[16:07:34] <memleak> is that linuxcnc specific for C library / gcc?
[16:07:44] <memleak> s/for/or/
[16:07:59] <jepler> memleak: that is a gcc built-in function.
[16:08:04] <memleak> ok
[16:08:05] <jepler> on x86_64 it assembles to ucomisd
[16:08:17] <jepler> and on i386 it assembles to fucomp
[16:08:48] -!- ries has quit [Ping timeout: 250 seconds]
[16:08:58] <memleak> dpaste.com/2E2JN7S
[16:10:11] <jepler> if it were me, I would separate out "always supply C99-compatible math library" and "add fmin/fmax" into two separate git commits
[16:10:17] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[16:10:46] <memleak> im stripping out non-C99 support anyways. other than that, is it good?
[16:10:46] <jepler> also make sure you're not actually git adding the file fmix_fmax.diff
[16:11:06] <memleak> nah i woulda noticed it in git commit -as
[16:11:38] <memleak> it alerts me of new files and changes
[16:13:03] <jepler> I think it's perfectly appropriate to get rid of support for pre-C99 implementations
[16:13:12] <jepler> I am just talking about how my OCD would make me commit it to git
[16:13:45] <memleak> ok :) will do
[16:14:58] -!- kwallace [kwallace!~kwallace@smb-223.sonnet.com] has joined #linuxcnc-devel
[16:16:55] -!- gonzo__ has quit [Read error: Connection reset by peer]
[16:22:20] <memleak> jepler, did you get my comment about hal_lib.c and the proc compiling error on 3.10+ ?
[16:22:31] <jepler> memleak: I saw you mentioned it
[16:22:48] <jepler> memleak: it would help if you posted error messages and/or patches
[16:24:21] <memleak> also configure.in should be modified to be more 3.10+ friendly, version.h is now in include/generated/uapi/linux
[16:24:35] <memleak> but then <3.10 kernels break..
[16:27:03] <memleak> ah hal_lib.c is working now..
[16:27:15] <memleak> maybe i forgot to run git pull..
[16:27:25] <memleak> (and reset back to HEAD)
[16:29:25] <memleak> ah there it is: dpaste.com/27Q6CFS
[16:30:26] -!- phantoxe has quit []
[16:31:09] <jepler> OK
[16:31:17] <jepler> not sure why that didn't turn up for me when I grepped
[16:31:32] <jepler> so obviously some more code needs to be protected by a #if that involves CONFIG_PROC_FS and kernel version
[16:35:04] <jepler> memleak: OK, but you confirm that my changes to rtapi/ in my branch jepler/proposed make the situation better?
[16:35:22] -!- mle has quit [Ping timeout: 264 seconds]
[16:35:31] -!- sumpfralle has quit [Ping timeout: 255 seconds]
[16:36:21] <memleak> can you merge rtai-math and proposed?
[16:39:03] <memleak> i did it locally but they need each other
[16:39:06] <jepler> memleak: OK, all in jepler/proposed-master
[16:39:15] <KGB-linuxcnc> 03Jeff Epler 05jepler/proposed-master 9b2f4ef 06linuxcnc 10src/configure.in 10src/rtapi/rtapi_pci.cc uspace: make libudev optional * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=9b2f4ef
[16:39:16] <KGB-linuxcnc> 03Jeff Epler 05jepler/proposed-master 41c1a3f 06linuxcnc 10src/rtapi/rtai_rtapi.c 10src/rtapi/rtapi_proc.h rtapi: disable /proc for kernel 3.10+ * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=41c1a3f
[16:39:16] <KGB-linuxcnc> 03Jeff Epler 05jepler/proposed-master 8b8aa01 06linuxcnc 10src/hal/hal_lib.c hal: disable /proc for kernel 3.10+ * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=8b8aa01
[16:39:17] <KGB-linuxcnc> 03Jeff Epler 05jepler/proposed-master af20fc7 06linuxcnc 10src/rtapi/rtapi_math.h rtapi_math: drop unneeded gcc version check * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=af20fc7
[16:39:20] <jepler> bbl
[16:39:21] <KGB-linuxcnc> 03Jeff Epler 05jepler/proposed-master a198dae 06linuxcnc 10src/rtapi/rtapi_math.h 10src/rtapi/rtapi_math_i386.h rtapi_math: Move inlines out of i386.h * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a198dae
[16:39:25] <KGB-linuxcnc> 03Jeff Epler 05jepler/proposed-master 44226ad 06linuxcnc 10src/rtapi/rtapi_math.h fmin/fmax: Correct return value of fmin(finite, nan) * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=44226ad
[16:39:26] <memleak> ok thanks :D
[16:41:34] <kwallace> Hello, I have a stand alone GladeVCP application that tests a circuit board. I would like to add a automatic test button that presses the buttons and records the results. Does anyone know of a working example I can use for inspiration?
[16:42:09] -!- tjb1 has quit [Ping timeout: 255 seconds]
[16:42:45] -!- asah has quit [Ping timeout: 240 seconds]
[16:42:45] asah_ is now known as asah
[16:45:23] <memleak> jepler, all is good, no errors
[16:46:58] <memleak> thank you so much!
[16:47:32] <linuxcnc-build> Hey! build 0000.checkin #2348 is complete: Success [3build successful]
[16:47:32] <linuxcnc-build> Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/2348
[16:49:54] -!- zzolo has quit [Quit: zzolo]
[16:56:24] <memleak> when i have time again ill get RTAI working on 3.16 and help you fix whatever problems arise in linuxcnc from that :)
[16:56:30] <memleak> ^jepler
[16:59:18] <pcw_home> "pcw_home: I got identical assembly of sslbp"
[16:59:19] <pcw_home> Amazing! (and probably not a lot of fun to duplicate our crufty old toolchain)
[17:05:01] -!- Roguish [Roguish!~chatzilla@c-67-188-44-176.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[17:05:39] -!- sudobangbang has quit [Ping timeout: 272 seconds]
[17:07:03] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[17:12:35] <memleak> https://github.com/NTULINUX/RTAI/commit/fbb1f385cd6787faae13e9f50da971ac5518be30
[17:12:40] <memleak> off to work g2g!
[17:14:48] -!- mahtennek has quit [Client Quit]
[17:35:47] -!- kfoltman has quit [Quit: Ex-Chat]
[17:45:56] <jepler> pcw_home: yeah, it's been a bit of an adventure
[17:46:18] <cradek> jepler: this coming weekend is the meeting time. I think that policy decision is big enough to warrant formal process. Might be too late for this month, though.
[17:47:16] <jepler> cradek: let's put it off
[17:48:00] <cradek> jepler: to be clear, I think it's a good idea that has a few problematic details we'd have to decide together to tolerate
[17:49:49] <jepler> cradek: looks like 9 distinct authors on that branch
[17:50:09] -!- ries has quit [Ping timeout: 244 seconds]
[17:50:09] <cradek> yeah and none are problematic
[17:50:25] <jepler> cradek: any other old branches I ought to take a gander at?
[17:51:41] <jepler> hm branches on origin/ could use a good cleanup
[17:52:38] <cradek> I don't really see any others that need gandering
[17:52:52] <jepler> I wonder what gnu coreutils's reason is for an anti-SOB policy. http://lists.gnu.org/archive/html/coreutils/2012-08/msg00177.html
[17:53:02] <jepler> I guess gnu works by copyright assignment
[17:53:33] * cradek shrugs
[17:55:45] <jepler> hm, I wonder where I misplaced my start on the sob hook
[18:07:57] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[18:08:40] -!- rob_h has quit [Ping timeout: 255 seconds]
[18:09:02] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[18:09:17] -!- JLuc69__ has quit [Ping timeout: 260 seconds]
[18:11:15] -!- Roguish has quit [Ping timeout: 255 seconds]
[18:15:30] -!- syyl_ws has quit [Remote host closed the connection]
[18:16:28] <kwallace> In my stand alone GladeVCP application I added a handler.py with a module in it to toggle a signal. It seems that as the module is running the display gets blocked so I don't see the signal's LED flash. Any ideas on how to stay in my module and still have the display update?
[18:20:54] <jepler> kwallace: your code needs to be event driven, so that it can return to the gtk event loop. otherwise, events are not handled and widgets are not repainted.
[18:22:43] <jepler> The C API g_timeout_add can request that a function be called later after some time has passed.
[18:23:04] <jepler> I think the python equivalent is gobject.timeout_add
[18:23:22] <kwallace> jepler, I was thinking my module could set a global signal status variable, but then where could my signal control code run?
[18:24:37] <kwallace> I suppose I could make a component which would run in a thread.
[18:24:49] -!- amiri has quit [Ping timeout: 272 seconds]
[18:25:40] <jepler> to use threads and gtk together you have to observe some rules. http://faq.pygtk.org/index.py?req=show&file=faq20.006.htp
[18:27:28] <kwallace> Okay I'll look at the link. Thank you.
[18:27:59] -!- patrickarlt has quit [Remote host closed the connection]
[18:28:45] -!- Roguish [Roguish!~chatzilla@c-67-188-44-176.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[18:29:37] <jepler> if this is about automated gui testing (validating that the gui works properly), generally the tester runs as a distinct program from the tested component. There exist packages for this purpose (automated gui testing for gtk apps)
[18:30:07] -!- anth0ny has quit [Quit: anth0ny]
[18:31:28] <linuxcnc-build> build #1853 of 4003.deb-lucid-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4003.deb-lucid-i386/builds/1853 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn <bdebruijn@luminize.nl>, sam sokolik
[18:31:28] <linuxcnc-build> <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen Wille Padnos
[18:31:28] <linuxcnc-build> <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[18:31:45] <jepler> linuxcnc-build: you're a regular debbie downer
[18:35:31] <Tom_itx> now we know everybody's email at least :)
[18:36:40] <Tom_itx> sure hope your logbots have a robot.txt policy in place
[18:37:14] <jepler> Tom_itx: e-mail addresses aren't secrets
[18:37:31] <Tom_itx> no but once published here allow google & other bots to spam
[18:37:44] <seb_kuzminsky> that failure is because ja5 still has the xhc udev rule in the wrong place
[18:37:47] <jepler> those cats have never even been in a bag
[18:37:47] <linuxcnc-build> build #1859 of 4007.deb-precise-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4007.deb-precise-i386/builds/1859 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn <bdebruijn@luminize.nl>, sam sokolik
[18:37:47] <linuxcnc-build> <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen Wille Padnos
[18:37:47] <linuxcnc-build> <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[18:38:00] <seb_kuzminsky> and because i picked an inopportune time to make lintian errors into build failures :-/
[18:38:15] <jepler> the e-mail addresses are published in every copy of the linuxcnc git repository, of course including web-facing ones
[18:40:02] <linuxcnc-build> build #1859 of 4008.deb-precise-amd64 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4008.deb-precise-amd64/builds/1859 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn <bdebruijn@luminize.nl>, sam
[18:40:02] <linuxcnc-build> sokolik <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen Wille Padnos
[18:40:02] <linuxcnc-build> <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[18:40:34] <jepler> and a robots.txt won't stop a real spammer anyway
[18:41:07] <Tom_itx> true
[18:41:16] <seb_kuzminsky> Francis Tisserant did the sneaky thing of abandoning the email address he git commits from
[18:42:25] <Tom_itx> i was getting complaints on my bot in other channels since google scanned it
[18:42:43] <Tom_itx> some guy said he didn't want it public since it could affect his job :D
[18:42:48] <linuxcnc-build> build #692 of 4009.deb-precise-rtai-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4009.deb-precise-rtai-i386/builds/692 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn <bdebruijn@luminize.nl>, sam
[18:42:48] <linuxcnc-build> sokolik <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen Wille Padnos
[18:42:48] <linuxcnc-build> <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[18:42:52] <Tom_itx> well like i told him... don't say it.
[18:43:46] -!- anth0ny has quit [Changing host]
[18:45:39] <seb_kuzminsky> here's a tiny intel board, about the same size as the U3, but with mini-pcie and sata: http://linuxgizmos.com/wide-temperature-sbcs-tap-quad-core-atom-e3800-socs/
[18:49:36] <PCW> And they will run with the 3.14 kernel :-)
[18:50:15] <Tom_itx> cost?
[18:51:57] -!- Loetmichel has quit [Ping timeout: 240 seconds]
[18:53:05] <kwallace2> jepler, I'll search your keywords (automated gui testing for gtk apps), Thanks again.
[18:54:25] <linuxcnc-build> build #423 of 4017.deb-wheezy-amd64 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-amd64/builds/423 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn <bdebruijn@luminize.nl>, sam sokolik
[18:54:25] <linuxcnc-build> <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen Wille Padnos
[18:54:25] <linuxcnc-build> <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[18:54:58] <linuxcnc-build> build #44 of 4015.deb-wheezy-rtpreempt-amd64 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4015.deb-wheezy-rtpreempt-amd64/builds/44 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn
[18:54:58] <linuxcnc-build> <bdebruijn@luminize.nl>, sam sokolik <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen
[18:54:58] <linuxcnc-build> Wille Padnos <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[18:55:42] <linuxcnc-build> build #423 of 4016.deb-wheezy-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4016.deb-wheezy-i386/builds/423 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn <bdebruijn@luminize.nl>, sam sokolik
[18:55:42] <linuxcnc-build> <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen Wille Padnos
[18:55:42] <linuxcnc-build> <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[18:56:52] <linuxcnc-build> build #1856 of 4006.deb-lucid-rtai-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4006.deb-lucid-rtai-i386/builds/1856 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn <bdebruijn@luminize.nl>, sam
[18:56:52] <linuxcnc-build> sokolik <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen Wille Padnos
[18:56:52] <linuxcnc-build> <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[18:56:54] <linuxcnc-build> build #5 of 4014.deb-wheezy-rtpreempt-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4014.deb-wheezy-rtpreempt-i386/builds/5 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn <bdebruijn@luminize.nl>,
[18:56:55] <linuxcnc-build> sam sokolik <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen Wille Padnos
[18:56:55] <linuxcnc-build> <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[18:58:15] <linuxcnc-build> build #1853 of 4004.deb-lucid-amd64 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4004.deb-lucid-amd64/builds/1853 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn <bdebruijn@luminize.nl>, sam sokolik
[18:58:15] <linuxcnc-build> <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen Wille Padnos
[18:58:15] <linuxcnc-build> <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[18:58:57] <linuxcnc-build> build #126 of 4018.deb-wheezy-rtai-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4018.deb-wheezy-rtai-i386/builds/126 blamelist: Chris Radek <cradek@dsndata.com>, Robert W. Ellenberg <rwe24g@gmail.com>, Francis Tisserant <tissf@free.fr>, bdebruijn <bdebruijn@luminize.nl>, sam
[18:58:57] <linuxcnc-build> sokolik <samcoinc@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>, Dewey Garrett <dgarrett@panix.com>, andypugh <andy@bodgesoc.org>, andy pugh <andy@bodgesoc.org>, Chris Morley <chrisinnanaimo@hotmail.com>, Michael Geszkiewicz <micges@wp.pl>, Moses McKnight <moses@texband.net>, John Kasunich <jmkasunich@fastmail.fm>, Stephen Wille Padnos
[18:58:57] <linuxcnc-build> <swpadnos@sourceforge.net>, John Thornton <jthornton@gnipsel.com>, Chris Radek <chris@timeguy.com>, Alex Joni <alex_joni@users.sourceforge.net>, Norbert Schechner <nieson@web.de>, dummy, Cmorley <chrisinnanaimo@hotmail.com>, Jeff Epler <jepler@unpythonic.net>, Andy Pugh <andy@bodgesoc.org>
[19:02:07] -!- jfrmilner has quit [Quit: bye]
[19:06:02] -!- ries has quit [Ping timeout: 245 seconds]
[19:12:46] -!- jerryitt has quit [Quit: Connection closed for inactivity]
[19:13:09] -!- b_b has quit [Read error: Connection reset by peer]
[19:25:22] -!- b_b has quit [Changing host]
[19:26:33] -!- sirdancealot has quit [Ping timeout: 240 seconds]
[19:29:36] <cradek> seb_kuzminsky: are you sure you want that?
[19:31:25] -!- phobiac has quit [Quit: Page closed]
[19:31:28] -!- zbychuk has quit [Quit: leaving]
[19:32:19] Cylly is now known as Loetmichel
[19:32:22] -!- jasen_ has quit [Quit: Page closed]
[19:33:15] -!- micges-dev [micges-dev!~x@aebh2.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[19:34:48] <seb_kuzminsky> cradek: am i sure i want lintian errors to fail the build? well i thought so
[19:35:35] -!- anth0ny has quit [Quit: anth0ny]
[19:37:27] <seb_kuzminsky> but i should have made sure we pass, before flipping the switch...
[19:39:34] tjb11 is now known as tjb1
[19:40:14] <seb_kuzminsky> is there an argument against, other than "we dont currently pass and it makes a mess of the irc channel"?
[19:41:32] <seb_kuzminsky> cradek: or, am i sure i want mini-pcie and sata on my cnc controller? yeah i think so
[19:41:35] <seb_kuzminsky> ;-)
[19:56:56] -!- eFuchs has quit [Quit: ping timeout]
[20:00:34] <cradek> nope, no argument against it here, except it would be nice if the builds would succeed
[20:02:06] -!- mozmck has quit [Read error: Connection reset by peer]
[20:03:12] <seb_kuzminsky> yeah, i goofed on that part :-/
[20:03:54] -!- skunkworks_ has quit [Read error: Connection reset by peer]
[20:04:37] <seb_kuzminsky> master just passed lintian on lucid, i'm hopeful the other platforms will pass too
[20:07:39] -!- skunkworks has quit [Ping timeout: 246 seconds]
[20:16:34] -!- anth0ny has quit [Quit: anth0ny]
[20:18:33] -!- mozmck [mozmck!~moses@67.210.159.245] has joined #linuxcnc-devel
[20:19:40] -!- brianmorel99 [brianmorel99!~brianmore@71-13-81-38.static.bycy.mi.charter.com] has joined #linuxcnc-devel
[20:33:39] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[20:33:39] <seb_kuzminsky> master just passed. i guess the only lintian error was the xhc udev rule location, and i think we're past all that now
[20:33:45] <seb_kuzminsky> sorry for the noise y'all
[20:35:22] -!- ries has quit [Ping timeout: 240 seconds]
[20:36:21] <brianmorel99> Does the latency test or something similar work for testing a new system for ( uspace branch )? I thought i remembered it only working on RTAI kernels before.
[20:36:54] <cradek> yeah, it works for uspace too
[20:37:06] <cradek> seb_kuzminsky: awesome
[20:38:51] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[20:41:28] <brianmorel99> Great, I've been playing around with the Jetson Tegra TK1 eval. board and it's pretty fast. Comes with a Preempt Kernel & appears the ethernet hardware is on the PCIe bus, so I was thinking it might be a good board for testing em2-eth.
[20:43:14] -!- Simooon has quit [Quit: Leaving]
[20:52:30] -!- ve7it has quit [Remote host closed the connection]
[20:53:42] -!- FinboySlick has quit [Quit: Leaving.]
[20:53:58] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[20:55:02] <PCW> theres a cheap hm2-eth card now BTW
[21:00:29] <CaptHindsight> krap, I just tried to reboot a wheezy 3.4-5 pae RTAI machine and the kernel log shows a hardlock on core 3 and keeps trying to shutdown, first time it's happened
[21:02:53] -!- balestrino has quit [Ping timeout: 260 seconds]
[21:10:41] <seb_kuzminsky> PCW: link?
[21:12:24] <jepler> 7i92?
[21:12:33] -!- anarchos has quit [Ping timeout: 240 seconds]
[21:12:57] <jepler> it's so cute and little
[21:13:08] <seb_kuzminsky> PCW is too humble to link to his own products
[21:13:13] -!- rob_h [rob_h!~robh@2.124.121.72] has joined #linuxcnc-devel
[21:13:23] <jepler> http://mesanet.com/fpgacardinfo.html and search
[21:13:28] <jepler> it doesn't seem to be on store. or the pricelist yet
[21:13:42] <seb_kuzminsky> also, PCW's webside doesnt support linking to individual products :-P
[21:13:49] -!- sharpen048 has quit [Quit: Page closed]
[21:14:04] <PCW> yeah so even I cant find anything
[21:17:07] <jepler> PCW: remember to replace the board shot when you get the next revision that doesn't need that jumper write to the LED
[21:17:38] <PCW> Bright red naturally
[21:18:50] <PCW> Its also missing the IP mode jumpers (fixed in Rev.a)
[21:18:51] <cradek> JT-Shop: I think this is spam - it's a glorified advertisement for a dxf file that's for sale: http://linuxcnc.org/index.php/english/forum/show-your-stuff/28248-wooden-sunglasses
[21:23:15] <PCW> Ive been messing with Stuarts Cincinnati Millicron IO rack stuff. I may have it figured out
[21:23:31] -!- Deejay has quit [Quit: bye]
[21:24:28] <PCW> Still have to build a bit of interface hardware to poke at it
[21:24:42] <PCW> (its all 12V CMOS)
[21:25:16] <cradek> JT-Shop: (I think I figured out how to take care of it)
[21:25:28] <JT-Shop> no wonder I could not find it LOL
[21:25:33] <cradek> heh sorry
[21:25:41] <JT-Shop> did you delete his user profile?
[21:25:50] <cradek> yes
[21:25:56] <JT-Shop> super
[21:26:01] <cradek> well I "banned" it
[21:26:04] <cradek> I don't know what that does
[21:26:18] <cradek> http://cdn.overclock.net/7/7a/565x418px-LL-7ac46560_I_Have_No_Idea_What_I_m_Doing.jpeg
[21:26:19] <JT-Shop> I usually just delete them
[21:26:55] <cradek> I couldn't find that button
[21:27:06] <cradek> I'll let you handle it next time...
[21:27:10] <JT-Shop> ok
[21:27:24] <cradek> thanks :-)
[21:27:50] <JT-Shop> if you see on and delete but not permanent delete the post I'll see it and take correct action to nuke them
[21:27:56] <JT-Shop> on/one
[21:29:34] <Tom_itx> nuke is a pretty drastic measure for spam :D
[21:30:12] <JT-Shop> it's more satisfying to nuke them than just roast them over the fire
[21:30:23] <Tom_itx> i bet your neighbors love you
[21:30:44] <Tom_itx> but then they all know you have a cannon
[21:35:19] -!- sirdancealot has quit [Excess Flood]
[21:46:47] <linuxcnc-build> build #425 of 4017.deb-wheezy-amd64 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4017.deb-wheezy-amd64/builds/425 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[21:48:39] <linuxcnc-build> build #425 of 4016.deb-wheezy-i386 is complete: Failure [4failed shell_3 shell_4] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4016.deb-wheezy-i386/builds/425 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[21:52:33] -!- Jymmm has quit [Ping timeout: 272 seconds]
[21:59:37] <seb_kuzminsky> dangit
[22:05:06] -!- anarchos has quit [Ping timeout: 260 seconds]
[22:05:47] -!- zzolo has quit [Quit: zzolo]
[22:07:43] -!- sharpen047 has quit [Ping timeout: 246 seconds]
[22:08:47] Jymmmm is now known as Jymmm
[22:11:19] <jepler> the great thing about lintian checks is ...
[22:11:25] <seb_kuzminsky> undo dangit
[22:11:26] <seb_kuzminsky> yay!
[22:11:34] <seb_kuzminsky> lintian found an actual problem with the 2.5 branch
[22:12:02] -!- toxx has quit [Quit: Changing server]
[22:13:56] <seb_kuzminsky> that only shows up when building in pbuilder
[22:14:03] <seb_kuzminsky> missing build-depends on kmod
[22:14:08] <seb_kuzminsky> fixed in 2.6 by cradek
[22:15:48] <KGB-linuxcnc> 03Chris Radek 05v2.5_branch 998d513 06linuxcnc 10debian/control.in These are needed for building and running on all platforms * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=998d513
[22:17:08] <seb_kuzminsky> it's really crazy how our debian/configure chooses build dependencies
[22:17:29] <seb_kuzminsky> it got it right on rtai kernels but not on vanilla
[22:17:45] <seb_kuzminsky> is 2.5 still a live branch? should it get bug fixes?
[22:18:16] <seb_kuzminsky> bbl
[22:18:20] <jepler> seb_kuzminsky: sure, why not
[22:18:54] <jepler> that lintian error was due to a package that provides a program not being installed?
[22:19:08] <jepler> that's irritating, it needlessly inflats build dependencies
[22:26:30] -!- micges-dev has quit [Quit: Wychodzi]
[22:28:34] -!- specialblend has quit [Quit: specialblend]
[22:30:08] -!- rob_h has quit [Ping timeout: 250 seconds]
[22:30:33] <seb_kuzminsky> jepler: src/configure determines the full path to lsmod and sed-substitutes it into scripts/realtime.in, which becomes /etc/init.d/realtime in the deb
[22:31:22] <seb_kuzminsky> on wheezy-with-vanilla-kernel, debian/configure did not make debian/control build-depend on kmod, so in pbuilder there was no lsmod, so the subst put in the empty string, producing an invalid shell script
[22:31:31] <seb_kuzminsky> which lintian checked & caught
[22:31:49] <seb_kuzminsky> which we ignored until just now
[22:32:46] <seb_kuzminsky> i guess that means no one runs 2.5-sim on wheezy, or they would have reported this error
[22:32:56] <Tom_itx> heh
[22:36:20] <jepler> seb_kuzminsky: I see
[22:36:41] <jepler> find the full path at build time is probably overkill
[22:36:45] <seb_kuzminsky> in other news: jessie and trusty both dont have libgnomeprint, which our fork of classicladder needs
[22:36:54] <seb_kuzminsky> jepler: yeah, probably
[22:36:58] <jepler> yeah somebody should do something
[22:37:25] <jepler> I assume all the parts of gtk or gnome that we use are totally deprecated
[22:38:20] <seb_kuzminsky> yeah :-/
[22:38:35] <seb_kuzminsky> let's all revert to keystick
[22:40:55] -!- sylphiae has quit [Ping timeout: 255 seconds]
[22:40:57] -!- anth0ny has quit [Quit: anth0ny]
[22:42:38] <jepler> fine until gnome deprecates the terminal
[22:42:44] <jepler> ttys removed from kernel, replaced by gnome tbus
[22:44:29] <seb_kuzminsky> we best keep our hamster-wheel well greased
[22:57:03] -!- anarchos has quit [Ping timeout: 244 seconds]
[22:58:10] -!- patrickarlt has quit [Quit: Leaving...]
[23:09:30] <Tom_itx> gotta love open source...
[23:12:00] <seb_kuzminsky> it's the least worst kind of source we've invented so far
[23:19:20] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[23:22:12] -!- anth0ny has quit [Quit: anth0ny]
[23:24:39] <seb_kuzminsky> fffffffuuuuuuuu
[23:26:45] * seb_kuzminsky ragequits
[23:27:09] -!- JesusAlos has quit [Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446]]
[23:27:45] <linuxcnc-build> build #2346 of 1900.clang-lucid-rtai-i386 is complete: Failure [4failed install-missing-build-dependencies compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1900.clang-lucid-rtai-i386/builds/2346 blamelist: Chris Radek <chris@timeguy.com>
[23:41:31] -!- enn has quit [Ping timeout: 244 seconds]
[23:43:52] -!- anarchos2 has quit [Read error: Connection reset by peer]
[23:44:56] -!- DaViruz has quit [Ping timeout: 244 seconds]
[23:44:56] -!- syyl has quit [Ping timeout: 244 seconds]
[23:49:27] -!- pjm has quit [Ping timeout: 244 seconds]
[23:50:22] -!- GlennS has quit [Ping timeout: 244 seconds]
[23:51:50] <memleak> clang with linuxcnc??
[23:52:04] -!- amiri_ has quit [Ping timeout: 244 seconds]
[23:53:08] -!- syyl_ has quit [Ping timeout: 260 seconds]
[23:53:59] -!- enn has quit [Ping timeout: 244 seconds]