#linuxcnc-devel | Logs for 2013-06-05

Back
[00:03:53] -!- generic_nick has quit [Read error: Connection reset by peer]
[00:10:24] -!- thesisb has quit [Quit: Leaving...]
[00:10:41] -!- Nick001-Shop has quit [Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803]]
[00:12:09] -!- Valen has quit [Read error: Connection reset by peer]
[00:19:19] <seb_kuzminsky> one thing i love about git is that it's easy to contribute without coordinating so much with the central group - you can just send pull requests
[00:19:47] <seb_kuzminsky> zultron: i think if you want commit access you should just ask for it, here or on the emc-developers list
[00:20:07] <seb_kuzminsky> is there an exclusivity problem that i don't know about?
[00:28:42] -!- pfred1 has quit [Quit: ..]
[00:30:29] -!- velcrow has quit [Ping timeout: 240 seconds]
[00:41:25] -!- Tecan has quit [Changing host]
[00:42:51] Bojangle1 is now known as Bojangles
[00:45:52] -!- cmorley1 has quit [Ping timeout: 256 seconds]
[00:52:52] -!- BJfreeman has quit [Quit: had a good time]
[00:55:29] -!- largecheesepuff has quit [Ping timeout: 248 seconds]
[00:56:12] -!- cmorley [cmorley!~chris@S0106204e7f8c229b.no.shawcable.net] has joined #linuxcnc-devel
[01:00:16] -!- PCW has quit [Remote host closed the connection]
[01:21:42] -!- c-bob| has quit [Ping timeout: 264 seconds]
[01:45:51] -!- jfire has quit [Ping timeout: 260 seconds]
[01:46:49] -!- PetefromTn has quit []
[01:48:42] -!- RagingComputer has quit [Ping timeout: 264 seconds]
[01:57:18] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[02:32:41] -!- fiesh has quit [Ping timeout: 256 seconds]
[02:38:41] <zultron> Well that's another thing, I'm definitely a hacker, but lack some developer skills, like how to coordinate with other developers.
[02:39:06] <zultron> It's only been the last six months that I learned what a 'pull request' is. :)
[02:41:06] <zultron> Thanks, seb_kuzminsky, I think that's the mechanism I'd like to use. That way my patches will get at least some kind of review before going in.
[02:51:10] -!- PetefromTn has quit []
[02:51:34] <seb_kuzminsky> zultron: so far what i've seen of your code has been great, imho
[02:52:28] <seb_kuzminsky> and yes, going from hacking on projects by yourself to working with other devs is a big change, mostly because of all the human communications it entails
[02:55:01] <zultron> Well thanks for the comment!
[02:55:09] <zultron> compliment
[02:55:25] <seb_kuzminsky> not that i'm any great judge, mind you, just another hacker ;-)
[02:55:58] <zultron> Git is really easy until you start collaborating with others.
[02:56:10] <seb_kuzminsky> heh, i think just the opposite!
[02:56:25] <seb_kuzminsky> git seems overly complicated until you realize how it enables collaboration with others
[02:57:04] <seb_kuzminsky> i'm really glad jepler talked me into using git over bazaar, back when linuxcnc switched to distributed revision control
[02:57:08] <zultron> Perhaps, but I didn't need half the features until I started collaborating.
[02:57:29] <zultron> And compared to CVS/SVN, branching is a no-brainer.
[02:57:44] <seb_kuzminsky> have you seen the git koans? http://stevelosh.com/blog/2013/04/git-koans/
[03:05:15] <KGB-linuxcnc> 03jthornton 05master 4e0b4b7 06linuxcnc 10docs/src/examples/gs2_example.txt * Docs: fix typo option number
[03:05:15] <KGB-linuxcnc> 03jthornton 05master 3dc1577 06linuxcnc 10docs/man/man9/weighted_sum.9 * Docs: add info about thread requirements
[03:05:17] <zultron> Bah hah, good! I had to think about some of them.
[03:05:18] <KGB-linuxcnc> 03seb 05master fb4e71e 06linuxcnc 10docs/man/man1/gs2.1 * docs: fix mistakes in the gs2 manpage
[03:05:24] <KGB-linuxcnc> 03seb 05master 16f4574 06linuxcnc * Merge branch 'v2.5_branch'
[03:05:30] <KGB-linuxcnc> 03seb 05v2.5_branch fb4e71e 06linuxcnc 10docs/man/man1/gs2.1 * docs: fix mistakes in the gs2 manpage
[03:07:50] <zultron> The Hobgoblin gets me every time. I have to pull up the manpage to remember 'git remote rm', 'git branch -M', 'git remote rename' (but used 'git branch -[dD]' enough so no need to) every time.
[03:07:54] <seb_kuzminsky> zultron: it's a good reminder of how awful git is, which is good, because git is so awesome that it's easy to forget
[03:10:00] <zultron> Yep. And I'm sure I'll never learn 'git rebase --onto foobranch commit1 commit2' by heart.
[03:10:05] -!- Keknom has quit [Quit: Leaving.]
[03:10:43] <seb_kuzminsky> rebase sure has a lot of strange use cases that i have to look up each time
[03:11:05] <seb_kuzminsky> the basics are starting to stick: take this range of commits and move them over onto this commit
[03:11:59] <seb_kuzminsky> do you know about the reflog? for undoing rebases gone awry
[03:12:10] <seb_kuzminsky> and other kinds of horrible git catastrophies
[03:12:18] <seb_kuzminsky> it's awesome, it's like undo for your HEAD
[03:13:36] <zultron> I know about it, but have managed to avoid needing to learn it yet. :)
[03:13:42] <seb_kuzminsky> heh
[03:15:09] <zultron> I have e.g. cherry-picked commits out of thin-air when there was output from 'git log' in the terminal back log from a branch I blew away. :)
[03:15:14] <zultron> bbl
[03:15:22] <seb_kuzminsky> oh hey, i used some of your nifty debian-linuxcnc-autobuild stuff the other day to build a bunch of backported libmodbus packages
[03:15:51] <seb_kuzminsky> yeah reflog will totally let you undo accidental branch deletions
[03:15:54] <seb_kuzminsky> see you later!
[03:19:32] -!- hashfail has quit [Changing host]
[03:23:51] <seb_kuzminsky> http://www.quickmeme.com/meme/3uq34n/
[03:28:04] -!- ktchk has quit [Client Quit]
[03:31:09] -!- velcrow has quit [Ping timeout: 240 seconds]
[03:33:48] -!- jerryitt has quit [Quit: Leaving.]
[03:35:33] -!- cradek_ [cradek_!~chris@outpost.timeguy.com] has joined #linuxcnc-devel
[03:37:07] -!- ravenlock has quit [Ping timeout: 264 seconds]
[03:41:39] -!- cradek has quit [Read error: Connection reset by peer]
[03:41:40] -!- aude has quit [Ping timeout: 276 seconds]
[03:41:40] -!- archivist has quit [Ping timeout: 276 seconds]
[03:41:40] -!- fragalot_ has quit [Ping timeout: 276 seconds]
[03:41:40] -!- chopper791 has quit [Ping timeout: 276 seconds]
[03:44:49] -!- geo01005 has quit [Ping timeout: 246 seconds]
[03:53:24] <zultron> Did you add something to the autobuild Makefile to do that?
[03:53:42] <zultron> seb_kuzminsky, ^
[03:54:26] <zultron> Because of course it didn't do that when I handed it over to you. :)
[03:54:31] <seb_kuzminsky> i hacked at the pbuilderrc a bit, then wrapped a handful of lines of shell around a pbuilder command-line
[03:54:38] <seb_kuzminsky> cheating, in other words
[03:55:17] <zultron> Ok, so you pulled pbuilderrc out of the Makefile wrapper & added your own.
[03:55:31] <seb_kuzminsky> i originally set out to teach your Makefile to build a deb for every dist,arch combo, from a dsc, but chickened out and did it by hand :-/
[03:55:40] <zultron> The Makefile got a little hairy with all those stamps.
[03:55:51] <seb_kuzminsky> looks pretty good to me
[04:05:21] <linuxcnc-build_> build #855 of deb-lucid-sim-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-lucid-sim-binary-i386/builds/855 blamelist: Sebastian Kuzminsky <seb@highlab.com>, John Thornton <jthornton@gnipsel.com>
[04:07:32] <seb_kuzminsky> i messed up the pbuilder chroot
[04:13:50] -!- Laremere_AFK has quit [Ping timeout: 240 seconds]
[04:18:10] <seb_kuzminsky> ok
[04:18:13] <seb_kuzminsky> this time for sure
[04:18:23] <seb_kuzminsky> linuxcnc-build_: commands
[04:18:23] <linuxcnc-build_> buildbot commands: commands, dance, destroy, force, hello, help, last, list, mute, notify, source, status, stop, unmute, version, watch
[04:18:27] <seb_kuzminsky> linuxcnc-build_: help force
[04:18:27] <linuxcnc-build_> Usage: force build [--branch=branch] [--revision=revision] [--props=prop1=val1,prop2=val2...] <which> <reason> - Force a build
[04:18:50] <seb_kuzminsky> linuxcnc-build_: force build --branch=master checkin fixed the lucid-i386 pbuilder chroot
[04:18:57] <linuxcnc-build_> The build has been queued, I'll give a shout when it starts
[04:51:48] aude_ is now known as aude
[05:02:19] -!- Fox_Muldr has quit [Ping timeout: 264 seconds]
[05:24:46] -!- mhaberler [mhaberler!~mhaberler@extern-186.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[05:27:03] -!- dgarr has quit [Quit: Leaving.]
[05:33:04] -!- mhaberler has quit [Quit: mhaberler]
[05:41:55] -!- jpk has quit [Ping timeout: 264 seconds]
[05:47:17] -!- ve7it has quit [Remote host closed the connection]
[05:54:18] -!- LeelooMinai has quit [Quit: No Ping reply in 180 seconds.]
[05:55:14] _BJfreeman is now known as BJfreeman
[05:56:38] <KGB-linuxcnc> 03jthornton 05libmodbus3 4e0b4b7 06linuxcnc 10docs/src/examples/gs2_example.txt * Docs: fix typo option number
[05:56:38] <KGB-linuxcnc> 03jthornton 05libmodbus3 3dc1577 06linuxcnc 10docs/man/man9/weighted_sum.9 * Docs: add info about thread requirements
[05:56:41] <KGB-linuxcnc> 03chris 05libmodbus3 86147c9 06linuxcnc 10configs/sim/sim.tbl * Revert part of "gmoccapy 0.9.2 - now with lathe support"
[05:56:48] <KGB-linuxcnc> 03seb 05libmodbus3 fb4e71e 06linuxcnc 10docs/man/man1/gs2.1 * docs: fix mistakes in the gs2 manpage
[05:56:54] <KGB-linuxcnc> 03seb 05libmodbus3 16f4574 06linuxcnc * Merge branch 'v2.5_branch'
[05:56:59] <KGB-linuxcnc> 03seb 05libmodbus3 460a818 06linuxcnc 10debian/control.in * build-depend on libmodbus-dev (3.0 or newer)
[05:57:06] <KGB-linuxcnc> 03seb 05libmodbus3 53a735f 06linuxcnc 10src/ 10Makefile.inc.in 10configure.in 10hal/user_comps/mb2hal/Submakefile 10hal/user_comps/vfs11_vfd/Submakefile * configure: require libmodbus3
[05:57:13] <KGB-linuxcnc> 03seb 05libmodbus3 fc9e19b 06linuxcnc 10src/ 10hal/user_comps/Submakefile 10hal/user_comps/gs2_vfd.c * switch gs2_vfd to use libmodbus3
[05:57:20] <KGB-linuxcnc> 03seb 05libmodbus3 9172cc3 06linuxcnc 10src/ 04hal/user_comps/modbus.c 04hal/user_comps/modbus.h * remove the old forked modbus code
[05:57:27] <KGB-linuxcnc> 03seb 05libmodbus3 28dc1a4 06linuxcnc 10docs/man/man1/gs2.1 10src/hal/user_comps/gs2_vfd.c * gs2: simplify --verbose/--debug
[05:57:34] <KGB-linuxcnc> 03seb 05libmodbus3 54f3cee 06linuxcnc 10src/hal/user_comps/gs2_vfd.c * fix an "uninitialized variable" warning
[06:02:41] -!- Cylly has quit []
[06:05:24] -!- jfire has quit [Quit: Leaving.]
[06:06:44] <linuxcnc-build_> build forced [ETA 1h30m48s]
[06:06:44] <linuxcnc-build_> I'll give a shout when the build finishes
[06:07:50] -!- mhaberler [mhaberler!~mhaberler@extern-186.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[06:38:27] ReadError_ is now known as ReadError
[07:00:27] -!- BJfreeman has quit [Quit: had a good time]
[07:00:41] <linuxcnc-build_> build #1060 of precise-amd64-sim is complete: Failure [4failed runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/precise-amd64-sim/builds/1060
[07:15:01] c-bob|| is now known as c-bob
[07:19:46] -!- mhaberler has quit [Quit: mhaberler]
[07:21:25] -!- rob_h [rob_h!~rob_h@94.4.70.47] has joined #linuxcnc-devel
[07:27:33] <linuxcnc-build_> build #1057 of lucid-i386-realtime-rip is complete: Failure [4failed runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/lucid-i386-realtime-rip/builds/1057
[07:27:33] <linuxcnc-build_> build #1055 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1055
[07:33:39] -!- mhaberler [mhaberler!~mhaberler@extern-186.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[07:33:40] -!- stsydow has quit [Remote host closed the connection]
[07:43:02] -!- Jymmm has quit [Remote host closed the connection]
[07:51:29] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[07:57:27] -!- b_b has quit [Changing host]
[08:09:53] -!- asdfasd has quit [Disconnected by services]
[08:09:55] asdfasd1 is now known as asdfasd
[08:11:38] -!- Rob__ has quit [Ping timeout: 240 seconds]
[08:15:19] -!- thesisb has quit [Quit: Leaving...]
[08:19:43] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #linuxcnc-devel
[08:30:54] -!- mhaberler has quit [Quit: mhaberler]
[08:54:20] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[08:54:42] -!- ler_hydra has quit [Remote host closed the connection]
[09:06:42] -!- ssi has quit [Ping timeout: 264 seconds]
[09:30:12] -!- doobeh has quit [*.net *.split]
[09:30:32] -!- jef79m has quit [*.net *.split]
[09:30:32] -!- l0ggy has quit [*.net *.split]
[09:30:33] -!- TekniQue has quit [*.net *.split]
[09:30:34] -!- ybon has quit [*.net *.split]
[09:30:37] -!- vladimirek has quit [Remote host closed the connection]
[09:32:21] -!- Rob__ has quit [Ping timeout: 248 seconds]
[09:32:21] -!- gammax-Laptop1 has quit [Ping timeout: 248 seconds]
[09:38:20] -!- fomox has quit [Ping timeout: 240 seconds]
[09:42:19] -!- stsydow has quit [Ping timeout: 260 seconds]
[09:45:17] grummund_ is now known as grummund
[09:56:58] -!- mhaberler has quit [Quit: mhaberler]
[09:57:43] -!- stsydow has quit [Ping timeout: 245 seconds]
[10:35:59] -!- largecheesepuff has quit [Ping timeout: 260 seconds]
[10:40:10] -!- doobeh has quit [*.net *.split]
[10:40:21] -!- jef79m has quit [*.net *.split]
[10:40:21] -!- l0ggy has quit [*.net *.split]
[10:40:22] -!- TekniQue has quit [*.net *.split]
[10:40:23] -!- ybon has quit [*.net *.split]
[11:05:25] -!- skunkworks has quit [Remote host closed the connection]
[11:10:43] -!- stsydow has quit [Ping timeout: 240 seconds]
[11:17:19] -!- jpk has quit [Ping timeout: 264 seconds]
[11:17:28] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc-devel
[11:29:00] -!- Simooon has quit [Read error: Connection reset by peer]
[11:33:56] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[11:41:01] -!- vladimirek has quit [Remote host closed the connection]
[12:11:15] cradek_ is now known as cradek
[12:11:23] -!- cradek has quit [Changing host]
[12:11:23] -!- cradek [cradek!~chris@emc/board-of-directors/cradek] has joined #linuxcnc-devel
[12:11:24] -!- mode/#linuxcnc-devel [+v cradek] by ChanServ
[12:18:11] -!- dhoovie has quit [Read error: Connection reset by peer]
[12:18:58] -!- sumpfralle has quit [Ping timeout: 246 seconds]
[12:19:09] -!- velcrow has quit [Ping timeout: 240 seconds]
[12:25:56] -!- stsydow has quit [Quit: Leaving]
[12:30:45] -!- doobeh has quit [*.net *.split]
[12:30:53] -!- jef79m has quit [*.net *.split]
[12:30:53] -!- l0ggy has quit [*.net *.split]
[12:30:54] -!- TekniQue has quit [*.net *.split]
[12:30:56] -!- ybon has quit [*.net *.split]
[12:33:05] -!- Kup has quit [Read error: No route to host]
[12:34:51] -!- doobeh has quit [Remote host closed the connection]
[12:41:19] -!- skunkworks_ [skunkworks_!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[12:42:46] -!- skunkworks has quit [Ping timeout: 240 seconds]
[12:54:23] -!- syyl has quit [Ping timeout: 245 seconds]
[13:04:23] -!- mle has quit [Ping timeout: 245 seconds]
[13:10:00] -!- rob_h has quit [Ping timeout: 260 seconds]
[13:10:16] -!- Valen has quit [Ping timeout: 260 seconds]
[13:15:09] -!- djinni` has quit [Ping timeout: 260 seconds]
[13:17:58] -!- fatpandas has quit [Ping timeout: 262 seconds]
[13:18:53] -!- ybon has quit [Ping timeout: 276 seconds]
[13:19:05] -!- skunkworks_ has quit [Ping timeout: 246 seconds]
[13:19:07] -!- skunkworks_ [skunkworks_!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[13:19:22] -!- rob__H [rob__H!~rob_h@94.4.70.47] has joined #linuxcnc-devel
[13:23:34] -!- logger[psha] has quit [Ping timeout: 260 seconds]
[13:24:51] -!- logger[psha]_ [logger[psha]_!~loggerpsh@195.135.238.205] has joined #linuxcnc-devel
[13:27:11] -!- jerryitt has quit [Write error: Connection reset by peer]
[13:29:30] -!- djinni` has quit [Ping timeout: 260 seconds]
[13:30:44] -!- phillipadsmith has quit [*.net *.split]
[13:30:44] -!- RyanS has quit [*.net *.split]
[13:30:46] -!- Logxen has quit [*.net *.split]
[13:30:47] -!- Bojangles has quit [*.net *.split]
[13:30:47] -!- jfrmilner has quit [*.net *.split]
[13:30:48] -!- gimps has quit [*.net *.split]
[13:30:48] -!- carper64_lb has quit [*.net *.split]
[13:30:48] -!- yannickoo_ has quit [*.net *.split]
[13:30:48] -!- firephoto_ has quit [*.net *.split]
[13:30:48] -!- ChanServ has quit [*.net *.split]
[13:32:06] -!- Gigs- has quit [Remote host closed the connection]
[13:34:27] -!- fatpandas has quit [Ping timeout: 262 seconds]
[13:34:28] -!- logger[psha] has quit [Ping timeout: 260 seconds]
[13:34:28] -!- Fox_Muldr has quit [Quit: Serverwechsel]
[13:34:28] -!- psha[work] has quit [Ping timeout: 260 seconds]
[13:34:28] -!- MarkusBec has quit [Ping timeout: 260 seconds]
[13:34:29] -!- Tom_itx has quit [Ping timeout: 261 seconds]
[13:34:30] -!- mhaberler [mhaberler!~mhaberler@193.228.47.195] has joined #linuxcnc-devel
[13:34:32] MarkusBec_ is now known as MarkusBec
[13:37:07] -!- FinboySlick has quit [Ping timeout: 264 seconds]
[13:37:07] -!- b_b has quit [Ping timeout: 264 seconds]
[13:37:13] -!- generic_nick has quit [Read error: Connection reset by peer]
[13:37:21] -!- carper64_lb [carper64_lb!~quassel@2.221.70.137] has joined #linuxcnc-devel
[13:38:17] -!- ReadError has quit [Read error: Connection reset by peer]
[13:38:19] -!- Kup1 has quit [Ping timeout: 264 seconds]
[13:38:19] -!- pjm has quit [Ping timeout: 264 seconds]
[13:39:31] -!- phantoxeD has quit [Ping timeout: 264 seconds]
[13:40:50] -!- frewsxcv has quit [Ping timeout: 256 seconds]
[13:40:50] -!- JT-Shop has quit [Read error: Connection reset by peer]
[13:40:50] -!- the_wench has quit [Ping timeout: 256 seconds]
[13:40:51] -!- nots_ has quit [Ping timeout: 256 seconds]
[13:40:51] -!- gene78 has quit [Ping timeout: 256 seconds]
[13:41:21] -!- Guest71356 has quit [Ping timeout: 256 seconds]
[13:41:22] -!- toxx has quit [Ping timeout: 256 seconds]
[13:43:14] -!- jef79m has quit [Ping timeout: 268 seconds]
[13:44:28] -!- mozmck has quit [Ping timeout: 301 seconds]
[13:45:01] -!- mozmck [mozmck!~moses@client-204.235.45.143.wcfltx.partnershipbroadband.com] has joined #linuxcnc-devel
[13:49:29] cevad is now known as Guest58098
[13:49:37] -!- b_b has quit [Changing host]
[13:51:28] <seb_kuzminsky> the precise failure up above is the halui-jogging test again (i should look at the fix that cradek worked up for that)
[13:51:52] <seb_kuzminsky> the second failure (on lucid) looks like a glitch in the mux_generic test
[13:51:59] <seb_kuzminsky> those are both in master, btw
[13:52:07] -!- jef79m has quit [Ping timeout: 264 seconds]
[13:52:25] <seb_kuzminsky> the libmodbus3 build last night passed, so i'm going to merge it
[13:55:39] <KGB-linuxcnc> 03seb 05master 460a818 06linuxcnc 10debian/control.in * build-depend on libmodbus-dev (3.0 or newer)
[13:55:40] <KGB-linuxcnc> 03seb 05master 53a735f 06linuxcnc 10src/ 10Makefile.inc.in 10configure.in 10hal/user_comps/mb2hal/Submakefile 10hal/user_comps/vfs11_vfd/Submakefile * configure: require libmodbus3
[13:55:42] <KGB-linuxcnc> 03seb 05master fc9e19b 06linuxcnc 10src/ 10hal/user_comps/Submakefile 10hal/user_comps/gs2_vfd.c * switch gs2_vfd to use libmodbus3
[13:55:49] <KGB-linuxcnc> 03seb 05master 9172cc3 06linuxcnc 10src/ 04hal/user_comps/modbus.c 04hal/user_comps/modbus.h * remove the old forked modbus code
[13:55:56] <KGB-linuxcnc> 03seb 05master 28dc1a4 06linuxcnc 10docs/man/man1/gs2.1 10src/hal/user_comps/gs2_vfd.c * gs2: simplify --verbose/--debug
[13:56:03] -!- DJ9DJ has quit [Ping timeout: 245 seconds]
[13:56:03] <KGB-linuxcnc> 03seb 05master 54f3cee 06linuxcnc 10src/hal/user_comps/gs2_vfd.c * fix an "uninitialized variable" warning
[13:56:25] -!- Poincare has quit [Ping timeout: 240 seconds]
[13:56:25] -!- toastyde2th has quit [Ping timeout: 240 seconds]
[13:56:26] -!- awallin has quit [Ping timeout: 240 seconds]
[13:57:08] -!- awallin [awallin!awallin@lakka.kapsi.fi] has joined #linuxcnc-devel
[14:03:26] -!- JT-Shop [JT-Shop!~John@99.198.67.11] has joined #linuxcnc-devel
[14:05:19] _BJfreeman is now known as BJfreeman
[14:12:42] -!- robh__ [robh__!~rob_h@94.4.70.47] has joined #linuxcnc-devel
[14:12:58] _Poincare is now known as Poincare
[14:13:09] -!- Poincare has quit [Quit: changing servers]
[14:13:52] -!- rob__H has quit [Ping timeout: 240 seconds]
[14:15:57] <jepler> tests/mux is running stuff in fast and slow threads and probably assuming too much about the alternation between them
[14:20:17] <jepler> the output of mux16, updated in the fast thread, had a 1->0 transition one row earlier than expected.
[14:21:36] <jepler> mux16 is the one with a debounce set
[14:22:26] <jepler> so yeah it's a test bug that assumes too much about the interleaving of fast and slow threads. personally I'd consider rewriting it with just one thread.
[14:23:01] -!- toastyde1th has quit [Read error: Connection reset by peer]
[14:23:57] Logxen- is now known as Logxen
[14:25:58] -!- zzolo has quit [Quit: zzolo]
[14:27:01] -!- syyl_ws has quit [Ping timeout: 268 seconds]
[14:27:17] -!- syyl_ has quit [Ping timeout: 248 seconds]
[14:28:37] -!- cradek_ [cradek_!~chris@outpost.timeguy.com] has joined #linuxcnc-devel
[14:30:23] -!- c-bob has quit [Read error: Operation timed out]
[14:30:24] -!- MarkusBec has quit [Read error: Operation timed out]
[14:30:25] -!- ReadError_ has quit [Ping timeout: 240 seconds]
[14:30:25] -!- Laremere has quit [Ping timeout: 240 seconds]
[14:30:25] -!- cradek has quit [Ping timeout: 240 seconds]
[14:30:26] -!- crank has quit [Ping timeout: 240 seconds]
[14:30:26] MarkusBec_ is now known as MarkusBec
[14:30:33] -!- nots has quit [Remote host closed the connection]
[14:31:07] crank_ is now known as crank
[14:31:58] -!- servos4ever has quit [Ping timeout: 246 seconds]
[14:36:27] -!- crank has quit [*.net *.split]
[14:36:28] -!- cradek_ has quit [*.net *.split]
[14:36:28] -!- jef79m_ has quit [*.net *.split]
[14:36:28] -!- gene78 has quit [*.net *.split]
[14:36:28] -!- l0ggy has quit [*.net *.split]
[14:36:29] -!- nots has quit [*.net *.split]
[14:36:29] -!- syyl has quit [*.net *.split]
[14:36:29] -!- BJfreeman has quit [*.net *.split]
[14:36:30] -!- DJ9DJ has quit [*.net *.split]
[14:36:30] -!- tmcw has quit [*.net *.split]
[14:36:30] -!- toxx has quit [*.net *.split]
[14:36:30] -!- doobeh has quit [*.net *.split]
[14:36:32] -!- Brandonian has quit [*.net *.split]
[14:36:32] -!- TekniQue has quit [*.net *.split]
[14:39:29] -!- cradek [cradek!~chris@outpost.timeguy.com] has joined #linuxcnc-devel
[14:40:34] -!- psha[wor1] has quit [Quit: Lost terminal]
[14:40:46] -!- Kup has quit [Read error: Connection reset by peer]
[14:48:58] -!- BJfreeman has quit [Ping timeout: 247 seconds]
[14:50:17] -!- 45PAAJ7SP has quit [Read error: No buffer space available]
[14:50:40] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[14:54:30] <seb_kuzminsky> makes sense
[14:55:29] -!- Nick001 has quit [Ping timeout: 252 seconds]
[15:00:05] -!- odogono has quit [*.net *.split]
[15:01:43] -!- fomox_ has quit [*.net *.split]
[15:01:48] -!- Valen1 has quit [Quit: Leaving.]
[15:08:33] -!- mhaberler has quit [Read error: Connection reset by peer]
[15:08:47] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[15:12:01] -!- toastyde1th has quit [Ping timeout: 240 seconds]
[15:12:51] _BJfreeman is now known as BJfreeman
[15:27:02] -!- mal``` has quit [Ping timeout: 256 seconds]
[15:27:16] -!- djinni`_ has quit [Ping timeout: 246 seconds]
[15:30:50] -!- mal`` [mal``!~mal``@li125-242.members.linode.com] has joined #linuxcnc-devel
[15:32:59] -!- gammax-Laptop1 has quit [Ping timeout: 256 seconds]
[15:37:49] -!- mhaberler_ [mhaberler_!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[15:38:30] -!- mal``` [mal```!~mal``@li125-242.members.linode.com] has joined #linuxcnc-devel
[15:40:57] -!- mal`` has quit [Ping timeout: 256 seconds]
[15:40:57] -!- djinni` has quit [Ping timeout: 256 seconds]
[15:40:57] -!- gene78 has quit [Remote host closed the connection]
[15:40:58] -!- cradek has quit [Ping timeout: 256 seconds]
[15:40:59] -!- mhaberler has quit [Ping timeout: 256 seconds]
[15:40:59] -!- skorasaurus has quit [Ping timeout: 256 seconds]
[15:40:59] -!- crank has quit [Ping timeout: 256 seconds]
[15:41:00] -!- L84Supper has quit [Ping timeout: 256 seconds]
[15:41:00] -!- JT-Shop has quit [Ping timeout: 256 seconds]
[15:41:00] -!- Tecan has quit [Ping timeout: 256 seconds]
[15:41:13] -!- JT-Shop [JT-Shop!~John@99.198.67.11] has joined #linuxcnc-devel
[15:42:00] -!- Tecan has quit [Changing host]
[15:43:29] -!- L84Supper [L84Supper!~TheLarch@unaffiliated/l84supper] has joined #linuxcnc-devel
[15:43:50] -!- cradek [cradek!~chris@outpost.timeguy.com] has joined #linuxcnc-devel
[15:44:46] -!- mal``` has quit [Excess Flood]
[15:46:22] -!- mal`` [mal``!~mal``@li125-242.members.linode.com] has joined #linuxcnc-devel
[15:48:15] -!- phillipadsmith has quit [Ping timeout: 264 seconds]
[15:48:16] -!- MarkusBec has quit [Ping timeout: 264 seconds]
[15:48:16] -!- yannickoo_ has quit [Ping timeout: 264 seconds]
[15:48:16] -!- cradek has quit [Read error: Connection reset by peer]
[15:48:21] -!- cradek_ [cradek_!~chris@outpost.timeguy.com] has joined #linuxcnc-devel
[15:48:34] -!- c-bob| has quit [Read error: Connection reset by peer]
[15:48:43] -!- TekniQue has quit [Ping timeout: 264 seconds]
[15:48:43] -!- jfrmilner has quit [Ping timeout: 264 seconds]
[15:49:03] -!- gimps has quit [Read error: Connection reset by peer]
[15:49:19] -!- Nick001-Shop has quit [Ping timeout: 264 seconds]
[15:49:19] -!- mozmck has quit [Ping timeout: 264 seconds]
[15:49:19] -!- carper64_lb has quit [Ping timeout: 264 seconds]
[15:49:25] Nick001-Shop_ is now known as Nick001-Shop
[15:50:05] -!- carper64_lb [carper64_lb!~quassel@2.221.70.137] has joined #linuxcnc-devel
[15:50:07] -!- JT-Shop-2 [JT-Shop-2!~John@99.198.67.11] has joined #linuxcnc-devel
[15:52:23] -!- djinni` has quit [Ping timeout: 256 seconds]
[15:52:24] -!- JT-Shop has quit [Read error: Connection reset by peer]
[15:52:26] -!- mozmck1 [mozmck1!~moses@client-204.235.45.143.wcfltx.partnershipbroadband.com] has joined #linuxcnc-devel
[15:52:33] -!- JT-Shop [JT-Shop!~John@99.198.67.11] has joined #linuxcnc-devel
[15:53:42] -!- JT-Shop-2 has quit [Read error: Connection reset by peer]
[15:53:43] -!- jfire has quit [Ping timeout: 264 seconds]
[15:54:42] -!- Bojangles has quit [Ping timeout: 264 seconds]
[15:54:47] -!- gimps has quit [Changing host]
[15:55:18] -!- Nick001-Shop has quit [Ping timeout: 264 seconds]
[15:55:23] Nick001-Shop_ is now known as Nick001-Shop
[15:57:06] -!- _Poincare has quit [Quit: changing servers]
[15:57:29] -!- mhaberler_ has quit [*.net *.split]
[15:57:30] -!- the_wench has quit [*.net *.split]
[15:57:30] -!- toastyde2th has quit [*.net *.split]
[15:57:31] -!- ler_hydra has quit [*.net *.split]
[15:57:31] -!- BJfreeman has quit [*.net *.split]
[15:57:31] -!- ReadError has quit [*.net *.split]
[15:57:31] -!- Poincare has quit [*.net *.split]
[15:57:32] -!- awallin has quit [*.net *.split]
[15:57:32] -!- frewsxcv_ has quit [*.net *.split]
[15:57:32] -!- Guest58098 has quit [*.net *.split]
[15:57:32] -!- b_b has quit [*.net *.split]
[15:57:32] -!- phantoneD has quit [*.net *.split]
[15:57:32] -!- gimpswork has quit [*.net *.split]
[15:58:07] -!- fatpanda1 has quit [Ping timeout: 264 seconds]
[16:00:53] -!- pjm_ has quit [Ping timeout: 246 seconds]
[16:00:53] -!- RyanS has quit [Ping timeout: 246 seconds]
[16:00:54] -!- uwe_ has quit [Ping timeout: 246 seconds]
[16:01:14] -!- ingsoc has quit [Ping timeout: 246 seconds]
[16:01:37] -!- gonzo_ has quit [Ping timeout: 246 seconds]
[16:05:58] cevad is now known as Guest97948
[16:12:41] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[16:13:43] -!- _BJfreeman has quit [Max SendQ exceeded]
[16:14:05] -!- awallin [awallin!awallin@lakka.kapsi.fi] has joined #linuxcnc-devel
[16:15:24] _BJfreeman is now known as BJfreeman
[16:15:43] -!- 13WAAGTNE has quit [Ping timeout: 260 seconds]
[16:17:57] -!- stsydow has quit [Remote host closed the connection]
[16:20:33] -!- skorasaurus has quit [Ping timeout: 245 seconds]
[16:20:51] <KGB-linuxcnc> 03TODO: deletor 05libmodbus3 54f3cee 06linuxcnc 04. * branch deleted
[16:21:17] <KGB-linuxcnc> 03TODO: deletor 05rtapi-bitops-gcc-intrinsics 03d0422 06linuxcnc 04. * branch deleted
[16:21:37] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics 642d185 06linuxcnc 10tests/ 03bitops.0/bitops.c 03bitops.0/expected 03bitops.0/test.sh * tests/bitops: starting point for rtapi_bitops.h tests
[16:21:38] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics 00dc767 06linuxcnc 10src/configure.in * configure: add USE_GCC_ATOMIC_OPS, --disable-gcc-atomic-ops
[16:21:42] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics d922177 06linuxcnc 10src/rtapi/rtapi_bitops.h * rtapi_bitops.h: proposed replacement by gcc intrinsics
[16:21:49] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics 561aa3d 06linuxcnc 10src/ 10emc/kinematics/genserkins.c 10rtapi/rtai_rtapi.c 10rtapi/rtai_ulapi.c 10rtapi/sim_common.h * config.h/BUFFERLEN: remove redefinitions
[16:21:53] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[16:21:59] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics 6806d08 06linuxcnc 10src/rtapi/rtapi_bitops.h * rtapi_bitops.h: remove blunder, use newer intrinsics
[16:22:05] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics d9dac98 06linuxcnc 10src/rtapi/rtapi_bitops.h * rtapi_bitops.h: fix conditionals
[16:22:13] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics 1fd8306 06linuxcnc 10src/rtapi/rtapi_bitops.h * rtapi_bitops.h: use builtin operations
[16:22:18] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics 77e2df2 06linuxcnc 10src/rtapi/rtapi.h * rtapi.h: amend for new bitops syntax
[16:22:25] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics 997e530 06linuxcnc 10src/configure.in * configure: remove test for bultin atomic operations
[16:22:32] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics d6081e5 06linuxcnc 10src/ 10(5 files) * rtapi_bitops: adapt usage to new API
[16:22:38] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics 850c891 06linuxcnc 10src/rtapi/rtapi_bitops.h * rtapi_bitops.h: certain macros will become available with C11 only
[16:24:01] -!- fatpandas has quit [Ping timeout: 256 seconds]
[16:24:15] -!- andypugh [andypugh!~andy2@cpc16-basl9-2-0-cust685.20-1.cable.virginmedia.com] has joined #linuxcnc-devel
[16:24:56] <mhaberler> jepler: I think we have a baseline; runtest in place which runs on old and new bitops but needs more fascist creativity
[16:25:39] <mhaberler> I _think_ rtapi_bitops.h now covers our discussions; the barrier macros are gone since clear_bit uses an atomic op now, so one trap less
[16:27:44] <jepler> is the configure option permanent or temporary?
[16:28:59] <jepler> oh wait I see you removed it later
[16:29:37] <jepler> I guess I should look more at the state of the HEAD of your branch rather than the history
[16:29:48] -!- toner has quit [Read error: Operation timed out]
[16:30:23] <jepler> there are still some net changes in configure.in; is that intended? USE_GCC_ATOMIC_OPTS is AC_SUBST'ed but never referred to
[16:31:05] <linuxcnc-build_> build #261 of precise-i386-realtime-rip is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/precise-i386-realtime-rip/builds/261 blamelist: Michael Haberler <git@mah.priv.at>
[16:33:33] -!- syyl_ws_ has quit [Quit: Verlassend]
[16:33:43] -!- chopper79 has quit [Ping timeout: 248 seconds]
[16:36:22] <linuxcnc-build_> build #1060 of lucid-i386-realtime-rip is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/lucid-i386-realtime-rip/builds/1060 blamelist: Michael Haberler <git@mah.priv.at>
[16:36:36] <linuxcnc-build_> build #1060 of hardy-i386-realtime-rip is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/hardy-i386-realtime-rip/builds/1060 blamelist: Michael Haberler <git@mah.priv.at>
[16:37:12] <linuxcnc-build_> build #1059 of lucid-rtai-i386-clang is complete: Failure [4failed compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/lucid-rtai-i386-clang/builds/1059 blamelist: Michael Haberler <git@mah.priv.at>
[16:37:27] <jepler> looks like <limits.h> is not in kernelspace?
[16:37:50] <mhaberler> just saw that
[16:38:09] <mhaberler> #ifndef CHAR_BIT ?
[16:38:38] <mhaberler> the configure option is remove since intrinsics arent optional any more
[16:38:52] <mhaberler> ah, need to remove the subst
[16:39:23] <jepler> I don't see that any kernel header supplies CHAR_BIT
[16:39:36] <jepler> of course it's always 8; an earlier iteration had hardcoded it but I thought I was doing a good thing :-/
[16:41:23] -!- gimpswork has quit [Ping timeout: 260 seconds]
[16:41:25] <mhaberler> RTAPI_CHAR_BIT for a private view of the world ;-?
[16:41:38] <jepler> include/linux/bitops.h:#define BITS_PER_BYTE 8
[16:41:51] -!- BJfreeman has quit [Ping timeout: 260 seconds]
[16:42:07] <mhaberler> ah.. so thats anothet ifdef _MODULE_ I guess
[16:42:15] <jepler> yeah something like
[16:42:15] <jepler> #ifdef MODULE
[16:42:15] <jepler> #include <bitops.h>
[16:42:15] <jepler> #define RTAPI_CHAR_BIT BITS_PER_BYTE
[16:42:15] <jepler> #else
[16:42:17] <jepler> #include <limits.h>
[16:42:20] <jepler> #define RTAPI_CHAR_BIT CHAR_BIT
[16:42:22] <jepler> #endif
[16:42:22] TekniQue_ is now known as TekniQue
[16:42:25] <jepler> assuming MODULE is still the right guard(?)
[16:42:26] _BJfreeman is now known as BJfreeman
[16:42:29] -!- TekniQue has quit [Changing host]
[16:42:32] <jepler> and change a few uses of CHAR_BIT -> RTAPI_CHAR_BIT
[16:42:35] <mhaberler> it isnt RTAPI for sure
[16:43:12] <mhaberler> well thats temp only until the rtos stuff is merged, the conditionals change quite a bit there
[16:43:20] <jepler> true enough
[16:43:27] <jepler> so just #define RTAPI_CHAR_BIT 8
[16:43:32] <jepler> and don't include anything conditionally
[16:43:43] <jepler> when the machines with 72-bit longs return from their long slumber we can fix it
[16:43:50] <mhaberler> right, good enough
[16:44:17] <mhaberler> I did have an account on a decsystem-20 at some time.. 36bit ints
[16:44:31] <jepler> I never had the pleasure, but I'm aware they existed
[16:44:36] <mhaberler> but thats not a likely platform candidate
[16:53:17] <seb_kuzminsky> http://www.smbc-comics.com/index.php?db=comics&id=2999
[16:53:32] <jepler> oh that's classic
[16:54:19] <jepler> unfortunately C's printf is specified so that this result is required. A better formatter can both preserve full precision of the underlying data type but also give the result 0.3 in this case.
[16:54:26] <jepler> welll actually maybe not in this case
[16:55:08] <jepler> yeah, see,>>> .3
[16:55:08] <jepler> 0.29999999999999999
[16:55:08] <jepler> >>> .1+.2
[16:55:08] <jepler> 0.30000000000000004
[16:55:25] <seb_kuzminsky> welcome to the secret robot internet
[16:55:49] <mhaberler> so you actually _are_ a Lisp program?
[16:56:12] <jepler> let's irritate systems programmers?
[16:58:11] <seb_kuzminsky> apropos: http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=commitdiff;h=7f0b17cbb8419534a647641a22cc10974266894f
[16:58:53] -!- chopper79 has quit [Ping timeout: 245 seconds]
[17:00:18] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics 9503690 06linuxcnc 10src/configure.in * configure.in: remove leftover subst of USE_GCC_ATOMIC_OPS
[17:00:18] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics de46cd5 06linuxcnc 10src/rtapi/rtapi_bitops.h * rtapi_bitops.h: assume a byte has 8 bits
[17:00:19] -!- awallin has quit [Write error: Connection reset by peer]
[17:00:34] -!- zultron_ [zultron_!~zultron@99-190-134-148.lightspeed.austtx.sbcglobal.net] has joined #linuxcnc-devel
[17:00:49] -!- stephan48 has quit [Changing host]
[17:01:16] -!- skorasaurus has quit [Quit: left the building.]
[17:02:07] <linuxcnc-build_> build #1061 of lucid-amd64-sim is complete: Failure [4failed runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/lucid-amd64-sim/builds/1061 blamelist: Michael Haberler <git@mah.priv.at>
[17:02:41] <seb_kuzminsky> hey zultron_
[17:03:12] <linuxcnc-build_> build #1058 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1058 blamelist: Michael Haberler <git@mah.priv.at>
[17:05:29] -!- Poincare has quit [*.net *.split]
[17:05:30] -!- L33TG33KG34R has quit [*.net *.split]
[17:05:30] -!- Komzpa has quit [*.net *.split]
[17:05:30] -!- XiXora_ has quit [*.net *.split]
[17:05:30] -!- grummund has quit [*.net *.split]
[17:05:31] -!- roycroft has quit [*.net *.split]
[17:05:31] -!- Spida has quit [*.net *.split]
[17:05:31] -!- eric_unterhause1 has quit [*.net *.split]
[17:05:31] -!- jthornton has quit [*.net *.split]
[17:05:31] -!- zlog has quit [*.net *.split]
[17:05:32] -!- Connor has quit [*.net *.split]
[17:05:32] -!- stephanj has quit [*.net *.split]
[17:05:32] -!- mattiasb has quit [*.net *.split]
[17:05:33] -!- ds3 has quit [*.net *.split]
[17:05:33] -!- zultron has quit [*.net *.split]
[17:05:33] -!- thesisb has quit [*.net *.split]
[17:05:33] -!- fatpandas has quit [*.net *.split]
[17:05:34] -!- BJfreeman has quit [*.net *.split]
[17:05:34] -!- andypugh has quit [*.net *.split]
[17:05:34] -!- putnik_ has quit [*.net *.split]
[17:05:34] -!- Aero-Tec2 has quit [*.net *.split]
[17:05:35] -!- morfic has quit [*.net *.split]
[17:05:35] -!- |1li has quit [*.net *.split]
[17:05:35] -!- neverho01 has quit [*.net *.split]
[17:05:36] -!- mrsun has quit [*.net *.split]
[17:05:37] -!- jfire has quit [*.net *.split]
[17:05:37] -!- ve7it has quit [*.net *.split]
[17:05:38] -!- ReadError has quit [*.net *.split]
[17:05:38] -!- Guest97948 has quit [*.net *.split]
[17:05:38] -!- pjm has quit [*.net *.split]
[17:05:38] -!- Bojangles has quit [*.net *.split]
[17:05:38] -!- phantoxeD has quit [*.net *.split]
[17:05:39] -!- jfrmilner has quit [*.net *.split]
[17:05:39] -!- gimps has quit [*.net *.split]
[17:05:39] -!- carper64_lb has quit [*.net *.split]
[17:05:40] -!- c-bob| has quit [*.net *.split]
[17:05:40] -!- cradek_ has quit [*.net *.split]
[17:05:41] -!- firephoto_ has quit [*.net *.split]
[17:08:05] -!- jthornton_ [jthornton_!~john@99.198.67.11] has joined #linuxcnc-devel
[17:08:05] -!- andypugh [andypugh!~andy2@cpc16-basl9-2-0-cust685.20-1.cable.virginmedia.com] has joined #linuxcnc-devel
[17:08:05] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[17:08:05] -!- carper64_lb [carper64_lb!~quassel@2.221.70.137] has joined #linuxcnc-devel
[17:08:05] -!- cradek_ [cradek_!~chris@outpost.timeguy.com] has joined #linuxcnc-devel
[17:09:18] -!- tjtr33 has quit [Client Quit]
[17:09:32] -!- PetefromTn has quit []
[17:13:13] -!- mhaberler has quit [Quit: mhaberler]
[17:14:44] _BJfreeman is now known as BJfreeman
[17:17:27] -!- BJfreeman has quit [Client Quit]
[17:21:59] -!- krusty_ar has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
[17:35:59] -!- tmcw has quit [Remote host closed the connection]
[17:36:31] -!- crank has quit [Ping timeout: 256 seconds]
[17:37:55] -!- micges [micges!~micges@exc34.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[17:42:13] -!- syyl has quit [Ping timeout: 245 seconds]
[17:42:13] -!- DJ9DJ has quit [Ping timeout: 245 seconds]
[17:42:14] <linuxcnc-build_> build #262 of precise-i386-realtime-rip is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/precise-i386-realtime-rip/builds/262 blamelist: Michael Haberler <git@mah.priv.at>
[17:45:18] <linuxcnc-build_> build #1061 of hardy-i386-realtime-rip is complete: Failure [4failed compile runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/hardy-i386-realtime-rip/builds/1061 blamelist: Michael Haberler <git@mah.priv.at>
[17:46:14] -!- Simooon has quit [Quit: Leaving]
[17:52:00] <linuxcnc-build_> build #1061 of lucid-i386-realtime-rip is complete: Failure [4failed runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/lucid-i386-realtime-rip/builds/1061 blamelist: Michael Haberler <git@mah.priv.at>
[17:52:00] <linuxcnc-build_> build #1059 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1059 blamelist: Michael Haberler <git@mah.priv.at>
[17:56:23] -!- skorasaurus has quit [Ping timeout: 245 seconds]
[18:03:53] putnik_ is now known as putnik
[18:04:27] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[18:09:32] <jepler> mhaberler: well it's not your failure this time
[18:13:25] -!- stsydow has quit [Remote host closed the connection]
[18:16:18] -!- willburrrr2003 has quit [Client Quit]
[18:22:58] _Poincare is now known as Poincare
[18:33:03] -!- fatpanda1 has quit [Quit: leaving]
[18:35:11] -!- thesisb has quit [Quit: Leaving...]
[18:37:24] _BJfreeman is now known as BJfreeman
[18:38:15] -!- KimK has quit [Read error: Connection reset by peer]
[18:50:24] -!- thesisb has quit [Quit: Leaving...]
[18:50:47] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[18:53:41] -!- Icekiller has quit [Ping timeout: 245 seconds]
[18:56:43] -!- gimpswork has quit [Ping timeout: 260 seconds]
[18:58:28] -!- hashfail_ has quit [Ping timeout: 245 seconds]
[19:02:26] -!- vladimirek [vladimirek!~vladimire@95.105.250.72] has joined #linuxcnc-devel
[19:11:38] -!- ingsoc has quit [Quit: Leaving.]
[19:17:27] -!- Tecan has quit [Ping timeout: 256 seconds]
[19:18:32] -!- RyanS has quit [Ping timeout: 256 seconds]
[19:19:44] <mhaberler> jepler: looks like there's something going haywire with the bitops - we need to strengthen the runtest before introducing this into the wild:
[19:19:45] <mhaberler> Running test: /home/buildslave/BuildBot/slave/lucid-rtai-i386/lucid-i386-realtime-rip/build/tests/abs.0
[19:19:46] <mhaberler> HAL: ERROR: could not open shared memory
[19:19:47] <mhaberler> ULAPI: WARNING: module 'HAL_LIB_10403' failed to delete shmem 01
[19:20:03] <mhaberler> that is a set_bit/clear_bit thing
[19:20:14] -!- djinni` has quit [Ping timeout: 256 seconds]
[19:20:53] <mhaberler> http://buildbot.linuxcnc.org/buildbot/builders/lucid-i386-realtime-rip/builds/1061/steps/runtests/logs/stdio
[19:22:14] <jepler> ugh. I only looked at the precise failure, which was the jogging one
[19:23:21] <jepler> whoops, I think it's rtapi_test_bit
[19:23:50] <mhaberler> oh, my new and improved..
[19:23:50] <jepler> your plan was to OR with 0, but that's not what you wrote in either branch __sync or __atomic
[19:24:03] <mhaberler> duh
[19:24:16] <jepler> well, I don't know how confident I am that it is *the* problem, but it's certainly *a* problem :-/
[19:26:17] -!- KimK__2 [KimK__2!~kkirwan@ip68-102-65-151.ks.ok.cox.net] has joined #linuxcnc-devel
[19:28:57] -!- JT-Shop-2 [JT-Shop-2!~John@99.198.67.11] has joined #linuxcnc-devel
[19:30:13] -!- Nick001-Shop has quit [Ping timeout: 256 seconds]
[19:30:13] Nick001-Shop_ is now known as Nick001-Shop
[19:30:13] -!- gene78 has quit [Ping timeout: 256 seconds]
[19:30:13] -!- KimK_2 has quit [Ping timeout: 256 seconds]
[19:30:14] -!- JT-Shop has quit [Read error: Connection reset by peer]
[19:30:14] -!- uwe_ has quit [Ping timeout: 256 seconds]
[19:30:42] -!- crank has quit [Ping timeout: 264 seconds]
[19:31:54] -!- ingsoc has quit [Quit: Leaving.]
[19:36:01] -!- uwe__ has quit [Ping timeout: 272 seconds]
[19:36:13] crank_ is now known as crank
[19:40:03] -!- sumpfralle has quit [Ping timeout: 256 seconds]
[19:40:23] -!- gimpswork has quit [Ping timeout: 240 seconds]
[19:43:10] -!- crank has quit [Ping timeout: 276 seconds]
[20:01:44] -!- skunkworks_ has quit [Read error: Connection reset by peer]
[20:02:30] -!- uwe_ has quit [*.net *.split]
[20:02:30] -!- motioncontrol has quit [*.net *.split]
[20:02:30] -!- XiXora_ has quit [*.net *.split]
[20:02:31] -!- BJfreeman has quit [*.net *.split]
[20:02:31] -!- fatpandas has quit [*.net *.split]
[20:05:26] _BJfreeman is now known as BJfreeman
[20:07:28] -!- jerryitt has quit [Quit: Leaving.]
[20:07:57] -!- XiXora_ has quit [Changing host]
[20:10:08] -!- chopper79 has quit [Ping timeout: 245 seconds]
[20:10:26] -!- fatpandas has quit [Ping timeout: 240 seconds]
[20:15:32] -!- motioncontrol has quit [Ping timeout: 240 seconds]
[20:17:15] -!- nikola_ has quit [Quit: Page closed]
[20:24:25] -!- BJfreeman has quit [Ping timeout: 246 seconds]
[20:28:16] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[20:28:52] -!- maximilian_h has quit [Client Quit]
[20:29:19] -!- grummund_ has quit [Ping timeout: 276 seconds]
[20:31:25] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[20:31:35] -!- maximilian_h has quit [Client Quit]
[20:31:51] -!- XiXora_ has quit [Ping timeout: 240 seconds]
[20:33:40] _BJfreeman is now known as BJfreeman
[20:49:39] -!- ler_hydra has quit [Remote host closed the connection]
[20:50:48] JT-Shop-2 is now known as JT-Shop
[20:57:31] -!- jef79m has quit [Ping timeout: 264 seconds]
[20:58:30] -!- syyl_ has quit [Quit: Leaving]
[20:59:25] -!- GammaX-Shop has quit [Ping timeout: 246 seconds]
[21:01:06] <KGB-linuxcnc> 03TODO: deletor 05rtapi-bitops-gcc-intrinsics de46cd5 06linuxcnc 04. * branch deleted
[21:01:20] -!- FinboySlick has quit [Quit: Leaving.]
[21:01:28] -!- zzolo has quit [Quit: zzolo]
[21:05:25] -!- andypugh has quit [Quit: andypugh]
[21:05:27] <mhaberler> jepler: I think I have a candidate; would you suggest squashing the two top commits? I would think it'd bisect cleanly then: http://git.mah.priv.at/gitweb?p=emc2-dev.git;a=shortlog;h=refs/heads/rtapi-bitops-gcc-intrinsics-rc
[21:06:40] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics-rc b192952 06linuxcnc 10tests/ 03bitops.0/bitops.c 03bitops.0/expected 03bitops.0/test.sh * runtests/bitops.0: test case for rtapi_bitops.h
[21:06:41] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics-rc 6fc668e 06linuxcnc 10src/rtapi/rtapi_bitops.h * rtapi_bitops.h: use gcc/llvm intrinsics instead of assembly
[21:06:45] <KGB-linuxcnc> 03git 05rtapi-bitops-gcc-intrinsics-rc bc8c7ce 06linuxcnc 10src/ 10(7 files in 2 dirs) * rtapi_bitops: change using code to new API
[21:08:48] <mhaberler> it was *the* problem: or with 0
[21:11:23] -!- GammaX-Shop|2 has quit [Ping timeout: 240 seconds]
[21:12:53] -!- hashfail_ has quit [Ping timeout: 240 seconds]
[21:22:12] -!- archivist_herron has quit [Ping timeout: 256 seconds]
[21:27:27] -!- micges has quit [Quit: Leaving]
[21:27:31] -!- motioncontrol has quit [Quit: Sto andando via]
[21:29:16] -!- DJ9DJ has quit [Quit: bye]
[21:29:18] -!- sumpfralle1 has quit [Ping timeout: 245 seconds]
[21:29:47] -!- GammaX-Shop has quit [Ping timeout: 260 seconds]
[21:31:32] -!- Daywalker198454 has quit [Quit: ChatZilla 0.9.90 [Firefox 11.0/20120310193829]]
[21:33:41] -!- jst has quit [Remote host closed the connection]
[21:35:05] -!- sumpfralle has quit [Ping timeout: 256 seconds]
[21:44:22] -!- GammaX-Shop|2 has quit [Ping timeout: 240 seconds]
[21:45:16] -!- geo01005 has quit [Ping timeout: 246 seconds]
[21:46:23] -!- sumpfralle1 has quit [Ping timeout: 240 seconds]
[21:47:03] <jepler> mhaberler: besides there being no test of test_and_clear_bit I am happy
[21:47:24] <jepler> well actually it would be nice to test a bitmap that is at least two longs big
[21:47:47] <jepler> RTAPI_DECLARE_BITMAP(bitmap, 16); or so
[21:47:49] <mhaberler> squash or not?
[21:47:50] <linuxcnc-build_> build #1061 of lucid-i386-sim is complete: Failure [4failed runtests] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/lucid-i386-sim/builds/1061 blamelist: Michael Haberler <git@mah.priv.at>
[21:47:52] <mhaberler> right
[21:48:08] <jepler> to add to the tets? a separate commit on top is fine
[21:48:32] <jepler> the rtapi_bitops.h evolution should be squashed away, no need to keep those false starts
[21:52:16] -!- stsydow has quit [Read error: Connection reset by peer]
[21:52:34] <mhaberler> you did look at this?http://git.mah.priv.at/gitweb?p=emc2-dev.git;a=shortlog;h=refs/heads/rtapi-bitops-gcc-intrinsics-rc
[21:52:37] <mhaberler> note -rc
[21:53:15] -!- GammaX-Shop has quit [Read error: Connection reset by peer]
[21:53:23] <mhaberler> I would think 6fc668ede would fail to build
[21:55:20] <linuxcnc-build_> build #1060 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1060 blamelist: Michael Haberler <git@mah.priv.at>
[21:58:32] -!- odogono has quit [Quit: odogono]
[21:59:27] -!- jacobroufa has quit [Quit: Page closed]
[22:06:21] -!- Brandonian has quit [Quit: Brandonian]
[22:12:55] -!- thesisb has quit [Quit: Leaving...]
[22:21:17] -!- netxshare has quit [Quit: \xB8\xFA\xCA\x81\x7C\xFF\xD0]
[22:26:21] <KGB-linuxcnc> 03TODO: deletor 05rtapi-bitops-gcc-intrinsics-rc bc8c7ce 06linuxcnc 04. * branch deleted
[22:26:53] <mhaberler> hm. overrun, another heisentest
[22:29:40] -!- Mjolinor has quit [Quit: Leaving]
[22:32:13] -!- gimpspace has quit [Changing host]
[22:32:58] -!- ve7it has quit [Remote host closed the connection]
[22:35:30] Joshsz_ is now known as Joshsz
[22:35:55] -!- largecheesepuff has quit [Ping timeout: 264 seconds]
[22:37:33] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[22:38:16] -!- tmcw has quit [Remote host closed the connection]
[22:45:04] -!- dgarr [dgarr!~dgarrett@174-26-254-56.phnx.qwest.net] has joined #linuxcnc-devel
[22:47:02] -!- PetefromTn has quit []
[22:48:56] -!- vladimirek has quit [Remote host closed the connection]
[22:55:44] -!- adb [adb!~IonMoldom@178.211.237.94] has joined #linuxcnc-devel
[23:07:05] Guest36298 is now known as frewsxcv
[23:07:15] -!- frewsxcv has quit [Changing host]
[23:08:03] -!- andypugh [andypugh!~andy2@cpc16-basl9-2-0-cust685.20-1.cable.virginmedia.com] has joined #linuxcnc-devel
[23:08:39] <andypugh> Is it possible to run LinuxCNC on 12.04? (I think the answer is yes). What steps need to be taken?
[23:10:34] -!- mhaberler has quit [Quit: mhaberler]
[23:23:25] -!- zzolo has quit [Quit: zzolo]
[23:28:05] -!- sumpfralle has quit [Ping timeout: 248 seconds]
[23:28:44] <dgarr> andypugh: this may be useful: http://www.anderswallin.net/2012/12/linuxcnc-on-ubuntu-12-04lts/
[23:29:33] -!- Keknom has quit [Quit: Leaving.]
[23:30:24] <andypugh> Great, that looks like something nice and easy to give to the asking party.
[23:31:17] -!- Jymmm has quit [Remote host closed the connection]
[23:38:45] -!- Loetmichel has quit [Ping timeout: 248 seconds]
[23:54:04] -!- tmcw has quit [Ping timeout: 276 seconds]