Your message dated Mon, 07 Mar 2005 18:26:06 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Closing fixed bug
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; 19 May 2004 00:27:38 +0000
>From [EMAIL PROTECTED] Tue May 18 17:27:38 2004
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BQEvp-00023a-00; Tue, 18 May 2004 17:27:37 -0700
Received: from localhost (host-66-81-192-63.rev.o1.com [66.81.192.63])
        by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id i4J0RUxF064196
        (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO)
        for <[EMAIL PROTECTED]>; Tue, 18 May 2004 17:27:36 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost with local (Exim 4.32)
        id 1BQDZq-0000HU-Qu
        for [EMAIL PROTECTED]; Tue, 18 May 2004 16:00:50 -0700
Date: Tue, 18 May 2004 16:00:50 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Missing user in pbuilder chroot
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="IJpNTDwzlM2Ie8A6"
Content-Disposition: inline
User-Agent: Mutt/1.5.6i
Sender: Matt Kraai <[EMAIL PROTECTED]>
X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 


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

Package: smail
Version: 3.2.0.115-5
Severity: serious
Tags: patch

This package fails to build from source:

 ...
 debian/fix_sudo
 chown: `kraai': invalid user
 make: *** [clean] Error 123
 pbuilder: Failed autobuilding of package
 ...

It fails because I don't exist in the pbuilder chroot (it's a much
nicer place).

The attached patch fixes the build.

-- 
Matt Kraai            [EMAIL PROTECTED]            http://ftbfs.org/

--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

diff -Nru smail-3.2.0.115-old/debian/fix_sudo smail-3.2.0.115/debian/fix_sudo
--- smail-3.2.0.115-old/debian/fix_sudo 2004-05-18 15:17:59.000000000 -0700
+++ smail-3.2.0.115/debian/fix_sudo     2004-05-18 15:18:28.000000000 -0700
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 
-if [ `env | grep SUDO_USER | wc -l` -eq 1 ]
+if [ `env | grep SUDO_USER | wc -l` -eq 1 ] && id $SUDO_USER >/dev/null 2>&1
 then
        find . -name 'defs.*' | xargs chown $SUDO_USER
 fi

--IJpNTDwzlM2Ie8A6--

---------------------------------------
Received: (at 249748-done) by bugs.debian.org; 7 Mar 2005 17:26:13 +0000
>From [EMAIL PROTECTED] Mon Mar 07 09:26:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 228.red-217-127-205.pooles.rima-tde.net (correo.serman.com) 
[217.127.205.228] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D8Lzg-0005w3-00; Mon, 07 Mar 2005 09:26:13 -0800
Received: from localhost (localhost [127.0.0.1])
        by correo.serman.com (Postfix) with ESMTP id 1AF71FF9B;
        Mon,  7 Mar 2005 18:29:35 +0100 (CET)
Received: from correo.serman.com ([127.0.0.1])
        by localhost (serman_mta [127.0.0.1]) (amavisd-new, port 10024)
        with SMTP id 19565-04; Mon, 7 Mar 2005 18:29:32 +0100 (CET)
Received: from [192.168.100.39] (unknown [192.168.100.1])
        by correo.serman.com (Postfix) with ESMTP id DD78BFF77;
        Mon,  7 Mar 2005 18:29:31 +0100 (CET)
Subject: Closing fixed bug
From: Hector Garcia Alvarez <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Content-Type: text/plain; charset=UTF-8
Date: Mon, 07 Mar 2005 18:26:06 +0100
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.1.5 
Content-Transfer-Encoding: quoted-printable
X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at serman.com
Delivered-To: [EMAIL PROTECTED]
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

This bug was already fixed on a NMU

Regards and thanks for reporting bugs.

H=C3=A9ctor


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to