GNU bug report logs - #11422
automake 1.12 info doc installation problem

Previous Next

Package: automake;

Reported by: Bruno Haible <bruno <at> clisp.org>

Date: Sun, 6 May 2012 16:16:02 UTC

Severity: wishlist

Tags: moreinfo

Full log


Message #15 received at 11422 <at> debbugs.gnu.org (full text, mbox):

From: Bruno Haible <bruno <at> clisp.org>
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: 11422 <at> debbugs.gnu.org
Subject: Re: bug#11422: automake 1.12 info doc installation problem
Date: Tue, 08 May 2012 01:19:20 +0200
Hi Stefano,

> I see this report from you on the bug-texinfo list:
> 
>   <http://lists.gnu.org/archive/html/bug-texinfo/2012-05/msg00000.html>

It is a different issue. (But I happened to stumble across both bugs
at the same time.) The issue on bug-texinfo is a problem with an INFOPATH
that contains at least two directories.

This issue here is about stale entries that refer to nonexistent nodes, when
installing a new Automake release using the same --prefix as an older one.

How to reproduce:
1. $ mkdir /tmp/inst
2. Install automake-1.11.2:
   $ tar xvfz .../automake-1.11.2.tar.gz
   $ (cd automake-1.11.2 && ./configure --prefix=/tmp/inst && make && make install)
3. $ INFOPATH=/tmp/inst/share/info info automake
   works
4. Install automake-1.12 with the same --prefix:
   $ tar xvfz .../automake-1.12.tar.gz
   $ (cd automake-1.12 && ./configure --prefix=/tmp/inst && make && make install)
5. $ INFOPATH=/tmp/inst/share/info info automake
   fails, it produces the manpage fallback.

Bruno





This bug report was last modified 10 years and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.