Your message dated Mon, 02 May 2005 12:32:24 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#305447: fixed in postfix 2.2.2-3
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; 20 Apr 2005 02:38:33 +0000
>From [EMAIL PROTECTED] Tue Apr 19 19:38:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from wproxy.gmail.com [64.233.184.194]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DO56m-00007R-00; Tue, 19 Apr 2005 19:38:32 -0700
Received: by wproxy.gmail.com with SMTP id 67so63617wri
for <[EMAIL PROTECTED]>; Tue, 19 Apr 2005 19:38:02 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=beta; d=gmail.com;
h=received:message-id:disposition-notification-to:date:reply-to:organization:user-agent:x-accept-language:mime-version:to:subject:x-enigmail-version:x-enigmail-supports:content-type:content-transfer-encoding:from;
b=dTRxkL/aB4H8Nhq9myg+Xa4mlMIiLHRmymNDm6AcOSUJvePoLErPkPD4SwsHbUgxWJRrL7NUtT/gUw96kwj8jVU/4G7LWq14IjkrO4+SDPDVVKuSMxGZJ3njQzmAvuenwcfuYOBuOplPWJ68kr1fdLNAWrqQYkMYgl0ToVQDUQ0=
Received: by 10.54.11.38 with SMTP id 38mr1588196wrk;
Tue, 19 Apr 2005 19:38:02 -0700 (PDT)
Received: from nofear.bounceme.net ([4.245.116.243])
by mx.gmail.com with ESMTP id g9sm323516wra.2005.04.19.19.37.51;
Tue, 19 Apr 2005 19:38:02 -0700 (PDT)
Received: from [10.1.1.66] (hades [10.1.1.66])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client did not present a certificate)
by nofear.bounceme.net (Postfix) with ESMTP id 4D74673534
for <[EMAIL PROTECTED]>; Tue, 19 Apr 2005 19:37:07 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Disposition-Notification-To: "C.Y.M" <[EMAIL PROTECTED]>
Date: Tue, 19 Apr 2005 19:41:18 -0700
Reply-To: [EMAIL PROTECTED]
Organization: CooLNeT
User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Submit Debian Bugs <[EMAIL PROTECTED]>
Subject: invalid link to libdb3.so in build rules
X-Enigmail-Version: 0.90.2.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
From: "C.Y.M" <[EMAIL PROTECTED]>
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: postfix
Version: 2.2.2-2
Severity: Important
In the debian/rules file, there is a link created to libdb3.so. However,
"/usr/lib/libdb3.so" is part of the libdb3-dev package. The "control" file is
correct in depending on libdb4.2-dev. Unfortunatly, when I change the link to
point to libdb.so, postfix fails to build.
--SNIP--
build: patch
$(checkdir)
ln -sf /usr/lib/libdb3.so debian/libdb.so
--SNIP--
I am assuming the link should either be removed, since its not being used, or
changed to point to:
lrwxrwxrwx 1 root root 12 2005-02-05 13:19 /usr/lib/libdb.so ->
libdb-4.2.so
build: patch
$(checkdir)
ln -sf /usr/lib/libdb.so debian/libdb.so
Best Regards,
C.Y.M.
---------------------------------------
Received: (at 305447-close) by bugs.debian.org; 2 May 2005 16:46:09 +0000
>From [EMAIL PROTECTED] Mon May 02 09:46:09 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 1DSe3d-0004iG-00; Mon, 02 May 2005 09:46:09 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DSdqK-0007xf-00; Mon, 02 May 2005 12:32:24 -0400
From: LaMont Jones <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#305447: fixed in postfix 2.2.2-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 02 May 2005 12:32:24 -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: 4
Source: postfix
Source-Version: 2.2.2-3
We believe that the bug you reported is fixed in the latest version of
postfix, which is due to be installed in the Debian FTP archive:
postfix-dev_2.2.2-3_all.deb
to pool/main/p/postfix/postfix-dev_2.2.2-3_all.deb
postfix-doc_2.2.2-3_all.deb
to pool/main/p/postfix/postfix-doc_2.2.2-3_all.deb
postfix-ldap_2.2.2-3_i386.deb
to pool/main/p/postfix/postfix-ldap_2.2.2-3_i386.deb
postfix-mysql_2.2.2-3_i386.deb
to pool/main/p/postfix/postfix-mysql_2.2.2-3_i386.deb
postfix-pcre_2.2.2-3_i386.deb
to pool/main/p/postfix/postfix-pcre_2.2.2-3_i386.deb
postfix-pgsql_2.2.2-3_i386.deb
to pool/main/p/postfix/postfix-pgsql_2.2.2-3_i386.deb
postfix_2.2.2-3.diff.gz
to pool/main/p/postfix/postfix_2.2.2-3.diff.gz
postfix_2.2.2-3.dsc
to pool/main/p/postfix/postfix_2.2.2-3.dsc
postfix_2.2.2-3_i386.deb
to pool/main/p/postfix/postfix_2.2.2-3_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.
LaMont Jones <[EMAIL PROTECTED]> (supplier of updated postfix 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: Mon, 2 May 2005 10:13:22 -0600
Source: postfix
Binary: postfix-doc postfix-pgsql postfix-ldap postfix-dev postfix-pcre postfix
postfix-mysql
Architecture: all i386 source
Version: 2.2.2-3
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description:
postfix - A high-performance mail transport agent
postfix-dev - Postfix loadable modules development environment
postfix-doc - Postfix documentation
postfix-ldap - LDAP map support for Postfix
postfix-mysql - MYSQL map support for Postfix
postfix-pcre - PCRE map support for Postfix
postfix-pgsql - PGSQL map support for Postfix
Closes: 297869 305447 305586 306083 306942 307168
Changes:
postfix (2.2.2-3) unstable; urgency=low
.
* Updated czech translations. Closes: #307168
* Updated french translations. Closes: #306083
* Updated japanese translations. Closes: #306942
* Add RUNNING check to ip-down.d. Might fix: #306851
* Fix libdb symlink for building. Closes: #305447
* Missing sdbm entry in dynamicmaps.cf. Closes: #305586
* add mailman entry. Closes: #297869
Files:
03c50b7ceb4f15757731adc4cd2cd2f0 653180 doc extra postfix-doc_2.2.2-3_all.deb
09d64f0eb868e6e9488aee5e5742c1d8 913828 mail extra postfix_2.2.2-3_i386.deb
0ffaffdd05ab0b6ddd9a648645879539 32620 mail extra
postfix-pgsql_2.2.2-3_i386.deb
1ad8ca5befe1a315a2b2f3a121ceaeaa 36834 mail extra postfix-ldap_2.2.2-3_i386.deb
1da399aee86561d438e6b43a0bea4696 106402 devel extra postfix-dev_2.2.2-3_all.deb
1e539fd351ccb1f25317fcb2ddd616ce 32728 mail extra
postfix-mysql_2.2.2-3_i386.deb
397bbd9bf999ebeccaf34687c1f93aa5 839 mail extra postfix_2.2.2-3.dsc
4a1cb3323dd16191cb9bcb4e62209586 129799 mail extra postfix_2.2.2-3.diff.gz
79cc2795dda7e7f45eb4a846247ae52b 32034 mail extra postfix-pcre_2.2.2-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD4DBQFCdlLPzN/kmwoKyScRAsfYAJ9Hd7aNpHVEdm6bPY3XjphzFxJ2/ACY2exS
IKlvvYOtwOgkwBg4tfKnLg==
=nCLQ
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]