#linuxcnc-devel | Logs for 2015-12-24

Back
[02:26:19] <KGB-linuxcnc> 03Sebastian Kuzminsky 05seb/2.7/rtai5 ce71dc3 06linuxcnc 10src/Makefile 10src/Makefile.modinc.in Revert "build system: all versions of RTAI need -msse for math" * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=ce71dc3
[06:59:51] <KGB-linuxcnc> 03John Thornton 052.7 f1a9061 06linuxcnc 10docs/src/config/python-interface.txt Docs: change single quote to double quote. * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=f1a9061
[07:04:02] <jthornton> is there a dry run for merge?
[07:04:20] <jthornton> I don't see anything in my git notes
[07:15:49] <jepler> jthornton: I don't think so, but merge is a local operation so you can check that it is right after merging and before pushing.
[07:16:10] <jepler> there is merge --no-commit or something like that, which will not create the commit even if the automatic merge is successful for all files
[07:16:40] <jthornton> thanks
[07:17:04] <jepler> > single quotes get transformed to an apostrophe in the pdf documents.
[07:17:13] <jepler> this is true even inside a so-called "code block"? that is terrible.
[07:17:31] <jthornton> yea
[07:17:43] <jepler> nothing I ever learn about asciidoc makes me love it in the slightest
[07:32:46] <jthornton> what would we have to do to include the html docs in the deb?
[07:33:59] <jthornton> right now I'm doing debian/configure -r ; debuild -uc -us
[07:34:30] <jthornton> and before that ./configure -a
[07:37:51] <jepler> mostly the changes needed would be inside debian/
[07:38:10] <jepler> the first one is that when debian/rules invokes the src ./configure, it would request html documentation be built
[07:38:51] <jepler> debian/rules and debian/configure.in would need to have any pdf-related dependencies removed
[07:39:13] <jthornton> ok, I see that in rules.in
[07:39:40] <jepler> other changes about the "make install" step and the lists of .files would also have to be changed
[07:39:57] <jthornton> --enable-build-documentation=pdf --enable-build-documentation=html
[07:40:20] <jthornton> ok, I'll make a scratch branch and see if I can figure it out
[07:40:29] <jthornton> thanks for the help
[07:41:20] <jthornton> I used to prefer the pdf's back in 8.08 but the html is much easier to read and navigate and has more content so I prefer the html now
[07:43:14] <jepler> you'd remove --enable-build-documentation=pdf
[07:43:17] <jepler> right?
[07:43:20] <linuxcnc-build> build #942 of 4014.deb-wheezy-rtpreempt-i386 is complete: Failure [4failed shell_1] Build details are at http://buildbot.linuxcnc.org/buildbot/builders/4014.deb-wheezy-rtpreempt-i386/builds/942 blamelist: John Thornton <bjt128@gmail.com>
[07:43:39] <jepler> afk
[12:29:29] <seb_kuzminsky> linuxcnc-build: force build --branch=master 0000.checkin
[12:29:30] <linuxcnc-build> build #3800 forced
[12:29:30] <linuxcnc-build> I'll give a shout when the build finishes
[12:33:35] <jepler> merry xmas everybody
[12:56:58] <skunkworks> Merry Christmas!
[12:59:42] <cncbasher> merry christmas all
[13:02:02] <JT-Shop> very Merry Christmas to all my friends
[13:19:53] <linuxcnc-build> Hey! build 0000.checkin #3800 is complete: Success [3build successful]
[13:19:53] <linuxcnc-build> Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/3800
[13:20:34] <seb_kuzminsky> linuxcnc-build: force build --branch=master 0000.checkin
[13:20:41] <linuxcnc-build> build forced [ETA 50m22s]
[13:20:41] <linuxcnc-build> I'll give a shout when the build finishes
[13:20:49] <seb_kuzminsky> merry crifsmas folks :-D
[13:21:26] <Tom_itx> shame you're making the bot work on christmas eve!
[13:21:33] <Tom_itx> Merry Christmas
[15:16:15] <linuxcnc-build> Hey! build 0000.checkin #3801 is complete: Success [3build successful]
[15:16:15] <linuxcnc-build> Build details are at http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/3801
[16:21:26] <jepler> so it looks like our toolchain does txt -> latex -> pdf, and that path is rotting
[16:21:48] <jepler> but the alternative, txt -> fop -> pdf looks like hell too, with incorrect margins and stuff overlapping on other stuff
[16:29:35] <jepler> (as tested on debian jessie in one of my other projects)
[17:20:54] <JT-Shop> asciidoc can generate the pdf I guess the latex is leftover from the old docs?
[17:25:01] <JT-Shop> oh I see that a2x does the actual generating of the docs for asciidoc
[17:27:31] <JT-Shop> I need to look at this some and see if I can figure that out
[18:09:11] <jepler> there is more than one step between txt and pdf
[18:09:15] <jepler> or between txt and html for that matter
[18:09:21] <jepler> a2x tries to hide it all
[18:16:14] <jepler> s/hide/abstract/