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

Bug#238208: marked as done (yaboot-installer: looks for archdetect in wrong place)



Your message dated Sat, 20 Mar 2004 12:02:06 -0500
with message-id <E1B4jrK-0007La-00@newraff.debian.org>
and subject line Bug#238208: fixed in yaboot-installer 0.0.14
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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Mar 2004 23:31:37 +0000
>From cjwatson@flatline.org.uk Mon Mar 15 15:31:37 2004
Return-path: <cjwatson@flatline.org.uk>
Received: from chiark.greenend.org.uk [193.201.200.170] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B31YV-0004sA-00; Mon, 15 Mar 2004 15:31:35 -0800
Received: from [192.168.124.112] (helo=riva.lab.dotat.at)
	by chiark.greenend.org.uk (Debian Exim 3.35 #1) with esmtp
	for submit@bugs.debian.org
	id 1B31YT-0007Ta-00; Mon, 15 Mar 2004 23:31:33 +0000
Received: from cjwatson by riva.lab.dotat.at with local (Exim 3.35 #1 (Debian))
	for submit@bugs.debian.org
	id 1B31YR-0000id-00; Mon, 15 Mar 2004 23:31:31 +0000
Date: Mon, 15 Mar 2004 23:31:31 +0000
From: Colin Watson <cjwatson@debian.org>
To: submit@bugs.debian.org
Subject: yaboot-installer: looks for archdetect in wrong place
Message-ID: <[🔎] 20040315233131.GA2525@riva.ucam.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 

Package: yaboot-installer
Version: 0.0.13.1
Severity: grave
Tags: patch

yaboot-installer looks for archdetect in /usr/bin, when it's actually in
/bin. As a result, you need to manually edit
/var/lib/dpkg/info/yaboot-installer.isinstallable after you load
installer modules before it's possible to install the boot loader.

Index: tools/yaboot-installer//debian/changelog
===================================================================
RCS file: /cvsroot/d-i/debian-installer/tools/yaboot-installer/debian/changelog,v
retrieving revision 1.123
diff -p -u -r1.123 changelog
--- tools/yaboot-installer//debian/changelog	14 Mar 2004 18:38:38 -0000	1.123
+++ tools/yaboot-installer//debian/changelog	15 Mar 2004 23:31:02 -0000
@@ -1,3 +1,10 @@
+yaboot-installer (0.0.14) UNRELEASED; urgency=low
+
+  * Colin Watson
+    - Stop looking for archdetect in /usr/bin, where it isn't.
+
+ -- Colin Watson <cjwatson@debian.org>  Mon, 15 Mar 2004 23:30:21 +0000
+
 yaboot-installer (0.0.13) unstable; urgency=low
 
   * Denis Barbier
Index: tools/yaboot-installer//debian/isinstallable
===================================================================
RCS file: /cvsroot/d-i/debian-installer/tools/yaboot-installer/debian/isinstallable,v
retrieving revision 1.4
diff -p -u -r1.4 isinstallable
--- tools/yaboot-installer//debian/isinstallable	15 Oct 2003 04:39:43 -0000	1.4
+++ tools/yaboot-installer//debian/isinstallable	15 Mar 2004 23:31:02 -0000
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-/usr/bin/archdetect | grep -q "powermac_newworld"
+archdetect | grep -q "powermac_newworld"
 exit $?
 

Thanks,

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]

---------------------------------------
Received: (at 238208-close) by bugs.debian.org; 20 Mar 2004 17:08:08 +0000
>From katie@ftp-master.debian.org Sat Mar 20 09:08:08 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B4jxA-0007lT-00; Sat, 20 Mar 2004 09:08:08 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1B4jrK-0007La-00; Sat, 20 Mar 2004 12:02:06 -0500
From: Matt Kraai <kraai@debian.org>
To: 238208-close@bugs.debian.org
X-Katie: $Revision: 1.45 $
Subject: Bug#238208: fixed in yaboot-installer 0.0.14
Message-Id: <E1B4jrK-0007La-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 20 Mar 2004 12:02:06 -0500
Delivered-To: 238208-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 

Source: yaboot-installer
Source-Version: 0.0.14

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

yaboot-installer_0.0.14.dsc
  to pool/main/y/yaboot-installer/yaboot-installer_0.0.14.dsc
yaboot-installer_0.0.14.tar.gz
  to pool/main/y/yaboot-installer/yaboot-installer_0.0.14.tar.gz
yaboot-installer_0.0.14_powerpc.udeb
  to pool/main/y/yaboot-installer/yaboot-installer_0.0.14_powerpc.udeb



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 238208@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matt Kraai <kraai@debian.org> (supplier of updated yaboot-installer 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Sat, 20 Mar 2004 08:31:02 -0800
Source: yaboot-installer
Binary: yaboot-installer
Architecture: source powerpc
Version: 0.0.14
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Matt Kraai <kraai@debian.org>
Description: 
 yaboot-installer - Install yaboot on a hard disk (udeb)
Closes: 238208
Changes: 
 yaboot-installer (0.0.14) unstable; urgency=low
 .
   * Colin Watson
     - Stop looking for archdetect in /usr/bin, where it isn't (closes:
       #238208).
   * Matt Kraai
     - Add self to Uploaders.
   * Bastian Blank
     - Remove unnecessary isinstallable.
Files: 
 d6f42b1023fdbd8858ad1ac69c986a48 761 debian-installer optional yaboot-installer_0.0.14.dsc
 216f2ad53e36b77ba4f455fb0822ee81 39712 debian-installer optional yaboot-installer_0.0.14.tar.gz
 3b0b5751047948d92de38dafde5f2f47 38022 debian-installer optional yaboot-installer_0.0.14_powerpc.udeb

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

iD8DBQFAXHU5fNdgYxVXvBARAmKvAJ959mv+VWAN4meDjMrxEkAqmnPJywCfcREq
LaHRUCuBYaODot1Mo7NQ16Q=
=zFOq
-----END PGP SIGNATURE-----



Reply to: