#linuxcnc-devel | Logs for 2014-01-16

Back
[00:03:42] -!- patrickarlt has quit [Remote host closed the connection]
[00:09:47] -!- thinkFuture has quit [Quit: Leaving]
[00:11:31] <seb_kuzminsky> that's my mistake, not dgarr's
[00:11:35] <seb_kuzminsky> i'll fix it
[00:13:25] -!- sumpfralle has quit [Ping timeout: 248 seconds]
[00:14:38] <seb_kuzminsky> linuxcnc-build: force build --branch=master lucid-rtai-i386-clang
[00:14:39] <linuxcnc-build> build #1675 forced
[00:14:39] <linuxcnc-build> I'll give a shout when the build finishes
[00:14:44] <seb_kuzminsky> maybe now?
[00:16:33] -!- arvidkahl has quit [Ping timeout: 253 seconds]
[00:17:40] <seb_kuzminsky> yeah, now it's running
[00:23:09] -!- thomaslindstr_m has quit [Quit: Leaving...]
[00:24:43] -!- asdfasd1 has quit [Ping timeout: 245 seconds]
[00:25:26] <linuxcnc-build> Hey! build lucid-rtai-i386-clang #1675 is complete: Warnings [8warnings compile]
[00:25:26] <linuxcnc-build> Build details are at http://buildbot.linuxcnc.org/buildbot/builders/lucid-rtai-i386-clang/builds/1675
[00:26:39] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc-devel
[00:28:20] -!- terabyte- has quit [Ping timeout: 245 seconds]
[00:34:28] -!- lbl has quit [Quit: lbl]
[00:44:25] <linuxcnc-build> build #1679 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1679 blamelist: Dewey Garrett <dgarrett@panix.com>
[00:45:58] -!- wboykinm has quit [Remote host closed the connection]
[00:52:39] -!- arvidkahl has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
[00:56:52] -!- owhite [owhite!~owhite@c-68-50-143-182.hsd1.md.comcast.net] has joined #linuxcnc-devel
[00:57:39] <owhite> Greetings everyone. I'm using a mesa 5i20 board to drive steppers and bunch of other i/o. The hostmot2 driver is invoked in my .ini file with the following command: "firmware=hm2/5i20/SVST8_4.BIT etc..."
[00:58:00] <owhite> I created a custom circuit board that interfaces with the mesa card, and I assumed I could control the pins that have step/gen signals. From poking around the docs it looks like the default pin settings for the 5i20 is set up in this file:
[00:58:28] <owhite> SVST8_4.PIN
[00:58:37] <owhite> My question is, in order to change the usage of the pins, do I need to recompile the firmware that is loaded on the board, or could I just modify this file and new pins would be used at run time?
[00:59:03] <andypugh> Not as such, that file simply tells you, the human, what pin is which. The pon mapping is actually defined by the .bit file
[00:59:34] <andypugh> If you want to move pins around you need to recompile the bitfile.
[00:59:39] <owhite> who says I'm human - on the internet no one can tell that your a dog.
[00:59:40] -!- rob_h has quit [Ping timeout: 265 seconds]
[00:59:59] <owhite> is there documentation on recompiling the bitfile?
[01:00:00] <andypugh> But.. If you don't need all the steppers, you can turn some off, and use their pins as GPIO.
[01:01:11] <cradek> pcw is quick at building custom firmwares, but I'd change wiring if at all possible, so you can continue to use one of the standard ones.
[01:01:38] <andypugh> To see this in action halrun // loadrt hostmot2 // loadrt hm2_pci confif="firmware=hm2/5i20/STSV8.4.bit" // exit // dmesg
[01:01:41] <owhite> it's not that I need more GPIO or need to turn off the steppers, the issue is that I have to control the exact pins on the 5i20 that have step/dir (and also pwm) functions.
[01:02:16] <owhite> cradek: sorry, is pcw a user, or a program?
[01:02:21] <andypugh> Ah, it might have been easier to make the hardware suit the bitfile.
[01:02:26] <cradek> heh, he's a guy, I've even met him.
[01:02:34] <cradek> I figured for a long time he was a robot, but no.
[01:02:57] <cradek> in only two tries can you get your board made in such a way that you can use the standard bitfile? that's going to be less painful in the long run I suspect.
[01:03:05] <owhite> andy: I know. I blew it. I even came on here and asked if I the pin assignment was constrained, and I tried to do the research to check, but I thought it would be okay.
[01:03:31] <cradek> I'm happy when it only takes two tries to make something come out right...
[01:03:35] <owhite> kind of bites because I already had my pcb made.
[01:03:51] -!- almccon has quit [Quit: Leaving.]
[01:03:59] <owhite> yeah so far I havent found any other errors in the pcb. so this is strike one.
[01:04:27] <cradek> how different is it? I've rearranged ribbon cables before in similar situations
[01:04:38] <cradek> you know, disassemble and twist part of it, etc
[01:04:59] -!- y3pp3r has quit [Ping timeout: 265 seconds]
[01:05:01] -!- reksio1 has quit [Quit: Leaving]
[01:05:08] <owhite> hm. I could think about that. I take it recompiling is prohibitively complicated?
[01:05:14] <andypugh> If you want to make your own bitfiles (and I have managed to do it, so it can't be that hard) have a look at : http://git.linuxcnc.org/gitweb?p=hostmot2-firmware.git;a=tree;h=3e97b6f53ad38c8cd05db36da8b888e5b7ac3850;hb=3e97b6f53ad38c8cd05db36da8b888e5b7ac3850
[01:05:22] <andypugh> Specifically the "README"
[01:05:51] <cradek> I've never done it. it takes many gigabytes worth of downloads which is enough to turn me off.
[01:06:39] <owhite> what is pcw's favorite type of pizza?
[01:06:59] <andypugh> This is the file you would need to edit to move the pin allocations. http://git.linuxcnc.org/gitweb?p=hostmot2-firmware.git;a=blob;f=PIN_SVST8_4_72.vhd;h=7c46fb0222b4694147b10c3f7b4771cf0057efa3;hb=3e97b6f53ad38c8cd05db36da8b888e5b7ac3850
[01:07:35] <andypugh> Just moving pins isn't that hard, the problem is getting the compile environment set up.
[01:07:54] <owhite> I hear that.
[01:09:44] <andypugh> The readme describes what you need to work with that particular (very outdated) repository.
[01:10:30] <andypugh> But the 5i20 is an old card (still current, but old) so is fully supported by that repositpry and the version of webkit that it recommends.
[01:10:59] <owhite> one last question - if I ask a friend to make the firmware, he succeeds in compiling it, would I be able to use the firmware on my environment? The execution environment of the firmware is different than compilation environment of the firmware?
[01:14:19] -!- toastydeath has quit [Ping timeout: 252 seconds]
[01:15:16] -!- krusty_ar has quit [Read error: Connection reset by peer]
[01:17:36] -!- gambakufu has quit [Read error: Connection reset by peer]
[01:18:29] <andypugh> The bitfile runs on the FPGA, so it is always cross-compiled anyway.
[01:19:04] <andypugh> I have a virtual machine with a working Hostmot2 compile environment on it somewhere.
[01:19:11] <owhite> right, but the compile happens on the desktop?
[01:19:22] <owhite> oh wow, that'd be useful.
[01:19:27] <andypugh> Yes, or in a Linux VM in my case
[01:24:52] -!- krusty_ar has quit [Read error: Connection reset by peer]
[01:28:43] <andypugh> Unfortunately the VM is 54GB, so it isn't something I could email out...
[01:29:48] <Tom_itx> it's not too difficult to roll your own bit files
[01:30:55] <andypugh> I just made a 5i23 verison of SVST8_4, so it seems that the system still works.
[01:31:07] <andypugh> Took about 10 minuts.
[01:31:22] <Tom_itx> what does he want to change?
[01:32:16] <andypugh> Pin locations
[01:32:38] <Tom_itx> that's it?
[01:32:44] <andypugh> Yes.
[01:32:46] <Tom_itx> no function scramble?
[01:33:09] <andypugh> As I said, compiling the firmwares is not all that hard, but setting up the system to do it can be.
[01:33:57] <Tom_itx> time consuming getting the software
[01:34:56] <owhite> hey folks.
[01:35:37] <owhite> tom - the only thing I want to do is change the pins used for step/gen and pwm
[01:36:41] -!- atom1 [atom1!~tom@ip68-102-192-239.ks.ok.cox.net] has joined #linuxcnc-devel
[01:36:41] -!- atom1 has quit [Changing host]
[01:36:41] -!- atom1 [atom1!~tom@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[01:37:07] <atom1> which bit file are you looking at?
[01:37:43] <owhite> http://git.linuxcnc.org/gitweb?p=hostmot2-firmware.git;a=blob;f=PIN_SVST8_4_72.vhd;h=7c46fb0222b4694147b10c3f7b4771cf0057efa3;hb=3e97b6f53ad38c8cd05db36da8b888e5b7ac3850
[01:38:16] <Tom_itx> PIN_SVST8_4_72 ?
[01:39:03] <owhite> yeah I believe so.
[01:41:00] <atom1> looks like the whole of the second connector is set up for stepgen
[01:43:34] <atom1> do you know what pins you would like to move?
[01:52:07] <andypugh> Night all
[01:52:15] <atom1> later andy
[01:52:30] -!- andypugh has quit [Quit: andypugh]
[01:53:31] <owhite> ski-dattling. Thanks to everyone, as always.
[01:53:36] -!- owhite has quit [Remote host closed the connection]
[02:01:03] -!- Valen has quit [Read error: No route to host]
[02:11:42] -!- atom1 has quit [Quit: Leaving]
[02:13:01] -!- sumpfralle1 has quit [Ping timeout: 246 seconds]
[02:15:14] -!- FreezingCold has quit [Read error: Connection reset by peer]
[02:16:05] -!- Lathe_newbie| has quit [Read error: Connection reset by peer]
[02:19:07] -!- syyl- has quit [Read error: Connection reset by peer]
[02:19:37] -!- c-bob has quit [Read error: Operation timed out]
[02:21:13] -!- pjm_ has quit [Read error: Connection reset by peer]
[02:21:49] c-bob is now known as c-bob|afk
[02:22:48] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[02:23:03] <KGB-linuxcnc> 03Dewey Garrett 05master 96762c7 06linuxcnc 10src/emc/rs274ngc/interp_convert.cc 10src/emc/rs274ngc/interp_read.cc 10src/emc/rs274ngc/rs274ngc_return.hh interp: show number of erroneous user m code * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=96762c7
[02:23:03] <KGB-linuxcnc> 03Dewey Garrett 05master 7a30619 06linuxcnc 10nc_files/M101 M101 example: print file location to stdout * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7a30619
[02:41:42] -!- FreezingAlt has quit [Read error: Connection reset by peer]
[02:53:06] -!- patrickarlt has quit [Remote host closed the connection]
[02:58:23] -!- patrickarlt has quit [Ping timeout: 260 seconds]
[02:58:45] -!- toastydeath has quit [Read error: Connection reset by peer]
[03:01:11] -!- amiri has quit [Ping timeout: 260 seconds]
[03:18:17] -!- garfong has quit [Quit: Leaving]
[03:21:38] -!- FreezingCold has quit [Read error: Connection reset by peer]
[03:22:15] -!- gazprom has quit [Quit: leaving]
[03:27:55] -!- FreezingAlt has quit [Ping timeout: 246 seconds]
[03:38:28] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[03:42:58] -!- tchaddad has quit [Remote host closed the connection]
[03:42:59] -!- Valen has quit [Quit: Leaving.]
[03:57:16] -!- wboykinm has quit [Remote host closed the connection]
[03:58:03] -!- AR_ has quit [Ping timeout: 245 seconds]
[03:59:48] -!- terabyte- has quit [Quit: terabyte-]
[04:16:42] -!- cmorley has quit [Read error: Connection reset by peer]
[04:17:17] -!- cmorley [cmorley!~chris@S0106204e7f8c229b.no.shawcable.net] has joined #linuxcnc-devel
[04:20:24] -!- skorasaurus has quit [Ping timeout: 252 seconds]
[04:25:47] -!- joe9 has quit [Remote host closed the connection]
[04:35:17] -!- FreezingCold has quit [Ping timeout: 248 seconds]
[04:37:56] <seb_kuzminsky> i pushed a new rtai-modules deb to w.l.o, it just adds some missing package metadata to let ubc compile
[04:48:30] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc-devel
[05:05:19] -!- R2E4_ has quit [Ping timeout: 260 seconds]
[05:24:25] -!- dmz_ has quit [Read error: Connection reset by peer]
[05:30:25] -!- ve7it has quit [Remote host closed the connection]
[05:35:08] -!- terabyte- has quit [Quit: terabyte-]
[05:49:29] -!- dhoovie has quit [Read error: Connection reset by peer]
[06:00:15] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb e214b50 06linuxcnc 10debian/rules.in rules.in: drop the self-remaking parts * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=e214b50
[06:00:15] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb bea5f58 06linuxcnc 10debian/rules.in rules.in: remove unused python_version * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=bea5f58
[06:00:15] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 880a505 06linuxcnc 10debian/rules.in rules.in: dont need to care about BUILD_SYS * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=880a505
[06:00:17] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 2ff33ab 06linuxcnc 10src/Makefile install the "realtime" script in /etc/init.d, not /usr/bin * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=2ff33ab
[06:00:21] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 279d58e 06linuxcnc 10(10 files) deb: new debian/configure and debian/control* * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=279d58e
[06:00:25] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb c31376e 06linuxcnc 10debian/control.in deb: get rid of ancient Provides in control * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c31376e
[06:03:39] -!- Fox_Muldr has quit [Ping timeout: 260 seconds]
[06:07:04] -!- hashfail has quit [Changing host]
[06:25:35] <linuxcnc-build> build #1678 of lucid-rtai-i386-clang is complete: Failure [4failed configure-debian-control compile] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/lucid-rtai-i386-clang/builds/1678 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[06:33:38] <linuxcnc-build> build #1682 of hardy-amd64-sim is complete: Failure [4failed configure-debian-control configuring configure] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/hardy-amd64-sim/builds/1682 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[06:39:08] <linuxcnc-build> build #1680 of hardy-i386-sim is complete: Failure [4failed configure-debian-control configuring configure] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/hardy-i386-sim/builds/1680 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[06:48:34] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb c88de3b 06linuxcnc 10debian/configure ugh, accept -a to mean -r... * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=c88de3b
[07:00:27] -!- kwallace1 [kwallace1!~kwallace@smb-48.sonnet.com] has parted #linuxcnc-devel
[07:06:45] -!- The_Ball has quit [Ping timeout: 248 seconds]
[07:10:49] <linuxcnc-build> build #1682 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1682 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[07:14:25] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 1838870 06linuxcnc 10debian/configure oops, detect rtpreempt correctly * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1838870
[07:19:01] -!- archivist_herron has quit [Ping timeout: 272 seconds]
[07:25:54] <linuxcnc-build> build #1683 of hardy-amd64-sim is complete: Failure [4failed configure-debian-control configuring configure] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/hardy-amd64-sim/builds/1683 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[07:26:32] <linuxcnc-build> build #1681 of hardy-i386-sim is complete: Failure [4failed configure-debian-control configuring configure] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/hardy-i386-sim/builds/1681 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[07:26:39] <linuxcnc-build> build #788 of precise-x86-xenomai-rip is complete: Failure [4failed apt-get-update install-missing-build-dependencies] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/precise-x86-xenomai-rip/builds/788 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[07:30:19] -!- tchaddad has quit [Remote host closed the connection]
[07:56:51] -!- Komzpa has quit [Remote host closed the connection]
[08:02:21] <linuxcnc-build> build #1683 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1683 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[08:02:37] <linuxcnc-build> build #60 of wheezy-amd64-rtpreempt-rip is complete: Failure [4failed install-missing-build-dependencies] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/wheezy-amd64-rtpreempt-rip/builds/60 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[08:04:46] -!- mle has quit [Ping timeout: 246 seconds]
[08:05:07] -!- R2E4_ has quit [Ping timeout: 246 seconds]
[08:17:37] <linuxcnc-build> build #1684 of hardy-amd64-sim is complete: Failure [4failed configure-debian-control configuring configure] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/hardy-amd64-sim/builds/1684 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[08:17:59] <linuxcnc-build> build #789 of precise-x86-xenomai-rip is complete: Failure [4failed apt-get-update install-missing-build-dependencies] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/precise-x86-xenomai-rip/builds/789 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[08:18:05] <linuxcnc-build> build #1682 of hardy-i386-sim is complete: Failure [4failed configure-debian-control configuring configure] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/hardy-i386-sim/builds/1682 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[08:19:46] -!- R2E4 has quit [Read error: Connection reset by peer]
[08:22:39] -!- gimps has quit []
[08:28:06] -!- rob_h [rob_h!~robh@2.223.245.187] has joined #linuxcnc-devel
[08:50:57] <KGB-linuxcnc> 03Chris Morley 05master cfbe52f 06linuxcnc 10debian/linuxcnc.files.in 10src/Makefile stepconf -fix stepconf mising files in installed systems. * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=cfbe52f
[08:54:49] <linuxcnc-build> build #1684 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1684 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[09:08:03] -!- Komzpa has quit [Read error: Connection reset by peer]
[09:08:56] -!- heathmanc has quit [Ping timeout: 272 seconds]
[09:48:23] -!- uw has quit [Quit: Leaving]
[10:05:22] -!- mozmck has quit [Read error: Operation timed out]
[10:06:43] -!- mozmck [mozmck!~moses@client-67.210.159.209.dfwtx.partnershipbroadband.com] has joined #linuxcnc-devel
[10:07:10] -!- JT-Shop has quit [Read error: Connection reset by peer]
[10:07:36] -!- JT-Shop [JT-Shop!~john@75.106.20.181] has joined #linuxcnc-devel
[10:18:49] -!- maximilian_h [maximilian_h!~bonsai@p549DDE7E.dip0.t-ipconnect.de] has joined #linuxcnc-devel
[10:22:50] -!- b_b has quit [Changing host]
[10:31:46] -!- sumpfralle has quit [Read error: Operation timed out]
[10:34:41] -!- kludge` has quit [Ping timeout: 252 seconds]
[10:36:45] -!- dnaleromj has quit [Quit: Dang. Where did dnaleromj's computer go?]
[10:52:25] md2 is now known as Guest68411
[10:53:07] -!- md-2 has quit [Read error: Connection reset by peer]
[10:57:09] -!- Guest68411 has quit [Ping timeout: 272 seconds]
[11:07:32] ybon- is now known as ybon
[11:08:14] -!- skunkworks has quit [Remote host closed the connection]
[11:12:33] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[11:15:53] -!- phillipadsmith has quit [Ping timeout: 272 seconds]
[11:15:58] -!- PCW has quit [Remote host closed the connection]
[11:26:01] -!- mle has quit [Ping timeout: 246 seconds]
[11:35:33] -!- jepler has quit [Ping timeout: 245 seconds]
[11:37:36] -!- lbl has quit [Quit: lbl]
[11:48:03] -!- balestrino has quit [Ping timeout: 260 seconds]
[11:50:17] -!- jepler [jepler!~jepler@emc/developer/pdpc.professional.jepler] has joined #linuxcnc-devel
[11:55:03] -!- jepler has quit [Ping timeout: 265 seconds]
[12:00:27] -!- jepler [jepler!~jepler@emc/developer/pdpc.professional.jepler] has joined #linuxcnc-devel
[12:13:03] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[12:18:45] -!- MarkusBec has quit [Ping timeout: 248 seconds]
[12:19:17] -!- toxx has quit [Ping timeout: 248 seconds]
[12:20:53] -!- The_Ball has quit [Read error: Connection reset by peer]
[13:02:17] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[13:06:00] -!- tinkerer [tinkerer!~tinkerer@mail.play-pla.net] has joined #linuxcnc-devel
[13:14:18] -!- md-2 has quit [Remote host closed the connection]
[13:19:36] -!- md-2 has quit [Ping timeout: 276 seconds]
[13:41:15] -!- lbl has quit [Quit: lbl]
[13:49:51] -!- md-2 has quit [Ping timeout: 260 seconds]
[13:53:39] -!- jfrmilner_ has quit [Quit: bye]
[13:59:38] -!- heathmanc has quit [Ping timeout: 272 seconds]
[14:01:29] -!- kiw has quit [Ping timeout: 252 seconds]
[14:07:51] -!- jfrmilner has quit [Quit: bye]
[14:09:18] -!- balestrino has quit [Ping timeout: 245 seconds]
[14:13:37] -!- amiri_ has quit [Read error: Connection reset by peer]
[14:14:50] -!- heathmanc has quit [Ping timeout: 272 seconds]
[14:22:05] -!- copec has quit [Excess Flood]
[14:32:34] -!- heathmanc has quit [Ping timeout: 272 seconds]
[14:42:52] -!- maximilian_h1 [maximilian_h1!~bonsai@pD9585A28.dip0.t-ipconnect.de] has joined #linuxcnc-devel
[14:44:43] -!- maximilian_h has quit [Ping timeout: 245 seconds]
[15:02:52] -!- krusty_ar has quit [Ping timeout: 252 seconds]
[15:07:05] -!- Demiurge has quit [Ping timeout: 245 seconds]
[15:19:36] -!- dimas has quit [Remote host closed the connection]
[15:21:54] -!- psha [psha!~psha@213.208.162.67] has joined #linuxcnc-devel
[15:22:13] -!- skorasaurus has quit [Ping timeout: 248 seconds]
[15:37:38] -!- kwallace [kwallace!~kwallace@smb-79.sonnet.com] has joined #linuxcnc-devel
[15:43:09] -!- dway has quit [Quit: NOOOOOOooooooooo……]
[15:47:18] -!- heathmanc has quit [Ping timeout: 272 seconds]
[15:50:04] -!- toastydeath has quit [Read error: Connection reset by peer]
[15:52:51] -!- krusty_ar has quit [Ping timeout: 252 seconds]
[16:03:05] -!- maximilian_h1 [maximilian_h1!~bonsai@pD9585A28.dip0.t-ipconnect.de] has parted #linuxcnc-devel
[16:06:56] -!- heathmanc_ has quit [Ping timeout: 272 seconds]
[16:10:47] -!- mle has quit [Ping timeout: 260 seconds]
[16:20:34] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb a348a6f 06linuxcnc 10debian/configure deb configure: use python 2.5 syntax for Hardy * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=a348a6f
[16:20:35] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 5b36cc6 06linuxcnc 10debian/configure deb configure: remove some notes to myself * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=5b36cc6
[16:21:03] <linuxcnc-build> build #62 of wheezy-amd64-rtpreempt-rip is complete: Failure [4failed install-missing-build-dependencies] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/wheezy-amd64-rtpreempt-rip/builds/62 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[16:25:02] -!- joe9 has quit [Remote host closed the connection]
[16:28:28] -!- krusty_ar has quit [Ping timeout: 245 seconds]
[16:37:18] <linuxcnc-build> build #791 of precise-x86-xenomai-rip is complete: Failure [4failed apt-get-update install-missing-build-dependencies] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/precise-x86-xenomai-rip/builds/791 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[16:38:15] -!- cwmma has quit [Ping timeout: 272 seconds]
[16:38:15] cwmma__ is now known as cwmma
[16:39:47] -!- cwmma_ has quit [Ping timeout: 272 seconds]
[16:43:40] -!- heathmanc has quit [Ping timeout: 272 seconds]
[17:01:56] -!- motioncontrol has quit [Client Quit]
[17:02:30] -!- FreezingCold has quit [Ping timeout: 245 seconds]
[17:06:40] <seb_kuzminsky> cmorley: i gave you bad advise on the mailing list
[17:07:27] <seb_kuzminsky> i think it's a bad idea to add a switch to turn the docs on/off in the debs, but if you really wanted to do that, you can't do it with the files trick i mentioned
[17:07:54] <seb_kuzminsky> the docs are in separate packages, you'd need to enable/disable the building of those whole packages
[17:08:08] <seb_kuzminsky> which means modifying the debian/control file based on debian/configure arguments
[17:08:18] <seb_kuzminsky> still doable, not hard, but i think it's the wrong direction to go in
[17:08:21] -!- patrickarlt has quit [Ping timeout: 248 seconds]
[17:09:25] <cradek> if you want to test building packages, building an unusual and different package isn't a good test
[17:14:25] -!- terabyte- has quit [Quit: terabyte-]
[17:14:34] -!- thomaslindstr_m has quit [Quit: Leaving...]
[17:14:40] <linuxcnc-build> build #1686 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1686 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[17:18:53] -!- joe9 has quit [Remote host closed the connection]
[17:18:55] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 92b1cdb 06linuxcnc 10debian/.gitignore 10debian/configure 03debian/control.rtpreempt.in 03debian/linuxcnc-rtpreempt.files deb: add control & files for rtpreempt flavor * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=92b1cdb
[17:18:55] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb d92f0df 06linuxcnc 10debian/.gitignore deb: dont ignore package-dirs we no longer build * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=d92f0df
[17:18:56] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 04b3bae 06linuxcnc 10debian/.gitignore deb: ignore package dirs for posix & rtai flavors * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=04b3bae
[17:19:14] <linuxcnc-build> build #63 of wheezy-amd64-rtpreempt-rip is complete: Failure [4failed install-missing-build-dependencies] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/wheezy-amd64-rtpreempt-rip/builds/63 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[17:19:29] <seb_kuzminsky> ffffuuuuuuuuuu
[17:21:09] <seb_kuzminsky> oh, misconfigured buildslave
[17:22:15] <seb_kuzminsky> linuxcnc-build: force build --branch=seb/ubc3-deb wheezy-amd64-rtpreempt-rip
[17:22:29] <linuxcnc-build> The build has been queued, I'll give a shout when it starts
[17:22:34] <linuxcnc-build> build #64 forced
[17:22:34] <linuxcnc-build> I'll give a shout when the build finishes
[17:22:48] <linuxcnc-build> build #64 of wheezy-amd64-rtpreempt-rip is complete: Failure [4failed install-missing-build-dependencies] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/wheezy-amd64-rtpreempt-rip/builds/64
[17:24:23] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[17:24:56] <seb_kuzminsky> linuxcnc-build: force build --branch=seb/ubc3-deb wheezy-amd64-rtpreempt-rip
[17:25:16] <linuxcnc-build> The build has been queued, I'll give a shout when it starts
[17:25:23] <linuxcnc-build> build #65 forced
[17:25:23] <linuxcnc-build> I'll give a shout when the build finishes
[17:31:39] -!- Komzpa has quit [Remote host closed the connection]
[17:34:12] <linuxcnc-build> build #792 of precise-x86-xenomai-rip is complete: Failure [4failed apt-get-update install-missing-build-dependencies] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/precise-x86-xenomai-rip/builds/792 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[17:44:06] -!- dway has quit [Read error: No route to host]
[17:44:53] -!- ve7it has quit [Remote host closed the connection]
[17:55:37] -!- rob_h has quit [Ping timeout: 252 seconds]
[17:56:08] <linuxcnc-build> Hey! build wheezy-amd64-rtpreempt-rip #65 is complete: Warnings [8warnings compile]
[17:56:08] <linuxcnc-build> Build details are at http://buildbot.linuxcnc.org/buildbot/builders/wheezy-amd64-rtpreempt-rip/builds/65
[18:01:09] -!- b_b has quit [Changing host]
[18:09:21] -!- patricka_ has quit [Remote host closed the connection]
[18:10:38] -!- skorasaurus has quit [Ping timeout: 272 seconds]
[18:11:15] -!- rob_h [rob_h!~robh@2.223.245.187] has joined #linuxcnc-devel
[18:11:40] -!- amiri has quit [Quit: leaving]
[18:11:57] <linuxcnc-build> build #1687 of checkin is complete: Failure [4failed] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1687 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[18:20:20] -!- md-2 has quit [Remote host closed the connection]
[18:27:25] -!- arvidkahl has quit [Ping timeout: 246 seconds]
[18:28:31] -!- inventor42 has quit [Ping timeout: 252 seconds]
[18:29:01] -!- md-2 has quit [Ping timeout: 272 seconds]
[18:29:03] -!- rob_h has quit [Ping timeout: 252 seconds]
[18:29:03] -!- aude has quit [Ping timeout: 252 seconds]
[18:29:49] -!- rob_h [rob_h!~robh@2.223.245.187] has joined #linuxcnc-devel
[18:32:02] <seb_kuzminsky> linuxcnc-build: force build --branch=seb/ubc3-deb checkin
[18:32:03] <linuxcnc-build> build forced [ETA 1h41m14s]
[18:32:03] <linuxcnc-build> I'll give a shout when the build finishes
[18:32:16] <seb_kuzminsky> hold my beer and watch this
[18:32:50] -!- alex_joni has quit [Remote host closed the connection]
[18:33:12] <archivist> drink the beer, holding it makes it warm
[18:37:24] -!- alex_joni [alex_joni!~alex_joni@emc/board-of-directors/alexjoni] has joined #linuxcnc-devel
[18:37:24] -!- mode/#linuxcnc-devel [+v alex_joni] by ChanServ
[18:41:17] -!- terabyte- has quit [Quit: terabyte-]
[18:52:05] -!- arvidkahl has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
[18:56:35] -!- md-2 has quit [Ping timeout: 272 seconds]
[18:58:20] -!- asdfasd has quit [Ping timeout: 245 seconds]
[18:59:33] -!- shurshur has quit [Ping timeout: 276 seconds]
[18:59:52] -!- patrickarlt has quit [Read error: Connection reset by peer]
[19:00:51] -!- tjtr33 has quit [Ping timeout: 276 seconds]
[19:08:36] -!- syyl_ws has quit [Quit: Verlassend]
[19:14:01] -!- andypugh [andypugh!~andy2@cpc14-basl11-2-0-cust436.20-1.cable.virginm.net] has joined #linuxcnc-devel
[19:16:07] <andypugh> pcw_home: I seem to be able to make 5i23 bitfiles easily. But Not 5i20 bitfiles. Is it possible that my version of the ISE is too new for the 5i20?
[19:19:01] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[19:19:32] <seb_kuzminsky> andypugh: 5i20 builds with ise 10 or earlier
[19:19:54] <seb_kuzminsky> ISE 10 is the last one that supports the Spartan2 FPGA (in the 5i20 and 4i65)
[19:20:04] <andypugh> I am not convinced that I can be bothered to install that as well as the 13.4 that I have
[19:20:23] <pcw_home> Yes I use 9.2 for Spartan2
[19:20:43] <seb_kuzminsky> andypugh: do you know about the hostmot2 firmware buildbot? it has both versions of ise
[19:20:44] <pcw_home> Is this for owhite?
[19:20:49] <andypugh> Yes
[19:21:04] -!- tmcw has quit [Remote host closed the connection]
[19:21:10] <andypugh> No, I was not aware of a Hostmot2 buildbot
[19:21:13] <pcw_home> I was not convinced that he understood that all pins could be GPIO
[19:21:24] <seb_kuzminsky> http://buildbot.linuxcnc.org/hm2-buildbot/waterfall
[19:21:53] <seb_kuzminsky> if you push a branch to the hostmot2 git repo (http://git.linuxcnc.org/gitweb?p=hostmot2-firmware.git;a=summary) it'll build firmware debs for you
[19:21:58] <seb_kuzminsky> bbl
[19:22:05] <andypugh> He wants a funny layout of the existing functions; http://www.pastebin.ca/2544199
[19:24:41] <pcw_home> OK, wonder if he really wants the stepgen table outputs on P4?
[19:26:35] <andypugh> He seems to have doubled-up the pins for the stepgens?
[19:27:52] <pcw_home> I dont see that, just a bunch of table only pins on GPIO 48..71
[19:28:25] <pcw_home> (and stepgen 03 )
[19:30:02] <andypugh> Oh, yes. Strange chap
[19:32:50] <pcw_home> will he lose the table only pins if the stepgens are enabled? not sure what your new table mode stuff does
[19:33:22] <pcw_home> (lose them as GPIO I mean)
[19:38:37] <linuxcnc-build> build #14 of deb-precise-xenomai-binary-x86 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-x86/builds/14
[19:38:38] <linuxcnc-build> build #14 of deb-precise-xenomai-binary-amd64 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-amd64/builds/14
[19:40:20] <linuxcnc-build> build #14 of deb-precise-rtpreempt-binary-x86 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-x86/builds/14
[19:40:25] <linuxcnc-build> build #14 of deb-precise-rtpreempt-binary-amd64 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-amd64/builds/14
[19:42:56] -!- ekolojik has quit [Changing host]
[19:43:24] -!- motioncontrol has quit [Client Quit]
[19:45:36] -!- mhaberler [mhaberler!~mhaberler@macbook.stiwoll.mah.priv.at] has joined #linuxcnc-devel
[19:49:05] -!- Connor has quit [Read error: No route to host]
[19:50:59] <mhaberler> seb_kuzminsky: re the threads.0/posix occasional failure: see https://github.com/mhaberler/linuxcnc/commit/30301356cab8bb17122de6a59bcc65a28b5981a5
[19:51:21] <linuxcnc-build> build #6 of deb-wheezy-rtpreempt-binary-amd64 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-wheezy-rtpreempt-binary-amd64/builds/6
[19:53:04] <linuxcnc-build> Hey! build checkin #1688 is complete: Success [3build successful]
[19:53:04] <linuxcnc-build> Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1688
[19:58:15] <linuxcnc-build> build #135 of deb-precise-rt-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rt-binary-i386/builds/135
[19:58:45] <andypugh> pcw_home: Good question, and one I don't know the answer to.
[19:58:50] <andypugh> (But should)
[20:00:40] <pcw_home> I think its too late by the time you set hal parameters to setup the GPIO wiring
[20:01:08] <pcw_home> (we its doable but probably not worth it)
[20:01:51] <pcw_home> so I suspect tha he may want to turn those table pins on P4 into plain old GPIO
[20:05:16] -!- skorasaurus2 has quit [Ping timeout: 272 seconds]
[20:11:12] <Tom_itx> what project file do you select for the 5i20 since i didn't see a fivei20.xise?
[20:11:55] <Tom_itx> (i was looking at it last night as well right before he left)
[20:13:12] <Tom_itx> andypugh, i have a howto for 9.2 as well
[20:13:28] <pcw_home> since the project file is for an earlier version is a .ise file, not .xise
[20:13:36] <pcw_home> it is
[20:14:07] <linuxcnc-build> build #1301 of deb-lucid-rt-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-lucid-rt-binary-i386/builds/1301
[20:14:23] <Tom_itx> pretty sure i still have 9.2 installed somewhere...
[20:14:40] <pcw_home> thats the one I use
[20:14:56] -!- mozmck has quit [Read error: Connection reset by peer]
[20:14:57] -!- patrickarlt has quit [Remote host closed the connection]
[20:14:59] <pcw_home> (pre broken column mode in editor)
[20:15:13] <Tom_itx> although i don't know what it is he wanted
[20:15:22] <pcw_home> broken in 10 or 11 and never fixed
[20:15:51] <pcw_home> http://www.pastebin.ca/2544199
[20:16:27] <pcw_home> though I think he really does not want those table only pins on P4
[20:17:38] <Tom_itx> is that his file or one you did for him?
[20:17:45] <pcw_home> His
[20:18:16] <Tom_itx> did he change the number of pwmgen or stepgen or just rearrange them?
[20:18:42] <Tom_itx> from what i remember he just moved them around
[20:20:37] <pcw_home> I would replace lines 169 through 180 with just GPIO
[20:22:01] <Tom_itx> i think the original file had that whole section as stepgentag
[20:22:32] -!- atom1 [atom1!~tom@ip68-102-192-239.ks.ok.cox.net] has joined #linuxcnc-devel
[20:22:32] -!- atom1 has quit [Changing host]
[20:22:32] -!- atom1 [atom1!~tom@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[20:22:40] <pcw_home> yes but that may cause pain and suffering with master
[20:22:57] <atom1> oh, is he running master?
[20:24:41] <pcw_home> dont know
[20:24:43] <pcw_home> andypugh maybe the stepgen table option needs a config line token to enable or all the configs with unused table pins may cause trouble
[20:25:00] <pcw_home> (and there are many)
[20:27:26] -!- zzolo has quit [Ping timeout: 272 seconds]
[20:28:34] <seb_kuzminsky> jepler: our debian package has always explicitly specified the tcl/tk version to use, and it varies by distribution (hardy gets 8.4, everything else gets 8.5)
[20:29:20] <seb_kuzminsky> but only on lucid does the version we depend on differ from the default version on that distro
[20:29:33] <jepler> seb_kuzminsky: by all means, make it better
[20:29:51] <seb_kuzminsky> can you think of a reason not to depend on 'tcl' instead of 'tcl@TCLTK_VERSION' on non-lucid distros? i think you just said go for it
[20:29:52] <jepler> I'm not aware of a deep reason it was that way
[20:29:56] <seb_kuzminsky> ok
[20:30:04] <seb_kuzminsky> thats' what it seemed like to me too, just wanted to check
[20:32:12] -!- mozmck [mozmck!~moses@client-67.210.159.209.dfwtx.partnershipbroadband.com] has joined #linuxcnc-devel
[20:39:43] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb fe6d677 06linuxcnc 10debian/rules.in deb/rules.in: dont use cpio when cp will do * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=fe6d677
[20:44:13] <seb_kuzminsky> linuxcnc-build: watch checkin
[20:44:13] <linuxcnc-build> watching build checkin #1689 until it finishes [1h26m43s]..
[20:45:42] -!- motioncontrol has quit [Quit: Sto andando via]
[20:47:32] -!- skunkworks has quit [Quit: Leaving]
[20:51:22] <andypugh> pcw_home: Folk get as many pins as are allocated in the bitfile. I can't think of a compatible way to specify the table width in the config line.
[20:51:51] <andypugh> But my impression is that most configs in use have close-packed 2-pin stepgens.
[20:54:52] -!- heathmanc_ has quit [Changing host]
[20:55:18] -!- micges [micges!~captain_p@ewx181.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[20:56:07] -!- jbr has quit [Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310]]
[20:57:18] -!- psha has quit [Quit: Lost terminal]
[21:18:33] -!- atom1 has quit [Quit: Leaving]
[21:45:02] -!- sirdancealo2 has quit [Ping timeout: 252 seconds]
[21:46:38] <linuxcnc-build> build #15 of deb-precise-xenomai-binary-amd64 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-amd64/builds/15 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[21:46:54] <linuxcnc-build> build #15 of deb-precise-xenomai-binary-x86 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-x86/builds/15 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[21:47:24] <linuxcnc-build> build #15 of deb-precise-rtpreempt-binary-x86 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-x86/builds/15 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[21:47:29] <linuxcnc-build> build #15 of deb-precise-rtpreempt-binary-amd64 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-amd64/builds/15 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[21:49:43] -!- Loetmichel has quit [Ping timeout: 246 seconds]
[21:52:06] Cylly is now known as Loetmichel
[21:53:00] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[21:59:28] -!- spatialbrew has quit [Remote host closed the connection]
[21:59:31] -!- almccon has quit [Quit: Leaving.]
[22:00:29] <linuxcnc-build> Hey! build checkin #1689 is complete: Success [3build successful]
[22:00:29] <linuxcnc-build> Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1689
[22:02:52] -!- jfire has quit [Quit: Leaving.]
[22:03:55] -!- FinboySlick has quit [Quit: Leaving.]
[22:05:11] <seb_kuzminsky> first ubc3 debs are up on the buildbot
[22:05:27] <linuxcnc-build> build #136 of deb-precise-rt-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rt-binary-i386/builds/136 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[22:07:39] <seb_kuzminsky> they don't install yet, and they're probably all broken in other ways, but it's a start
[22:16:02] -!- Deejay has quit [Quit: bye]
[22:16:26] -!- mhaberler has quit [Quit: mhaberler]
[22:21:17] <linuxcnc-build> build #1302 of deb-lucid-rt-binary-i386 is complete: Failure [4failed shell_3] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-lucid-rt-binary-i386/builds/1302 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[22:21:26] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 601c53e 06linuxcnc 10debian/configure deb configure: rtai build-depends on rtai-modules * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=601c53e
[22:21:26] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/ubc3-deb 0fcc592 06linuxcnc 10debian/control.posix.in 10debian/control.rtai.in 10debian/control.rtpreempt.in deb control: relax the Conflicts * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=0fcc592
[22:22:03] -!- terabyte- has quit [Read error: Connection reset by peer]
[22:22:07] -!- ekolojik has quit [Quit: Konversation terminated!]
[22:23:26] -!- zzolo has quit [Quit: zzolo]
[22:23:47] -!- cwmma has quit [Quit: cwmma]
[22:40:02] -!- arvidkahl has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
[22:42:23] -!- chillly has quit [Quit: Leaving]
[22:50:05] -!- arvidkahl has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
[22:50:13] -!- syyl has quit [Ping timeout: 248 seconds]
[23:02:50] -!- tinkerer has quit [Quit: Leaving.]
[23:12:11] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[23:22:51] -!- almccon has quit [Read error: Connection reset by peer]
[23:23:15] -!- The_Ball has quit [Remote host closed the connection]
[23:24:17] -!- jfire has quit [Quit: Leaving.]
[23:29:31] -!- almccon has quit [Quit: Leaving.]
[23:37:15] <linuxcnc-build> build #16 of deb-precise-xenomai-binary-amd64 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-amd64/builds/16 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[23:37:15] <linuxcnc-build> build #16 of deb-precise-xenomai-binary-x86 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-xenomai-binary-x86/builds/16 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[23:38:42] <linuxcnc-build> build #16 of deb-precise-rtpreempt-binary-x86 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-x86/builds/16 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[23:38:50] <linuxcnc-build> build #16 of deb-precise-rtpreempt-binary-amd64 is complete: Failure [4failed apt-get-update shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/deb-precise-rtpreempt-binary-amd64/builds/16 blamelist: Sebastian Kuzminsky <seb@highlab.com>
[23:49:04] -!- FreezingCold has quit [Ping timeout: 246 seconds]
[23:55:16] -!- atom1 [atom1!~tom@ip68-102-192-239.ks.ok.cox.net] has joined #linuxcnc-devel
[23:55:16] -!- atom1 has quit [Changing host]
[23:55:16] -!- atom1 [atom1!~tom@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[23:57:37] -!- asdfasd has quit [Ping timeout: 252 seconds]