grub: FTBFS: aclocal-1.8: command not found

Bug #27594 reported by Debian Bug Importer
6
Affects Status Importance Assigned to Milestone
grub (Debian)
Fix Released
Unknown
grub (Ubuntu)
Invalid
High
Tollef Fog Heen

Bug Description

Automatically imported from Debian bug report #344739 http://bugs.debian.org/344739

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #344739 http://bugs.debian.org/344739

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 25 Dec 2005 13:26:56 +0100
From: Kurt Roeckx <email address hidden>
To: <email address hidden>
Subject: grub: FTBFS: aclocal-1.8: command not found

Package: grub
Version: 0.97-2
Severity: serious

Hi,

Your package is failing to build with the following error:
touch patch-stamp
dh_testdir
# Add here commands to configure the package.
aclocal-1.8 && automake-1.8 && autoconf
bash: aclocal-1.8: command not found
make: *** [configure-stamp] Error 127

Kurt

Revision history for this message
In , Otavio Salvador (otavio) wrote : setting package to grub grub-disk grub-doc, tagging 344739

# Automatically generated email from bts, devscripts version 2.9.10
package grub grub-disk grub-doc
tags 344739 + pending

Revision history for this message
In , Bastian Blank (waldi) wrote : patch

tags 344739 patch
tags 344767 patch
--
Earth -- mother of the most beautiful women in the universe.
  -- Apollo, "Who Mourns for Adonais?" stardate 3468.1

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <20060105114552.331DA1C0B6AF@localhost>
Date: Thu, 5 Jan 2006 09:45:52 -0200
From: Otavio Salvador <email address hidden>
To: <email address hidden>
Subject: setting package to grub grub-disk grub-doc, tagging 344739

# Automatically generated email from bts, devscripts version 2.9.10
package grub grub-disk grub-doc
tags 344739 + pending

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (4.5 KiB)

Message-ID: <email address hidden>
Date: Thu, 5 Jan 2006 13:05:59 +0100
From: Bastian Blank <email address hidden>
To: <email address hidden>, <email address hidden>
Subject: patch

--3uo+9/B/ebqu+fSQ
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline

tags 344739 patch
tags 344767 patch
--
Earth -- mother of the most beautiful women in the universe.
  -- Apollo, "Who Mourns for Adonais?" stardate 3468.1

--3uo+9/B/ebqu+fSQ
Content-Type: text/plain; charset=utf-8
Content-Disposition: attachment; filename=diff

diff -u grub-0.97/debian/update-grub grub-0.97/debian/update-grub
--- grub-0.97/debian/update-grub
+++ grub-0.97/debian/update-grub
@@ -591,28 +591,28 @@
 }

-echo -n "Testing for an existing GRUB menu.list file ... "
+echo -n "Testing for an existing GRUB menu.list file ... " >&2

 # Test if our menu file exists
 if [ -f "$menu_file" ] ; then
  menu="$menu_file"
  rm -f $newtemplate
  unset newtemplate
- echo "found: $menu_file"
+ echo "found: $menu_file" >&2
  cp -f "$menu_file" "$menu_file~"
 else
  # if not ask user if they want us to create one
  menu="$menu_file"
- echo
- echo
- echo -n "Could not find $menu_file file. "
+ echo >&2
+ echo >&2
+ echo -n "Could not find $menu_file file. " >&2
  if [ "-y" = "$command_line_arguments" ] ; then
- echo
- echo "Generating $menu_file"
+ echo >&2
+ echo "Generating $menu_file" >&2
   answer=y
  else
- echo -n "Would you like $menu_file generated for you? "
- echo -n "(y/N) "
+ echo -n "Would you like $menu_file generated for you? " >&2
+ echo -n "(y/N) " >&2
   read answer
  fi

@@ -737,23 +737,23 @@
 echo "## ## End Default Options ##" >> $buffer
 echo >> $buffer

-echo -n "Searching for splash image ... "
+echo -n "Searching for splash image ... " >&2
 current_splash=`grep '^splashimage=' ${grub_dir}/menu.lst || true`
 splashimage_path="splashimage=${grub_root_device}${grub_dir##${boot_device:+/boot}}/splash.xpm.gz"
 if [ -f "${grub_dir}/splash.xpm.gz" ] && [ "$current_splash" = "" ]; then
- echo "found: /boot/grub/splash.xpm.gz"
+ echo "found: /boot/grub/splash.xpm.gz" >&2
        echo "$splashimage_path" >> $buffer
        echo >> $buffer
 elif [ -f "${grub_dir}/splash.xpm.gz" ] && [ "$current_splash" = "$splashimage_path" ]; then
- echo "found: /boot/grub/splash.xpm.gz"
+ echo "found: /boot/grub/splash.xpm.gz" >&2
        echo "$splashimage_path" >> $buffer
        echo >> $buffer
 elif [ "$current_splash" != "" ] && [ "$current_splash" != "$splashimage_path" ]; then
- echo "found but preserving previous setting: $(grep '^splashimage=' /boot/grub/menu.lst)"
+ echo "found but preserving previous setting: $(grep '^splashimage=' /boot/grub/menu.lst)" >&2
        echo "$current_splash" >> $buffer
        echo >> $buffer
 else
- echo "none found, skipping ..."
+ echo "none found, skipping ..." >&2
 fi

 sortedKernels=""
@@ -808,7 +808,7 @@
   initrd=$kernel_dir/$initrdName
  fi

- echo "Found kernel: $kernel"
+ echo "Found kernel: $kernel" >&2

  if [ "$kernelName" = "vmlinuz" ]; then
   if [ -L "/boot/$kernelName" ]; then
@@ -860,7 +860,7 @@
    currentOpt=
    initrd=

- echo "Fo...

Read more...

Revision history for this message
In , Otavio Salvador (otavio) wrote : Bug#344739: fixed in grub 0.97-3

Source: grub
Source-Version: 0.97-3

We believe that the bug you reported is fixed in the latest version of
grub, which is due to be installed in the Debian FTP archive:

grub-disk_0.97-3_all.deb
  to pool/main/g/grub/grub-disk_0.97-3_all.deb
grub-doc_0.97-3_all.deb
  to pool/main/g/grub/grub-doc_0.97-3_all.deb
grub_0.97-3.diff.gz
  to pool/main/g/grub/grub_0.97-3.diff.gz
grub_0.97-3.dsc
  to pool/main/g/grub/grub_0.97-3.dsc
grub_0.97-3_i386.deb
  to pool/main/g/grub/grub_0.97-3_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador <email address hidden> (supplier of updated grub package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 9 Jan 2006 13:37:41 -0200
Source: grub
Binary: grub-disk grub grub-doc
Architecture: source i386 all
Version: 0.97-3
Distribution: unstable
Urgency: low
Maintainer: Grub Maintainers <email address hidden>
Changed-By: Otavio Salvador <email address hidden>
Description:
 grub - GRand Unified Bootloader
 grub-disk - GRUB bootable disk image
 grub-doc - Documentation for GRand Unified Bootloader
Closes: 264312 314210 342221 344739 344767 346080 346127 346327
Changes:
 grub (0.97-3) unstable; urgency=low
 .
   * Replace automake1.9 build-dependencie with automake1.8 to fix a FTBFS
     issue. (closes: #344739, #346080)
   * Redirect output to stderr. Thanks Bastian Blank <email address hidden> for
     a better solution. (closes: #344767, #346327)
   * Add print_func.diff patch to beep in menu.lst. Useful for blind
     people. Really thank up Osvaldo La rosa <email address hidden> for the
     patch. (closes: #314210)
   * Applied patch provided by Kristian Edlund <email address hidden> to fix
     ordering kernel issues. (closes: #264312, #342221)
   * Applied patch provided by Michal Cihar <email address hidden> to allow
     update-grub to run with dash. (closes: #346127)
Files:
 f33f9d32562bf9a3a054473d9edf9309 932 admin optional grub_0.97-3.dsc
 ea9a96d60e9760f313ec04dc97316f20 60160 admin optional grub_0.97-3.diff.gz
 5ce5fdba383383e99616b9cc77ec7d9f 357734 admin optional grub_0.97-3_i386.deb
 f5f34c8713f72ab3883e9b30a27fe9b0 231474 admin optional grub-disk_0.97-3_all.deb
 a4440c379067ce3b2f1ca20bd8c54176 266292 doc optional grub-doc_0.97-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDwoRULqiZQEml+FURAqkHAJ9erPyIqxAyOEZ8YoYUDMa6ZFx+sACfTdbf
yFkKvkUX5l5tQk5MgcquQPI=
=h+iY
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 09 Jan 2006 07:47:03 -0800
From: Otavio Salvador <email address hidden>
To: <email address hidden>
Subject: Bug#344739: fixed in grub 0.97-3

Source: grub
Source-Version: 0.97-3

We believe that the bug you reported is fixed in the latest version of
grub, which is due to be installed in the Debian FTP archive:

grub-disk_0.97-3_all.deb
  to pool/main/g/grub/grub-disk_0.97-3_all.deb
grub-doc_0.97-3_all.deb
  to pool/main/g/grub/grub-doc_0.97-3_all.deb
grub_0.97-3.diff.gz
  to pool/main/g/grub/grub_0.97-3.diff.gz
grub_0.97-3.dsc
  to pool/main/g/grub/grub_0.97-3.dsc
grub_0.97-3_i386.deb
  to pool/main/g/grub/grub_0.97-3_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador <email address hidden> (supplier of updated grub package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 9 Jan 2006 13:37:41 -0200
Source: grub
Binary: grub-disk grub grub-doc
Architecture: source i386 all
Version: 0.97-3
Distribution: unstable
Urgency: low
Maintainer: Grub Maintainers <email address hidden>
Changed-By: Otavio Salvador <email address hidden>
Description:
 grub - GRand Unified Bootloader
 grub-disk - GRUB bootable disk image
 grub-doc - Documentation for GRand Unified Bootloader
Closes: 264312 314210 342221 344739 344767 346080 346127 346327
Changes:
 grub (0.97-3) unstable; urgency=low
 .
   * Replace automake1.9 build-dependencie with automake1.8 to fix a FTBFS
     issue. (closes: #344739, #346080)
   * Redirect output to stderr. Thanks Bastian Blank <email address hidden> for
     a better solution. (closes: #344767, #346327)
   * Add print_func.diff patch to beep in menu.lst. Useful for blind
     people. Really thank up Osvaldo La rosa <email address hidden> for the
     patch. (closes: #314210)
   * Applied patch provided by Kristian Edlund <email address hidden> to fix
     ordering kernel issues. (closes: #264312, #342221)
   * Applied patch provided by Michal Cihar <email address hidden> to allow
     update-grub to run with dash. (closes: #346127)
Files:
 f33f9d32562bf9a3a054473d9edf9309 932 admin optional grub_0.97-3.dsc
 ea9a96d60e9760f313ec04dc97316f20 60160 admin optional grub_0.97-3.diff.gz
 5ce5fdba383383e99616b9cc77ec7d9f 357734 admin optional grub_0.97-3_i386.deb
 f5f34c8713f72ab3883e9b30a27fe9b0 231474 admin optional grub-disk_0.97-3_all.deb
 a4440c379067ce3b2f1ca20bd8c54176 266292 doc optional grub-doc_0.97-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDwoRULqiZQEml+FURAqkHAJ9erPyIqxAyOEZ8YoYUDMa6ZFx+sACfTdbf
yFkKvkUX5l5tQk5MgcquQPI=
=h+iY
-----END PGP SIGNATURE-----

Revision history for this message
Jeff Bailey (jbailey) wrote :

https://launchpad.net/distros/ubuntu/+source/grub shows succesful build on 2006-02-04

Changed in grub:
status: Unconfirmed → Rejected
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.