Your message dated Thu, 13 Apr 2006 11:02:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#260416: fixed in libgdchart-gd1 0.10.1dev-11
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)
--- Begin Message ---
Package: libgdchart-gd1
Severity: normal
Tags: patch
When building 'libgdchart-gd1' with gcc-3.4 I get the following error:
gcc -I. -I.. -I/usr/include/freetype2 -I/usr/include/X11 -Wall -g -D_REENTRANT
-pipe -DHAVE_LIBPNG -DHAVE_LIBFREETYPE -DHAVE_LIBJPEG -fsigned-char -O2
-DHAVE_XPM -fPIC -c -o gdc_pie.o ../gdc_pie.c
../gdc_pie.c: In function `ocmpr':
../gdc_pie.c:78: warning: suggest parentheses around && within ||
../gdc_pie.c:81: warning: suggest parentheses around && within ||
../gdc_pie.c: In function `GDC_out_pie':
../gdc_pie.c:219: warning: implicit declaration of function `strlen'
../gdc_pie.c:167: warning: unused variable `label_explode_limit'
../gdc_pie.c:423: warning: implicit declaration of function `qsort'
../gdc_pie.c:544: warning: implicit declaration of function `strcpy'
../gdc_pie.c:591: error: label at end of compound statement
../gdc_pie.c:131: warning: unused variable `num_slices1'
../gdc_pie.c:132: warning: unused variable `num_slices2'
../gdc_pie.c:133: warning: unused variable `any_too_small'
../gdc_pie.c:140: warning: unused variable `do3Dx'
../gdc_pie.c:141: warning: unused variable `do3Dy'
make[1]: *** [gdc_pie.o] Error 1
make[1]: Leaving directory `/libgdchart-gd1-0.10.1dev/build-xpm'
make: *** [stamp-libgdchart-gd1-xpm] Error 2
With the attached patch 'libgdchart-gd1' can be compiled using gcc-3.4.
Regards
Andreas Jochens
diff -urN ../tmp-orig/libgdchart-gd1-0.10.1dev/gdc_pie.c ./gdc_pie.c
--- ../tmp-orig/libgdchart-gd1-0.10.1dev/gdc_pie.c 2000-11-04
02:49:46.000000000 +0100
+++ ./gdc_pie.c 2004-07-20 15:36:40.827964333 +0200
@@ -586,8 +586,7 @@
case GDCPIE_PCT_BELOW: lbly -=
(1+GDC_fontc[GDCPIE_label_size].h) / 2;
pcty = lbly + (GDC_fontc[GDCPIE_label_size].h) * num_nl;
break;
- case GDCPIE_PCT_NONE:
- default:
+ case GDCPIE_PCT_NONE: break;
}
if( GDCPIE_percent_labels != GDCPIE_PCT_NONE )
--- End Message ---
--- Begin Message ---
Source: libgdchart-gd1
Source-Version: 0.10.1dev-11
We believe that the bug you reported is fixed in the latest version of
libgdchart-gd1, which is due to be installed in the Debian FTP archive:
libgdchart-gd1-noxpm-dev_0.10.1dev-11_powerpc.deb
to
pool/main/libg/libgdchart-gd1/libgdchart-gd1-noxpm-dev_0.10.1dev-11_powerpc.deb
libgdchart-gd1-noxpm_0.10.1dev-11_powerpc.deb
to pool/main/libg/libgdchart-gd1/libgdchart-gd1-noxpm_0.10.1dev-11_powerpc.deb
libgdchart-gd1-xpm-dev_0.10.1dev-11_powerpc.deb
to
pool/main/libg/libgdchart-gd1/libgdchart-gd1-xpm-dev_0.10.1dev-11_powerpc.deb
libgdchart-gd1-xpm_0.10.1dev-11_powerpc.deb
to pool/main/libg/libgdchart-gd1/libgdchart-gd1-xpm_0.10.1dev-11_powerpc.deb
libgdchart-gd1_0.10.1dev-11.diff.gz
to pool/main/libg/libgdchart-gd1/libgdchart-gd1_0.10.1dev-11.diff.gz
libgdchart-gd1_0.10.1dev-11.dsc
to pool/main/libg/libgdchart-gd1/libgdchart-gd1_0.10.1dev-11.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.
Jonas Smedegaard <[EMAIL PROTECTED]> (supplier of updated libgdchart-gd1
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: Thu, 13 Apr 2006 04:09:02 +0200
Source: libgdchart-gd1
Binary: libgdchart-gd1-xpm libgdchart-gd1-noxpm-dev libgdchart-gd1-noxpm
libgdchart-gd1-xpm-dev
Architecture: source powerpc
Version: 0.10.1dev-11
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]>
Changed-By: Jonas Smedegaard <[EMAIL PROTECTED]>
Description:
libgdchart-gd1-noxpm - Generate graphs using the GD library
libgdchart-gd1-noxpm-dev - Generate graphs using the GD library (development
version)
libgdchart-gd1-xpm - Generate graphs using the GD library
libgdchart-gd1-xpm-dev - Generate graphs using the GD library (development
version)
Closes: 260416 347127
Changes:
libgdchart-gd1 (0.10.1dev-11) unstable; urgency=low
.
* Acknowledge NMUs. This closes: bug#260416, #347127.
* Repackage using cdbs and d-shlibs, tweaked cdbs snippet
makefile-vars.mk and local cdbs snippets makefile-flavors.mk and
gd.mk (based on libgdchart-gd2 0.11.5-3).
* Add local cdbs snippets auto-update.mk, copyright-check.mk and
buildinfo.mk.
* Temporarily use a local patched d-devlibdeps correctly handling the
dropped transitional package libgd1-dev (see bug#350704).
* Bump to standards version 3.6.2 (no changes needed).
* Bump debhelper compatibility level 5.
* Add usage hint to watch file.
* Update debian/copyright:
+ Drop info included in debian/changelog.
+ Mention "Debian/GNU systems".
+ Replace "Copyright" with "Copyright and licensing info".
+ Include all copyright and licensing snippets.
Files:
3d08188265f9ce20a5de4ba505b8a6e3 795 oldlibs optional
libgdchart-gd1_0.10.1dev-11.dsc
05bc4606f46768bba8b93e6a040586b2 14252 oldlibs optional
libgdchart-gd1_0.10.1dev-11.diff.gz
7d1ecb25979f5b5652d5ca1254fa3910 60270 oldlibs optional
libgdchart-gd1-noxpm-dev_0.10.1dev-11_powerpc.deb
273b804098358a5db551efa8c5984ac9 60278 oldlibs optional
libgdchart-gd1-xpm-dev_0.10.1dev-11_powerpc.deb
955f6c5e1b067deb561ee1b3215838bb 48336 oldlibs optional
libgdchart-gd1-noxpm_0.10.1dev-11_powerpc.deb
a8c7c52df09203f54d5885d4c6c47534 48352 oldlibs optional
libgdchart-gd1-xpm_0.10.1dev-11_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEPpFSn7DbMsAkQLgRAqxiAJ9tOvEUzzOGtcckOkRx/PCbL7rSIQCfXF4N
uI+zN3YzmGz05UY7TdqdwI4=
=34tn
-----END PGP SIGNATURE-----
--- End Message ---