Your message dated Wed, 29 Jun 2005 07:32:10 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#316181: fixed in pkg-config 0.18.1-1
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; 29 Jun 2005 00:05:57 +0000
>From [EMAIL PROTECTED] Tue Jun 28 17:05:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from orfeo.duckcorp.org (mx.duckcorp.org) [62.4.21.229] (postfix)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DnQ5U-0002IJ-00; Tue, 28 Jun 2005 17:05:56 -0700
Received: from localhost (localhost [127.0.0.1])
        by mx.duckcorp.org (Postfix) with ESMTP id A08D8500500
        for <[EMAIL PROTECTED]>; Wed, 29 Jun 2005 02:05:54 +0200 (CEST)
Received: from mx.duckcorp.org ([127.0.0.1])
        by localhost (Orfeo [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
        id 02531-05 for <[EMAIL PROTECTED]>;
        Wed, 29 Jun 2005 02:05:50 +0200 (CEST)
Received: from Orfeo.duckcorp.org (localhost [127.0.0.1])
        by mx.duckcorp.org (Postfix) with ESMTP id F35EB5000B4
        for <[EMAIL PROTECTED]>; Wed, 29 Jun 2005 02:05:49 +0200 (CEST)
From: =?utf-8?q?Marc_Dequ=C3=A8nes?= (Duck) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: m4 macro buggy
Organization: DuckCorp
X-URL: https://www.duckcorp.org/
X-GnuPG-Key: 0x90267086
User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)
Date: Wed, 29 Jun 2005 02:05:45 +0200
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
        micalg=pgp-sha1; protocol="application/pgp-signature"
X-Virus-Scanned: by Amavis at DuckCorp
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: 

--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable


Package: pkg-config
Version: 0.18-1
Severity: grave


Coin,

Either i'm very tired, or the changes in the m4 macro to detect
pkg-config result is buggy since the latest upstream version.

Here it is :

m4_define([_PKG_CONFIG],
[if test -n "$PKG_CONFIG"; then
        PKG_CHECK_EXISTS([$3],
                         [pkg_cv_[]$1=3D`$PKG_CONFIG --[]$2 "$3"
                         2>/dev/null`],
                         [pkg_failed=3Dyes])
        pkg_failed=3Duntried
fi[]dnl
])# _PKG_CONFIG

Older version was (0.17.2-1) :

m4_define([_PKG_CONFIG],
[if test "x$ac_cv_env_[]$1[]_set" =3D "xset"; then
        pkg_cv_[]$1=3D$ac_cv_env_[]$1[]_value
elif test -n "$PKG_CONFIG"; then
        if AC_RUN_LOG([$PKG_CONFIG --exists "$3" >/dev/null 2>&1]); then
                pkg_cv_[]$1=3D`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
        else
                pkg_failed=3Dyes
        fi
else
        pkg_failed=3Duntried
fi[]dnl
])# _PKG_CONFIG

It seems to me pkg_failed is now ALWAYS set to 'untried'.

Would explain while i'm not able to build my packages correctly since i
upgraded, even if PKG_CONFIG env variable is set.

Regards.

=2D-=20
Marc Dequ=C3=A8nes (Duck)

--=-=-=
Content-Type: application/pgp-signature

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

iD8DBQBCweXdsczZcpAmcIYRAjj1AKCWy5Sfw724v4aUP68lxonxZlFYkwCeMtGz
m6g5Zi1Ho8CXVWhRTdz8rzc=
=CPnC
-----END PGP SIGNATURE-----
--=-=-=--


---------------------------------------
Received: (at 316181-close) by bugs.debian.org; 29 Jun 2005 11:38:02 +0000
>From [EMAIL PROTECTED] Wed Jun 29 04:38:02 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 1DnatG-0007q7-00; Wed, 29 Jun 2005 04:38:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Dnana-0005qK-00; Wed, 29 Jun 2005 07:32:10 -0400
From: Tollef Fog Heen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#316181: fixed in pkg-config 0.18.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 29 Jun 2005 07:32:10 -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: pkg-config
Source-Version: 0.18.1-1

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

pkg-config_0.18.1-1.diff.gz
  to pool/main/p/pkg-config/pkg-config_0.18.1-1.diff.gz
pkg-config_0.18.1-1.dsc
  to pool/main/p/pkg-config/pkg-config_0.18.1-1.dsc
pkg-config_0.18.1-1_i386.deb
  to pool/main/p/pkg-config/pkg-config_0.18.1-1_i386.deb
pkg-config_0.18.1.orig.tar.gz
  to pool/main/p/pkg-config/pkg-config_0.18.1.orig.tar.gz



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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated pkg-config 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: Wed, 29 Jun 2005 12:58:21 +0200
Source: pkg-config
Binary: pkg-config
Architecture: source i386
Version: 0.18.1-1
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen <[EMAIL PROTECTED]>
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description: 
 pkg-config - manage compile and link flags for libraries
Closes: 316181
Changes: 
 pkg-config (0.18.1-1) unstable; urgency=low
 .
   * New upstream release
     - Fix brown bag bug where pkg.m4 always set pkg_failed to
     untried. (closes: #316181)
Files: 
 f6f7a2947a49ad0acad31339b5d23ee7 592 devel optional pkg-config_0.18.1-1.dsc
 311e86f828e1da62163c927dbe27c0c3 968850 devel optional 
pkg-config_0.18.1.orig.tar.gz
 abca27f36eba66509b2b04420f7610d4 4139 devel optional 
pkg-config_0.18.1-1.diff.gz
 38b8dae2b7f67d12efeed9bcfa58cf4b 52218 devel optional 
pkg-config_0.18.1-1_i386.deb

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

iD8DBQFCwoPdQSseMYF6mWoRArRpAKDs6mSD/R9eD9nVYtHKrrqKETihngCggxxl
WnAadkz13AxwfZGNLydUpYg=
=qe43
-----END PGP SIGNATURE-----


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

Reply via email to