[Pbuilder-maint] Bug#342451: marked as done (pbuilder-buildpackage-funcs: missing "install" on apt-get line)

Debian Bug Tracking System owner at bugs.debian.org
Wed Dec 7 23:18:17 UTC 2005


Your message dated Thu, 08 Dec 2005 08:09:10 +0900
with message-id <87hd9kqzc9.dancerj%dancer at netfort.gr.jp>
and subject line [Pbuilder-maint] Bug#342451: pbuilder-buildpackage-funcs: missing	"install" on apt-get line
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; 7 Dec 2005 17:18:56 +0000
>From hmh at debian.org Wed Dec 07 09:18:56 2005
Return-path: <hmh at debian.org>
Received: from out2.smtp.messagingengine.com ([66.111.4.26])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Ek2wS-0007BH-Kc
	for submit at bugs.debian.org; Wed, 07 Dec 2005 09:18:56 -0800
Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149])
	by frontend1.messagingengine.com (Postfix) with ESMTP id 2947FD20785
	for <submit at bugs.debian.org>; Wed,  7 Dec 2005 12:18:55 -0500 (EST)
Received: from frontend2.messagingengine.com ([10.202.2.151])
  by frontend1.internal (MEProxy); Wed, 07 Dec 2005 12:18:55 -0500
X-Sasl-enc: WA1bNUO9mp47E+CctyY7RbTcLby+Ei4n/PdloZ761EG6 1133975925
Received: from khazad-dum.debian.net (c91f9ed3.cps.virtua.com.br [201.31.158.211])
	by frontend2.messagingengine.com (Postfix) with ESMTP id 3FDD357146E
	for <submit at bugs.debian.org>; Wed,  7 Dec 2005 12:18:44 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
	by localhost.khazad-dum.debian.net (Postfix) with ESMTP id 884BB203213;
	Wed,  7 Dec 2005 12:31:29 -0200 (BRST)
Received: from khazad-dum.debian.net ([127.0.0.1])
	by localhost (khazad-dum.debian.net [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id 20857-06-2; Wed, 7 Dec 2005 12:31:16 -0200 (BRST)
Received: by khazad-dum.debian.net (Postfix, from userid 1000)
	id C8E9C2031DF; Wed,  7 Dec 2005 12:31:16 -0200 (BRST)
Date: Wed, 7 Dec 2005 12:31:16 -0200
From: Henrique de Moraes Holschuh <hmh at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: pbuilder-buildpackage-funcs: missing "install" on apt-get line
Message-ID: <20051207143116.GA26279 at khazad-dum.debian.net>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="AqsLC8rIMeq19msA"
Content-Disposition: inline
X-Reportbug-Version: 3.18
X-GPG-Fingerprint: 1024D/1CDB0FE3 5422 5C61 F6B7 06FB 7E04  3738 EE25 DE3F 1CDB 0FE3
User-Agent: Mutt/1.5.11
X-Virus-Scanned: amavisd-new at khazad-dum.debian.net
Delivered-To: submit at 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-Level: 
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


--AqsLC8rIMeq19msA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: pbuilder
Version: 0.140
Severity: important

See attached patch, it is an obviously correct one-line fix.  Without it,
pbuilder won't work when EXTRAPACKAGES is not empty.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3-debian4+bluesmoke+atapassthru+lm85
Locale: LANG=pt_BR.ISO-8859-1, LC_CTYPE=pt_BR.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages pbuilder depends on:
ii  cdebootstrap                  0.3.9      Bootstrap a Debian system
ii  coreutils                     5.93-5     The GNU core utilities
ii  debianutils                   2.15.1     Miscellaneous utilities specific t
ii  debootstrap                   0.3.3      Bootstrap a basic Debian system
ii  gcc                           4:4.0.2-1  The GNU C compiler
ii  wget                          1.10.2-1   retrieves files from the web

Versions of packages pbuilder recommends:
ii  devscripts                    2.9.10     Scripts to make the life of a Debi
ii  fakeroot                      1.5.5      Gives a fake root environment
ii  sudo                          1.6.8p9-3  Provide limited super user privile

-- no debconf information

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

--AqsLC8rIMeq19msA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="pbuilder-buildpackage-funcs.diff"

--- pbuilder-buildpackage-funcs.orig	2005-12-07 12:30:30.301625633 -0200
+++ pbuilder-buildpackage-funcs	2005-12-07 12:30:40.891320907 -0200
@@ -50,7 +50,7 @@
     fi
     # install extra packages to the chroot
     if [ -n "$EXTRAPACKAGES" ]; then 
-	$CHROOTEXEC usr/bin/apt-get -y --force-yes ${EXTRAPACKAGES}
+	$CHROOTEXEC usr/bin/apt-get -y --force-yes install ${EXTRAPACKAGES}
     fi
 }
 

--AqsLC8rIMeq19msA--

---------------------------------------
Received: (at 342451-done) by bugs.debian.org; 7 Dec 2005 23:09:09 +0000
>From dancer at netfort.gr.jp Wed Dec 07 15:09:09 2005
Return-path: <dancer at netfort.gr.jp>
Received: from 219-75-232-131.eonet.ne.jp ([219.75.232.131] helo=viper2.netfort.gr.jp)
	by spohr.debian.org with smtp (Exim 4.50)
	id 1Ek8PM-0003mD-Qr
	for 342451-done at bugs.debian.org; Wed, 07 Dec 2005 15:09:09 -0800
Received: (qmail 11080 invoked from network); 7 Dec 2005 23:09:06 -0000
Received: from unknown (HELO dancer64.netfort.gr.jp.netfort.gr.jp) (127.0.0.1)
  by viper2.netfort.gr.jp with SMTP; 7 Dec 2005 23:09:06 -0000
Date: Thu, 08 Dec 2005 08:09:10 +0900
Message-ID: <87hd9kqzc9.dancerj%dancer at netfort.gr.jp>
From: Junichi Uekawa <dancer at netfort.gr.jp>
To: Henrique de Moraes Holschuh <hmh at debian.org>,
	342451-done at bugs.debian.org
Subject: Re: [Pbuilder-maint] Bug#342451: pbuilder-buildpackage-funcs: missing	"install" on apt-get line
In-Reply-To: <20051207143116.GA26279 at khazad-dum.debian.net>
References: <20051207143116.GA26279 at khazad-dum.debian.net>
User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7
 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.4 (x86_64-pc-linux-gnu)
 MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
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-Level: 
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

Hi,

> See attached patch, it is an obviously correct one-line fix.  Without it,
> pbuilder won't work when EXTRAPACKAGES is not empty.

I'm hoping that 0.141 has already hit your mirrors.
The exact fix was uploaded as soon as I noticed it myself..


regards,
	junichi
-- 
dancer@{debian.org,netfort.gr.jp}   Debian Project



More information about the Pbuilder-maint mailing list