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

Bug#315444: marked as done (eval false || true exits set -e script)



Your message dated Tue, 28 Jun 2005 09:17:10 -0400
with message-id <E1DnFxe-0003fh-00@newraff.debian.org>
and subject line Bug#315444: fixed in busybox 1:1.00-3
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 Jun 2005 23:05:17 +0000
>From fjp@debian.org Wed Jun 15 16:05:17 2005
Return-path: <fjp@debian.org>
Received: from smtp-out4.tiscali.nl [195.241.79.137] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Digwf-0006mu-00; Wed, 15 Jun 2005 16:05:17 -0700
Received: from [195.240.184.66] (helo=strider.fjphome.nl)
	by smtp-out4.tiscali.nl with esmtp (Tiscali http://www.tiscali.nl)
	id 1Digwe-0002LY-C5
	for <submit@bugs.debian.org>; Thu, 16 Jun 2005 01:05:16 +0200
From: Frans Pop <fjp@debian.org>
To: submit@bugs.debian.org
Subject: [debootstrap-udeb] Breaks new installations
Date: Thu, 16 Jun 2005 01:05:16 +0200
User-Agent: KMail/1.7.2
MIME-Version: 1.0
Content-Type: multipart/signed;
  boundary="nextPart1399542.tyP9Ym90NH";
  protocol="application/pgp-signature";
  micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200506160105.25028.fjp@debian.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

--nextPart1399542.tyP9Ym90NH
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Package: debootstrap-udeb
Version: 0.3.1
Severity: grave

Two errors in "functions" breaking new installations have been confirmed
testing debootstrap udeb in sid during an emulated S/390 installation.

The following 2 changes will fix them.

=3D=3D=3D
=20
   local totaldebs=3D0
=2D  local leftoverdebs=3D"$*"
+  local leftoverdebs=3D"$@"
   for c in $COMPONENTS; do
     if [ "$countdebs" -ge "$numdebs" ]; then break; fi
=3D=3D=3D
       fi
     done
=2D    echo >&3 ${leftover# }
+    echo >&5 ${leftover# }
   )
 }
=2D--
       local pkgdest=3D"$TARGET/$($DLDEST pkg $SUITE $c $ARCH $m $path)"
       if [ ! -e "$pkgdest" ]; then continue; fi
=2D      pkgs_to_get=3D"$(download_debs "$m" "$pkgdest" $pkgs_to_get 3>&1 1=
>&4)"
+      pkgs_to_get=3D"$(download_debs "$m" "$pkgdest" $pkgs_to_get 5>&1 1>&=
4)"
       if [ "$pkgs_to_get" =3D "" ]; then break; fi
     done 4>&1
=3D=3D=3D

With these two changes base-installation finishes successfully, with
good progress information on VT1.


There _is_ another error from debootstrap at the very end:
   The debootstrap program exited with an error (return value 1).

The logs had already been copied and the /target/debootstrap dir was gone.
I have not (yet) been able to trace this bug. At first I thought it could
be caused by the fact that I was running the script "set -x", but the same
errors occurs without "set -x".

The last lines in /target/var/log/bootstrap.log (with "set -x") were:
+ info BASESUCCESS Base system installed successfully.
+ local name=3DBASESUCCESS
+ local fmt=3DBase system installed successfully.
+ shift
+ shift
+ [ yes ]
+ echo I: BASESUCCESS
+ echo IF: Base system installed successfully.

I will try to debug this further tomorrow.

Cheers,
=46JP

--nextPart1399542.tyP9Ym90NH
Content-Type: application/pgp-signature

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

iD8DBQBCsLQ0gm/Kwh6ICoQRAgafAJ927AMeziERf8jyQQ1Vr4U524Gg9wCgzzaw
OourqyheoV5yXucHIDkKedI=
=Ty0z
-----END PGP SIGNATURE-----

--nextPart1399542.tyP9Ym90NH--

---------------------------------------
Received: (at 315444-close) by bugs.debian.org; 28 Jun 2005 13:21:52 +0000
>From katie@ftp-master.debian.org Tue Jun 28 06:21:52 2005
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 1DnG2C-0001zU-00; Tue, 28 Jun 2005 06:21:52 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DnFxe-0003fh-00; Tue, 28 Jun 2005 09:17:10 -0400
From: Bastian Blank <waldi@debian.org>
To: 315444-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#315444: fixed in busybox 1:1.00-3
Message-Id: <E1DnFxe-0003fh-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 28 Jun 2005 09:17:10 -0400
Delivered-To: 315444-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: busybox
Source-Version: 1:1.00-3

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

busybox-floppy-udeb_1.00-3_i386.udeb
  to pool/main/b/busybox/busybox-floppy-udeb_1.00-3_i386.udeb
busybox-static_1.00-3_i386.deb
  to pool/main/b/busybox/busybox-static_1.00-3_i386.deb
busybox-udeb_1.00-3_i386.udeb
  to pool/main/b/busybox/busybox-udeb_1.00-3_i386.udeb
busybox_1.00-3.diff.gz
  to pool/main/b/busybox/busybox_1.00-3.diff.gz
busybox_1.00-3.dsc
  to pool/main/b/busybox/busybox_1.00-3.dsc
busybox_1.00-3_i386.deb
  to pool/main/b/busybox/busybox_1.00-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 315444@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank <waldi@debian.org> (supplier of updated busybox 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: Tue, 28 Jun 2005 14:45:54 +0200
Source: busybox
Binary: busybox-floppy-udeb busybox busybox-udeb busybox-static
Architecture: source i386
Version: 1:1.00-3
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Bastian Blank <waldi@debian.org>
Description: 
 busybox    - Tiny utilities for small and embedded systems
 busybox-floppy-udeb - Tiny utilities for the debian-installer floppy images (udeb)
 busybox-static - Standalone rescue shell with tons of builtin utilities
 busybox-udeb - Tiny utilities for the debian-installer (udeb)
Closes: 315444
Changes: 
 busybox (1:1.00-3) unstable; urgency=low
 .
   * shell/ash.c:
     - Fix eval. (closes: #315444)
Files: 
 e5acda5cb48fff5d5dffab98043681de 690 - optional busybox_1.00-3.dsc
 47d86efd9b1560a2a6b8a9a1d42c3e51 174613 - optional busybox_1.00-3.diff.gz
 866d8924b84249e8b1cac8685d8a43c8 133184 utils optional busybox_1.00-3_i386.deb
 da007aa04493c2b84b5fc717dd6016ac 681128 shells optional busybox-static_1.00-3_i386.deb
 c62dcaae7a6a95f3e8f4234516fa38a5 135130 debian-installer extra busybox-udeb_1.00-3_i386.udeb
 ffa742d8035d0338f56ef1ad817ba174 59960 debian-installer extra busybox-floppy-udeb_1.00-3_i386.udeb
package-type: udeb

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

iEYEARECAAYFAkLBSSYACgkQLkAIIn9ODhFOdgCcDVq25VQAcbOakO92F4vZ3lJx
d/cAn31q5pQphk2bZ6KF5DKV6RG3uqaa
=e47E
-----END PGP SIGNATURE-----



Reply to: