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

Back
[00:41:54] -!- skunkworks [skunkworks!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[00:48:48] tjb11 is now known as tjb1
[01:02:06] <linuxcnc-build> Hey! build checkin #1668 is complete: Success [3build successful]
[01:02:06] <linuxcnc-build> Build details are at http://buildbot.linuxcnc.org/buildbot/builders/checkin/builds/1668
[01:09:43] -!- printallthething has quit [Read error: Operation timed out]
[01:17:57] -!- djinni` has quit [Ping timeout: 248 seconds]
[01:25:28] <andypugh> Oh dear. I have a file that is making my compile fail. I suspect that the code I need is masked by an #ifdef. But the file has an awful lot of those. Does anyone know of a way to untangle them?
[01:25:51] <andypugh> My brain is too small to tag them internally
[01:28:58] <alex_joni> andypugh: unfortunately no.. except adding some obvious parse errors in there, and trying to compile
[01:30:08] <andypugh> How about if I just move the code I know i need to after the last #endif ?
[01:30:23] <alex_joni> that should work too :D
[01:30:53] <andypugh> (sadly not really an option as this might want to push upstream, and it is kernel code)
[01:34:11] <andypugh> http://pastebin.com/DMBetBdF I think something is "turning off" dma_alloc_writethrough
[01:35:38] <alex_joni> I don't see any ifdef's around it
[01:36:04] <alex_joni> except the #ifdef __KERNEL__
[01:36:21] <alex_joni> but I assume you compile with -D__KERNEL__
[01:36:49] <andypugh> No.
[01:37:02] <alex_joni> or from the kernel makefile then?
[01:37:25] <andypugh> I am not adding anything other than ARCH=arm
[01:38:15] <andypugh> I have compiled and run this kernel, but then I have run 3 xenomai patches.
[01:38:27] <alex_joni> if you compile a regular kernel and/or module it all does get added automatically
[01:38:43] <andypugh> And those patches might well introduce dependencies
[01:38:44] <alex_joni> can you pastebin them?
[01:39:13] <alex_joni> not that I'll spot anything at 4am.. but worth a shot :D
[01:39:27] <andypugh> I don't really know enough to understand your questions
[01:40:20] <andypugh> But, yes this git checkout compiles and makes a bootable kernel for the board in question.
[01:43:11] <andypugh> Since then I have applied an adeos-ipipe...pre.patch (partly manually as the kernel versions are not an exact match) then the "real" xenomai patch via the (prepare_kernel script) then I habe (partly manually) applied the adeos-ipipe...post.patch to get the kernel back to a compilable state (again, rather manually, as 70% of the changes were already there)
[01:45:43] <andypugh> The error is
[01:45:44] <andypugh> drivers/built-in.o: In function `fec_probe':
[01:45:45] <andypugh> bufp.c:(.devinit.text+0x4b04): undefined reference to `dma_alloc_noncacheable'
[01:45:47] -!- printallthething has quit [Quit: Leaving]
[01:46:43] <andypugh> (which doesn't do well on reporting complete paths)
[01:50:08] <Tom_itx> would grep help there?
[01:51:38] <andypugh> Maybe.
[01:52:12] <andypugh> ls -r | grep filename?
[01:52:46] <Tom_itx> you know more about linux than i, sir
[01:52:58] <andypugh> No, really, I don't
[01:53:09] <Tom_itx> umm i'm pretty confident of that
[01:53:29] <andypugh> You knew enough to suggest grep.
[01:53:44] <Tom_itx> i use grep on windows and use -flp alot
[01:53:54] <andypugh> I have no idea if ls even takes a -r switch
[01:54:02] <Tom_itx> recursive
[01:54:06] <Tom_itx> pretty sure
[01:54:09] <Tom_itx> or -R
[01:54:34] -!- atom1 [atom1!~tom@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[01:54:55] <andypugh> IMAC:Kernel_Unico andypugh$ ls -R | grep bufp.c
[01:54:56] <andypugh> bufp.c
[01:55:26] <andypugh> yes, thankyou. I was hoping for rather more of a clue as to where
[01:55:35] <atom1> good luck
[01:56:13] <andypugh> find is probably what I need.
[01:56:34] <andypugh> I hadn't made the mental switch out of Eclipse
[01:56:56] <Tom_itx> grep does good for finding lines in files
[02:00:32] <andypugh> That's a worry, buffp.c is a symlink
[02:01:59] <andypugh> I don't even want to think hoe #includes work through symlinks
[02:02:21] <andypugh> what path do they use? relative to which?
[02:03:33] <Tom_itx> i know little or nothing about simlinks
[02:03:40] <Tom_itx> other than they exhist
[02:04:32] <andypugh> This looks like a puzzle for another day.
[02:04:52] <andypugh> Night all
[02:04:57] <Tom_itx> ls -l will tell you
[02:04:59] <Tom_itx> where it points to
[02:05:07] -!- andypugh has quit [Quit: andypugh]
[02:13:49] -!- rob_h has quit [Ping timeout: 252 seconds]
[02:14:30] -!- owhite [owhite!~owhite@c-68-50-143-182.hsd1.md.comcast.net] has joined #linuxcnc-devel
[02:22:17] -!- c-bob|afk has quit [Ping timeout: 272 seconds]
[02:26:43] -!- amiri has quit [Ping timeout: 260 seconds]
[02:56:03] -!- owhite has quit [Remote host closed the connection]
[02:58:56] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[03:12:37] -!- skorasaurus has quit [Quit: WeeChat 0.4.2]
[03:14:46] -!- atom1 has quit [Quit: Leaving]
[03:27:23] Jeebiss is now known as Jeebs|AWAY
[03:50:38] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc-devel
[03:57:33] Jeebs|AWAY is now known as Jeebiss
[04:03:01] <skunkworks> I have never seen the issue where axis shows the new program but runs the old...
[04:03:19] <skunkworks> I have seen it where it will run the newly saved program without reloading..
[04:05:40] <Tom_itx> that doesn't sound so good
[04:18:45] -!- AR_ has quit [Ping timeout: 248 seconds]
[04:29:04] -!- uw has quit [Quit: Leaving]
[04:43:01] <seb_kuzminsky> skunkworks: i've never seen it either, and i often use the 'edit, reload' cycle
[04:43:43] <cradek> I fished for a real bug report
[04:43:46] <cradek> *sigh*
[04:44:41] <cradek> it's sure that if you update the file on disk and don't hit reload, the preview will be out of date
[04:52:51] -!- Jentrep has quit [Quit: Page closed]
[04:55:50] -!- Jeebiss has quit [Ping timeout: 245 seconds]
[05:16:51] <seb_kuzminsky> yeah that's unfortunate
[05:17:54] <seb_kuzminsky> when the user hits Run, axis could check if the mtime of the file differs from what it was the last time the file was loaded
[05:18:03] <seb_kuzminsky> and, um, warn or complain or something
[05:18:24] <seb_kuzminsky> or axis could stash away a copy of the file on Load, and pass the stashed file to Interp on Run
[05:20:56] <cradek> I'd rather it complain, I guess
[05:21:06] <cradek> but I wonder if that's what he's talking about.
[05:26:38] <seb_kuzminsky> yeah who know what he's talking about, he's sure not telling us
[05:32:21] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[05:55:52] -!- terabyte- has quit [Quit: terabyte-]
[05:58:20] -!- ries has quit [Quit: ries]
[06:02:57] -!- Fox_Muldr has quit [Ping timeout: 272 seconds]
[06:25:34] -!- FinboySlick has quit [Quit: Leaving.]
[07:00:27] -!- The_Ball has quit [Read error: Operation timed out]
[07:02:40] -!- cmorley [cmorley!~chris@S0106204e7f8c229b.no.shawcable.net] has joined #linuxcnc-devel
[07:03:31] -!- kwallace1 [kwallace1!~kwallace@tmb-227.sonnet.com] has joined #linuxcnc-devel
[07:03:31] -!- kwallace1 has quit [Client Quit]
[07:05:50] -!- kwallace has quit [Ping timeout: 245 seconds]
[07:14:41] -!- dnaleromj has quit [Quit: Computer has gone to sleep.]
[07:25:55] -!- archivist_herron has quit [Ping timeout: 272 seconds]
[07:38:52] -!- |1li_ has quit [Ping timeout: 245 seconds]
[07:42:14] -!- CaptHindsight has quit [Ping timeout: 264 seconds]
[07:42:38] -!- CaptHindsight [CaptHindsight!~2020@unaffiliated/capthindsight] has joined #linuxcnc-devel
[07:48:29] <KGB-linuxcnc> 03Chris Morley 05master 7897a27 06linuxcnc 10src/emc/usr_intf/stepconf/Submakefile 10src/emc/usr_intf/stepconf/stepconf.py stepconf -move stepconf's glade files into a single folder * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=7897a27
[08:05:33] -!- R2E4_ has quit [Ping timeout: 272 seconds]
[08:11:09] -!- mle has quit [Ping timeout: 252 seconds]
[08:23:57] -!- tjb1 has quit [Ping timeout: 276 seconds]
[08:28:43] -!- tjb11 has quit [Read error: Connection reset by peer]
[09:06:50] -!- psha[work] [psha[work]!~psha@psha.org.ru] has joined #linuxcnc-devel
[09:13:39] -!- cpresser has quit [Quit: Lost terminal]
[09:13:41] -!- WalterN has quit [Ping timeout: 272 seconds]
[09:26:48] -!- rob_h [rob_h!~robh@2.127.117.253] has joined #linuxcnc-devel
[09:31:51] -!- odogono has quit [Ping timeout: 260 seconds]
[09:37:04] -!- bons has quit [Client Quit]
[10:02:13] -!- syyl-- has quit [Ping timeout: 248 seconds]
[10:28:57] -!- gimps has quit [Remote host closed the connection]
[10:31:35] -!- kludge` has quit [Ping timeout: 260 seconds]
[10:45:14] -!- FreezingCold has quit [Read error: Connection reset by peer]
[10:56:40] -!- gimps has quit [Ping timeout: 245 seconds]
[10:57:47] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[11:01:57] -!- FreezingCold has quit [Ping timeout: 248 seconds]
[11:03:35] -!- shurshur has quit [Ping timeout: 252 seconds]
[11:07:34] -!- skunkworks has quit [Remote host closed the connection]
[11:12:28] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[11:12:46] -!- maximilian_h has quit [Client Quit]
[11:20:35] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[11:20:55] -!- Valen has quit [Quit: Leaving.]
[11:33:02] -!- maximilian_h has quit [Quit: Leaving.]
[11:33:25] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[11:45:53] -!- b_b has quit [Changing host]
[11:54:25] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[12:06:18] -!- Jdubs has quit [Ping timeout: 272 seconds]
[12:09:00] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has parted #linuxcnc-devel
[12:27:40] -!- eg1 has quit []
[12:34:29] -!- maximilian_h [maximilian_h!~bonsai@46.246.47.185] has joined #linuxcnc-devel
[12:51:23] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[13:01:50] -!- kiw has quit [Ping timeout: 252 seconds]
[13:12:14] -!- malcom2073 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
[13:17:25] -!- R2E4_ has quit [Ping timeout: 272 seconds]
[13:19:25] -!- md-2 has quit [Remote host closed the connection]
[13:24:54] -!- md-2 has quit [Ping timeout: 276 seconds]
[13:38:03] -!- balestrino has quit [Ping timeout: 272 seconds]
[13:44:34] -!- Loetmichel has quit [Disconnected by services]
[13:44:43] Cylly is now known as Loetmichel
[14:02:12] -!- Lathe_newbie| has quit [Remote host closed the connection]
[14:06:49] -!- skunkworks has quit [Ping timeout: 272 seconds]
[14:07:00] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #linuxcnc-devel
[14:12:24] -!- dnaleromj [dnaleromj!~dnaleromj@64.20.30.66] has joined #linuxcnc-devel
[14:12:38] -!- krusty_ar_ has quit [Read error: Connection reset by peer]
[14:17:40] -!- krusty_ar has quit [Read error: Connection reset by peer]
[14:19:34] -!- krusty_ar has quit [Client Quit]
[14:22:24] -!- paideia has quit [Ping timeout: 252 seconds]
[14:27:56] -!- kjoller has quit [Quit: Nettalk6 - www.ntalk.de]
[14:35:33] -!- `Nerobro has quit [Remote host closed the connection]
[14:42:39] -!- FreezingCold has quit [Ping timeout: 260 seconds]
[14:46:51] -!- paideia has quit [Ping timeout: 260 seconds]
[14:54:10] -!- paideia has quit [Ping timeout: 245 seconds]
[15:02:47] -!- terabyte- has quit [Quit: terabyte-]
[15:03:49] asheppard is now known as sheppard
[15:11:07] -!- dnaleromj has quit [Quit: Computer has gone to sleep.]
[15:12:21] -!- dnaleromj [dnaleromj!~dnaleromj@64.20.30.66] has joined #linuxcnc-devel
[15:12:58] -!- md-2 has quit [Remote host closed the connection]
[15:13:27] -!- paideia has quit [Ping timeout: 260 seconds]
[15:14:13] -!- automata has quit [Ping timeout: 265 seconds]
[15:17:25] md2 is now known as Guest28701
[15:17:41] -!- md-2 has quit [Ping timeout: 252 seconds]
[15:18:14] -!- maximilian_h has quit [Ping timeout: 252 seconds]
[15:20:04] -!- psha[work] has quit [Quit: Lost terminal]
[15:43:32] -!- kwallace [kwallace!~kwallace@smb-30.sonnet.com] has joined #linuxcnc-devel
[15:58:26] -!- kwallace2 [kwallace2!~kwallace@tmb-237.sonnet.com] has joined #linuxcnc-devel
[15:59:35] -!- kwallace has quit [Ping timeout: 245 seconds]
[16:01:41] -!- mle has quit [Ping timeout: 248 seconds]
[16:02:25] -!- dnaleromj has quit [Quit: Computer has gone to sleep.]
[16:19:21] -!- DennisL has quit [Quit: This computer has gone to sleep]
[16:25:22] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.21] has joined #linuxcnc-devel
[16:27:12] -!- pingufan has quit [Quit: Konversation terminated!]
[16:28:15] -!- lbl has quit [Quit: lbl]
[16:30:01] -!- maximilian_h has quit [Client Quit]
[16:30:14] -!- mozmck has quit [Read error: Connection reset by peer]
[16:35:44] -!- mozmck [mozmck!~moses@client-67.210.159.209.dfwtx.partnershipbroadband.com] has joined #linuxcnc-devel
[16:37:59] -!- zzolo has quit [Quit: zzolo]
[16:42:43] -!- Jeebiss has quit [Ping timeout: 272 seconds]
[16:52:14] -!- zzolo has quit [Quit: zzolo]
[17:04:23] -!- DennisL has quit [Ping timeout: 252 seconds]
[17:07:49] -!- FreezingCold has quit [Ping timeout: 248 seconds]
[17:22:13] -!- amiri_ has quit [Read error: Connection reset by peer]
[17:25:14] -!- moonlite has quit [Quit: moonlite]
[17:25:14] -!- jnaour has quit [Remote host closed the connection]
[17:49:22] -!- FreezingCold has quit [Ping timeout: 265 seconds]
[17:49:47] -!- dway has quit [Quit: NOOOOOOooooooooo……]
[18:04:40] -!- Guest28701 has quit [Quit: Leaving...]
[18:06:47] -!- adb_ [adb_!~IonMoldom@2a02:1205:501f:e540:baac:6fff:fe67:305f] has joined #linuxcnc-devel
[18:07:46] -!- WalterN has quit [Ping timeout: 246 seconds]
[18:11:49] -!- KimK has quit [Ping timeout: 248 seconds]
[18:13:08] -!- KimK [KimK!~Kim__@ip24-255-223-153.ks.ks.cox.net] has joined #linuxcnc-devel
[18:23:54] -!- skorasaurus has quit [Ping timeout: 276 seconds]
[18:27:11] -!- paideia has quit [Quit: Leaving]
[18:29:07] -!- emcPT has quit [Ping timeout: 272 seconds]
[18:33:28] -!- motioncontrol has quit [Client Quit]
[18:39:33] -!- FreezingCold has quit [Ping timeout: 248 seconds]
[18:44:40] -!- Demiurge has quit [Remote host closed the connection]
[18:49:27] -!- syyl_ws has quit [Quit: Verlassend]
[18:59:34] -!- ekolojik has quit [Changing host]
[19:11:08] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 20.0/20130329043827]]
[19:12:43] -!- balestrino has quit [Ping timeout: 272 seconds]
[19:13:32] -!- maximilian_h [maximilian_h!~bonsai@p549DE5C2.dip0.t-ipconnect.de] has joined #linuxcnc-devel
[19:16:04] -!- masung has quit [Quit: Konversation terminated!]
[19:28:31] -!- adb_ has quit [Remote host closed the connection]
[19:30:13] -!- arvidkahl has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
[19:38:18] -!- automata has quit [Quit: Leaving]
[19:51:50] -!- terabyte- has quit [Quit: terabyte-]
[20:13:15] -!- zzolo has quit [Read error: Connection reset by peer]
[20:13:58] -!- terabyte- has quit [Quit: terabyte-]
[20:23:39] -!- arvidkahl has quit [Ping timeout: 272 seconds]
[20:29:59] -!- Komzpa has quit [Ping timeout: 272 seconds]
[20:38:19] -!- cwmma has quit [Ping timeout: 272 seconds]
[20:38:19] cwmma_ is now known as cwmma
[20:42:27] -!- tjb1 has quit [Read error: Connection reset by peer]
[20:43:20] -!- copec has quit [Ping timeout: 245 seconds]
[20:47:43] -!- Komzpa has quit [Ping timeout: 272 seconds]
[20:49:17] -!- copec has quit [Excess Flood]
[21:03:02] -!- andypugh [andypugh!~andy2@cpc14-basl11-2-0-cust436.20-1.cable.virginm.net] has joined #linuxcnc-devel
[21:05:25] -!- patrickarlt has quit [Read error: Connection reset by peer]
[21:08:29] -!- skunkworks has quit [Quit: Leaving]
[21:08:58] -!- odogono has quit [Quit: odogono]
[21:13:40] -!- patrickarlt has quit [Read error: Connection reset by peer]
[21:19:09] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[21:21:24] -!- Komzzpa has quit [Read error: Operation timed out]
[21:23:45] -!- copec has quit [Quit: checkity check out.]
[21:29:09] -!- erasmo [erasmo!~erasmo@87.204.222.110] has joined #linuxcnc-devel
[21:29:09] -!- erasmo has quit [Client Quit]
[21:32:42] -!- dnaleromj [dnaleromj!~dnaleromj@98.124.126.110] has joined #linuxcnc-devel
[21:36:03] -!- motioncontrol has quit [Remote host closed the connection]
[21:37:13] -!- moonlite has quit [Quit: moonlite]
[21:43:37] -!- maximilian_h has quit [Quit: Leaving.]
[21:48:15] -!- patrickarlt has quit [Ping timeout: 272 seconds]
[22:09:46] -!- Deejay has quit [Quit: bye]
[22:14:26] -!- cwmma has quit [Quit: cwmma]
[22:20:50] -!- copec has quit [Ping timeout: 245 seconds]
[22:23:14] -!- FinboySlick has quit [Quit: Leaving.]
[22:23:17] -!- tom_o_t_ has quit [Quit: Leaving]
[22:24:17] -!- maximilian_h [maximilian_h!~bonsai@g228002085.adsl.alicedsl.de] has joined #linuxcnc-devel
[22:34:18] -!- dgarr [dgarr!~dgarrett@174-26-225-59.phnx.qwest.net] has joined #linuxcnc-devel
[22:37:05] -!- zzolo has quit [Quit: zzolo]
[22:39:16] -!- ekolojik has quit [Quit: Konversation terminated!]
[22:49:28] -!- maximilian_h [maximilian_h!~bonsai@g228002085.adsl.alicedsl.de] has parted #linuxcnc-devel
[22:50:14] -!- moonlite has quit [Quit: moonlite]
[22:50:36] -!- maximilian_h [maximilian_h!~bonsai@g228002085.adsl.alicedsl.de] has joined #linuxcnc-devel
[22:54:28] -!- maximilian_h has quit [Client Quit]
[22:54:41] -!- maximilian_h [maximilian_h!~bonsai@g228002085.adsl.alicedsl.de] has joined #linuxcnc-devel
[22:57:54] -!- chillly has quit [Quit: Leaving]
[23:00:14] -!- maximilian_h [maximilian_h!~bonsai@g228002085.adsl.alicedsl.de] has parted #linuxcnc-devel
[23:02:30] -!- Jeebiss has quit [Ping timeout: 245 seconds]
[23:06:42] -!- Civil_ has quit [Quit: Page closed]
[23:07:41] -!- almccon has quit [Quit: Leaving.]
[23:16:23] -!- maximilian_h [maximilian_h!~bonsai@g228002085.adsl.alicedsl.de] has joined #linuxcnc-devel
[23:23:09] -!- ve7it has quit [Remote host closed the connection]
[23:24:17] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[23:25:39] -!- pingufan has quit [Quit: Konversation terminated!]
[23:26:56] -!- ve7it has quit [Remote host closed the connection]
[23:31:01] -!- maximilian_h has quit [Quit: Leaving.]
[23:32:31] -!- skorasaurus has quit [Quit: WeeChat 0.4.2]
[23:59:54] -!- patricka_ has quit [Remote host closed the connection]