Your message dated Thu, 05 May 2005 18:32:03 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#302677: fixed in qmail 1.03-37
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 Apr 2005 10:01:11 +0000
>From [EMAIL PROTECTED] Sat Apr 02 02:01:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c156139.adsl.hansenet.de (localhost.localdomain) 
[213.39.156.139] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DHfRG-0006H0-00; Sat, 02 Apr 2005 02:01:10 -0800
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DHfRH-00063D-0T; Sat, 02 Apr 2005 12:01:11 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: qmail: FTBFS: Missing Build-Depends on 'groff-base' and missing users 
and groups
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 02 Apr 2005 12:01:11 +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: qmail
Version: 1.03-36
Severity: serious
Tags: patch

When building 'qmail' in a clean 'unstable' chroot,
I get the following error:

/usr/bin/make man
make[1]: Entering directory `/qmail-1.03'
nroff -man qmail-local.8 > qmail-local.0
/bin/sh: nroff: command not found
make[1]: *** [qmail-local.0] Error 127
make[1]: Leaving directory `/qmail-1.03'
make: *** [build] Error 2

Please add the missing Build-Depends on 'groff-base'
to debian/control.

Additionally, the package does not build because some users and groups
are missing (user 'alias' and 'qmail*', group 'nofiles').
I am not really sure what to do about that.

With the attached patch 'qmail' builds in a clean chroot.

Regards
Andreas Jochens

diff -urN ../tmp-orig/qmail-1.03/debian/control ./debian/control
--- ../tmp-orig/qmail-1.03/debian/control       2005-04-02 11:54:12.692356241 
+0200
+++ ./debian/control    2005-04-02 11:51:09.377726792 +0200
@@ -2,6 +2,7 @@
 Maintainer: Jon Marler <[EMAIL PROTECTED]>
 Section: non-free/mail
 Priority: extra
+Build-Depends: groff-base
 Standards-Version: 3.6.1
 
 Package: qmail-src
diff -urN ../tmp-orig/qmail-1.03/debian/rules ./debian/rules
--- ../tmp-orig/qmail-1.03/debian/rules 2005-04-02 11:54:12.697355303 +0200
+++ ./debian/rules      2005-04-02 11:53:41.830142747 +0200
@@ -8,6 +8,18 @@
 INSTALL   = '/usr/bin/install'
 
 build: checkdir
+# Create qmail users and groups
+       ( groupadd nofiles && \
+       useradd -g nofiles -d /var/qmail/alias alias && \
+       useradd -g nofiles -d /var/qmail qmaild && \
+       useradd -g nofiles -d /var/qmail qmaill && \
+       useradd -g nofiles -d /var/qmail qmailp && \
+       groupadd qmail && \
+       useradd -g qmail -d /var/qmail qmailq && \
+       useradd -g qmail -d /var/qmail qmailr && \
+       useradd -g qmail -d /var/qmail qmails ) || \
+       echo All qmail users already exist.
+
        if fgrep QMAIL/bin *.sh >/dev/null; then \
            echo >&2 "You must run debian/debianize-source-tree first!"; \
            exit 1; \

---------------------------------------
Received: (at 302677-close) by bugs.debian.org; 5 May 2005 22:49:01 +0000
>From [EMAIL PROTECTED] Thu May 05 15:49:01 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 1DTp9O-000865-00; Thu, 05 May 2005 15:48:59 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DTot1-0006VX-00; Thu, 05 May 2005 18:32:03 -0400
From: Jon Marler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#302677: fixed in qmail 1.03-37
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 05 May 2005 18:32:03 -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: 
X-CrossAssassin-Score: 7

Source: qmail
Source-Version: 1.03-37

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

qmail-src_1.03-37_all.deb
  to pool/non-free/q/qmail/qmail-src_1.03-37_all.deb
qmail_1.03-37.diff.gz
  to pool/non-free/q/qmail/qmail_1.03-37.diff.gz
qmail_1.03-37.dsc
  to pool/non-free/q/qmail/qmail_1.03-37.dsc



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.
Jon Marler <[EMAIL PROTECTED]> (supplier of updated qmail 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-----

Format: 1.7
Date: Thu,  5 May 2005 11:54:04 -0600
Source: qmail
Binary: qmail-src
Architecture: source all
Version: 1.03-37
Distribution: unstable
Urgency: high
Maintainer: Jon Marler <[EMAIL PROTECTED]>
Changed-By: Jon Marler <[EMAIL PROTECTED]>
Description: 
 qmail-src  - Source only package for building qmail binary package
Closes: 226753 262906 272072 272806 291437 293484 302677
Changes: 
 qmail (1.03-37) unstable; urgency=high
 .
   * Updated qregex patch to 20040725 version
   * Added Build-Depends line (Closes: #302677)
   * Added pidfile settings to init file (Closes: #293484)
   * Applied 0.0.0.0 local patch (Closes: #226753)
   * Increased default ulimit to 16384 for x86_64 (Closes: #291437)
   * Applied localtime patch (Closes: #272072)
   * Fixed bug in qmail-procmail to allow arguments (Closes: #262906)
   * Updated postrm to remove /etc/qmail/users on purge (Closes: #272806)
Files: 
 4b16f958b330248f74121f0e89654fcb 736 non-free/mail extra qmail_1.03-37.dsc
 53b73e71ac5d0043ae3912311adc3522 343101 non-free/mail extra 
qmail_1.03-37.diff.gz
 6e1cb3e9f6eaa41cfc933546431cf5e0 575652 non-free/mail extra 
qmail-src_1.03-37_all.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBQnqaDkS7Zkn0eJstAQH4zQP+IhPWZHdnPo2oPMEeDUriz4nhc4iKFQiv
6yzFYJ3qFxAQAxC+QzS42g3TD3YaWq5OikMXEYkHj/7fISOljh4GTLmSDshn2rF/
8sGVIZ+mozBKyhIFs7ApXTU6pG9klOdsrifbTh/NoJZEmQzD32NiLZG4y8Bh8N/S
7CuvHhJBjTI=
=Kc9N
-----END PGP SIGNATURE-----


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

Reply via email to