bug-grub
[Top][All Lists]
Advanced

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

Bug#65105: marked as done (grub: When texinfo is not available dpkg refu


From: Debian Bug Tracking System
Subject: Bug#65105: marked as done (grub: When texinfo is not available dpkg refuses to install the package.)
Date: Fri, 06 Oct 2000 19:03:54 -0500

Your message dated 06 Oct 2000 17:52:06 -0600
with message-id <address@hidden>
and subject line Fixed on or before 0.5.96
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Jun 2000 11:11:21 +0000
>From address@hidden Fri Jun 02 06:11:20 2000
Return-path: <address@hidden>
Received: from sgi3974ef1.iddeo.es (smtp1.retemail.es) [62.81.31.132] 
        by master.debian.org with esmtp (Exim 3.12 2 (Debian))
        id 12xpMF-0001Yp-00; Fri, 02 Jun 2000 06:11:20 -0500
Received: from hell.lnx.es ([62.82.254.172]) by smtp1.retemail.es
          (InterMail v4.00.03.01 201-229-104-101) with ESMTP
          id <address@hidden>;
          Fri, 2 Jun 2000 13:10:38 +0200
Received: from ranty by hell.lnx.es with local (Exim 3.12 #1 (Debian))
        id 12xpLj-0000nA-00; Fri, 02 Jun 2000 13:10:47 +0200
From: address@hidden
Subject: grub: When texinfo is not available dpkg refuses to install the 
package.
To: address@hidden
X-Mailer: bug 3.2.10
Message-Id: <address@hidden>
Date: Fri, 02 Jun 2000 13:10:47 +0200
Delivered-To: address@hidden

Package: grub
Version: 0.5.95
Severity: normal

On Debian systems

If makeinfo is not available when building the package, dummy info files are
generated and "install-info" fails on the "postinst" saying it doesn't find a
description for the files.

Also aclocal.m4 should be updated to look for makeinfo, otherwise it is
allways as not having makeinfo:

Index: aclocal.m4
===================================================================
RCS file: /cvs/grub/aclocal.m4,v
retrieving revision 1.27
diff -u -r1.27 aclocal.m4
--- aclocal.m4  2000/05/31 02:15:13     1.27
+++ aclocal.m4  2000/06/02 11:10:00
@@ -435,10 +435,20 @@
 rm -f conftest*
 AC_MSG_RESULT(yes)])
 
-dnl AM_MISSING_PROG(NAME, PROGRAM)
-AC_DEFUN(AM_MISSING_PROG, [
-AC_REQUIRE([AM_MISSING_HAS_RUN])
-$1=${$1-"${am_missing_run}$2"}
+dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
+dnl The program must properly implement --version.
+AC_DEFUN(AM_MISSING_PROG,
+[AC_MSG_CHECKING(for working $2)
+# Run test in a subshell; some versions of sh will print an error if
+# an executable is not found, even if stderr is redirected.
+# Redirect stdin to placate older versions of autoconf.  Sigh.
+if ($2 --version) < /dev/null > /dev/null 2>&1; then
+   $1=$2
+   AC_MSG_RESULT(found)
+else
+   $1="$3/missing $2"
+   AC_MSG_RESULT(missing)
+fi
 AC_SUBST($1)])
 
 dnl Like AM_MISSING_PROG, but only looks for install-sh.



Posible fixes:

        o Not installing any info files if makeinfo is not available.
        o Giving --description option to "install-info".
        o Make more "complete" dummy files.

-- System Information
Debian Release: 2.2
Kernel Version: Linux hell 2.2.15 #5 Tue May 30 12:14:39 CEST 2000 i686 unknown

Versions of the packages grub depends on:
ii  libc6          2.1.3-7        GNU C Library: Shared libraries and Timezone
ii  libncurses5    5.0-5          Shared libraries for terminal handling

---------------------------------------
Received: (at 65105-done) by bugs.debian.org; 6 Oct 2000 23:56:33 +0000
>From address@hidden Fri Oct 06 18:56:33 2000
Return-path: <address@hidden>
Received: from static204-83-206-163.reverse.accesscomm.ca (trick.fig.org) 
[::ffff:204.83.206.163] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 13hhLt-0004Um-00; Fri, 06 Oct 2000 18:56:33 -0500
Received: from ip216-174-145-21.evenfaster.accesscomm.ca (faust.fig.org) 
[216.174.145.21] 
        by trick.fig.org with esmtp (Exim 2.05 #1 (Debian))
        id 13hhLq-0004Ji-00; Fri, 6 Oct 2000 17:56:30 -0600
Received: from gord by faust.fig.org with local (Exim 3.12 #1 (Debian))
        id 13hhHa-0003k5-00; Fri, 06 Oct 2000 17:52:06 -0600
To: address@hidden, address@hidden,
        address@hidden, address@hidden,
        address@hidden, address@hidden,
        address@hidden, address@hidden
Subject: Fixed on or before 0.5.96
X-Attribution:  Gord
From: Gordon Matzigkeit <address@hidden>
Date: 06 Oct 2000 17:52:06 -0600
Message-ID: <address@hidden>
Lines: 4
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: address@hidden


-- 
 Gordon Matzigkeit <address@hidden>  //\ I'm a FIG (http://fig.org/)
Committed to freedom and diversity \// I use GNU (http://www.gnu.org/)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]