Your message dated Sat, 15 Oct 2005 18:27:18 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in upload of libgnomeprint 2.12.1-2 to experimental
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; 13 Oct 2005 12:01:46 +0000
>From [EMAIL PROTECTED] Thu Oct 13 05:01:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from darkcity.gna.ch [195.226.6.9] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EQ1mL-00088J-00; Thu, 13 Oct 2005 05:01:46 -0700
Received: from localhost (localhost [127.0.0.1])
        by darkcity.gna.ch (Postfix) with ESMTP id 43C011375BF;
        Thu, 13 Oct 2005 14:01:44 +0200 (CEST)
Received: from unknown by localhost (amavisd-new, unix socket)
 id client-XXbobN0V; Thu, 13 Oct 2005 14:01:42 +0200 (CEST)
Received: by darkcity.gna.ch (Postfix, from userid 65534)
        id BAAF71375A2; Thu, 13 Oct 2005 14:01:42 +0200 (CEST)
Received: from localhost (80-218-248-238.dclient.hispeed.ch [80.218.248.238])
        (using TLSv1 with cipher AES256-SHA (256/256 bits))
        (No client certificate requested)
        by darkcity.gna.ch (Postfix) with ESMTP id 0E487137510;
        Thu, 13 Oct 2005 14:01:39 +0200 (CEST)
Received: from daenzer by localhost with local (Exim 4.54)
        id 1EQ1mE-0003aH-Bg; Thu, 13 Oct 2005 14:01:38 +0200
Content-Type: multipart/mixed; boundary="===============0494018622=="
MIME-Version: 1.0
From: Michel Daenzer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS: Missing build-deps, -lm
X-Mailer: reportbug 3.17
Date: Thu, 13 Oct 2005 14:01:38 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new at gna.ch
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-Level: 
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

This is a multi-part MIME message sent by reportbug.

--===============0494018622==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: libgnomeprint
Version: 2.12.1-1
Severity: serious
Tags: experimental patch
Justification: no longer builds from source

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


The configure script aborts unless bison and flex are installed. pbuilder
build --extrapackages "bison flex" successfully completes configure but
later fails because the symbol 'ceil' is undefined in a filter, which is
defined in libm.

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

iD8DBQFDTkyYWoGvjmrbsgARApi1AJ0Zgnsw1ETbMG3gSYInKUPVXmq3DQCgg1vF
ksqOFOM8AfXgdglaKaUhbG8=
=FcBv
-----END PGP SIGNATURE-----

--===============0494018622==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="libgnomeprint-ftbfs.diff"

diff -u libgnomeprint-2.12.1/debian/control.in 
libgnomeprint-2.12.1/debian/control.in
--- libgnomeprint-2.12.1/debian/control.in
+++ libgnomeprint-2.12.1/debian/control.in
@@ -4,7 +4,7 @@
 Maintainer: Rob Taylor <[EMAIL PROTECTED]>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 4.1), cdbs, intltool, gnome-pkg-tools, 
zlib1g-dev, libxml2-dev, libpopt-dev, libfontconfig1-dev, libglib2.0-dev (>= 
2.4.1-2), libpango1.0-dev (>= 1.4.1-2), libcupsys2-dev (>= 
1.1.20final+cvs20040330-4), libgnomecups1.0-dev (>= 0.2.0), libart-2.0-dev (>= 
2.3.16-5)
+Build-Depends: debhelper (>= 4.1), cdbs, intltool, gnome-pkg-tools, 
zlib1g-dev, libxml2-dev, libpopt-dev, libfontconfig1-dev, libglib2.0-dev (>= 
2.4.1-2), libpango1.0-dev (>= 1.4.1-2), libcupsys2-dev (>= 
1.1.20final+cvs20040330-4), libgnomecups1.0-dev (>= 0.2.0), libart-2.0-dev (>= 
2.3.16-5), bison, flex
 
 Package: libgnomeprint2.2-0
 Architecture: any
diff -u libgnomeprint-2.12.1/debian/patches/filters_missing_libs.patch 
libgnomeprint-2.12.1/debian/patches/filters_missing_libs.patch
--- libgnomeprint-2.12.1/debian/patches/filters_missing_libs.patch
+++ libgnomeprint-2.12.1/debian/patches/filters_missing_libs.patch
@@ -6,7 +6,7 @@
  FILTER_LDFLAGS        = -avoid-version -module -no-undefined
 -FILTER_LIBS   = $(top_builddir)/libgnomeprint/libgnomeprint-2-2.la
 +FILTER_LIBS   = $(top_builddir)/libgnomeprint/libgnomeprint-2-2.la \
-+                      -lglib-2.0 -lgobject-2.0 -lart_lgpl_2
++                      -lglib-2.0 -lgobject-2.0 -lart_lgpl_2 -lm
  
  libgnomeprint_clip_la_SOURCES         = gnome-print-filter-clip.c 
gnome-print-filter-clip.h
  libgnomeprint_clip_la_LDFLAGS         = $(FILTER_LDFLAGS)
@@ -18,7 +18,7 @@
  FILTER_LDFLAGS = -avoid-version -module -no-undefined
 -FILTER_LIBS = $(top_builddir)/libgnomeprint/libgnomeprint-2-2.la
 +FILTER_LIBS = $(top_builddir)/libgnomeprint/libgnomeprint-2-2.la \
-+                      -lglib-2.0 -lgobject-2.0 -lart_lgpl_2
++                      -lglib-2.0 -lgobject-2.0 -lart_lgpl_2 -lm
  
  libgnomeprint_clip_la_SOURCES = gnome-print-filter-clip.c 
gnome-print-filter-clip.h
  libgnomeprint_clip_la_LDFLAGS = $(FILTER_LDFLAGS)

--===============0494018622==--

---------------------------------------
Received: (at 333727-done) by bugs.debian.org; 15 Oct 2005 16:27:53 +0000
>From [EMAIL PROTECTED] Sat Oct 15 09:27:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sakura.malsain.org (arrakis.localnet) [82.241.136.161] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EQosy-0008Tx-00; Sat, 15 Oct 2005 09:27:53 -0700
Received: from joss by arrakis.localnet with local (Exim 4.54)
        id 1EQosS-00034S-Az
        for [EMAIL PROTECTED]; Sat, 15 Oct 2005 18:27:20 +0200
Subject: Re: Fixed in upload of libgnomeprint 2.12.1-2 to experimental
From: Josselin Mouette <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol="application/pgp-signature"; boundary="=-y4Y6J3PJjHSApA1NaPJN"
Date: Sat, 15 Oct 2005 18:27:18 +0200
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
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-Level: 
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


--=-y4Y6J3PJjHSApA1NaPJN
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

Package: libgnomeprint
Version: 2.12.1-2

experimental + fixed-in-experimental =3D done

Le samedi 15 octobre 2005 =E0 09:17 -0700, Josselin Mouette a =E9crit :
> tag 333727 + fixed-in-experimental
>=20
> quit
>=20
> This message was generated automatically in response to an
> upload to the experimental distribution.  The .changes file follows.
>=20
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>=20
> Format: 1.7
> Date: Sat, 15 Oct 2005 17:29:01 +0200
> Source: libgnomeprint
> Binary: libgnomeprint2.2-0 libgnomeprint2.2-doc libgnomeprint2.2-data lib=
gnomeprint2.2-dev
> Architecture: source all i386
> Version: 2.12.1-2
> Distribution: experimental
> Urgency: low
> Maintainer: Rob Taylor <[EMAIL PROTECTED]>
> Changed-By: Josselin Mouette <[EMAIL PROTECTED]>
> Description:=20
>  libgnomeprint2.2-0 - The GNOME 2.2 print architecture - runtime files
>  libgnomeprint2.2-data - The GNOME 2.2 print architecture - data files
>  libgnomeprint2.2-dev - The GNOME 2.2 print architecture - development fi=
les
>  libgnomeprint2.2-doc - The GNOME 2.2 print architecture - documentation =
files
> Closes: 333727
> Changes:=20
>  libgnomeprint (2.12.1-2) experimental; urgency=3Dlow
>  .
>    * Patch from Michel Daenzer to fix FTBFS (closes: #333727) :
>      + Add missing build dependency on flex and bison.
>      + filters_missing_libs.patch: link with -lm as well.
> Files:=20
>  7b2e4155a5cb12d64c42d3522c36cd0d 1945 libs optional libgnomeprint_2.12.1=
-2.dsc
>  a125d2e90ed8177a022f91e2b2102e93 7027 libs optional libgnomeprint_2.12.1=
-2.diff.gz
>  920c3d1b72023f32dec5ee79fcefab23 154820 libs optional libgnomeprint2.2-d=
ata_2.12.1-2_all.deb
>  470814fe5e43108504abb04d1b4b553b 110120 doc optional libgnomeprint2.2-do=
c_2.12.1-2_all.deb
>  e1c711c942c10a57d8b80d1d03f1b2a5 246668 libs optional libgnomeprint2.2-0=
_2.12.1-2_i386.deb
>  37cedf755b1844e7d39f56b0f0ef23bf 303558 libdevel optional libgnomeprint2=
.2-dev_2.12.1-2_i386.deb
>=20
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>=20
> iD8DBQFDUSm9rSla4ddfhTMRAumpAJ9o0BOyZtmVAUwTg2OB78CsVPN2uQCfduiu
> 825r2y12iU2/n6ok3HNdulc=3D
> =3DLgy2
> -----END PGP SIGNATURE-----
>=20
>=20
--=20
 .''`.           Josselin Mouette        /\./\
: :' :           [EMAIL PROTECTED]
`. `'                        [EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom

--=-y4Y6J3PJjHSApA1NaPJN
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBDUS3mrSla4ddfhTMRAh/EAKDY3XgGVkbrri/bnYnu/AyGCXV+HwCg504V
I+b6EGH8r3lQ0OO1ta4qQMw=
=VlUr
-----END PGP SIGNATURE-----

--=-y4Y6J3PJjHSApA1NaPJN--


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

Reply via email to