#linuxcnc-devel | Logs for 2014-09-20

Back
[00:00:02] <jepler> log1p(x) is equivalent to log(1+x), except that it is more accurate when x is close to zero
[00:00:36] <memleak> i wonder how seb was able to build RTAI debs if i cant get past this stupid stubs-32 issue..
[00:01:11] <memleak> i could just modify /usr/include/stubs.h and that'd fix it (for me)
[00:01:32] -!- Nick001-shop has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243]]
[00:02:06] <jepler> s_log1p.c has an implementation of log1p named log1p, so it's probably because of a lack of a proper declaration of log1p that you're encountering a problem
[00:02:16] <jepler> so you need a header which declares it
[00:02:26] <memleak> or modify mathP.h
[00:02:58] <memleak> http://dpaste.com/14BDJ5E
[00:03:15] <memleak> debian's userspace headers shouldnt be broken in the first place
[00:03:25] <jepler> they aren't broken
[00:03:39] <memleak> # include <gnu/stubs-32.h> is a nonexistant file
[00:03:56] <memleak> its in i386-linux-gnu/gnu/ not gnu/
[00:04:30] <jepler> $ cat are-stubs-broken.c
[00:04:30] <jepler> #include <gnu/stubs.h>
[00:04:30] <jepler> int main() { return 0; }
[00:04:30] <jepler> $ gcc are-stubs-broken.c
[00:04:30] <jepler> $
[00:04:37] <jepler> does this work for you?
[00:05:08] <jepler> I very much doubt gnu/stubs.h is broken; *including it from a kernel module* is never something that the linux kernel folks nor the glibc folks have defined as working
[00:05:25] <jepler> it may have worked for years by coincidence, but as you no doubt know that statement is true about a bunch of stuff in rtai that is better fixed properly
[00:06:00] <memleak> that .c file works fine.
[00:08:17] <memleak> +extern double __ieee754_log1p(double); to mathP.h and return __ieee754_log1p(t+__ieee754_sqrt(2.0*t+t*t));
[00:08:24] <memleak> is that right now?
[00:09:11] <memleak> if i had your skills this would be fixed in seconds
[00:09:40] <jepler> to me it looked like the source file base/math/s_log1p.c defined a function named log1p, and I did not see a file that defined a function named __ieee754_log1p
[00:10:50] <memleak> i added __ieee754_log1p to mathP.h
[00:10:58] <memleak> (just now for testing)
[00:11:02] <jepler> you added a *declaration*
[00:11:10] <jepler> the declaration is not so useful without a *definition*
[00:11:19] <jepler> however, I would expect modpost to diagnose the problem
[00:12:34] -!- patrickarlt has quit [Client Quit]
[00:12:47] -!- sirdancealot has quit [Ping timeout: 245 seconds]
[00:14:51] <jepler> (huh, log1p was not in C89)
[00:15:57] <memleak> jepler if you can fix a few .c files in base/math I can do the rest but its getting it started that i cant do, i hardly know any C
[00:16:56] <memleak> ill be more than happy to copypasta and sed the entire math tree once i have a baseline
[00:24:22] -!- dimas has quit [Ping timeout: 240 seconds]
[00:32:25] -!- BellinganRoy has quit [Quit: Konversation terminated!]
[00:34:08] -!- almccon has quit [Quit: Textual IRC Client: www.textualapp.com]
[00:40:22] -!- asdfasd has quit [Ping timeout: 240 seconds]
[00:46:26] -!- sumpfralle has quit [Quit: Leaving.]
[01:00:34] <jepler> memleak: I can't test it, but ..
[01:02:13] <jepler> https://github.com/NTULINUX/RTAI/pull/3
[01:08:28] -!- jduhls has quit [Client Quit]
[01:12:10] <jepler> (like the pull request says, compile-tested but not run-tested)
[01:23:22] -!- rob_h has quit [Ping timeout: 240 seconds]
[01:26:12] -!- ries has quit [Quit: ries]
[01:26:32] -!- rythmnbls has quit [Quit: Leaving]
[01:42:51] -!- micges-dev has quit [Quit: Wychodzi]
[02:10:03] -!- syyl has quit [Ping timeout: 246 seconds]
[02:15:45] -!- Servos4ever has quit [Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.26.1/20140612173529]]
[02:28:33] -!- meji3 [meji3!~meji3@pool-173-49-119-194.phlapa.fios.verizon.net] has joined #linuxcnc-devel
[03:05:22] -!- sharpen047 has quit [Ping timeout: 246 seconds]
[03:07:44] -!- Roguish has quit [Remote host closed the connection]
[03:18:49] -!- tronwizard has quit [Ping timeout: 260 seconds]
[03:21:30] -!- jst has quit [Remote host closed the connection]
[03:25:12] -!- tronwizard has quit [Ping timeout: 245 seconds]
[03:54:50] -!- ve7it has quit [Remote host closed the connection]
[03:56:23] -!- sumpfralle1 has quit [Ping timeout: 272 seconds]
[03:56:33] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[04:00:07] -!- ve7it has quit [Remote host closed the connection]
[04:07:05] -!- ktchk [ktchk!~eddie6929@n219079180096.netvigator.com] has joined #linuxcnc-devel
[04:07:34] -!- AR_ has quit [Ping timeout: 244 seconds]
[04:08:18] -!- ktchk has quit [Client Quit]
[04:12:50] -!- jerryitt_ has quit [Quit: Connection closed for inactivity]
[04:39:30] -!- ITChap has quit [Ping timeout: 246 seconds]
[04:53:09] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[04:55:46] -!- _1SheYode has quit []
[04:55:56] -!- memleak has quit [Quit: Leaving]
[04:56:59] -!- memleak [memleak!~memleak@unaffiliated/memfrob] has joined #linuxcnc-devel
[04:58:38] <memleak> linuxcnc and latency-test work with your new math changes jepler
[04:58:44] <memleak> pull request merged
[04:58:58] <memleak> sweet, now i can make debs in the next few days
[05:01:02] -!- KimK [KimK!~Kim__@ip68-102-30-143.ks.ok.cox.net] has joined #linuxcnc-devel
[05:02:22] -!- Fox_Muldr has quit [Ping timeout: 240 seconds]
[05:09:50] -!- nofxx has quit [Remote host closed the connection]
[05:11:12] -!- Lathe_newbie has quit [Ping timeout: 260 seconds]
[05:18:31] -!- asah has quit [Quit: asah]
[05:23:46] -!- anth0ny has quit [Quit: anth0ny]
[05:33:51] -!- Tecan has quit [Quit: Live Long And Phosphor!]
[05:50:52] -!- amatecha has quit [Ping timeout: 260 seconds]
[05:50:57] -!- heyman____ has quit [Ping timeout: 260 seconds]
[05:51:06] -!- framer99 has quit [Read error: Connection reset by peer]
[05:51:13] -!- bdon has quit [Read error: Connection reset by peer]
[05:51:20] -!- beawesomeinstead has quit [Ping timeout: 260 seconds]
[05:51:23] -!- Jeebiss__ has quit [Read error: Connection reset by peer]
[05:52:16] -!- calvinmetcalf has quit [Ping timeout: 260 seconds]
[05:52:21] -!- SkramX_ has quit [Ping timeout: 260 seconds]
[05:52:44] -!- meryan00 has quit [Ping timeout: 260 seconds]
[05:57:45] -!- PetefromTn_andro has quit [Quit: Bye]
[06:05:44] -!- kwallace [kwallace!~kwallace@smb-137.sonnet.com] has joined #linuxcnc-devel
[06:06:22] -!- kwallace2 has quit [Ping timeout: 240 seconds]
[06:13:34] -!- sylphiae has quit [Ping timeout: 258 seconds]
[06:16:57] -!- nofxx has quit [Changing host]
[06:31:49] -!- amiri has quit [Read error: Connection reset by peer]
[06:37:32] -!- kwallace [kwallace!~kwallace@smb-137.sonnet.com] has parted #linuxcnc-devel
[06:40:49] -!- jst has quit [Remote host closed the connection]
[06:44:19] -!- jst has quit [Read error: Connection reset by peer]
[06:46:59] -!- sylphiae has quit [Ping timeout: 272 seconds]
[06:56:42] -!- jst has quit [Remote host closed the connection]
[07:32:31] -!- WalterN has quit [Ping timeout: 272 seconds]
[07:54:06] -!- H3XIL3D has quit [Ping timeout: 246 seconds]
[08:07:34] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[08:12:46] -!- erve has quit []
[08:13:12] -!- WalterN has quit [Ping timeout: 245 seconds]
[08:20:24] -!- micges-dev [micges-dev!~x@aeit85.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[08:28:24] -!- tronwizard has quit [Ping timeout: 246 seconds]
[08:31:29] -!- mhaberler has quit [Ping timeout: 260 seconds]
[08:34:39] -!- MrSunshine has quit [Ping timeout: 272 seconds]
[08:48:34] -!- rob_h [rob_h!~robh@2.223.235.128] has joined #linuxcnc-devel
[08:55:29] -!- ITChap has quit [Ping timeout: 272 seconds]
[09:24:27] -!- micges-dev has quit [Quit: Wychodzi]
[09:24:32] -!- b_b has quit [Changing host]
[09:44:37] -!- Komzpa has quit [Remote host closed the connection]
[09:46:03] -!- Komzpa has quit [Client Quit]
[09:50:15] -!- Komzpa has quit [Client Quit]
[09:53:06] -!- ITChap has quit [Read error: Connection reset by peer]
[10:02:39] -!- l0ggy has quit [Read error: Connection reset by peer]
[10:12:24] -!- mhaberler has quit [Quit: mhaberler]
[10:24:09] -!- balestrino has quit [Ping timeout: 272 seconds]
[10:26:11] -!- b_b has quit [Ping timeout: 258 seconds]
[10:28:25] -!- _balestrino has quit [Ping timeout: 272 seconds]
[10:31:33] -!- ibaca has quit [Ping timeout: 258 seconds]
[10:31:33] -!- i_tarzan has quit [Ping timeout: 258 seconds]
[10:31:34] -!- uwe_ has quit [Ping timeout: 258 seconds]
[10:32:22] -!- jst has quit [Ping timeout: 258 seconds]
[11:32:30] -!- tronwzrd has quit [Ping timeout: 246 seconds]
[11:43:17] -!- tronwizard has quit [Ping timeout: 260 seconds]
[11:46:28] tronwzrd is now known as tronwizard
[11:48:20] -!- toastydeath has quit [Ping timeout: 260 seconds]
[12:01:12] -!- Loetmichel has quit [Ping timeout: 246 seconds]
[12:02:59] -!- werboitu has quit [Client Quit]
[12:16:25] -!- nofxx has quit [Ping timeout: 260 seconds]
[12:23:30] Cylly is now known as Loetmichel
[12:27:40] -!- sumpfralle has quit [Ping timeout: 272 seconds]
[12:37:13] -!- anarchos2 has quit [Read error: Connection reset by peer]
[12:46:40] -!- AR_ has quit [Ping timeout: 260 seconds]
[12:55:59] -!- BellinganRoy has quit [Ping timeout: 272 seconds]
[13:00:14] -!- f1oat [f1oat!~f1oat@AMontsouris-553-1-119-147.w92-151.abo.wanadoo.fr] has joined #linuxcnc-devel
[13:44:04] -!- sumpfralle1 has quit [Ping timeout: 260 seconds]
[13:50:19] neutrino is now known as neutrino--
[13:52:25] -!- praeconium has quit [Remote host closed the connection]
[13:55:37] -!- acdha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
[14:13:46] -!- kfoltman has quit [Quit: Ex-Chat]
[14:15:17] -!- kwallace [kwallace!~kwallace@smb-7.sonnet.com] has joined #linuxcnc-devel
[14:17:45] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[14:20:15] -!- neutrino-- has quit [Quit: WeeChat 1.0]
[14:28:58] -!- micges-dev [micges-dev!~x@aeit85.neoplus.adsl.tpnet.pl] has joined #linuxcnc-devel
[14:30:22] -!- ITChap has quit [Ping timeout: 258 seconds]
[14:44:58] jerryitt_ is now known as jerryitt
[14:57:21] -!- kwallace2 [kwallace2!~kwallace@tmb-224.sonnet.com] has joined #linuxcnc-devel
[14:59:22] -!- kwallace has quit [Ping timeout: 240 seconds]
[15:05:59] -!- Tom_L [Tom_L!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[15:06:51] -!- Tom_L has quit [Client Quit]
[15:10:18] -!- Tom_L [Tom_L!~Tl@unaffiliated/toml/x-013812] has joined #linuxcnc-devel
[15:10:31] -!- Tom_L has quit [Client Quit]
[15:14:35] -!- sirdancealot has quit [Ping timeout: 244 seconds]
[15:26:45] -!- anth0ny has quit [Quit: anth0ny]
[16:11:11] -!- syyl_ws has quit [Remote host closed the connection]
[16:13:52] -!- syyl has quit [Ping timeout: 260 seconds]
[16:21:36] -!- ries has quit [Quit: ries]
[16:22:29] -!- Swapper has quit [Remote host closed the connection]
[16:35:40] -!- anth0ny has quit [Quit: anth0ny]
[16:38:45] -!- ktchk [ktchk!~eddie6929@n219079180096.netvigator.com] has joined #linuxcnc-devel
[16:46:31] -!- MacGalempsy has quit [Ping timeout: 272 seconds]
[17:11:02] -!- PetefromTn_ has quit [Quit: I'm Outta here!!]
[17:11:56] -!- anth0ny has quit [Quit: anth0ny]
[17:12:33] -!- mhaberler has quit [Quit: mhaberler]
[17:13:49] -!- ashcan_ has quit [Client Quit]
[17:23:12] -!- anth0ny has quit [Quit: anth0ny]
[17:31:29] -!- balestrino has quit [Ping timeout: 272 seconds]
[17:34:22] -!- ktchk has quit [Quit: ktchk]
[17:38:00] -!- penguin359`mac has quit [Ping timeout: 272 seconds]
[17:58:37] -!- sumpfralle1 has quit [Ping timeout: 245 seconds]
[18:01:40] -!- anth0ny has quit [Quit: anth0ny]
[18:09:22] -!- syyl_ws has quit [Ping timeout: 245 seconds]
[18:21:31] -!- rob_h has quit [Ping timeout: 272 seconds]
[18:29:08] -!- ITChap has quit [Ping timeout: 272 seconds]
[18:29:22] -!- tronwizard has quit [Ping timeout: 245 seconds]
[18:35:41] -!- syyl_ws_ has quit [Quit: Verlassend]
[18:46:36] -!- asah has quit [Quit: asah]
[18:52:48] -!- FreezingCold has quit [Ping timeout: 246 seconds]
[19:01:01] -!- tronwizard has quit [Ping timeout: 260 seconds]
[19:12:11] -!- Lathe_newbie| has quit [Ping timeout: 272 seconds]
[19:36:08] -!- ITChap has quit [Quit: Leaving.]
[19:40:57] -!- jasen has quit [Quit: Page closed]
[20:07:26] -!- piccata has quit [Remote host closed the connection]
[20:12:49] <memleak> how i restart the deb-pkg versions system? i messed up a few kernels but the sub version keeps accumulating, i.e. linux-firmware-image-3.14.18_3.14.18-4_i386 how do i restart it back to linux-firmware-image-3.14.18 ?
[20:14:42] <memleak> i dont want my first .deb packages that ill be posting online to have cruft from previous local builds
[20:23:38] -!- DenSchub has quit [Remote host closed the connection]
[20:24:02] -!- skunkworks has quit [Ping timeout: 245 seconds]
[20:41:32] -!- NTU has quit [Ping timeout: 245 seconds]
[20:41:50] -!- pandeiro has quit [Remote host closed the connection]
[20:41:52] -!- memleak has quit [Ping timeout: 240 seconds]
[20:42:22] -!- MrHindsight has quit [Ping timeout: 245 seconds]
[20:42:40] -!- CaptHindsight has quit [Ping timeout: 260 seconds]
[20:43:53] -!- ries has quit [Quit: ries]
[20:44:23] -!- skunkworks_ [skunkworks_!~chatzilla@str-broadband-ccmts-ws-26.dsl.airstreamcomm.net] has joined #linuxcnc-devel
[20:46:07] -!- f1oat has quit [Ping timeout: 272 seconds]
[20:48:52] -!- NTU [NTU!~irc@75.57.147.188] has joined #linuxcnc-devel
[20:49:16] NTU is now known as Guest78658
[20:54:24] -!- CaptHindsight [CaptHindsight!~2020@unaffiliated/capthindsight] has joined #linuxcnc-devel
[20:54:29] -!- MrHindsight [MrHindsight!~shop@unaffiliated/capthindsight] has joined #linuxcnc-devel
[20:55:05] -!- memleak [memleak!~memleak@adsl-75-57-147-188.dsl.emhril.sbcglobal.net] has joined #linuxcnc-devel
[20:55:07] -!- memleak has quit [Client Quit]
[20:55:17] -!- memleak [memleak!~memleak@75.57.147.188] has joined #linuxcnc-devel
[20:55:43] memleak is now known as Guest69597
[20:55:57] -!- Guest69597 has quit [Client Quit]
[20:58:57] -!- memfrob [memfrob!~mem@unaffiliated/memfrob] has joined #linuxcnc-devel
[21:08:12] -!- Deejay has quit [Quit: bye]
[21:18:32] <jepler> memleak: probably there's some metadata in debian/, possibly debian/changelog
[21:21:42] <jepler> I was hoping that "regal" would let axis run accelerated on systems where only "OpenGL ES" is accelerated, but I didn't even succeed in getting regal's own demo programs to switch from glx/opengl to egl/opengles on my odroid. No doubt I've done *something* wrong in the process.
[21:21:54] <jepler> https://github.com/p3/regal
[21:24:07] -!- kfoltman has quit [Quit: Ex-Chat]
[21:30:02] <memfrob> i even deleted the debian folder, no change
[21:32:40] <memfrob> its pulling it from somewhere
[21:38:28] -!- balestrino has quit [Ping timeout: 244 seconds]
[21:40:08] -!- chillly has quit [Quit: Ex-Chat]
[21:46:52] -!- mhaberler has quit [Quit: mhaberler]
[21:51:35] -!- balestrino has quit [Ping timeout: 258 seconds]
[21:51:56] -!- Gabriel_ has quit [Quit: Leaving]
[22:15:16] -!- ve7it [ve7it!~LawrenceG@S01060014d19d0b68.pk.shawcable.net] has joined #linuxcnc-devel
[22:17:57] -!- penguin359`mac has quit [Ping timeout: 260 seconds]
[22:22:47] -!- gimps_ has quit [Changing host]
[22:24:56] -!- gimps_ has quit [Client Quit]
[22:30:39] <memfrob> ah it stores it in .version
[22:34:32] -!- rob_h [rob_h!~robh@2.223.235.128] has joined #linuxcnc-devel
[22:35:29] -!- balestrino has quit [Ping timeout: 272 seconds]
[22:42:23] -!- FreezingCold has quit [Ping timeout: 240 seconds]
[22:50:15] -!- sirdancealot has quit [Ping timeout: 272 seconds]
[22:59:24] -!- nofxx has quit [Ping timeout: 260 seconds]
[23:05:56] -!- toner has quit [Ping timeout: 260 seconds]
[23:13:43] -!- memfrob has quit [Quit: Leaving]
[23:19:37] <jepler> > Why should anyone use an operating system when IT is a fast advancing field of technology?
[23:20:56] -!- maximilian_h [maximilian_h!~bonsai@dslb-178-010-024-198.178.010.pools.vodafone-ip.de] has joined #linuxcnc-devel
[23:21:36] -!- maximilian_h1 has quit [Ping timeout: 246 seconds]
[23:30:09] -!- bedah has quit [Quit: Ex-Chat]
[23:37:50] -!- carper [carper!~steve@90.197.42.76] has joined #linuxcnc-devel
[23:40:28] -!- gonzo_nb has quit [Remote host closed the connection]