#linuxcnc-devel | Logs for 2016-01-05

Back
[00:08:05] -!- gromits has quit [Ping timeout: 265 seconds]
[00:26:24] <KGB-linuxcnc> 03Jeff Epler 05master 63c6ad5 06linuxcnc 10docs/src/Submakefile build: error if images can't be copied to into html docs * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=63c6ad5
[00:26:24] <KGB-linuxcnc> 03Jeff Epler 05master b2fdcbc 06linuxcnc 10docs/src/asciideps build: ensure images are generated when building html docs only * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=b2fdcbc
[00:26:24] <KGB-linuxcnc> 03Jeff Epler 05master c6a5274 06linuxcnc 10docs/src/Submakefile build: ensure asciidoc manpages are built before checklink is run * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c6a5274
[00:26:25] <KGB-linuxcnc> 03Jeff Epler 05master 19d7036 06linuxcnc 10docs/src/Submakefile build: check links from index.html * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=19d7036
[00:26:29] <KGB-linuxcnc> 03Jeff Epler 05master fc498f3 06linuxcnc 04README 03README.md README: convert to markdown * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=fc498f3
[00:29:50] -!- AndChat|323049 has quit [Ping timeout: 265 seconds]
[00:34:37] <linuxcnc-build> build #986 of 1903.clang-wheezy-amd64 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1903.clang-wheezy-amd64/builds/986 blamelist: Jeff Epler <jepler@unpythonic.net>
[00:37:23] -!- Akex_ has quit [Quit: Connection closed for inactivity]
[00:38:06] -!- rob_h has quit [Ping timeout: 240 seconds]
[00:39:06] -!- Praesmeodymium has quit [Ping timeout: 240 seconds]
[00:45:45] <linuxcnc-build> build #986 of 1902.clang-wheezy-rtai-i386 is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1902.clang-wheezy-rtai-i386/builds/986 blamelist: Jeff Epler <jepler@unpythonic.net>
[00:46:44] -!- patrickarlt has quit [Remote host closed the connection]
[00:47:18] -!- asdfasd has quit [Ping timeout: 272 seconds]
[01:04:39] -!- Roguish has quit [Quit: ChatZilla 0.9.92 [Firefox 43.0.3/20151223140742]]
[01:10:51] <skunkworks> cmorley: I get this running the panelui demo http://imgur.com/lmJckwg
[01:15:59] -!- Frank___3 has quit [Quit: Nettalk6 - www.ntalk.de]
[01:16:21] -!- chris_99 has quit [Remote host closed the connection]
[01:17:04] <c_morley> jepler: Thanks again that has fix it. not sure how you figured that out and funny the linking error didn't bite me. I ran compiled and ran many times before adding docs...weird. I appreciate your help.
[01:17:57] <c_morley> skunkworks: I need a little more info: It looks like an old version or have you changed something - debug codes don't look right.
[01:18:42] <c_morley> skunkworks:Is this on startup or have you pressed some buttons?
[01:19:12] <skunkworks> nope - startup. This is switching to the panelui branch and building.
[01:19:17] -!- Loetmichel2 has quit [Ping timeout: 246 seconds]
[01:19:27] <skunkworks> v2.7.3-329-gffa984a
[01:21:09] <jepler> c_morley: Needing -lrt is different on some platforms vs others
[01:21:12] <jepler> c_morley: glad I could help
[01:21:22] <c_morley> ahh I see
[01:21:52] <jepler> make: *** No rule to make target `../docs/man/man1/halstreamer.1', needed by `../docs/man/index.db'. Stop.
[01:22:12] <jepler> hm and I didn't get this when I built
[01:22:22] <jepler> oh well, buildbot always knows better than us mere mortals :)
[01:22:26] <c_morley> skunkworks: hmm panelui only works on master...did you forget RIP commands?
[01:23:14] <c_morley> buildbot is very helpful ...sometimes hard to remember that when all the errors show....:)
[01:24:35] <skunkworks> http://pastebin.com/iSvEuLzC
[01:27:48] <KGB-linuxcnc> 03Jeff Epler 05master 1290add 06linuxcnc 10docs/src/Submakefile build: don't fail when requested not to build documentation * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1290add
[01:28:17] <jepler> skunkworks: looks like it's not stopping after a sane number of columns scanned..
[01:31:22] -!- grummund has quit [Ping timeout: 250 seconds]
[01:33:15] <KGB-linuxcnc> 03Jeff Epler 05master d7ac04f 06linuxcnc 10docs/src/Submakefile build: fix building linuxcnc.1 when docs not requested * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=d7ac04f
[01:34:48] <c_morley> skunkworks: you are right that is the current version... can you try running with panelui -v and see if any more info is given?
[01:35:08] <jepler> FUNCTION(_) {
[01:35:08] <jepler> static int last[7][7];
[01:35:23] <jepler> this array is the wrong size, it should be [8][8]
[01:36:02] <jepler> there's a second problem, which is that a "static" inside a function will only have one copy, not one copy per instance
[01:36:08] <c_morley> jepler: changing [source,hal] to [source.{hal}] seems to switch to text format - no nice colors in html now..
[01:36:38] <c_morley> jepler: re code ..oops
[01:37:10] <c_morley> ill look at code again...
[01:37:17] <jepler> c_morley: yeah I'm not surprised about that
[01:37:28] <jepler> but between not building at all and not being in colors .. I'm afraid we've got to take "not being in colors"
[01:37:41] <jepler> until we can get someone who cares to concern themselves with the state of our doc toolchain and spend a day or more at it
[01:37:45] <jepler> sigh
[01:38:53] <jepler> maybe this for the sim matrix component? https://emergent.unpythonic.net/files/sandbox/0001-sim_matrix_kb-fix-last-array.patch
[01:39:22] <c_morley> oh I agree no colors is good enough :) I can't believe you figured out it needed the curly braces!
[01:40:06] <jepler> well I grepped and found the curly braces elsewhere in the code
[01:40:10] <jepler> so it's really just cargo-cult copying :-/
[01:41:06] <c_morley> jepler: cargo-cult copy - nice lol
[01:42:13] <c_morley> Jepler: i will try your sim_matrix code. strange to me that it works fine for me in wheezy - software is fun ....:)
[01:45:20] <c_morley> skunkworks: Thanks for testing it out and reporting - you are a testing machine! I will push some work later on after dinner. If you get a chance sometime to test again...:)
[01:46:33] <skunkworks> Great! I seem to be good at breaking things
[01:58:15] -!- gromits has quit [Quit: ChatZilla 0.9.92 [Firefox 43.0.2/20151221130713]]
[02:04:35] -!- jdqx has quit [Ping timeout: 240 seconds]
[02:09:58] <KGB-linuxcnc> 03Jeff Epler 05jepler/panelui fadc3c4 06linuxcnc 10docs/src/gui/panelui.txt panelui: fix pdf doc building * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=fadc3c4
[02:09:59] <KGB-linuxcnc> 03Jeff Epler 05jepler/panelui 33bc409 06linuxcnc 10src/hal/components/Submakefile panelui: fix linking on debian wheezy * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=33bc409
[02:10:18] <jepler> c_morley: I think the revised jepler/panelui branch may fix syntax highlighting for html again
[02:10:31] <jepler> .. I missed part of the stuff to be copied, and now I understand things a bit better
[02:10:47] <jepler> .. the added lines cause {ini} to turn into just ini when building html, and into nothing when building pdf...
[02:11:06] <jepler> so you get highlighting when you can, and you avoid the error when you can't
[02:11:28] <c_morley> thanks i will look at it - seems I owe you beers today
[02:13:26] <jepler> if I pour myself a drink later I'll credit it to you.
[02:25:39] -!- teepee_ [teepee_!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[02:27:11] -!- teepee has quit [Ping timeout: 246 seconds]
[02:27:12] teepee_ is now known as teepee
[02:29:54] -!- nofxx has quit [Changing host]
[02:40:47] -!- tinkerer has quit [Remote host closed the connection]
[02:46:28] <c_morley> we need instant-beer-over-internet-protocol
[02:51:57] <jepler> http://beeroverip.org/
[02:53:34] -!- skunksleep has quit [Ping timeout: 256 seconds]
[02:54:14] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[02:56:18] <c_morley> internet has everything ! tastes a little dry though...
[03:02:49] -!- Servos4ever has quit [Client Quit]
[03:08:52] -!- skunksleep has quit [Ping timeout: 256 seconds]
[03:09:21] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[03:15:30] <KGB-linuxcnc> 03chris morley 05panelui 35bfbf3 06linuxcnc 10src/hal/components/sim_matrix_kb.comp component: sim_matrix_kb fix reported errors * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=35bfbf3
[03:15:30] <KGB-linuxcnc> 03chris morley 05panelui 0db3581 06linuxcnc 10src/emc/usr_intf/pyui/Submakefile pyui: also copy sample panelui.ini file * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=0db3581
[03:15:30] <KGB-linuxcnc> 03chris morley 05panelui d974e28 06linuxcnc 10debian/linuxcnc.files.in debian package: add pyui's .ini files to package * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=d974e28
[03:16:00] <c_morley> skunkworks: ok see if you can break that....:)
[03:16:09] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[03:18:16] -!- pozzoni has quit [Remote host closed the connection]
[03:18:54] -!- skunksleep has quit [Ping timeout: 260 seconds]
[03:19:27] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[03:53:26] -!- patrickarlt has quit [Remote host closed the connection]
[03:59:12] -!- skunksleep has quit [Ping timeout: 272 seconds]
[03:59:38] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[04:00:18] -!- c_morley has quit [Quit: Leaving.]
[04:02:47] -!- c_morley [c_morley!~chris@S0106204e7f8c229b.no.shawcable.net] has joined #linuxcnc-devel
[04:19:08] -!- skunksleep has quit [Ping timeout: 256 seconds]
[04:31:23] -!- [cube] has quit [Ping timeout: 264 seconds]
[04:32:44] -!- sumpfralle has quit [Ping timeout: 256 seconds]
[04:52:00] -!- AR_ has quit [Ping timeout: 256 seconds]
[05:00:15] -!- technoid has quit [Ping timeout: 240 seconds]
[05:01:50] -!- anomynous_ has quit [Ping timeout: 260 seconds]
[05:18:52] -!- anomynous has quit [Ping timeout: 250 seconds]
[05:26:25] -!- hm2-buildmaster has quit [Remote host closed the connection]
[05:26:28] -!- linuxcnc-build has quit [Remote host closed the connection]
[05:26:42] -!- hm2-buildmaster [hm2-buildmaster!~hm2-build@174-29-70-49.hlrn.qwest.net] has joined #linuxcnc-devel
[05:27:15] -!- linuxcnc-build [linuxcnc-build!~linuxcnc-@174-29-70-49.hlrn.qwest.net] has joined #linuxcnc-devel
[05:27:44] -!- Contract_Pilot has quit [Ping timeout: 255 seconds]
[05:30:09] -!- anomynous_ has quit [Quit: Leaving]
[06:07:06] -!- aventtini6 has quit [Ping timeout: 240 seconds]
[06:17:36] <linuxcnc-build> build #99 of 1505.rip-jessie-rtai-i386 is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1505.rip-jessie-rtai-i386/builds/99 blamelist: Jeff Epler <jepler@unpythonic.net>
[06:17:37] <linuxcnc-build> build #3847 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/3847 blamelist: Jeff Epler <jepler@unpythonic.net>
[06:35:50] -!- anomynous has quit [Quit: leaving]
[06:39:11] -!- nofxx has quit [Ping timeout: 246 seconds]
[06:42:42] pi___ is now known as anomynous
[06:59:40] -!- FloppyDisk has quit [Ping timeout: 260 seconds]
[07:00:31] <linuxcnc-build> build #1658 of 4016.deb-wheezy-i386 is complete: Failure [4failed shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4016.deb-wheezy-i386/builds/1658 blamelist: dummy, Jeff Epler <jepler@unpythonic.net>
[07:08:14] -!- bilboquet has quit [Ping timeout: 276 seconds]
[07:18:29] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[07:37:56] -!- paulliebenberg has quit [Quit: paulliebenberg]
[07:39:23] -!- Komzpa has quit [Ping timeout: 246 seconds]
[07:39:33] -!- swarfer has quit [Quit: swarfer]
[07:51:13] -!- ve7it has quit [Remote host closed the connection]
[07:54:19] -!- kwallace [kwallace!~kwallace@142.147.85.210] has parted #linuxcnc-devel
[08:21:20] -!- Komzpa has quit [Ping timeout: 260 seconds]
[08:44:40] -!- cncbasher [cncbasher!~Sarah@cpc8-hart9-2-0-cust254.11-3.cable.virginm.net] has joined #linuxcnc-devel
[09:05:19] <linuxcnc-build> build #1352 of 4018.deb-wheezy-rtai-i386 is complete: Failure [4failed shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4018.deb-wheezy-rtai-i386/builds/1352 blamelist: Jeff Epler <jepler@unpythonic.net>, chris morley <chrisinnanaimo@hotmail.com>
[09:39:37] -!- rob_h [rob_h!~robh@2.223.246.43] has joined #linuxcnc-devel
[09:50:32] -!- micges has quit [Remote host closed the connection]
[10:02:42] -!- micges [micges!~micges@afv59.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[10:22:50] -!- DaPeace has quit [Quit: Leaving.]
[10:37:10] -!- swarfer has quit [Client Quit]
[10:54:05] -!- b_b has quit [Changing host]
[10:59:13] -!- Komzpa has quit [Remote host closed the connection]
[11:01:23] -!- micges_ [micges_!~micges@eoa102.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[11:04:59] -!- micges has quit [Ping timeout: 264 seconds]
[11:04:59] -!- skunksleep has quit [Ping timeout: 264 seconds]
[11:08:42] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[11:09:01] micges_ is now known as micges
[12:09:24] -!- GJdan has quit [Ping timeout: 272 seconds]
[12:14:26] -!- skunksleep has quit [Ping timeout: 250 seconds]
[12:47:02] -!- erve has quit [Remote host closed the connection]
[13:00:27] -!- FloppyDisk has quit [Ping timeout: 265 seconds]
[13:04:18] -!- Valen has quit [Remote host closed the connection]
[13:27:17] <jepler> how unfair of me is it to assume that someone on the developers list can perform tasks like building a RIP version of linuxcnc at an arbitrary ref?
[13:29:09] <archivist> I have never done it
[13:30:33] <jepler> hm
[13:30:34] <archivist> being on a list or knowing how to code does not always mean experience in a particular tool set
[13:30:57] <jepler> that's true
[13:32:08] <jepler> .. but if the situation arose, I hope you'd be willing to learn from online docs
[13:32:57] <archivist> you dont see many questions from me unless its undocumented
[13:33:05] <jepler> well anyway in that recent e-mail I hope that my link to a document someone else wrote about git bisect is more helpful than if I'd written a paragraph off the top of my head about how to use git bisect
[13:33:42] <jepler> afk, time to get ready for $DAY_JOB
[13:34:17] <archivist> I only had a couple of hours of work today ...grr
[13:55:37] -!- swarfer has quit [Quit: swarfer]
[14:05:52] -!- SEL [SEL!~SEL@net77-43-27-64.mclink.it] has joined #linuxcnc-devel
[14:07:05] <KGB-linuxcnc> 03John Thornton 052.7 113e785 06linuxcnc 10docs/src/config/ini-config.txt Docs: add info about min and max limit * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=113e785
[14:07:32] -!- skunkworks has quit [Remote host closed the connection]
[14:07:43] <archivist> I can tell what JT has been reading today :)
[14:12:12] <cradek> > A fairly fast rotary could get there in less than 100 years.
[14:12:17] <cradek> (yay for doubles)
[14:16:00] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[14:25:04] -!- pozzoni has quit [Remote host closed the connection]
[14:29:08] <seb_kuzminsky> yay, no dayjob for me today - i'm between jobs
[14:29:14] <seb_kuzminsky> i start my new one on monday
[14:29:22] <seb_kuzminsky> what should i do with all this TIME??
[14:29:50] <seb_kuzminsky> i know, i'll run errands and finish some half-done house projects weee
[14:41:12] -!- Contract_Pilot has quit [Quit: Leaving]
[14:41:25] <skunkworks> wait - all non work time should be allocated to linuxcnc
[14:43:03] <JT-Shop> you could drop by my place and help me cut trees down
[14:47:29] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[14:47:39] <cradek> wow, you took most of a week off between jobs? you slacker.
[14:49:28] <archivist> my "high" resolution encoder if not high enough, damned digitisation error
[14:49:46] <jepler> seb_kuzminsky: enjoy your time off and best of luck at the next job
[14:50:00] -!- skunkworks has quit [Ping timeout: 250 seconds]
[14:50:01] <cradek> oh yeah, that's what I meant too :-)
[15:00:26] <cradek> > PathPilot outputs a pulse width relevant to the tool number
[15:00:48] <cradek> sigh, someone's building custom hardware to decode that instead of changing the hal
[15:01:45] <cradek> and it works badly because of jitter in the pulses
[15:02:02] <cradek> so now he's asking for a custom firmware for his mesa card to make better pulses to feed his new hardware
[15:02:16] <cradek> this is how standards happen, isn't it
[15:05:47] <cradek> (if only there was a way to send an arbitrary byte over a single wire, in a way a microcontroller can understand...)
[15:07:23] <archivist> erm there is https://en.wikipedia.org/wiki/1-Wire
[15:07:38] <archivist> and host of variations
[15:07:59] <cradek> oh I was thinking ttl serial, which is as standard as anything
[15:09:08] <archivist> I am trying to think of another which might be more sensible
[15:10:26] <cradek> I guess it's hard to be sensible with such limited IO
[15:11:01] <cradek> you'd really like to have some error checking (more than just parity for instance) for selecting a tool...
[15:11:30] <archivist> spi or i2c or similar
[15:13:31] <archivist> must learn one of them for my homebrew probe project that will use force not a contact
[15:15:34] <pcw_home> He has a 7I76 so plenty of digital l I/O.
[15:15:35] <pcw_home> maybe I should suggest that instead of being a Rube Goldberg design enabler
[15:16:21] <cradek> oh jeez, if he has them, he should use more outputs
[15:16:43] <cradek> even if for no reason other than how a custom firmware is a maintenance problem forever
[15:16:58] <pcw_home> The tormach BOB is that way because with one PP port a Mach thats all they could do
[15:17:10] <pcw_home> and mach
[15:17:31] <cradek> I totally understand using a design that's bad but works, when you have no other choice :-)
[15:18:26] <pcw_home> I'll bet you could make a decent bit banged UART (to say 1200 baud) with a base thread run comp
[15:18:42] <cradek> yeah I bet so
[15:19:07] <cradek> wonder how slow micro uarts can go. seems like I recall that being a problem
[15:19:56] <archivist> hmm the english term "mackled together" should be Machled together here
[15:22:31] <pcw_home> Our hardware UARTS dont go very slow buts that because they use a
[15:22:33] <pcw_home> DDS instead of a programmable divider for the baud rate (so have poor sett-ability at low rates)
[15:29:40] -!- teepee_ [teepee_!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[15:31:05] <pcw_home> archivist: I have a 16M count encoder If I can figure out how to interface to it...
[15:31:48] <archivist> that sounds like a nice toy
[15:32:14] <cradek> oh 16M! I read that as 16k.
[15:32:17] <pcw_home> standard Fanuc nowadays
[15:32:35] -!- teepee has quit [Ping timeout: 240 seconds]
[15:32:35] teepee_ is now known as teepee
[15:32:47] <archivist> using a 5k 20k edge is making things difficult for me
[15:34:14] <pcw_home> I have a bunch of 64K Fanucs, and the 1M count Fanucs are often available on Ebay for $100-$200
[15:36:47] <pcw_home> you have to deal with their funny Oldham couplings and 77 bit serial interface though
[15:38:22] <pcw_home> someone loaned me a 1M one and it worked pretty well as a microphone...
[15:42:15] -!- SEL has quit [Quit: Leaving]
[15:43:56] -!- micges has quit [Quit: Wychodzi]
[15:44:09] <archivist> only a an itch I am scratching though, most of the thickness in the plot is digitisation noise http://www.archivist.info/cnc/wormtest/plot_vertex2_normalised.php
[15:44:38] -!- tinkerer [tinkerer!~tinkerer@mail.play-pla.net] has joined #linuxcnc-devel
[15:48:22] -!- kwallace [kwallace!~kwallace@142.147.85.210] has joined #linuxcnc-devel
[15:50:06] <pcw_home> The major error is resolvable (does screw error mapping work on rotaries?)
[15:51:24] <pcw_home> 1M count encoder for $216 ( or offer )
[15:51:26] <pcw_home> http://www.ebay.com/itm/Used-FANUC-Pulse-Coder-Encoder-A860-2000-T301-Good-Condition-/271905757262?hash=item3f4ed8984e:g:b3UAAOSwiCRUiwvw
[15:55:44] <pcw_home> Not sure what the interpolation ratio is for the 1M encoders (the 64K ones are 2048 line so 8192 count with 8X interpolation)
[15:59:09] <archivist> or resolver http://www.ebay.co.uk/itm/MUIRHEAD-AEROSPACE-VACTRIC-RESOLVER-15M6C1-/141862660252
[16:04:14] -!- DaPeace has quit [Quit: Leaving.]
[16:05:35] -!- dgarr [dgarr!~dgarrett@184-98-129-156.phnx.qwest.net] has joined #linuxcnc-devel
[16:05:59] <dgarr> Is there a way to tell the buildbot to build debs for the features_preview_2 branch without making a new commit?
[16:08:04] <seb_kuzminsky> dgarr: like this
[16:08:22] <seb_kuzminsky> linuxcnc-build: force build --branch=features_preview_2 0000.checkin
[16:08:23] <linuxcnc-build> build forced [ETA 1h17m35s]
[16:08:23] <linuxcnc-build> I'll give a shout when the build finishes
[16:09:09] <dgarr> thank you, do you know what the expiration time is for scrach debs?
[16:09:26] <seb_kuzminsky> i'll check, hold on
[16:09:59] <pcw_home> archivist: a resolver can have high resolution but typically lower accuracy than a 5000 line encoder
[16:11:45] <pcw_home> with the exception of high cycle resolvers (sometimes used on robot Arms) Ive seen as high as 72 cycle per turn
[16:11:46] <archivist> pcw_home, I did wonder, I think I should just do the maths to average out the noise to get a better result
[16:12:11] -!- Roguish [Roguish!~chatzilla@c-50-143-183-159.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[16:12:37] <pcw_home> yeah you can see you already resolve the main error
[16:13:03] <archivist> I want to pick out the 190 tooth error now
[16:13:07] <archivist> 90
[16:16:10] -!- jduhls has quit [Ping timeout: 260 seconds]
[16:19:39] <seb_kuzminsky> dgarr: the debs in the scratch component of the deb archive are pruned each time new scratch debs are built
[16:20:44] <seb_kuzminsky> at prune time, it keeps anything younger than a day, and it keeps the two most recent versions even if they're older than a day, and it throws away everything else
[16:21:31] <seb_kuzminsky> bbl
[16:22:03] <dgarr> it could be useful to keep some scratch debs that could benefit from user testing
[16:22:15] <dgarr> thanks
[16:22:30] -!- dgarr has quit [Quit: Leaving.]
[16:22:49] <cradek> seb_kuzminsky: how do you anoint a branch so it gets its own spot for saving the debs?
[16:23:50] <cradek> if that's easy, maybe anointing features_preview2 and probably also joints_axes10 would be wise
[16:27:30] <linuxcnc-build> build #103 of 1505.rip-jessie-rtai-i386 is complete: Failure [4failed install-missing-build-dependencies compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/1505.rip-jessie-rtai-i386/builds/103
[16:38:08] <archivist> grr another dead link from this page https://forum.linuxcnc.org/forum/27-driver-boards/16030-encoder-support-in-stepper-systems
[16:38:34] <archivist> the 404 http://www.linuxcnc.org/index.php/english/component/kunena/?func=view&catid=30&id=5487#5489
[16:38:35] <linuxcnc-build> build #2030 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/2030
[16:39:48] -!- micges [micges!~micges@eoa102.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[16:54:26] <linuxcnc-build> build #3851 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/3851
[17:16:45] -!- laurent\ has quit [Remote host closed the connection]
[17:21:20] -!- vapula has quit [Quit: Leaving]
[17:23:45] -!- dgarr [dgarr!~dgarrett@184-98-129-156.phnx.qwest.net] has joined #linuxcnc-devel
[17:24:05] <dgarr> Is the buildbot failure for 'features_preview_2' indicative of a need for a rebase (2.7)? If so i have made one (_3) and could push it.
[17:25:43] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[17:27:02] -!- tobias47n9e_ has quit [Ping timeout: 276 seconds]
[17:38:22] -!- floppydiskph has quit [Read error: Connection reset by peer]
[17:38:23] <cradek> I'm not entirely sure, but it looks like yes, since if you rebased to 2.7 you'd get 324b084 and d6ce5e1
[17:39:02] <cradek> which probably (??) fix that dependency problem with jessie's rtai kernel
[17:39:53] <cradek> (I don't speak pbuilder very fluently)
[17:41:00] <dgarr> i'll just do it
[17:41:45] <cradek> cool, I think it's likely to fix it
[17:44:46] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 216536f 06linuxcnc 10(279 files in 23 dirs) bringin_features: import to share/features * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=216536f
[17:44:46] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 3846bc0 06linuxcnc 10(36 files in 3 dirs) bringin_features: relocate sim demo files * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=3846bc0
[17:44:46] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 5e256c2 06linuxcnc 10lib/python/gladevcp/hal_python.xml 10lib/python/gladevcp/hal_pythonplugin.py bringin_features: fernV edits * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5e256c2
[17:44:48] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 ca331c4 06linuxcnc 10(41 files in 11 dirs) bringin_features: adapt to LinuxCNC git tree * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ca331c4
[17:44:52] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 f9a1bd1 06linuxcnc 10(138 files in 20 dirs) features_preview: update to fernv repo * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f9a1bd1
[17:44:55] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 468364d 06linuxcnc 03share/features/support/ttt/tt-tracer features_preview: placeholder for fernv/support/ttt * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=468364d
[17:44:59] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 e627eaa 06linuxcnc 03share/features/support/cxf/engrave-feature features_preview: placeholder fernv/support/cxf * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e627eaa
[17:45:03] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 2a7bc7f 06linuxcnc 10(138 files in 20 dirs) features_preview: update 'features' in git tree * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2a7bc7f
[17:45:07] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 3a03886 06linuxcnc 10configs/sim/axis/features_demo/myfeatures/.gitignore 03configs/sim/axis/features_demo/myfeatures/lib/linuxcnc_version.ngc 10configs/sim/gmoccapy/features_demo/myfeatures/.gitignore 03configs/sim/gmoccapy/features_demo/myfeatures/lib/linuxcnc_version.ngc features_preview: sim configs firsttime startup * 14http://git.linuxcnc.org/?p=linuxc
[17:45:13] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 a92a847 06linuxcnc 10lib/python/gladevcp/features.py 04share/features/scripts/features.ngc features_preview: dialog for system file updates * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a92a847
[17:45:17] <KGB-linuxcnc> 03Dewey Garrett 05features_preview_3 56c4319 06linuxcnc 10(17 files in 11 dirs) features_preview: relocate placeholders, +cleanups * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=56c4319
[17:45:21] <KGB-linuxcnc> 03Sebastian Kuzminsky 05features_preview_3 1f24894 06linuxcnc 10configs/sim/gmoccapy/features_demo/gmoccapy.ini 10lib/python/gladevcp/features.py 10share/features/catalogs/mill/defaults.ngc 10share/features/features.glade Fern's changes from cac0ffd8, I hope * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1f24894
[17:45:26] <KGB-linuxcnc> 03Fernand Veilleux 05features_preview_3 950847c 06linuxcnc 03share/features/README_FR Add a french version of README * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=950847c
[17:45:30] <KGB-linuxcnc> 03Fernand Veilleux 05features_preview_3 9b10103 06linuxcnc 10lib/python/gladevcp/features.py Correct some file path and name * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=9b10103
[17:45:34] <KGB-linuxcnc> 03Fernand Veilleux 05features_preview_3 ac4e910 06linuxcnc 10lib/python/gladevcp/features.py Added standalone debugging capability * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ac4e910
[17:45:38] <KGB-linuxcnc> 03Fernand Veilleux 05features_preview_3 1f4f5b7 06linuxcnc 10(6 files in 3 dirs) Give user customizing choices * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1f4f5b7
[17:45:42] <KGB-linuxcnc> 03Fernand Veilleux 05features_preview_3 936938c 06linuxcnc 10(6 files in 4 dirs) Move customize info in CUSTOMIZE * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=936938c
[17:48:42] <cradek> now in two hours we'll know :-)
[17:49:14] -!- dgarr has quit [Quit: Leaving.]
[17:49:46] -!- jduhls has quit [Ping timeout: 240 seconds]
[17:53:35] -!- skunkworks_ [skunkworks_!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[17:56:09] -!- skunkworks_ has quit [Read error: Connection reset by peer]
[18:08:57] -!- Gemclip has quit [Changing host]
[18:16:16] -!- chris_99 has quit [Ping timeout: 250 seconds]
[18:19:06] -!- skunkworks_ [skunkworks_!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[18:20:31] -!- skunkworks_ has quit [Read error: Connection reset by peer]
[18:23:01] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[18:26:35] <seb_kuzminsky> the armhf failure was indicative of my odroid u3 buildslave dying: make: *** [.html-images-stamp] Illegal instruction
[18:27:18] <seb_kuzminsky> but the jessie-rtai-i386 failure should be fixed by the rebase, since it will pick up the rtai5 support from 2.7
[18:38:49] <cncbasher> anyone have the name for the default pin vhd file for a 5i25x2
[18:39:19] <cradek> I think they are shipped various ways
[18:39:30] <cradek> you have to match the pinout to your hardware and there are a lot of choices
[18:40:16] -!- skunkworks_ [skunkworks_!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[18:41:26] -!- skunkworks_ has quit [Read error: Connection reset by peer]
[18:43:08] -!- skunkworks_ [skunkworks_!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[18:44:34] <cncbasher> it's ok , it was just to save time finding what was already in ,
[18:47:10] <cradek> maybe `mesaflash --readhmid' will help?
[18:47:43] <cradek> also I think they come with stickers on them that say the original config name?
[18:47:45] <PCW> PIN_7I77x2_34.vhd
[18:48:10] <cradek> shows what I know!
[18:49:39] <PCW> there are something like 17 5I25 + 7I77 configs
[18:50:26] <PCW> though some are quite weird like
[18:50:28] <PCW> PIN_7I77_7I74_SSI_FANUC_34.vhd
[18:51:55] <PCW> we gave up on the stickers since people change configs so often
[18:52:16] -!- Gemclip has quit [Read error: Connection reset by peer]
[18:52:19] -!- skunkworks_ has quit [Ping timeout: 265 seconds]
[18:54:04] -!- skunkworks has quit [Read error: Connection reset by peer]
[18:56:34] -!- Gemclip has quit [Changing host]
[19:01:50] <cncbasher> thanks
[19:02:08] <cncbasher> can you send me that one ?
[19:02:53] <cncbasher> arh ok found it
[19:03:26] <PCW> they are all in the 5i25.zip file (as are all current source files for all configs)
[19:04:48] -!- mattymatt has quit [Ping timeout: 250 seconds]
[19:04:55] -!- jdqx has quit [Ping timeout: 240 seconds]
[19:08:40] <cncbasher> yea that one is a bit werid
[19:15:02] -!- chupacabra has quit [Read error: Connection timed out]
[19:26:54] -!- os1r1s has quit [Ping timeout: 250 seconds]
[19:27:12] -!- skunkworks [skunkworks!~chatzilla@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[19:29:14] -!- Velusuniver-sys has quit [Ping timeout: 276 seconds]
[19:30:31] -!- Velus-universe has quit [Ping timeout: 276 seconds]
[19:49:32] -!- teepee_ [teepee_!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[19:50:48] -!- floppydiskph has quit [Ping timeout: 265 seconds]
[19:53:05] -!- teepee has quit [Ping timeout: 255 seconds]
[19:53:06] teepee_ is now known as teepee
[19:57:23] -!- Akex_ has quit [Quit: Connection closed for inactivity]
[20:05:40] -!- justanotheruser has quit [Quit: Lost terminal]
[20:12:01] <KGB-linuxcnc> 03Jeff Epler 05master 3257997 06linuxcnc 10README.md README: fix markdown headings * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=3257997
[20:15:35] -!- Gemclip has quit [Ping timeout: 255 seconds]
[20:15:59] -!- swarfer has quit [Quit: swarfer]
[20:21:10] -!- b_b has quit [Remote host closed the connection]
[20:29:08] -!- erve has quit [Remote host closed the connection]
[20:38:06] -!- jduhls has quit [Read error: Connection reset by peer]
[20:39:36] -!- kwallace has quit [Remote host closed the connection]
[20:41:15] -!- kwallace [kwallace!~kwallace@142.147.85.210] has joined #linuxcnc-devel
[20:51:53] -!- cncbasher [cncbasher!~Sarah@cpc8-hart9-2-0-cust254.11-3.cable.virginm.net] has parted #linuxcnc-devel
[20:55:41] -!- kingarma1illo has quit [Ping timeout: 276 seconds]
[20:57:39] -!- kingarmadillo has quit [Ping timeout: 245 seconds]
[20:58:54] -!- jduhls1 has quit [Remote host closed the connection]
[21:02:00] -!- PCW has quit [Ping timeout: 260 seconds]
[21:06:40] -!- skunkworks has quit [Ping timeout: 256 seconds]
[21:09:14] -!- basiclaser has quit [Quit: Connection closed for inactivity]
[21:18:45] -!- PCW [PCW!~chatzilla@99.88.10.65] has joined #linuxcnc-devel
[21:50:32] -!- spooq has quit [Ping timeout: 255 seconds]
[21:57:26] -!- tjb1 has quit [Read error: Connection reset by peer]
[22:00:13] -!- bilboquet_ has quit [Quit: Quitte]
[22:07:26] -!- FinboySlick has quit [Quit: Leaving.]
[22:07:54] -!- Deejay has quit [Quit: bye]
[22:09:04] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[22:15:20] <linuxcnc-build> build #341 of 4022.deb-jessie-amd64 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4022.deb-jessie-amd64/builds/341 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:15:23] <linuxcnc-build> build #342 of 4021.deb-jessie-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4021.deb-jessie-i386/builds/342 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:17:22] <jepler> argh do I *still* not have the modified manpage generation rules fixed?
[22:18:30] <linuxcnc-build> build #285 of 4019.deb-jessie-rtpreempt-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4019.deb-jessie-rtpreempt-i386/builds/285 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:18:57] <linuxcnc-build> build #285 of 4020.deb-jessie-rtpreempt-amd64 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4020.deb-jessie-rtpreempt-amd64/builds/285 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:19:05] -!- chris_99 has quit [Quit: Leaving]
[22:19:28] <jepler> I'll try to get that looked out this evening, but I have limited time available. sorry for getting it into this state.
[22:22:40] <linuxcnc-build> build #25 of 4023.deb-jessie-rtai-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4023.deb-jessie-rtai-i386/builds/25 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:35:35] -!- sumpfralle has quit [Ping timeout: 240 seconds]
[22:36:05] <jepler> >>
[22:36:06] <jepler> a2x: chdir /tmp/buildd/linuxcnc-2.8.0~pre1.1417.g3257997/docs/man/man9
[22:36:06] <jepler> a2x: executing: "xsltproc" --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0 "/etc/asciidoc/docbook-xsl/manpage.xsl" "/tmp/buildd/linuxcnc-2.8.0~pre1.1417.g3257997/docs/man/man9/streamer.9.xml"
[22:36:10] <jepler> error : connection refused
[22:36:12] <jepler> warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
[22:36:16] <jepler> <<
[22:36:45] <jepler> uhhh that is not something that should be happening
[22:37:03] <seb_kuzminsky> i guess i've never tried turning off my wifi and building our docs...
[22:38:14] -!- mikegg has quit [Ping timeout: 255 seconds]
[22:40:33] <jepler> [pid 10489] open("/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl", O_RDONLY) = 3
[22:41:06] <jepler> docbook-xsl: /usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl
[22:41:37] <jepler> we have a missing dependency
[22:42:15] -!- jduhls has quit [Ping timeout: 240 seconds]
[22:42:23] <jepler> when I remove that file, I get a bunch of
[22:42:23] <jepler> [pid 12970] socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
[22:42:23] <jepler> [pid 12970] connect(3, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("216.34.181.96")}, 16) = -1 EINPROGRESS (Operation now in progress)
[22:42:34] <jepler> error : connection refused
[22:42:34] <jepler> warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
[22:42:37] <jepler> compilation error: file /etc/asciidoc/docbook-xsl/manpage.xsl line 12 element import
[22:42:40] <jepler> xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
[22:42:41] -!- JT-Shop has quit [Remote host closed the connection]
[22:50:46] <KGB-linuxcnc> 03Jeff Epler 05jepler/docbook-xsl 62e3c5b 06linuxcnc 10docs/src/Makefile don't permit xsltproc to use the network * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=62e3c5b
[22:50:47] <KGB-linuxcnc> 03Jeff Epler 05jepler/docbook-xsl 5824a7f 06linuxcnc 10debian/control.in packaging: build-time dependency on docbook xsl files * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5824a7f
[22:53:00] <KGB-linuxcnc> 05jepler/docbook-xsl 5824a7f 06linuxcnc 04. branch deleted * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5824a7f
[22:53:11] <jepler> sigh I botched that
[22:56:38] <seb_kuzminsky> master built for me with no network, fwiw
[22:57:48] <jepler> you may have the package docbook-xsl installed?
[22:57:54] <KGB-linuxcnc> 03Jeff Epler 05jepler/docbook-xsl ce79aed 06linuxcnc 10debian/control.in packaging: build-time dependency on docbook xsl files * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ce79aed
[22:57:54] <KGB-linuxcnc> 03Jeff Epler 05jepler/docbook-xsl abecee2 06linuxcnc 10docs/src/Submakefile don't permit xsltproc to use the network * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=abecee2
[22:57:55] <KGB-linuxcnc> 03Jeff Epler 05jepler/docbook-xsl efb01d3 06linuxcnc 04docs/src/Makefile build: remove attractive nuisance * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=efb01d3
[22:58:44] <seb_kuzminsky> i do indeed
[22:59:15] <jepler> I did too. I was finally able to see the buildbot problem when I removed that package.
[23:00:51] <seb_kuzminsky> and i guess our pbuilders just fetched what they needed from the internet
[23:00:58] <seb_kuzminsky> so we never noticed the missing build dependency
[23:02:43] <jepler> right
[23:02:59] <jepler> ugh not defaulting to no network mode is such a bad mistake
[23:03:12] <jepler> a developer tool shouldn't go into network mode unless requested
[23:12:21] -!- JT-Shop [JT-Shop!~john@172.243.171.57] has joined #linuxcnc-devel
[23:25:12] <seb_kuzminsky> jepler: looks like jessie's pbuilder defaults to no-network: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748967
[23:25:45] <seb_kuzminsky> but that disagrees with these observations of buildbot behavior...
[23:30:14] -!- mikegg has quit [Ping timeout: 265 seconds]
[23:34:16] -!- jdqx has quit [Quit: Leaving]
[23:34:40] -!- asdfasd has quit [Ping timeout: 272 seconds]
[23:47:30] <jepler> it does rather
[23:47:44] -!- Connor has quit [Quit: Leaving.]
[23:47:47] <jepler> but I meant a2x / xsltproc should have different defaults..
[23:53:14] <seb_kuzminsky> yeah
[23:54:24] -!- gonzo_nb has quit [Remote host closed the connection]