php4-gd: dependencies on libxpm

Bug #7877 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
libgd2 (Debian)
Fix Released
Unknown
libgd2 (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Automatically imported from Debian bug report #270655 http://bugs.debian.org/270655

Revision history for this message
In , Steve Langasek (vorlon) wrote : Re: Bug#270435: php4-gd: dependencies on libxpm

On Tue, Sep 07, 2004 at 01:56:07PM +0200, Simon Richter wrote:
> php4-gd declares a dependency on libxpm4 and libx11-6 and the plugin
> declares those libraries as NEEDED in the ELF headers although no
> symbols from libxpm.so are referenced. As libgd2-xpm does not use
> libxpm4 either (it seems they have their own implementation), that
> dependency pulls in a lot of X11 stuff that is unneeded and unused.

Does this version of libgd2-xpm actually *work* with xpm files?

$ dpkg -S /usr/lib/libgd.so.2.0.28
libgd2-xpm: /usr/lib/libgd.so.2.0.28
$ strings /usr/lib/libgd.so.2.0.28 | grep -i xpm
gdImageCreateFromXpm
libgd was not built with xpm support
$

This looks like a seriously broken libgd2-xpm to me.

--
Steve Langasek
postmodern programmer

Revision history for this message
In , Adam Conrad (adconrad) wrote :

Steve Langasek wrote:
>
> $ dpkg -S /usr/lib/libgd.so.2.0.28
> libgd2-xpm: /usr/lib/libgd.so.2.0.28
> $ strings /usr/lib/libgd.so.2.0.28 | grep -i xpm
> gdImageCreateFromXpm
> libgd was not built with xpm support
> $
>
> This looks like a seriously broken libgd2-xpm to me.

On PowerPC, I see:

lucifer:~/> strings /usr/lib/libgd.so.2.0.28 | grep -i xpm
gdImageCreateFromXpm
XpmReadFileToXpmImage
libXpm.so.4
lucifer:~/>

... while on i386, I see what you're getting. Perhaps Jonas is still
missing some build-deps, and the bug addressed in the 2.0.28-2 upload
still exists?

.. Adam

Revision history for this message
In , Simon Richter (sjr) wrote :

clone 270435 -1
reassign -1 libgd2-xpm
severity -1 important
thanks

Hi,

> > php4-gd declares a dependency on libxpm4 and libx11-6 and the plugin
> > declares those libraries as NEEDED in the ELF headers although no
> > symbols from libxpm.so are referenced. As libgd2-xpm does not use
> > libxpm4 either (it seems they have their own implementation), that
> > dependency pulls in a lot of X11 stuff that is unneeded and unused.

> Does this version of libgd2-xpm actually *work* with xpm files?

Not tested, since I don't need that support. php4-gd in sarge explicitly
depends on libgd2-xpm, I was assuming this was rightly so.

So basically this is three bugs:

 - php4-gd depends on libraries it uses only indirectly
 - php4-gd depends on XPM version of GD library, non-XPM won't do
 - libgd2-xpm is not compiled with xpm support.

The first one is a minor issue if the library would be used anyway, but
should nevertheless be fixed. Number 2 is definitely minor, since it
just means that you have to use a version with all features compiled in.
The last one is in another package (cloned and reassigned).

   Simon

--
 GPG Fingerprint: 040E B5F7 84F1 4FBC CEAD ADC6 18A0 CC8D 5706 A4B4

Revision history for this message
In , Steve Langasek (vorlon) wrote :

severity 270655 grave
thanks

I think a libgd2-xpm package that doesn't support xpms is a rather
important bug.

--
Steve Langasek
postmodern programmer

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #270655 http://bugs.debian.org/270655

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 7 Sep 2004 13:56:07 +0200
From: Simon Richter <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: php4-gd: dependencies on libxpm

Package: php4-gd
Version: 4:4.3.8-9
Severity: normal

Hi,

php4-gd declares a dependency on libxpm4 and libx11-6 and the plugin
declares those libraries as NEEDED in the ELF headers although no
symbols from libxpm.so are referenced. As libgd2-xpm does not use
libxpm4 either (it seems they have their own implementation), that
dependency pulls in a lot of X11 stuff that is unneeded and unused.

   Simon

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-hetzner
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8

Versions of packages php4-gd depends on:
ii debconf [debconf-2.0] 1.4.30.2 Debian configuration management sy
ii libapache2-mod-php4 [phpa 4:4.3.8-9 server-side, HTML-embedded scripti
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libfreetype6 2.1.7-2.2 FreeType 2 font engine, shared lib
ii libgd2-xpm 2.0.28-2 GD Graphics Library version 2
ii libjpeg62 6b-9 The Independent JPEG Group's JPEG
ii libpng12-0 1.2.5.0-7 PNG library - runtime
ii libt1-5 5.0.2-3 Type 1 font rasterizer library - r
ii libx11-6 4.3.0.dfsg.1-4 X Window System protocol client li
ii libxpm4 4.3.0.dfsg.1-4 X pixmap library
ii php4-common 4:4.3.8-9 Common files for packages built fr
ii xlibs 4.3.0.dfsg.1-4 X Window System client libraries m
ii zlib1g 1:1.2.1.1-5 compression library - runtime

-- debconf information excluded

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 8 Sep 2004 05:40:33 -0700
From: Steve Langasek <email address hidden>
To: Simon Richter <email address hidden>, <email address hidden>
Subject: Re: Bug#270435: php4-gd: dependencies on libxpm

--KZLWU/9q3evlN4nQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Sep 07, 2004 at 01:56:07PM +0200, Simon Richter wrote:
> php4-gd declares a dependency on libxpm4 and libx11-6 and the plugin
> declares those libraries as NEEDED in the ELF headers although no
> symbols from libxpm.so are referenced. As libgd2-xpm does not use
> libxpm4 either (it seems they have their own implementation), that
> dependency pulls in a lot of X11 stuff that is unneeded and unused.

Does this version of libgd2-xpm actually *work* with xpm files?

$ dpkg -S /usr/lib/libgd.so.2.0.28=20
libgd2-xpm: /usr/lib/libgd.so.2.0.28
$ strings /usr/lib/libgd.so.2.0.28 | grep -i xpm
gdImageCreateFromXpm
libgd was not built with xpm support
$

This looks like a seriously broken libgd2-xpm to me.

--=20
Steve Langasek
postmodern programmer

--KZLWU/9q3evlN4nQ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBPv3AKN6ufymYLloRAq+kAKC9zQrmjpsoVzF2An/ayrDSsWJbnACg0Nn3
AHzGI5ljNk1Bkvrn2KxWguY=
=jwZ5
-----END PGP SIGNATURE-----

--KZLWU/9q3evlN4nQ--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <0a9301c495a4$14915320$0400000a@0c3.net>
Date: Wed, 8 Sep 2004 23:02:20 +1000
From: "Adam Conrad" <adconrad@0c3.net>
To: "'Steve Langasek'" <email address hidden>,
 <email address hidden>
Subject: RE: Bug#270435: php4-gd: dependencies on libxpm

Steve Langasek wrote:
>
> $ dpkg -S /usr/lib/libgd.so.2.0.28
> libgd2-xpm: /usr/lib/libgd.so.2.0.28
> $ strings /usr/lib/libgd.so.2.0.28 | grep -i xpm
> gdImageCreateFromXpm
> libgd was not built with xpm support
> $
>
> This looks like a seriously broken libgd2-xpm to me.

On PowerPC, I see:

lucifer:~/> strings /usr/lib/libgd.so.2.0.28 | grep -i xpm
gdImageCreateFromXpm
XpmReadFileToXpmImage
libXpm.so.4
lucifer:~/>

... while on i386, I see what you're getting. Perhaps Jonas is still
missing some build-deps, and the bug addressed in the 2.0.28-2 upload
still exists?

.. Adam

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 8 Sep 2004 16:38:52 +0200
From: Simon Richter <email address hidden>
To: Steve Langasek <email address hidden>
Cc: Simon Richter <email address hidden>, <email address hidden>,
 <email address hidden>
Subject: Re: Bug#270435: php4-gd: dependencies on libxpm

--4Ckj6UjgE2iN1+kY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

clone 270435 -1
reassign -1 libgd2-xpm
severity -1 important
thanks

Hi,

> > php4-gd declares a dependency on libxpm4 and libx11-6 and the plugin
> > declares those libraries as NEEDED in the ELF headers although no
> > symbols from libxpm.so are referenced. As libgd2-xpm does not use
> > libxpm4 either (it seems they have their own implementation), that
> > dependency pulls in a lot of X11 stuff that is unneeded and unused.

> Does this version of libgd2-xpm actually *work* with xpm files?

Not tested, since I don't need that support. php4-gd in sarge explicitly
depends on libgd2-xpm, I was assuming this was rightly so.

So basically this is three bugs:

 - php4-gd depends on libraries it uses only indirectly
 - php4-gd depends on XPM version of GD library, non-XPM won't do
 - libgd2-xpm is not compiled with xpm support.

The first one is a minor issue if the library would be used anyway, but
should nevertheless be fixed. Number 2 is definitely minor, since it
just means that you have to use a version with all features compiled in.
The last one is in another package (cloned and reassigned).

   Simon

--=20
 GPG Fingerprint: 040E B5F7 84F1 4FBC CEAD ADC6 18A0 CC8D 5706 A4B4

--4Ckj6UjgE2iN1+kY
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBPxl8GKDMjVcGpLQRAh0BAJ9H3DsLJs9Qxq3RjUp1HvjD3hXDkACg49s1
0ONplvaC602X+JSeo+w4cLY=
=Fon7
-----END PGP SIGNATURE-----

--4Ckj6UjgE2iN1+kY--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 9 Sep 2004 05:08:09 -0700
From: Steve Langasek <email address hidden>
To: <email address hidden>
Subject: Re: php4-gd: dependencies on libxpm

--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

severity 270655 grave
thanks

I think a libgd2-xpm package that doesn't support xpms is a rather
important bug.

--=20
Steve Langasek
postmodern programmer

--xHFwDpU9dbj6ez1V
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBQEenKN6ufymYLloRAj9QAJsG0QrWbLLaMtEf/UEX5bLitNGwLwCdFbYG
Do77neMluTwO3G7ULZM4Phs=
=GD7F
-----END PGP SIGNATURE-----

--xHFwDpU9dbj6ez1V--

Revision history for this message
In , Jonas Smedegaard (dr) wrote : Re: Bug#270655: php4-gd: dependencies on libxpm

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

On 09-09-2004 14:08, Steve Langasek wrote:
| severity 270655 grave
| thanks
|
| I think a libgd2-xpm package that doesn't support xpms is a rather
| important bug.

I agree.

And yes, it seems something's still wrong in the package - it
build-depends on libxpm-dev and explicitly compiles with --with-x but
still silently compiles without XPM support on the i386 buildd.

I'll go investigate further (and is open to suggestions!).

Thanks for making me aware!

~ - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/

~ - Enden er nær: http://www.shibumi.org/eoti.htm
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBQGW/n7DbMsAkQLgRAi/JAKCVdCHBTK9yLXpr4RCc2/C0UoHkCACgiZ5U
gyWrcQ5BZ4LmCVq87l3SLQg=
=YP9h
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 09 Sep 2004 16:16:31 +0200
From: Jonas Smedegaard <email address hidden>
To: <email address hidden>
Subject: Re: Bug#270655: php4-gd: dependencies on libxpm

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

On 09-09-2004 14:08, Steve Langasek wrote:
| severity 270655 grave
| thanks
|
| I think a libgd2-xpm package that doesn't support xpms is a rather
| important bug.

I agree.

And yes, it seems something's still wrong in the package - it
build-depends on libxpm-dev and explicitly compiles with --with-x but
still silently compiles without XPM support on the i386 buildd.

I'll go investigate further (and is open to suggestions!).

Thanks for making me aware!

~ - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/

~ - Enden er n=E6r: http://www.shibumi.org/eoti.htm
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBQGW/n7DbMsAkQLgRAi/JAKCVdCHBTK9yLXpr4RCc2/C0UoHkCACgiZ5U
gyWrcQ5BZ4LmCVq87l3SLQg=3D
=3DYP9h
-----END PGP SIGNATURE-----

Revision history for this message
Matt Zimmerman (mdz) wrote :

The whole xpm issue in the gd packages is ridiculous, the package should never
have been split, but the fact that it doesn't have XPM support isn't
release-critical, at least not for us

Revision history for this message
In , Adam Conrad (adconrad) wrote :

Jonas,

Post-Sarge, I'd be happy to sit down and figure out exactly where the
autotools tests are going wrong in testing for XPM availability, but for
now the simple fix is just to build-dep on "xlibs-dev"... This won't
change the binary dependencies any, just the build-deps (which is
certainly acceptable), and will get the packages fixed ASAP. Once Sarge
releases with a working libgd2-xpm, we can worry about fixing it the
"Right" way.

... Adam

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <0dce01c498c4$d674fe60$0400000a@0c3.net>
Date: Sun, 12 Sep 2004 22:34:23 +1000
From: "Adam Conrad" <adconrad@0c3.net>
To: <email address hidden>
Subject: php4-gd: dependencies on libxpm

Jonas,

Post-Sarge, I'd be happy to sit down and figure out exactly where the
autotools tests are going wrong in testing for XPM availability, but for
now the simple fix is just to build-dep on "xlibs-dev"... This won't
change the binary dependencies any, just the build-deps (which is
certainly acceptable), and will get the packages fixed ASAP. Once Sarge
releases with a working libgd2-xpm, we can worry about fixing it the
"Right" way.

... Adam

Revision history for this message
In , Steve Langasek (vorlon) wrote :

tags 270655 patch
thanks

I am preparing an NMU for this issue. Please find the changeset
attached.

Regards,
--
Steve Langasek
postmodern programmer

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 22 Sep 2004 05:05:20 -0700
From: Steve Langasek <email address hidden>
To: <email address hidden>
Subject: Re: php4-gd: dependencies on libxpm

--fXStkuK2IQBfcDe+
Content-Type: multipart/mixed; boundary="/Uq4LBwYP4y1W6pO"
Content-Disposition: inline

--/Uq4LBwYP4y1W6pO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

tags 270655 patch
thanks

I am preparing an NMU for this issue. Please find the changeset
attached.

Regards,
--=20
Steve Langasek
postmodern programmer

--/Uq4LBwYP4y1W6pO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="libgd2-270655.diff"
Content-Transfer-Encoding: quoted-printable

diff -u libgd2-2.0.28/debian/changelog libgd2-2.0.28/debian/changelog
--- libgd2-2.0.28/debian/changelog
+++ libgd2-2.0.28/debian/changelog
@@ -1,3 +1,12 @@
+libgd2 (2.0.28-2.1) unstable; urgency=3Dhigh
+
+ * Non-maintainer upload.
+ * High-urgency upload for sarge-targetted RC fix.
+ * Add build-dependency on libxt-dev to ensure that libgd2-xpm really
+ does support XPMs (closes: #270655).
+
+ -- Steve Langasek <email address hidden> Wed, 22 Sep 2004 04:32:23 -0700
+
 libgd2 (2.0.28-2) unstable; urgency=3Dlow
=20
   * Build-depend on libx11-dev (in addition to libxpm-dev) to actually
diff -u libgd2-2.0.28/debian/control libgd2-2.0.28/debian/control
--- libgd2-2.0.28/debian/control
+++ libgd2-2.0.28/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jonas Smedegaard <email address hidden>
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>=3D 4), d-shlibs (>=3D 0.11), dh-buildinfo, lib=
png12-dev, libz-dev, libfreetype6-dev, libxpm-dev | xlibs-dev (<< 4.3.0), l=
ibx11-dev | xlibs-dev (<< 4.3.0), libjpeg62-dev
+Build-Depends: debhelper (>=3D 4), d-shlibs (>=3D 0.11), dh-buildinfo, lib=
png12-dev, libz-dev, libfreetype6-dev, libxpm-dev | xlibs-dev (<< 4.3.0), l=
ibx11-dev | xlibs-dev (<< 4.3.0), libxt-dev | xlibs-dev (<< 4.3.0), libjpeg=
62-dev
=20
 Package: libgd-tools
 Architecture: any

--/Uq4LBwYP4y1W6pO--

--fXStkuK2IQBfcDe+
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBUWp6KN6ufymYLloRAhaeAKCxd1GnNbZuyduBSnvqzQmhVyUrCACeM5u7
Vin82BCdxZERaZSmT9wUr/I=
=pHgo
-----END PGP SIGNATURE-----

--fXStkuK2IQBfcDe+--

Revision history for this message
In , Steve Langasek (vorlon) wrote : Fixed in NMU of libgd2 2.0.28-2.1

tag 270655 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

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

Format: 1.7
Date: Wed, 22 Sep 2004 04:32:23 -0700
Source: libgd2
Binary: libgd2-dev libgd2-noxpm-dev libgd2-noxpm libgd2-xpm libgd2 libgd2-xpm-dev libgd-tools
Architecture: source all i386
Version: 2.0.28-2.1
Distribution: unstable
Urgency: high
Maintainer: Jonas Smedegaard <email address hidden>
Changed-By: Steve Langasek <email address hidden>
Description:
 libgd-tools - GD command line tools and example code
 libgd2 - GD Graphics Library version 2
 libgd2-dev - GD Graphics Library version 2 (development version)
 libgd2-noxpm - GD Graphics Library version 2 (without XPM support)
 libgd2-noxpm-dev - GD Graphics Library version 2 (development version)
 libgd2-xpm - GD Graphics Library version 2
 libgd2-xpm-dev - GD Graphics Library version 2 (development version)
Closes: 270655
Changes:
 libgd2 (2.0.28-2.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * High-urgency upload for sarge-targetted RC fix.
   * Add build-dependency on libxt-dev to ensure that libgd2-xpm really
     does support XPMs (closes: #270655).
Files:
 eee3fcce63d4cffd4a6d235ee9ca0be7 838 libs optional libgd2_2.0.28-2.1.dsc
 fa9a268e7a9662645f02afee014b6535 12030 libs optional libgd2_2.0.28-2.1.diff.gz
 700a5f8205afff29eebf8648bb49afae 116318 oldlibs optional libgd2_2.0.28-2.1_all.deb
 94e851ebb7aab412b9d5fe34b30b78ef 116340 oldlibs optional libgd2-dev_2.0.28-2.1_all.deb
 723ced9e1347c94ee587e3f46bae9923 131460 graphics optional libgd-tools_2.0.28-2.1_i386.deb
 ef26fa35d29c25d18c12147ba480c500 314246 libdevel optional libgd2-xpm-dev_2.0.28-2.1_i386.deb
 2c94a9678d7a5f1341c45662d7acfc59 313456 libdevel optional libgd2-noxpm-dev_2.0.28-2.1_i386.deb
 70dad4e073efd201ffd5b1baa1734f3a 180146 libs optional libgd2-xpm_2.0.28-2.1_i386.deb
 2ad0488d6f4a165f3dd4f448261702e4 179440 libs optional libgd2-noxpm_2.0.28-2.1_i386.deb

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

iD8DBQFBUWnCKN6ufymYLloRAmGPAJ97wSkBNp+pdpMjdErRExGSLC7cqQCfRUTS
NG8EGmthl5raRgd8YrSibyg=
=9sUC
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Wed, 22 Sep 2004 17:02:06 -0400
From: Steve Langasek <email address hidden>
To: <email address hidden>
Cc: Steve Langasek <email address hidden>, Jonas Smedegaard <email address hidden>
Subject: Fixed in NMU of libgd2 2.0.28-2.1

tag 270655 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

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

Format: 1.7
Date: Wed, 22 Sep 2004 04:32:23 -0700
Source: libgd2
Binary: libgd2-dev libgd2-noxpm-dev libgd2-noxpm libgd2-xpm libgd2 libgd2-xpm-dev libgd-tools
Architecture: source all i386
Version: 2.0.28-2.1
Distribution: unstable
Urgency: high
Maintainer: Jonas Smedegaard <email address hidden>
Changed-By: Steve Langasek <email address hidden>
Description:
 libgd-tools - GD command line tools and example code
 libgd2 - GD Graphics Library version 2
 libgd2-dev - GD Graphics Library version 2 (development version)
 libgd2-noxpm - GD Graphics Library version 2 (without XPM support)
 libgd2-noxpm-dev - GD Graphics Library version 2 (development version)
 libgd2-xpm - GD Graphics Library version 2
 libgd2-xpm-dev - GD Graphics Library version 2 (development version)
Closes: 270655
Changes:
 libgd2 (2.0.28-2.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * High-urgency upload for sarge-targetted RC fix.
   * Add build-dependency on libxt-dev to ensure that libgd2-xpm really
     does support XPMs (closes: #270655).
Files:
 eee3fcce63d4cffd4a6d235ee9ca0be7 838 libs optional libgd2_2.0.28-2.1.dsc
 fa9a268e7a9662645f02afee014b6535 12030 libs optional libgd2_2.0.28-2.1.diff.gz
 700a5f8205afff29eebf8648bb49afae 116318 oldlibs optional libgd2_2.0.28-2.1_all.deb
 94e851ebb7aab412b9d5fe34b30b78ef 116340 oldlibs optional libgd2-dev_2.0.28-2.1_all.deb
 723ced9e1347c94ee587e3f46bae9923 131460 graphics optional libgd-tools_2.0.28-2.1_i386.deb
 ef26fa35d29c25d18c12147ba480c500 314246 libdevel optional libgd2-xpm-dev_2.0.28-2.1_i386.deb
 2c94a9678d7a5f1341c45662d7acfc59 313456 libdevel optional libgd2-noxpm-dev_2.0.28-2.1_i386.deb
 70dad4e073efd201ffd5b1baa1734f3a 180146 libs optional libgd2-xpm_2.0.28-2.1_i386.deb
 2ad0488d6f4a165f3dd4f448261702e4 179440 libs optional libgd2-noxpm_2.0.28-2.1_i386.deb

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

iD8DBQFBUWnCKN6ufymYLloRAmGPAJ97wSkBNp+pdpMjdErRExGSLC7cqQCfRUTS
NG8EGmthl5raRgd8YrSibyg=
=9sUC
-----END PGP SIGNATURE-----

Revision history for this message
In , Jonas Smedegaard (dr) wrote : Re: Bug#270655: php4-gd: dependencies on libxpm

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

On 22-09-2004 14:05, Steve Langasek wrote:

| I am preparing an NMU for this issue. Please find the changeset
| attached.

Thanks alot.

I have uploaded an official package now, acknowledging your NMU and
fixing a couple of smaller build-related bugs as well.

My changelog states this bugreport contains more issues than solved with
your fix, but I now realize that cloning has been done already prior to
reassigning it (thanks, Simon!), so I was wrong (about that, too :-( ).

The complete package as uploaded and supposed to enter sid within 24h is
available here: http://debian.jones.dk/auryn/pool/official/libgd2/

This bug is hereby closed!

~ - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/

~ - Enden er nær: http://www.shibumi.org/eoti.htm
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBUhV3n7DbMsAkQLgRAvExAJ9x6FiJb43I+7LVVEiEND8mv7UBLQCbBLcs
jSq8f5c87MVw6CmVwvFChMU=
=SrBL
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 23 Sep 2004 02:14:48 +0200
From: Jonas Smedegaard <email address hidden>
To: <email address hidden>
Subject: Re: Bug#270655: php4-gd: dependencies on libxpm

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

On 22-09-2004 14:05, Steve Langasek wrote:

| I am preparing an NMU for this issue. Please find the changeset
| attached.

Thanks alot.

I have uploaded an official package now, acknowledging your NMU and
fixing a couple of smaller build-related bugs as well.

My changelog states this bugreport contains more issues than solved with
your fix, but I now realize that cloning has been done already prior to
reassigning it (thanks, Simon!), so I was wrong (about that, too :-( ).

The complete package as uploaded and supposed to enter sid within 24h is
available here: http://debian.jones.dk/auryn/pool/official/libgd2/

This bug is hereby closed!

~ - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/

~ - Enden er n=E6r: http://www.shibumi.org/eoti.htm
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBUhV3n7DbMsAkQLgRAvExAJ9x6FiJb43I+7LVVEiEND8mv7UBLQCbBLcs
jSq8f5c87MVw6CmVwvFChMU=3D
=3DSrBL
-----END PGP SIGNATURE-----

Revision history for this message
Adam Conrad (adconrad) wrote :

This ancient bug was closed long ago upstream.

Changed in libgd2:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.