Your message dated Wed, 11 May 2005 22:16:00 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Closing bugs fixed in NMUs
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 May 2004 02:37:40 +0000
>From [EMAIL PROTECTED] Fri May 14 19:37:40 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 1BOp3U-0001Wn-00; Fri, 14 May 2004 19:37:40 -0700
Received: from localhost (host-66-81-31-51.rev.o1.com [66.81.31.51])
        by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id i4F2bXMa020818
        (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO)
        for <[EMAIL PROTECTED]>; Fri, 14 May 2004 19:37:37 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost with local (Exim 4.32)
        id 1BOewt-00008J-QW
        for [EMAIL PROTECTED]; Fri, 14 May 2004 08:50:11 -0700
Date: Fri, 14 May 2004 08:50:11 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Refuses to build as root
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="r5Pyd7+fXNt84Ff3"
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=-7.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12,
        HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1


--r5Pyd7+fXNt84Ff3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: rcs
Version: 5.7-13.1
Severity: serious
Tags: patch

This package fails to build from source:

 ...
 ALL_CFLAGS=' -Dhas_conf_h  -I. -I. -O2 -I/usr/include/bsd' \
 CC='gcc' \
 COMPAT2='0' \
 DIFF3='/usr/bin/diff3' DIFF3_BIN='1' \
 DIFF='/usr/bin/diff' DIFFFLAGS='-an' DIFF_L='1' \
 DIFF_SUCCESS='0' \
 DIFF_FAILURE='1' \
 DIFF_TROUBLE='2' \
 ED='/bin/ed' \
 LDFLAGS='-s' LIBS='' \
 RCSPREFIX='/usr/bin/' \
 SENDMAIL='"/usr/sbin/sendmail"' \
 /bin/sh -x ./conf.sh 3>&1 >a.h 2>conf.err
 ./conf.sh: testing permissions ... 
 ./conf.sh: This command should not be run with superuser permissions.
 make[2]: *** [conf.h] Error 1
 make[2]: Leaving directory `/tmp/buildd/rcs-5.7/src'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/tmp/buildd/rcs-5.7'
 make: *** [build] Error 2
 pbuilder: Failed autobuilding of package
 ...

The attached patch fixes this by removing the check for superuser
permissions.

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

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

diff -Nru rcs-5.7-old/src/conf.sh rcs-5.7/src/conf.sh
--- rcs-5.7-old/src/conf.sh     1995-06-15 23:19:24.000000000 -0700
+++ rcs-5.7/src/conf.sh 2004-05-14 08:37:51.000000000 -0700
@@ -73,17 +73,6 @@
        ech='echo -n' dots='... '
 esac
 
-$ech >&3 "$0: testing permissions $dots"
-rm -f a.d &&
-date >a.d &&
-chmod 0 a.d &&
-{ test -w a.d || cp /dev/null a.d 2>/dev/null; } && {
-       echo >&3 "$n$0: This command should not be run with superuser 
permissions."
-       exit 1
-}
-echo >&3 OK
-rm -f a.d || exit
-
 $ech >&3 "$0: testing compiler for plausibility $dots"
 echo 'main() { return 0; }' >a.c
 rm -f a.exe a.out || exit

--r5Pyd7+fXNt84Ff3--

---------------------------------------
Received: (at 249106-done) by bugs.debian.org; 11 May 2005 20:15:50 +0000
>From [EMAIL PROTECTED] Wed May 11 13:15:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from yeast.orebokech.com [82.67.41.165] (romain)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DVxcU-0004e8-00; Wed, 11 May 2005 13:15:50 -0700
Received: from pacem.orebokech.com (pacem.orebokech.com [192.168.1.3])
        by yeast.orebokech.com (Postfix) with ESMTP id B3B7A12CF8;
        Wed, 11 May 2005 22:15:46 +0200 (CEST)
Received: by pacem.orebokech.com (Postfix, from userid 1000)
        id 75A7DB309A; Wed, 11 May 2005 22:16:00 +0200 (CEST)
From: Romain Francoise <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: Closing bugs fixed in NMUs
Organization: The Debian Project
Mail-Copies-To: nobody
Date: Wed, 11 May 2005 22:16:00 +0200
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
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: 6

These bugs were fixed in various NMUs and never acknowledged, I am now
closing them.

-- 
  ,''`.
 : :' :        Romain Francoise <[EMAIL PROTECTED]>
 `. `'         http://people.debian.org/~rfrancoise/
   `-


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

Reply via email to