[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Info never install



Hi folks,

Does anyone have informations about Debian's install-info
program?  Are there any problems in Debian's install-info?

Currently emacs-w3m excludes it when installing info files.
That behavior has followed the fashion of Gnus, so Gnus does do
the same either.  It seems that it appeared first in the
emacs-lisp-intro package.  However, it has disappeared now in
the Emacs CVS head.  Probably we should also abolish it.

I forward a message sent by Artiom Neganov for a reply to me.
--- Begin Message ---
Hi,

  Forget what I said - I can't reproduce what I've reported - I did
  something wrong, its my fault, sorry.

> What does your `install-info' return for the `--version' option?

% install-info --version| sed 1q | fgrep -s -i debian
Debian install-info 1.10.15.  Copyright (C) 1994,1995

and correspondingly:

% install-info --version| sed 1q | fgrep -s -v -i debian
<empty>


But still I don't understand why you want to exclude Debain's
install-info.

After changing 'fgrep -s -v -i debian' to 'fgrep -s -v -i ddebian':

% make install
[...]
/bin/sh ../mkinstalldirs /usr/local/info
 /usr/bin/install -c -m 644 emacs-w3m.info /usr/local/info/emacs-w3m.info
 /usr/bin/install -c -m 644 emacs-w3m-ja.info /usr/local/info/emacs-w3m-ja.info
 /usr/bin/install -c -m 644 emacs-w3m-ja.info-1 /usr/local/info/emacs-w3m-ja.info-1
 /usr/bin/install -c -m 644 emacs-w3m-ja.info-2 /usr/local/info/emacs-w3m-ja.info-2
 /usr/bin/install -c -m 644 emacs-w3m-ja.info-3 /usr/local/info/emacs-w3m-ja.info-3
 install-info --info-dir=/usr/local/info /usr/local/info/emacs-w3m.info
* Emacs-w3m: (emacs-w3m). An Emacs interface to w3m
install-info(/usr/local/info/emacs-w3m.info): replacing existing dir entry for `emacs-w3m'
 install-info --info-dir=/usr/local/info /usr/local/info/emacs-w3m-ja.info
* Emacs-w3m-ja: (emacs-w3m-ja). An Emacs interface to w3m (Japanese)
[...]

Node installed fine on the top of Emacs' info tree.
Maybe there were some problems with debian's install-info in the past?

regards,
Artiom
--- End Message ---