Your message dated Sun, 08 May 2005 19:02:25 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#307316: fixed in mypasswordsafe 0.0.20041004-2
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; 2 May 2005 12:30:09 +0000
>From [EMAIL PROTECTED] Mon May 02 05:30:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c169155.adsl.hansenet.de (localhost.localdomain) 
[213.39.169.155] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DSa3t-0004Dn-00; Mon, 02 May 2005 05:30:09 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DSa4C-0008KH-Uo; Mon, 02 May 2005 14:30:29 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: mypasswordsafe: FTBFS: Makefile:45: *** Recursive variable `USER' 
references itself (eventually)
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 02 May 2005 14:30:29 +0200
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: mypasswordsafe
Version: 0.0.20041004-1
Severity: serious
Tags: patch

When building 'mypasswordsafe' in a clean environment which does not 
have the USER environment variable set, I get the following error:

# Add here commands to compile the package.
/usr/bin/make PREFIX=/usr
make[1]: Entering directory `/srv/dbuild/tmp/mypasswordsafe-0.0.20041004'
Makefile:45: *** Recursive variable `USER' references itself (eventually).  
Stop.
make[1]: Leaving directory `/srv/dbuild/tmp/mypasswordsafe-0.0.20041004'
make: *** [build-stamp] Error 2

The attached patch fixes this problem.

Generally, is it really necessary to write the user and hostname 
from the build environment into the binary package?

Regards
Andreas Jochens

diff -urN ../tmp-orig/mypasswordsafe-0.0.20041004/Makefile ./Makefile
--- ../tmp-orig/mypasswordsafe-0.0.20041004/Makefile    2004-10-02 
05:40:30.000000000 +0200
+++ ./Makefile  2005-05-02 14:05:51.175625102 +0200
@@ -12,8 +12,7 @@
 DATE=$(shell date +%Y%m%d)
 VERSION=0.6.5
 ifndef USER
-       # get the user's name from the environment
-       USER=$(USER)
+       USER=$(shell whoami)
 endif
 ifndef HOST
        HOST=$(shell hostname).$(shell domainname)

---------------------------------------
Received: (at 307316-close) by bugs.debian.org; 8 May 2005 23:10:08 +0000
>From [EMAIL PROTECTED] Sun May 08 16:10:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DUuuW-00076R-00; Sun, 08 May 2005 16:10:08 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DUun3-0003B4-00; Sun, 08 May 2005 19:02:25 -0400
From: Khalid El Fathi <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#307316: fixed in mypasswordsafe 0.0.20041004-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 08 May 2005 19:02:25 -0400
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=-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: mypasswordsafe
Source-Version: 0.0.20041004-2

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

mypasswordsafe_0.0.20041004-2.diff.gz
  to pool/main/m/mypasswordsafe/mypasswordsafe_0.0.20041004-2.diff.gz
mypasswordsafe_0.0.20041004-2.dsc
  to pool/main/m/mypasswordsafe/mypasswordsafe_0.0.20041004-2.dsc
mypasswordsafe_0.0.20041004-2_i386.deb
  to pool/main/m/mypasswordsafe/mypasswordsafe_0.0.20041004-2_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Khalid El Fathi <[EMAIL PROTECTED]> (supplier of updated mypasswordsafe 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Fri,  6 May 2005 20:25:12 +0200
Source: mypasswordsafe
Binary: mypasswordsafe
Architecture: source i386
Version: 0.0.20041004-2
Distribution: unstable
Urgency: low
Maintainer: Khalid El Fathi <[EMAIL PROTECTED]>
Changed-By: Khalid El Fathi <[EMAIL PROTECTED]>
Description: 
 mypasswordsafe - Easy-to-use password manager
Closes: 307316
Changes: 
 mypasswordsafe (0.0.20041004-2) unstable; urgency=low
 .
   * Fixed FTBS - Makefile:45: *** Recursive variable `USER' references itself
     (eventually) (Closes: #307316).
Files: 
 5e3e76d45127dc42fb09466d62ee6f1a 658 utils optional 
mypasswordsafe_0.0.20041004-2.dsc
 9ac6d67b2f3e24a714e715b3318f18ca 2932 utils optional 
mypasswordsafe_0.0.20041004-2.diff.gz
 5eeb9d68f02d9b6e0018bd1468e80d52 583020 utils optional 
mypasswordsafe_0.0.20041004-2_i386.deb

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

iD8DBQFCfpbKw3ao2vG823MRAhWVAJ9WmMaBYSCXGAOC8lLI8BvFCqdqQwCfeEYO
N2qpma43n2PfwiygF6xcAyI=
=sd/x
-----END PGP SIGNATURE-----


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

Reply via email to