Your message dated Wed, 26 Aug 2009 10:54:13 +0000
with message-id <[email protected]>
and subject line Bug#543615: fixed in grub2 1.96+20090826-1
has caused the Debian Bug report #543615,
regarding circular dependency between grub2 and grub-pc preventing each from 
installing
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
543615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543615
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20090825-1
Severity: normal


mdriftme...@horus:/var/cache/apt/archives$ sudo dpkg -i 
grub-pc_1.96+20090825-1_amd64.deb grub2_1.96+20090825-1_amd64.deb 
grub-common_1.96+20090825-1_amd64.deb
(Reading database ... 1004469 files and directories currently installed.)
Preparing to replace grub-pc 1.96+20090825-1 (using 
grub-pc_1.96+20090825-1_amd64.deb) ...
Unpacking replacement grub-pc ...
Preparing to replace grub2 1.96+20090825-1 (using 
grub2_1.96+20090825-1_amd64.deb) ...
Unpacking replacement grub2 ...
Preparing to replace grub-common 1.96+20090825-1 (using 
grub-common_1.96+20090825-1_amd64.deb) ...
Unpacking replacement grub-common ...
Setting up grub-common (1.96+20090825-1) ...
Processing triggers for man-db ...
Setting up grub-pc (1.96+20090825-1) ...
dpkg: error processing grub-pc (--install):
 subprocess installed post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of grub2:
 grub2 depends on grub-pc; however:
  Package grub-pc is not configured yet.
dpkg: error processing grub2 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 grub-pc
 grub2


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/a6be0cac-8d82-4d21-bd66-bddb1da62d29 / ext3 
rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/disk/by-uuid/a6be0cac-8d82-4d21-bd66-bddb1da62d29 /export/osx-share ext3 
rw,relatime,errors=remount-ro,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/hda
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --no-floppy --fs-uuid --set a6be0cac-8d82-4d21-bd66-bddb1da62d29
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output.gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,1)
search --no-floppy --fs-uuid --set a6be0cac-8d82-4d21-bd66-bddb1da62d29
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set a6be0cac-8d82-4d21-bd66-bddb1da62d29
        linux   /boot/vmlinuz-2.6.30-1-amd64 
root=UUID=a6be0cac-8d82-4d21-bd66-bddb1da62d29 ro  quiet
        initrd  /boot/initrd.img-2.6.30-1-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.30-1-amd64 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set a6be0cac-8d82-4d21-bd66-bddb1da62d29
        linux   /boot/vmlinuz-2.6.30-1-amd64 
root=UUID=a6be0cac-8d82-4d21-bd66-bddb1da62d29 ro single 
        initrd  /boot/initrd.img-2.6.30-1-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.29-2-amd64" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set a6be0cac-8d82-4d21-bd66-bddb1da62d29
        linux   /boot/vmlinuz-2.6.29-2-amd64 
root=UUID=a6be0cac-8d82-4d21-bd66-bddb1da62d29 ro  quiet
        initrd  /boot/initrd.img-2.6.29-2-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.29-2-amd64 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set a6be0cac-8d82-4d21-bd66-bddb1da62d29
        linux   /boot/vmlinuz-2.6.29-2-amd64 
root=UUID=a6be0cac-8d82-4d21-bd66-bddb1da62d29 ro single 
        initrd  /boot/initrd.img-2.6.29-2-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.29-1-amd64" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set a6be0cac-8d82-4d21-bd66-bddb1da62d29
        linux   /boot/vmlinuz-2.6.29-1-amd64 
root=UUID=a6be0cac-8d82-4d21-bd66-bddb1da62d29 ro  quiet
        initrd  /boot/initrd.img-2.6.29-1-amd64
}
menuentry "Debian GNU/Linux, Linux 2.6.29-1-amd64 (recovery mode)" {
        set root=(hd0,1)
        search --no-floppy --fs-uuid --set a6be0cac-8d82-4d21-bd66-bddb1da62d29
        linux   /boot/vmlinuz-2.6.29-1-amd64 
root=UUID=a6be0cac-8d82-4d21-bd66-bddb1da62d29 ro single 
        initrd  /boot/initrd.img-2.6.29-1-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/11_osx ###
menuentry "OS X 10.5" {
        multiboot (hd0,1)/boot/boot_v8 
        module (hd0,1)/boot/grub/hfsplus.mod
}
### END /etc/grub.d/11_osx ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
        linux   /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
        linux   /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]    1.5.27          Debian configuration management sy
ii  grub-common              1.96+20090825-1 GRand Unified Bootloader, version 
ii  libc6                    2.9-25          GNU C Library: Shared libraries
ii  ucf                      3.0020          Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base                  5.0.5      common files for the Debian Deskto
ii  genisoimage                   9:1.1.9-1  Creates ISO-9660 CD-ROM filesystem

-- debconf information:
* grub-pc/linux_cmdline:
  grub2/linux_cmdline:
* grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: false
  grub-pc/postrm_purge_boot_grub: false
  grub2/linux_cmdline_default: quiet
* grub-pc/install_devices: /dev/sda



--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.96+20090826-1

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

grub-common_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub-common_1.96+20090826-1_amd64.deb
grub-coreboot_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub-coreboot_1.96+20090826-1_amd64.deb
grub-efi-amd64_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub-efi-amd64_1.96+20090826-1_amd64.deb
grub-efi-ia32_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub-efi-ia32_1.96+20090826-1_amd64.deb
grub-efi_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub-efi_1.96+20090826-1_amd64.deb
grub-firmware-qemu_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub-firmware-qemu_1.96+20090826-1_amd64.deb
grub-ieee1275_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub-ieee1275_1.96+20090826-1_amd64.deb
grub-linuxbios_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.96+20090826-1_amd64.deb
grub-pc_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub-pc_1.96+20090826-1_amd64.deb
grub-rescue-pc_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.96+20090826-1_amd64.deb
grub2_1.96+20090826-1.diff.gz
  to pool/main/g/grub2/grub2_1.96+20090826-1.diff.gz
grub2_1.96+20090826-1.dsc
  to pool/main/g/grub2/grub2_1.96+20090826-1.dsc
grub2_1.96+20090826-1_amd64.deb
  to pool/main/g/grub2/grub2_1.96+20090826-1_amd64.deb
grub2_1.96+20090826.orig.tar.gz
  to pool/main/g/grub2/grub2_1.96+20090826.orig.tar.gz



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 protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Felix Zielcke <[email protected]> (supplier of updated grub2 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 protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 26 Aug 2009 11:00:36 +0200
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-pc grub-rescue-pc 
grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275 grub-firmware-qemu
Architecture: source amd64
Version: 1.96+20090826-1
Distribution: unstable
Urgency: low
Maintainer: GRUB Maintainers <[email protected]>
Changed-By: Felix Zielcke <[email protected]>
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
 grub-pc    - GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
Closes: 543615
Changes: 
 grub2 (1.96+20090826-1) unstable; urgency=low
 .
   * New SVN snapshot.
 .
   * Use the right templates in grub-pc.config. (Closes: #543615)
Checksums-Sha1: 
 5b525af4dacd235aa080abceda536ff09c242856 2112 grub2_1.96+20090826-1.dsc
 165cfb90a2b747b5fd7b540c84704e7e21e2f64d 1151869 
grub2_1.96+20090826.orig.tar.gz
 0f67e871dd80d5c70328b7875472400db1ee237c 107764 grub2_1.96+20090826-1.diff.gz
 9954a6c9cfc0a7cf3ffea62fccb5d0407073d4ec 188962 grub2_1.96+20090826-1_amd64.deb
 5ba3c1a8cbfcdf127762e80649f9d6664342032d 187926 
grub-linuxbios_1.96+20090826-1_amd64.deb
 0900e54fd22cf96ff4940fa1430349f20765d14d 187922 
grub-efi_1.96+20090826-1_amd64.deb
 77dd39b3da907124b90af1c96811aded7cdfeea7 1218964 
grub-common_1.96+20090826-1_amd64.deb
 994ac448dadbdfa3fa19fe26f3283e7dffe84c97 679652 
grub-pc_1.96+20090826-1_amd64.deb
 fbb44c26da1f8dfd28ec394eab424dd2a1687763 832210 
grub-rescue-pc_1.96+20090826-1_amd64.deb
 138316edc19f7aa710562e0a3713522c6c546625 462682 
grub-coreboot_1.96+20090826-1_amd64.deb
 693883efd4915bc2b8dd447e39c10899544296bf 483440 
grub-efi-ia32_1.96+20090826-1_amd64.deb
 bb371e9d1c0ad0cd4a96b469450eec9d707e6fa4 542452 
grub-efi-amd64_1.96+20090826-1_amd64.deb
 7628b59b5b94838f73570053bbea7c3efbde92ad 448474 
grub-ieee1275_1.96+20090826-1_amd64.deb
 9b31ff9ee7ca28455a06f646233b2ae8f853c76d 436596 
grub-firmware-qemu_1.96+20090826-1_amd64.deb
Checksums-Sha256: 
 ca86e2281b9ed8952c475c821086ad2701ea12e2c17656c386df8658124fe29f 2112 
grub2_1.96+20090826-1.dsc
 6d4e0c07270dcfe29f89988f6856c635b2954e31c9699f8cbe31e167dca9e53f 1151869 
grub2_1.96+20090826.orig.tar.gz
 37953103e6231b4bd66e86e12068cb288d39feb90db1ca4395675e7a3e56546a 107764 
grub2_1.96+20090826-1.diff.gz
 135b77d9a2934e79ff43b12b5f1485b49a15563b04ca0964e3e46cfa966d559e 188962 
grub2_1.96+20090826-1_amd64.deb
 6afead6cf31f96f13a8da19c8bee9520259f80c0049286be7d9f6bbbeedb65df 187926 
grub-linuxbios_1.96+20090826-1_amd64.deb
 939276592f81383bca9989698a6a4d0c55634f438e4669b9eba73c44703a1a9b 187922 
grub-efi_1.96+20090826-1_amd64.deb
 2739e53621b862d42afc9e4dd5af537b4ebc5790f8ac2e419e48bcc5cf6180fc 1218964 
grub-common_1.96+20090826-1_amd64.deb
 c331652042a7d6a5c33c4d03f15ee3e9f846ccbaa24f42d3fd609750d5b00b59 679652 
grub-pc_1.96+20090826-1_amd64.deb
 8f31a3f13d8d2d120fbbfd4891e9f3623062e1a16d02d570c35023449e5ac4d3 832210 
grub-rescue-pc_1.96+20090826-1_amd64.deb
 3402fc0f36b18bc7fd1c36ade9710b69f8383817cd8363ece00b24a524ea7fb7 462682 
grub-coreboot_1.96+20090826-1_amd64.deb
 5119f25e9a3aa9da769ce413d01cebe74a17e65b22dcfe80256f212d257ca2ab 483440 
grub-efi-ia32_1.96+20090826-1_amd64.deb
 a90504e3ecb33f5a7768d6ddb3aa41e18121e99aad7f22381c7adfb99a4c55a0 542452 
grub-efi-amd64_1.96+20090826-1_amd64.deb
 9753ee77e4e59a01dd010f2d03f84a98d6c9ae6f9bd92bd253bce2a9a365cca3 448474 
grub-ieee1275_1.96+20090826-1_amd64.deb
 aaece82f1885df0e1f73385072fa7dc03bba21d370d9578be86632a11ad911be 436596 
grub-firmware-qemu_1.96+20090826-1_amd64.deb
Files: 
 19f51b88fa371f87bd4eb17541b3b564 2112 admin extra grub2_1.96+20090826-1.dsc
 d33a7515f3a6ab09e34e6bbab507c928 1151869 admin extra 
grub2_1.96+20090826.orig.tar.gz
 e6122cfb4910e8c19ff5503793479dde 107764 admin extra 
grub2_1.96+20090826-1.diff.gz
 0af5ca75dfd7b7f00b8bd2ce71ecade7 188962 admin extra 
grub2_1.96+20090826-1_amd64.deb
 af0dbdf0f05527bdd3c7156d3d494c2e 187926 admin extra 
grub-linuxbios_1.96+20090826-1_amd64.deb
 7c3b3837d8b002cde9a22b58b1642b5d 187922 admin extra 
grub-efi_1.96+20090826-1_amd64.deb
 e7e18639d60f67844cc8117b35c52048 1218964 admin extra 
grub-common_1.96+20090826-1_amd64.deb
 63b939baff0c6dbbd17f061967702ba8 679652 admin extra 
grub-pc_1.96+20090826-1_amd64.deb
 0bb9a693b9473ee6ed9ebee948ebe21f 832210 admin extra 
grub-rescue-pc_1.96+20090826-1_amd64.deb
 7fc63eba0ac590868341a68cc51dab28 462682 admin extra 
grub-coreboot_1.96+20090826-1_amd64.deb
 35fc648fc8ae8ddba7ae2b020f4b1b6e 483440 admin extra 
grub-efi-ia32_1.96+20090826-1_amd64.deb
 426c4bdbe2a6a43008226bd6288ae946 542452 admin extra 
grub-efi-amd64_1.96+20090826-1_amd64.deb
 058e3d67901f3a4772f68807e9ba8d1f 448474 admin extra 
grub-ieee1275_1.96+20090826-1_amd64.deb
 c57fb24ee972075ce966427cac1d6f67 436596 admin extra 
grub-firmware-qemu_1.96+20090826-1_amd64.deb

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

iQEcBAEBCAAGBQJKlPxaAAoJEH84BcfYL7nIChwIAIBz8lpBtrQNUi+KhYdP6xpf
y2X0cmsBsLRSsVVkti39jEFXX5Yp+xbDBC4E892p0n1EdQ9NBLHPoRq6kgV42nsl
Phj2A7MH44BwK7FZXiOhPJF23W0UGC+ZZvmb2IKIYH9mfaMs6mCxjyFZbesHqnad
4VLj0pqAJk+PVL0fGe0lpbicY1TntoKkWeVeIqILJKREGCpsrsU31+0pTYlHdjaO
X4H5nAydn/iBJWr9RDGKpzY+4io+vdJ1vfYLR5mjWde5YZLuF9Jot1LG9VFIH0So
d3FkzKBS4ah8i0SJSzi+717z8dELqBB75lnI1qa6hPgvUKuWxIzIpTIw+KnId5A=
=Tail
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to