#linuxcnc-devel | Logs for 2016-06-28

Back
[00:12:13] -!- Robh__ has quit [Ping timeout: 244 seconds]
[00:15:31] <seb_kuzminsky> the STARTUP_GCODE fix(?) went into 2.7 after 2.7.4, so the exact version number is relevant here
[00:15:53] <seb_kuzminsky> if your customers are running linuxcnc from debs, 'dpkg -l linuxcnc*' will tell you the exact version number
[00:16:37] <seb_kuzminsky> if they're using run-in-place, use scripts/get-version-from-git instead
[00:17:43] -!- kingarmadillo has quit [Ping timeout: 244 seconds]
[00:23:14] -!- the_wench [the_wench!~the_wench@host81-149-189-98.in-addr.btopenworld.com] has joined #linuxcnc-devel
[00:52:35] <KGB-wlo> push to master branch: http://linuxcnc.org/
[00:52:41] -linuxcnc-github:#linuxcnc-devel- [13wlo] 15SebKuzminsky pushed 1 new commit to 06master: 02https://github.com/LinuxCNC/wlo/commit/3fc91c1ac8bf4b2f5552780b92e4790f3e6ad401
[00:52:41] -linuxcnc-github:#linuxcnc-devel- 13wlo/06master 143fc91c1 15Sebastian Kuzminsky: post: announce ja merge
[01:06:53] <seb_kuzminsky> this might be a good time for a 2.8.0~pre2 release (or a 3.0~pre0)
[01:13:06] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[01:27:45] <mozmck> seb_kuzminsky: pre2?
[01:27:58] <seb_kuzminsky> we have a ~pre0 and ~pre1 already
[01:28:20] <mozmck> Oh, I didn't know there were any releases of master at all.
[01:28:29] <mozmck> or 2.8
[01:28:44] <seb_kuzminsky> you can list the tags with 'git tag -l v2.8*'
[01:28:52] <seb_kuzminsky> well, they're pre-releases
[01:29:12] <seb_kuzminsky> more like place-holders to make the build automation come up with reasonable-sounding version numbers for the master packages
[01:29:43] <seb_kuzminsky> i tried to capture some info about how that all works here: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ReleaseCheckList
[01:30:22] <mozmck> I'm building packages for our customers. I have a couple of things I'm adding right now. I'll have to look again at the exact version this latest customer is running. I'll be doing more testing myself and will test before and after your changes.
[01:32:16] <mozmck> Yes, I better read that again. I'm thinking of emailing the list and having a couple of weeks before we do a complete feature freeze - but no large features even then.
[01:33:24] <mozmck> I'd like to polish up my simple RFL and get it in - and maybe there are others in the works like that which would not be too invasive.
[01:35:10] <seb_kuzminsky> it would be cool if the freebsd port made it in
[01:35:26] <mozmck> seb_kuzminsky: so do I remember that you would prefer a 3.0 release and then use N.N versions instead of N.N.N? I'm not sure I really like how firefox and others are doing it with the version now up to 40 something
[01:35:37] <seb_kuzminsky> i like your idea of mailing emc-developers and announcing the impending freeze
[01:35:48] <seb_kuzminsky> you could ask what features people want to get in
[01:36:07] <seb_kuzminsky> the version number scheme is really up to you :-)
[01:36:13] <mozmck> Yeah, that was my thought. We can make a pre-release now (or soon) anyhow.
[01:36:27] <seb_kuzminsky> i notice we're not really using the most significant digit, just the second-most, so...
[01:37:14] <mozmck> Yeah, well at some point that should be bumped up - maybe about now would be good since it has some pretty major changes.
[01:38:40] <seb_kuzminsky> makes sense to me
[01:39:22] <mozmck> I'm fine with N.N numbering if others would prefer that.
[01:39:46] <mozmck> 3.0, 3.1, ... 3.389476
[01:41:13] <seb_kuzminsky> 3.1415
[01:41:36] <mozmck> or just PI?
[01:41:57] <seb_kuzminsky> my preference for a one-digit release number (like "3") over a 2-digit release number (like "2.8") is only slight, and i trust your judgement and opinion here
[01:42:00] <mozmck> we would have to make sure that version ran on the RPI
[01:42:05] <seb_kuzminsky> heh
[01:42:20] <seb_kuzminsky> the rpi is not armhf architecture, is it?
[01:42:34] <mozmck> it's arm - what is armhf?
[01:42:51] <seb_kuzminsky> arm with Hard Floating-point math
[01:42:58] <seb_kuzminsky> instead of software-emulated math
[01:43:20] <mozmck> Oh, I think it is hf but would have to look to be sure.
[01:43:28] <seb_kuzminsky> i think rpi runs its own build of debian, for that reason, called raspbian
[01:43:48] <mozmck> I think people have run linuxcnc and/or mk on the pi.
[01:44:30] <mozmck> It has issues if I recall with the graphics and realtime
[01:55:54] -!- anth0ny_ has quit [Quit: anth0ny_]
[02:17:23] <skunkworks> stupid question - I added continuous jog switches to the matsuura. Looking around - It seems like halui has continuous jog inputs. But I wanted to hook it up to the axis gui jog slider
[02:17:33] <skunkworks> How does touchy handle that?
[02:19:33] -!- kingarmadillo has quit [Ping timeout: 276 seconds]
[02:22:59] <cradek> touchy has hal pin inputs for continuous jog switches
[02:23:30] <cradek> http://linuxcnc.org/docs/2.7/html/gui/touchy.html#_hal_connections
[02:23:44] -!- anth0ny_ has quit [Quit: anth0ny_]
[02:24:02] <cradek> AXIS doesn't have that - you'd have to use halui and the two guis would have separate jog speed settings
[02:24:27] <cradek> ... although I think AXIS's maxvel slider might affect halui's jogs
[02:24:28] <mozmck> One thing I'm not clear on with the releases - when a feature freeze is made - does this freeze master or is that the time to create a new branch for the next release?
[02:24:29] -!- anth0ny_ has quit [Client Quit]
[02:24:30] <cradek> you'd have to check
[02:25:05] <cradek> mozmck: opinions might differ, but I think it's best to do them at about the same time, and never really freeze master
[02:25:58] <cradek> sometimes it's clear when to branch - when a release feels close but someone wants to work on something destabilizing
[02:26:31] <mozmck> Sounds reasonable to me - I just was not sure how we have typically done it (or is there a typical?)
[02:26:38] <cradek> other times you can kinda defer it, if master is getting more stable instead of less
[02:27:23] <cradek> I guess I don't remember for sure
[02:29:42] -!- ve7it [ve7it!~LawrenceG@S010648f8b3c3bc3b.pk.shawcable.net] has joined #linuxcnc-devel
[02:37:45] -!- Miner_48er has quit [Ping timeout: 276 seconds]
[02:45:53] -!- anth0ny_ has quit [Quit: anth0ny_]
[02:50:19] <jepler> seb_kuzminsky: raspbian is not quite compatible with debian armhf, but pi2 and newer can actually run debian armhf and I don't honestly know why anybody dabbles with not-quite-armhf hardware. the original pi, and the pi zero (sigh) are armv6. https://wiki.debian.org/RaspberryPi
[02:52:07] <mozmck> jepler: what about the pi-3?
[02:53:06] <mozmck> Looks like it is better: http://perens.com/blog/2016/04/07/installing-the-native-debian-armhf-architecture-on-raspberry-pi-3-instead-of-raspbian/
[02:53:06] <jepler> mozmck: also compatible with debian arhmf, I think.
[02:53:28] <jepler> of course you still have to get a linuxcnc-compatible realtime kernel on it
[02:54:20] <mozmck> Didn't someone do some work with that on the devel list a little bit ago?
[02:55:18] <jepler> yes, someone has worked on a variant of the hm2-spi driver that uses bitbang spi on some pi board
[02:55:49] <jepler> (oh and fwiw linuxcnc is probably source-level compatible with raspbian)
[02:56:25] <jepler> afk and goodnight
[03:47:31] -!- PCW_ [PCW_!~chatzilla@99.88.10.65] has joined #linuxcnc-devel
[03:49:00] -!- PCW__ has quit [Ping timeout: 250 seconds]
[04:06:48] <seb_kuzminsky> mozmck: take a look at this: gitk bf5bffb4..{60cf79ef,b954ad3e}
[04:07:04] <seb_kuzminsky> it shows how we did the branching for 2.7
[04:07:46] <seb_kuzminsky> we created the 2.7 branch off master at 2642c3c7
[04:08:06] <seb_kuzminsky> we made the first few 2.7 commits, then tagged it v2.7.0~pre1
[04:08:34] <seb_kuzminsky> also made the first post-2.7 commit in master (to the VERSION file) and tagged that as v2.8.0-pre0
[04:09:20] <seb_kuzminsky> from that point on mostly stabilizing commits were allowed in 2.7
[04:09:40] <seb_kuzminsky> we also accepted new drivers, since they usually can't break other (pre-existing) things
[04:10:01] <seb_kuzminsky> master (aka 2.8) stayed open for new experimental features and possibly destabilizing things
[04:12:09] <seb_kuzminsky> skunkworks: the continuous jog buttons on my bridgeport go to halui
[04:14:08] <seb_kuzminsky> jog speed for the buttons is controlled by a pyvcp panel in axis, with a slider conected to halui.jog-speed
[04:14:36] <seb_kuzminsky> it'd be better if it shared the axis jog speed slider, but alas
[04:16:28] -!- skunksleep [skunksleep!~AndChat14@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[04:17:04] <skunksleep> seb_kuzminsky: cradek thanks.. that was about where I was at.
[04:17:57] <seb_kuzminsky> probably wouldnt be too hard to have axis expose its sliders to hal
[04:18:11] <skunksleep> Too hard to make the sliders hal pins?
[04:18:16] <skunksleep> Heh
[04:18:26] <seb_kuzminsky> right, just like the pyvcp sliders
[04:19:57] -!- Komzzpa has quit [Ping timeout: 246 seconds]
[05:10:33] -!- anth0ny_ has quit [Quit: anth0ny_]
[05:13:35] -!- ve7it has quit [Remote host closed the connection]
[05:18:18] -!- kingarmadillo has quit [Ping timeout: 276 seconds]
[05:45:57] -!- kwallace [kwallace!~kwallace@162.222.30.254] has parted #linuxcnc-devel
[06:11:40] -!- JT-Shop has quit [Read error: Connection reset by peer]
[06:12:09] -!- Mathnerd314 has quit [Ping timeout: 244 seconds]
[06:12:25] -!- jthornton has quit [Read error: Connection reset by peer]
[06:30:09] -!- Mathnerd314 [Mathnerd314!~quassel@supertux/Mathnerd314] has joined #linuxcnc-devel
[06:51:34] -!- teepee has quit [Ping timeout: 244 seconds]
[06:52:11] -!- teepee [teepee!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[07:02:16] -!- Mathnerd314 has quit [Ping timeout: 244 seconds]
[07:14:28] -!- Robh__ [Robh__!~R@97e428d3.skybroadband.com] has joined #linuxcnc-devel
[07:33:31] -!- Miner_48er has quit [Quit: Leaving]
[07:48:34] -!- ekta has quit [Ping timeout: 250 seconds]
[08:11:38] -!- jthornton [jthornton!~john@198.45.191.246] has joined #linuxcnc-devel
[08:12:16] -!- JT-Shop [JT-Shop!~john@198.45.191.246] has joined #linuxcnc-devel
[08:39:45] -!- b_b has quit [Changing host]
[08:47:04] -!- sebstrax has quit [Quit: Connection closed for inactivity]
[09:00:04] -!- ekta has quit [Ping timeout: 250 seconds]
[09:09:26] -!- kalxas has quit [Changing host]
[09:20:44] -!- Daerist has quit [Quit: Leaving]
[09:22:12] -!- kalxas has quit [Quit: Goodbye]
[09:23:33] -!- b_b has quit [Remote host closed the connection]
[09:37:42] -!- basiclaser has quit [Quit: Connection closed for inactivity]
[09:43:42] -!- Robh__ has quit [Ping timeout: 246 seconds]
[10:10:04] -!- gaute has quit [Quit: Page closed]
[10:14:48] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15ikcalB opened pull request #89: twopass.tcl: updated for personalities & loadusr on pass0 (06master...06master) 02https://github.com/LinuxCNC/linuxcnc/pull/89
[10:15:03] -!- ikcalB [ikcalB!~ikcalB@mail.team-electronics.com] has joined #linuxcnc-devel
[10:22:17] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15ikcalB commented on issue #89: Doh! I sent the pull request against master, but this is applicable to 2.7 at least, maybe even 2.6.... 02https://github.com/LinuxCNC/linuxcnc/pull/89#issuecomment-229010556
[10:22:47] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15ikcalB commented on issue #89: Doh! I sent the pull request against master, but this is applicable to 2.7 at least, probably even 2.6.... 02https://github.com/LinuxCNC/linuxcnc/pull/89#issuecomment-229010556
[10:38:45] -!- skunkworks has quit [Ping timeout: 244 seconds]
[10:49:57] -!- kalxas has quit [Changing host]
[11:17:31] -!- Almis90 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
[11:31:50] -!- b_b has quit [Changing host]
[12:04:19] -!- md-2 has quit [Quit: Leaving...]
[12:04:55] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler commented on issue #89: On first glance, I think the change regarding personality= is probably uncontroversial.... 02https://github.com/LinuxCNC/linuxcnc/pull/89#issuecomment-229029535
[12:20:41] -!- Tom_itx has quit []
[12:24:41] -!- Robh__ [Robh__!~R@97e428d3.skybroadband.com] has joined #linuxcnc-devel
[12:32:09] -!- kalxas has quit [Read error: Connection reset by peer]
[12:39:07] -!- kalxas has quit [Changing host]
[12:42:51] -!- lair82 [lair82!~rick@52-92-107-97.dynamic.cm-pool.d-pcomm.com] has joined #linuxcnc-devel
[13:06:38] -!- b_b has quit [Remote host closed the connection]
[13:09:17] -!- md2 has quit [Remote host closed the connection]
[13:10:14] md2 is now known as Guest35993
[13:12:32] -!- md-2 has quit [Ping timeout: 260 seconds]
[13:25:36] -!- hackvana has quit [K-Lined]
[14:06:56] -!- Guest35993 has quit [Read error: Connection reset by peer]
[14:07:11] -!- md-2 has quit [Remote host closed the connection]
[14:16:05] -!- ivansanchez has quit []
[14:17:57] -!- Mathnerd314 [Mathnerd314!~quassel@supertux/Mathnerd314] has joined #linuxcnc-devel
[14:21:35] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15ikcalB commented on issue #89: I didn't know about the sampler, my fault. That's why I should have made 2 seperate pull requests beforehand.... 02https://github.com/LinuxCNC/linuxcnc/pull/89#issuecomment-229064020
[14:26:21] -!- FelixVi has quit [Remote host closed the connection]
[14:28:26] -!- kwallace [kwallace!~kwallace@162.222.30.254] has joined #linuxcnc-devel
[14:28:56] -!- BeachBumPete [BeachBumPete!~IceChat9@2601:585:8200:7a40:d0d5:13c1:9dae:52c] has joined #linuxcnc-devel
[14:32:50] -!- BeachBumPete [BeachBumPete!~IceChat9@2601:585:8200:7a40:d0d5:13c1:9dae:52c] has parted #linuxcnc-devel
[14:38:53] -!- Mathnerd314_ [Mathnerd314_!~quassel@206.53.16.66] has joined #linuxcnc-devel
[14:38:54] -!- Mathnerd314_ has quit [Changing host]
[14:38:54] -!- Mathnerd314_ [Mathnerd314_!~quassel@supertux/Mathnerd314] has joined #linuxcnc-devel
[14:40:33] -!- Mathnerd314 has quit [Ping timeout: 276 seconds]
[14:43:09] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15ikcalB opened pull request #90: twopass.tcl: add support for `personalities` of kernel modules (06master...06tp-personalities) 02https://github.com/LinuxCNC/linuxcnc/pull/90
[14:48:42] -!- pcw_home has quit [Remote host closed the connection]
[14:51:54] md2 is now known as Guest61769
[14:52:15] -!- md-2 has quit [Ping timeout: 276 seconds]
[14:52:52] <ikcalB> jepler: still idk, I assume that the pullrequest should have been submitted against 2.6?d
[14:53:53] <ikcalB> (what I intended to ask: shall I make a seperate, or not - and shall I delete that req)
[14:57:14] <jepler> Please close the pull request and make at least one new pull request (for the personality= part). you can also make a pull request for the two-pass loadusr thing, but I don't believe we can accept that pull request.
[14:59:08] <ikcalB> I did that already. just - again - not for 2.6 but master.
[15:03:11] <jepler> oh I missed that. I don't think you can change the "merge to" branch in a pull request after creation, so yes I think you'll have to close that one and create a fresh one
[15:07:41] -!- basiclaser has quit [Quit: Connection closed for inactivity]
[15:15:02] -!- Guest61769 has quit [Ping timeout: 260 seconds]
[15:16:40] -!- Daerist has quit [Quit: Leaving]
[15:24:50] -!- Robh__ has quit [Ping timeout: 272 seconds]
[15:30:15] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[16:14:09] -!- tobias47n9e has quit [Ping timeout: 276 seconds]
[16:17:06] -!- md-2 has quit [Remote host closed the connection]
[16:28:27] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15ikcalB opened pull request #91: twopass.tcl: add support for personalities (kernel module parameters) (062.6...062.6-tp_personalities) 02https://github.com/LinuxCNC/linuxcnc/pull/91
[16:28:57] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15ikcalB closed pull request #90: twopass.tcl: add support for `personalities` of kernel modules (06master...06tp-personalities) 02https://github.com/LinuxCNC/linuxcnc/pull/90
[16:29:28] <ikcalB> jepler: done. this will be merged "up" until master - correct? how could I help you doing this?
[16:31:16] <jepler> ikcalB: have you studied how to write a new test for linuxcnc? I there aren't any tests for two-pass hal files, so adding a test that shows it works right would give confidence in your change
[16:32:03] <jepler> ikcalB: for 2.6 and 2.7 the release manager is seb_kuzminsky so he makes the decision about whether changes go in; for master branch it's more relaxed and uncontroversial stuff is pushed without discussion.
[16:33:35] <ikcalB> this is beyond my skills for now. I'm definetly going to look into this - unfortunately in autumn earliest. have to get final things done here.
[16:37:15] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15ikcalB opened pull request #92: halshow.tcl: use no special grouping for signals (06master...062.6-halshow_signals) 02https://github.com/LinuxCNC/linuxcnc/pull/92
[16:40:21] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15ikcalB opened pull request #93: halshow.tcl: use no special grouping for signals (062.6...062.6-halshow_signals) 02https://github.com/LinuxCNC/linuxcnc/pull/93
[16:41:29] * ikcalB is starting to hate github
[16:50:14] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler commented on issue #92: After this change, it appears that 'proc makeNodeSig' would be unused. The PR should delete the whole proc's implementation. 02https://github.com/LinuxCNC/linuxcnc/pull/92#issuecomment-229110168
[16:50:57] <jepler> also I think that seb_kuzminsky will be reluctant to take this change in 2.6, because it does not fix a regression or a serious bug. it is cosmetic in nature.
[16:55:02] -!- pcw_home [pcw_home!~chatzilla@c-50-143-148-115.hsd1.ca.comcast.net] has joined #linuxcnc-devel
[17:04:25] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15ikcalB commented on issue #92: @jepler correct, atm it'd be unused. I'm planning on making (non)groupable strings(items) configurable, and wanted to keep proc for later reference. ... 02https://github.com/LinuxCNC/linuxcnc/pull/92#issuecomment-229114187
[17:05:28] <ikcalB> jepler: I assume the same is for 2.7? we'd have to manually overwrite it, then
[17:17:54] -!- kingarmadillo has quit [Ping timeout: 260 seconds]
[17:22:16] -!- md-2 has quit [Ping timeout: 244 seconds]
[17:26:49] -!- jthornton has quit [Read error: Connection reset by peer]
[17:26:50] -!- JT-Shop has quit [Read error: Connection reset by peer]
[17:28:32] -!- JT-Shop [JT-Shop!~john@198.45.191.246] has joined #linuxcnc-devel
[17:29:08] -!- jthornton [jthornton!~john@198.45.191.246] has joined #linuxcnc-devel
[18:02:21] <jepler> if you want to deploy some version with your custom modifications, then I recommend building your own debian package and distributing it. This recently got better documentation. http://linuxcnc.org/docs/master/html/code/building-linuxcnc.html#_building_debian_packages
[18:27:59] -!- Robh__ [Robh__!~R@97e428d3.skybroadband.com] has joined #linuxcnc-devel
[18:34:22] -!- rob_h [rob_h!~R@97e428d3.skybroadband.com] has joined #linuxcnc-devel
[18:36:53] -!- Robh__ has quit [Ping timeout: 250 seconds]
[18:49:27] -!- kingarmadillo has quit [Ping timeout: 250 seconds]
[19:14:56] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15jepler commented on issue #92: Personally, I don't use halshow, so I am not a good person to judge the merits of changes to it. (and I don't really understand what your table is trying to show). If you want to discuss possible enhancements, I recommend the mailing list or forum where you have a higher chance of finding people who do.... 02https://github.com/LinuxCNC/linuxcnc/pull/92#issuecomment-229152520
[19:17:11] -!- andypugh [andypugh!~andypugh@cpc14-basl11-2-0-cust1010.20-1.cable.virginm.net] has joined #linuxcnc-devel
[19:21:20] <ikcalB> jepler: tnx, will do so - both!
[19:21:22] -!- ikcalB has quit [Quit: WeeChat 1.5]
[19:23:52] -!- md-2 has quit [Ping timeout: 264 seconds]
[19:24:39] <jepler> hah funny variant of that gif somebody posted the other day: https://svbtleusercontent.com/dyerbwpxmvh7zg_small.png
[19:24:49] <jepler> relevance to the current discussion here: negligible
[19:25:23] <cradek> ha
[19:25:46] <cradek> and I approve of the font
[20:01:10] -!- skunkworks has quit [Read error: Connection reset by peer]
[20:41:57] -!- Komzpa has quit [Ping timeout: 276 seconds]
[21:24:17] -!- md-2 has quit [Ping timeout: 260 seconds]
[21:33:28] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[21:37:38] -!- b_b has quit [Changing host]
[21:43:48] -linuxcnc-github:#linuxcnc-devel- [13linuxcnc] 15nicokid commented on issue #33: You must also do the update of axisu.glade and axisv.glade. 02https://github.com/LinuxCNC/linuxcnc/pull/33#issuecomment-229193377
[22:04:27] -!- teepee_ [teepee_!~teepee@unaffiliated/teepee] has joined #linuxcnc-devel
[22:05:44] -!- teepee has quit [Ping timeout: 272 seconds]
[22:05:44] teepee_ is now known as teepee
[22:11:19] <KGB-linuxcnc> 03Jeff Epler 05master ef1f6bf 06linuxcnc 10src/emc/usr_intf/stepconf/axisu.glade 10src/emc/usr_intf/stepconf/axisv.glade stepconf: take nicokid's version of these files * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ef1f6bf
[22:11:37] <KGB-linuxcnc> 03Jeff Epler 05master 99cd0dd 06linuxcnc 10scripts/latency-histogram latency-histogram: set pixel size of window explicitly * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=99cd0dd
[22:11:37] <KGB-linuxcnc> 03Jeff Epler 05master b97a1ca 06linuxcnc 10src/hal/components/panelui.c 10src/hal/components/sampler_usr.c 10src/hal/components/streamer_usr.c streams: set errno before calling perror * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=b97a1ca
[22:23:46] <seb_kuzminsky> jepler: http://paste.debian.net/769013/ ?
[22:31:25] -!- kalxas has quit [Quit: Goodbye]
[22:33:58] <jepler> seb_kuzminsky: I thought about that but (A) it has to run in rtai realtime too, where there's probably no extern int errno; and aren't there more exit paths than that?
[22:35:17] <linuxcnc-build> build #2471 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/2471 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:37:19] -!- b_b has quit [Remote host closed the connection]
[22:39:15] <jepler> make: *** [.html-images-stamp] Segmentation fault
[22:39:17] <jepler> flake flake flake
[22:42:56] <linuxcnc-build> build #4291 of 0000.checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/4291 blamelist: Jeff Epler <jepler@unpythonic.net>
[22:48:54] -!- Tom_itx has quit []
[22:50:34] -!- hackvana has quit [Quit: I'll read your messages when I return.]
[22:56:33] -!- Miner_48er has quit [Quit: Leaving]
[23:10:19] <seb_kuzminsky> jepler: that's all the exit paths i'm pretty sure
[23:10:58] <seb_kuzminsky> dont those functions run in the userspacey nonrealtimey part of the world?
[23:11:11] <seb_kuzminsky> bbl
[23:18:12] -!- Tom_itx [Tom_itx!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[23:24:37] -!- hackvana has quit [Ping timeout: 250 seconds]
[23:31:02] <jepler> linuxcnc-build: force build --branch=master 0000.checkin
[23:31:07] <linuxcnc-build> The build has been queued, I'll give a shout when it starts
[23:40:42] -!- kingarmadillo has quit [Ping timeout: 276 seconds]
[23:42:48] -!- andypugh has quit [Quit: andypugh]
[23:45:07] -!- tobias47n9e_ has quit [Quit: Leaving]
[23:49:24] -!- rob_h has quit [Ping timeout: 244 seconds]
[23:52:01] -!- steves_logging has quit [Ping timeout: 244 seconds]
[23:56:15] <linuxcnc-build> build forced [ETA 1h22m46s]
[23:56:15] <linuxcnc-build> I'll give a shout when the build finishes