#emc-devel | Logs for 2011-10-28

Back
[00:04:05] -!- theorbtwo has quit [Ping timeout: 260 seconds]
[00:04:21] theorb is now known as theorbtwo
[00:16:07] -!- Loetmichel has quit [Ping timeout: 252 seconds]
[00:18:43] -!- skunkworks [skunkworks!~chatzilla@str-bb-cable-south2-static-6-425.dsl.airstreamcomm.net] has joined #emc-devel
[00:29:32] -!- ries has quit [Quit: ries]
[00:29:43] -!- andypugh has quit [Quit: andypugh]
[00:46:24] -!- |n0b0dy| has quit [Ping timeout: 240 seconds]
[01:11:41] -!- Nick001 [Nick001!~nospam@clsm-208-111-212-87-pppoe.dsl.clsm.epix.net] has joined #emc-devel
[01:12:00] -!- Nick001 [Nick001!~nospam@clsm-208-111-212-87-pppoe.dsl.clsm.epix.net] has parted #emc-devel
[01:14:23] -!- adb has quit [Ping timeout: 248 seconds]
[01:25:34] <seb_kuzminsky> andypugh: look at /usr/include/endian.h
[01:25:46] <seb_kuzminsky> i'm not sure if that's available in kernel space
[01:26:38] <seb_kuzminsky> if you don't need full any-endianness-to-any-other-endianness, you can probably use the ntoh and hton functions (network byte order to host byte order and back)
[01:27:25] <seb_kuzminsky> jepler: i think you're right that the docs on linuxcnc.org have the wrong versions and dates because they get them both from the VERSION file
[01:27:57] <seb_kuzminsky> a while ago i added some scripts to work with version numbers, i use them in the buildbot to put proper version numbers on the debian packages
[01:28:35] <seb_kuzminsky> you can use them to update the version file, like this: http://buildbot.linuxcnc.org/buildbot-admin/builders/docs/builds/2/steps/update%20VERSION%20file/logs/stdio
[01:28:59] <seb_kuzminsky> then the docs have the right version info, like this:
[01:29:01] <seb_kuzminsky> http://buildbot.linuxcnc.org/doc/v2.5_branch/v2.5.0-pre2-71-g6b90923/html/
[01:29:13] <seb_kuzminsky> http://buildbot.linuxcnc.org/doc/v2.5_branch/v2.5.0-pre2-71-g6b90923/html/common/overleaf.html
[01:29:43] <seb_kuzminsky> this goes into the pdfs too, mostly...
[01:30:04] <seb_kuzminsky> http://buildbot.linuxcnc.org/doc/v2.5_branch/v2.5.0-pre2-71-g6b90923/pdf/EMC2_HAL_Manual.pdf
[01:35:24] -!- theorbtwo has quit [Ping timeout: 240 seconds]
[01:35:34] theorb is now known as theorbtwo
[01:40:49] -!- theorbtwo has quit [Ping timeout: 252 seconds]
[01:40:58] theorb is now known as theorbtwo
[01:51:22] jp is now known as emcrules
[01:58:27] -!- i_tarzan_ has quit [Ping timeout: 255 seconds]
[02:04:00] -!- skunkworks has quit [Ping timeout: 248 seconds]
[02:05:12] -!- i_tarzan has quit [Ping timeout: 255 seconds]
[02:32:50] -!- mozmck has quit [Ping timeout: 260 seconds]
[02:47:49] -!- mozmck [mozmck!~moses@client-173.225.233.220.dfwtx.partnershipbroadband.com] has joined #emc-devel
[03:04:04] -!- emcrules has quit [Remote host closed the connection]
[03:06:48] <CIA-62> EMC: 03seb 07v2.5_branch * r3c5d11f3cedf 10/ (docs/src/Submakefile docs/src/a2x src/configure.in): use the installed a2x instead of our own copy
[03:27:40] -!- mozmck has quit [Ping timeout: 260 seconds]
[03:29:31] -!- stormlight has quit [Quit: stormlight]
[03:30:46] <seb_kuzminsky> guh
[03:31:14] <seb_kuzminsky> we have a bunch of postscript pictures that show up in the pdf docs but not the html docs
[03:33:26] <seb_kuzminsky> here's an example: http://www.linuxcnc.org/docs/2.5/html/hal/rtcomps.html#_pid_a_id_sec_pid_a
[03:34:06] <seb_kuzminsky> the file is there: http://www.linuxcnc.org/docs/2.5/html/hal/pid-block-diag.eps
[03:34:14] <seb_kuzminsky> it's just not being displayed
[03:35:08] <seb_kuzminsky> the html document is referencing the image: <img src="pid-block-diag.eps" alt="pid-block-diag.eps" />
[03:35:27] <seb_kuzminsky> i guess my firefox is too dumb to display a postscript file...
[03:38:30] -!- packrat has quit []
[03:42:30] -!- mozmck [mozmck!~moses@client-173.225.233.220.dfwtx.partnershipbroadband.com] has joined #emc-devel
[03:42:32] <seb_kuzminsky> huh, it used to work in 2.4: http://www.linuxcnc.org/docs/2.4/html/hal_rtcomps.html#sec:PID
[03:43:08] <seb_kuzminsky> oh, in 2.4 it's a png
[03:43:11] <seb_kuzminsky> no wonder
[03:46:54] -!- mozmck has quit [Ping timeout: 255 seconds]
[03:54:54] -!- mozmck [mozmck!~moses@client-173.225.233.206.dfwtx.partnershipbroadband.com] has joined #emc-devel
[04:03:11] -!- mozmck has quit [Read error: Connection reset by peer]
[04:06:37] -!- FinboySlick has quit [Quit: Leaving.]
[04:28:20] <seb_kuzminsky> i wonder if there's a way to tell asciidoc's pdf-writer to use the .eps files, and tell the html-writer to use the (hypothetical, generated) .png files
[04:28:48] <seb_kuzminsky> the filename of the image is specified in the asciidoc .txt source file, so maybe it's not doable
[04:29:10] <seb_kuzminsky> but maybe it doesnt matter, maybe we should generate .png files from the eps files and include the pngs in the asciidoc .txt
[04:29:15] <seb_kuzminsky> instead of the eps files i mean
[04:42:32] -!- CBLACK10 [CBLACK10!~CB@S0106000f1f6777f1.va.shawcable.net] has joined #emc-devel
[04:52:56] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #emc-devel
[05:08:31] -!- pingufan has quit [Remote host closed the connection]
[05:20:49] <seb_kuzminsky> hi psha[work]
[05:21:22] <seb_kuzminsky> i gotta run, but i think equations are broken again
[05:22:26] <seb_kuzminsky> i just sent an email to the list with some problems i saw
[05:22:44] <seb_kuzminsky> it's in the "old lyx docs in 2.5" thread
[05:22:50] <seb_kuzminsky> i'll be back in the morning
[05:25:57] <psha[work]> ok
[05:26:00] <psha[work]> i'll take a look
[05:50:10] -!- emc2-buildmaster has quit [Quit: buildmaster reconfigured: bot disconnecting]
[05:50:17] -!- emc2-buildmaster [emc2-buildmaster!~emc2-buil@174-16-115-184.hlrn.qwest.net] has joined #emc-devel
[05:58:11] -!- ve7it has quit [Remote host closed the connection]
[06:03:47] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #emc-devel
[06:24:08] -!- vladimirek [vladimirek!~vladimire@adsl-dyn-35.95-102-159.t-com.sk] has joined #emc-devel
[07:07:53] -!- The_Ball has quit [Ping timeout: 245 seconds]
[07:08:29] -!- WalterN has quit [Read error: Connection reset by peer]
[07:30:31] -!- stormlight has quit [Quit: stormlight]
[08:38:33] -!- robh__ [robh__!~robert@5ace70a4.bb.sky.com] has joined #emc-devel
[08:52:59] -!- theos has quit [Read error: Connection reset by peer]
[09:10:06] -!- CBLACK10 has quit []
[10:02:46] -!- Danimal_garage has quit [Read error: Connection reset by peer]
[11:51:39] -!- mhaberler has quit [Quit: mhaberler]
[12:00:51] -!- Calyp has quit [Ping timeout: 252 seconds]
[12:08:53] -!- maximilian_h [maximilian_h!~bonsai@ulmg-5d84cb9b.pool.mediaWays.net] has joined #emc-devel
[12:09:01] -!- maximilian_h [maximilian_h!~bonsai@ulmg-5d84cb9b.pool.mediaWays.net] has parted #emc-devel
[12:20:39] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #emc-devel
[12:38:48] -!- skunkworks [skunkworks!~skunkwork@68-115-41-210.static.eucl.wi.charter.com] has joined #emc-devel
[13:06:42] -!- theorbtwo has quit [Ping timeout: 260 seconds]
[13:23:33] -!- psha[work] has quit [Quit: leaving]
[13:36:15] -!- toastyde1th has quit [Ping timeout: 258 seconds]
[14:03:06] -!- Valen has quit [Quit: Leaving.]
[14:15:29] <CIA-62> EMC: 03jthornton 07v2.5_branch * rcfa46e2ee5d2 10/configs/hm2-stepper/ (10 files): Config: add 20% cap to hostmot2 stepper configs
[14:16:54] <CIA-62> EMC: 03jthornton 07v2.5_branch * r82f12f7e9da2 10/configs/gantry/gantry-hs.ini: Config: fix typo calling non-existent hal file
[14:51:46] -!- psha [psha!~psha@195.135.237.18] has joined #emc-devel
[15:08:02] -!- mhaberler has quit [Ping timeout: 260 seconds]
[15:32:47] -!- micges [micges!~x@adhd54.neoplus.adsl.tpnet.pl] has joined #emc-devel
[16:21:04] <skunkworks> http://finance.groups.yahoo.com/group/geckodrive/message/21731
[16:39:04] -!- IchGucksLive has quit [Quit: ChatZilla 0.9.86 [Firefox 3.6.23/20110921065534]]
[16:49:51] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #emc-devel
[16:58:54] -!- theos has quit [Disconnected by services]
[17:07:12] <jepler> seb_kuzminsky: there was some reason that we were not using the platform a2x.. does the commit message when a2x was added not state why?
[17:08:12] <jepler> I see that it doesn't. :( and unfortunately I don't recall why either
[17:08:19] <jepler> but there is a reason, we didn't do that lightly
[17:11:02] <skunkworks> jepler: http://www.linuxcnc.org/irc/irc.freenode.net:6667/emcdevel/2011-01-18.txt search for a2x - does that help?
[17:11:47] <jepler> yeah
[17:11:52] <jepler> http://emergent.unpythonic.net/files/sandbox/emc-devel-2011-01-31.log.txt
[17:12:22] <jepler> here's where we decided to acually include a version of a2x with a workaround for the HTMLParser bug
[17:12:25] <jepler> thanks skunkworks
[17:12:28] <jepler> bbl
[17:45:08] -!- factor has quit [Read error: Connection reset by peer]
[17:51:56] -!- syyl_ has quit [Quit: Verlassend]
[18:18:18] -!- A2Sheds has quit [Read error: Operation timed out]
[18:29:30] -!- Calyp has quit [Ping timeout: 260 seconds]
[18:47:48] -!- izua has quit [Quit: Segmentation fault]
[19:47:01] -!- andypugh [andypugh!~andy2@cpc2-basl1-0-0-cust492.basl.cable.virginmedia.com] has joined #emc-devel
[20:01:11] -!- vladimirek has quit [Remote host closed the connection]
[20:11:25] -!- psha has quit [Quit: Lost terminal]
[20:18:54] -!- syyl_ has quit [Remote host closed the connection]
[20:29:00] -!- ednspace has quit [Quit: Leaving]
[20:47:16] -!- adb [adb!~Moldovean@178-211-227-55.dhcp.voenergies.net] has joined #emc-devel
[20:55:08] -!- acemi has quit [Quit: WeeChat 0.3.2]
[20:55:52] -!- i_tarzan has quit [Read error: Connection reset by peer]
[21:09:03] -!- WalterN has quit [Ping timeout: 248 seconds]
[21:11:30] -!- FinboySlick has quit [Quit: Leaving.]
[21:32:22] -!- skunkworks has quit []
[21:33:02] -!- micges has quit [Quit: Ex-Chat]
[21:53:23] -!- Fox_Muldr has quit [Ping timeout: 260 seconds]
[22:23:12] -!- Tom_itx has quit []
[22:26:48] -!- zlog has quit [Ping timeout: 240 seconds]
[22:45:31] -!- jsr has quit [Remote host closed the connection]
[22:47:07] -!- servos4ever has quit [Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.11/20101206162726]]
[23:40:13] <cradek> do any of you happen to have .git/objects/8f/90479467df0ac3eb14c99379275130b5dea413
[23:40:36] <JT-Shop> how do I tell?
[23:41:20] <cradek> just look to see if you have that file
[23:41:40] <JT-Shop> ok
[23:42:56] <JT-Shop> not up here, let me check down in the beer cave...
[23:43:15] <cradek> seems like I should be able to fetch it, but I can't figure out how
[23:43:22] <cradek> mine got corrupted somehow (?)
[23:45:33] -!- stormlight has quit [Quit: stormlight]
[23:46:12] <jthornton> I have /8f but it does not contain that file
[23:46:24] <cradek> thanks for looking!
[23:46:35] <jthornton> 7cf8... and eb1d...
[23:46:37] <jthornton> np
[23:46:38] <cradek> I don't know enough about how it all works to know whether someone else should have it
[23:46:54] <cradek> when this happened before, seems like jepler had the one or two I needed
[23:46:59] <jthornton> I just pulled today
[23:47:52] <jthornton> does it depend on when you created the original checkout?
[23:48:12] <andypugh> Nothing here. I thought the names were unique hashes?
[23:48:28] <cradek> I don't know, it might even be (have been) a local commit I bet
[23:48:28] -!- IG-garage has quit [Ping timeout: 256 seconds]
[23:48:46] <cradek> 00fe414d536b57a65c1d5b8ba96fd4544d443909 is/was the parent
[23:49:08] <andypugh> git fsck should rescue it?
[23:49:33] <cradek> that only says it's bad, and possibly like a dummy, I deleted it and expected it to get refetched or something
[23:49:53] <andypugh> Ah
[23:51:44] -!- adb has quit [Ping timeout: 260 seconds]
[23:52:46] <cradek> that's a good sign: git show on a new checkout shows it as an existing tree
[23:52:48] <jthornton> in master 00fe414d536b57a65c1d5 is include the new emcrsh.1 manpage in emc2.deb
[23:53:02] <jthornton> if I did it right
[23:53:03] <cradek> so I probably didn't lose anything
[23:53:06] <cradek> yes that's right
[23:55:43] * jthornton head to the cocina to start dinner
[23:58:41] -!- adb [adb!~Moldovean@178-211-227-55.dhcp.voenergies.net] has joined #emc-devel