Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Achim Gratz
Hi Jude, Jude DaShiell jdash...@shellworld.net writes: If a make is done on debian squeeze with default org-mode install-info which is debian's version of install-info complains that it's not gnu info and tells you to use ginstall-info when a make install-info-debian or make install-info

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Jude DaShiell
I just ran make update make all sudo make install sudo make install-info-debian and updated org-mode to 7.6. I put two mods into the org-mode default Make file. The prefix I changed to /usr and the change suggested on install-info-debian target changing out $(infodir) with ginstall-info I

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Jude DaShiell
I'll know when the documentation gets an update. Thanks.On Sat, 9 Jul 2011, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: If a make is done on debian squeeze with default org-mode install-info which is debian's version of install-info complains that it's not gnu info

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Achim Gratz
Hi Jude, Jude DaShiell jdash...@shellworld.net writes: I just ran make update make all sudo make install sudo make install-info-debian and updated org-mode to 7.6. That does not work, you would need to do sudo make install-info sudo make install-info-debian with the original Makefile -

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Achim Gratz
Nick Dokos nicholas.do...@hp.com writes: I'm actually hoping that nothing of the sort will be needed, but given that I don't have either debian squeeze or slackware available, I can't really see what goes wrong. Well, I've had a look on some server I have admin access to: what goes wrong on

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: A Makefile is not the place to pull stunts, IMHO. Whenever you feel that should become necessary, maybe it's time to go autoconf or some similar mechanism. I don't think that's the right thing to do for org-mode, since it again adds some

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Nick Dokos
Achim Gratz strom...@nexgo.de wrote: Nick Dokos nicholas.do...@hp.com writes: I'm actually hoping that nothing of the sort will be needed, but given that I don't have either debian squeeze or slackware available, I can't really see what goes wrong. Well, I've had a look on some server I

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Achim Gratz
Nick Dokos nicholas.do...@hp.com writes: But from what I saw in the Ubuntu man-page, debian install-info is a wrapper around GNU install-info that does *nothing different* in the ``normal'' case. It only behaves differently when one is doing Debian maintenance thingies, whatever that means -

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Jude DaShiell
If a make is done on debian squeeze with default org-mode install-info which is debian's version of install-info complains that it's not gnu info and tells you to use ginstall-info when a make install-info-debian or make install-info is tried and neither one of those switches for make upgrades

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Nick Dokos
Jude DaShiell jdash...@shellworld.net wrote: If a make is done on debian squeeze with default org-mode install-info which is debian's version of install-info complains that it's not gnu info and tells you to use ginstall-info when a make install-info-debian or make install-info is tried

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Jude DaShiell jdash...@shellworld.net wrote: If a make is done on debian squeeze with default org-mode install-info which is debian's version of install-info complains that it's not gnu info and tells you to use ginstall-info when a make

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Jude DaShiell
No I can't provide any patch that works with all distros. I don't have all distros available to me; not all Linux distros are accessible for screen reader users either. I use screen reading software just to use a computer and I don't have all distros even under the category of distros that

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Bastien
Hi Jude, I understand. I think we can go with a FAQ: How to compile and install Org under Debian and Slackware?, then include your patch in the answer. Can someone confirm Jude's patch solves install issues for Debian and Slackware? Thanks, -- Bastien

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Nick Dokos
Jude DaShiell jdash...@shellworld.net wrote: To use org-mode default uncomment /usr/local as prefix for all systems that put emacs stuff or some emacs stuff under /usr/local. For Slackware and Debian though, /usr/local isn't in the load-paths. The install-info part of the patch was using

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: PS and then there is OS X and Windows, and other Unixes and who knows what else... Indeed. I'll apply every patch that - doesn't break current Makefile commands - does add a new func (even tiny) for specific distro Please send some :) --

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Jambunathan K
Jude DaShiell jdash...@shellworld.net writes: No I can't provide any patch that works with all distros. I don't have all distros available to me; not all Linux distros are accessible for screen reader users either. I use screen reading software just to use a computer and I don't have

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Andrea Crotti
Bastien b...@altern.org writes: Indeed. I'll apply every patch that - doesn't break current Makefile commands - does add a new func (even tiny) for specific distro Please send some :) One way to make the whole deployment really portable could also be to pass from plain Makefile to the

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Achim Gratz
Nick Dokos nicholas.do...@hp.com writes: Most Linux systems I know of have a description of what distro is installed in the /etc/issue file: Ubuntu, Debian, RH, Fedora, SuSE [...] True, but it's not reliable since it is quite common to customize the login message. And the next thing of course

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Nick Dokos
Achim Gratz strom...@nexgo.de wrote: Nick Dokos nicholas.do...@hp.com writes: Most Linux systems I know of have a description of what distro is installed in the /etc/issue file: Ubuntu, Debian, RH, Fedora, SuSE [...] True, but it's not reliable since it is quite common to customize the

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-07 Thread Bastien
Hi Jude, I infer this patch will break most non-debian/slackware configs. Could you provide a patch that works for *every* distro, including debian and slackware? Thanks! Jude DaShiell jdash...@shellworld.net writes: diff -c a//Makefile b//Makefile *** a//Makefile 2011-07-05

[O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-05 Thread Jude DaShiell
diff -c a//Makefile b//Makefile *** a//Makefile 2011-07-05 21:05:08.0 -0400 --- b//Makefile 2011-07-05 21:05:21.0 -0400 *** *** 14,20 EMACS=emacs # Where local software is found ! prefix=/usr/local # Where local lisp files go. lispdir =