Your message dated Sun, 24 May 2009 23:43:01 +0000
with message-id <[email protected]>
and subject line Bug#505073: fixed in gpe-expenses 0.1.7-1
has caused the Debian Bug report #505073,
regarding FTBFS with GCC 4.4: expected 'gint *' but argument is of type 'guint
*'
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
505073: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505073
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gpe-expenses
Version: 0.1.6-1
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of gpe-expenses_0.1.6-1 on em64t by sbuild/amd64 0.53
...
> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../..
> -DLOCALE_DIR=\""/usr/share/locale"\" -DPREFIX=\"/usr\"
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT
> -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
> -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/directfb
> -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/qof
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/directfb
> -I/usr/include/libpng12 -I/usr/include/pixman-1 -g -O2 -g -Wall -O2 -g2
> -Wall -Werror -Wdeclaration-after-statement -c expenses-gtk.c
> cc1: warnings being treated as errors
> expenses-gtk.c: In function 'cat_populate':
> expenses-gtk.c:284: error: pointer targets in passing argument 2 of
> 'gpe_pim_category_new' differ in signedness
> /usr/include/gpe/pim-categories.h:37: note: expected 'gint *' but argument is
> of type 'guint *'
> make[3]: *** [expenses-gtk.o] Error 1
> make[3]: Leaving directory `/build/tbm/gpe-expenses-0.1.6/src'
--- src/expenses-gtk.c~ 2008-11-09 07:34:18.000000000 +0000
+++ src/expenses-gtk.c 2008-11-09 07:34:31.000000000 +0000
@@ -269,7 +269,7 @@
cat_populate (const gchar * cat_name)
{
GSList * cat_list, *match;
- guint max_list;
+ gint max_list;
match = NULL;
cat_list = gpe_pim_categories_list();
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: gpe-expenses
Source-Version: 0.1.7-1
We believe that the bug you reported is fixed in the latest version of
gpe-expenses, which is due to be installed in the Debian FTP archive:
gpe-expenses_0.1.7-1.diff.gz
to pool/main/g/gpe-expenses/gpe-expenses_0.1.7-1.diff.gz
gpe-expenses_0.1.7-1.dsc
to pool/main/g/gpe-expenses/gpe-expenses_0.1.7-1.dsc
gpe-expenses_0.1.7-1_amd64.deb
to pool/main/g/gpe-expenses/gpe-expenses_0.1.7-1_amd64.deb
gpe-expenses_0.1.7.orig.tar.gz
to pool/main/g/gpe-expenses/gpe-expenses_0.1.7.orig.tar.gz
libqofexpensesobjects-data_0.1.7-1_all.deb
to pool/main/g/gpe-expenses/libqofexpensesobjects-data_0.1.7-1_all.deb
libqofexpensesobjects-dev_0.1.7-1_amd64.deb
to pool/main/g/gpe-expenses/libqofexpensesobjects-dev_0.1.7-1_amd64.deb
libqofexpensesobjects-doc_0.1.7-1_all.deb
to pool/main/g/gpe-expenses/libqofexpensesobjects-doc_0.1.7-1_all.deb
libqofexpensesobjects1-dbg_0.1.7-1_amd64.deb
to pool/main/g/gpe-expenses/libqofexpensesobjects1-dbg_0.1.7-1_amd64.deb
libqofexpensesobjects1_0.1.7-1_amd64.deb
to pool/main/g/gpe-expenses/libqofexpensesobjects1_0.1.7-1_amd64.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.
Neil Williams <[email protected]> (supplier of updated gpe-expenses 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.8
Date: Sun, 24 May 2009 08:46:26 +0100
Source: gpe-expenses
Binary: gpe-expenses libqofexpensesobjects-doc libqofexpensesobjects1
libqofexpensesobjects-dev libqofexpensesobjects1-dbg libqofexpensesobjects-data
Architecture: source all amd64
Version: 0.1.7-1
Distribution: unstable
Urgency: low
Maintainer: Neil Williams <[email protected]>
Changed-By: Neil Williams <[email protected]>
Description:
gpe-expenses - Simple expense records for GPE
libqofexpensesobjects-data - QOF expenses objects - translations
libqofexpensesobjects-dev - QOF expenses objects - development files
libqofexpensesobjects-doc - QOF expenses objects - documentation
libqofexpensesobjects1 - financial QOF objects for expenses handling
libqofexpensesobjects1-dbg - QOF expenses objects - debug support
Closes: 505073
Changes:
gpe-expenses (0.1.7-1) unstable; urgency=low
.
* New upstream release
* (Closes: #505073): FTBFS with GCC 4.4: expected
'gint *' but argument is of type 'guint *'
* Add new package to remove translation files from library in
accordance with Policy 8.2 (libqofexpensesobjects-data)
* Add devhelp support.
* Remove Section and Priority duplication in debian/control.
* use upstream symbol versioning support.
* Update Standards Version (no changes)
* SONAME bump for libqofexpensesobjects to enhance support in other
applications.
* Add xsltproc to build depends for doc generation.
Checksums-Sha1:
c432884cacbcd2ea9614cb9c7c531e067558927d 1637 gpe-expenses_0.1.7-1.dsc
19e6a11ad6d59030b3801215b7fd21467d796983 469063 gpe-expenses_0.1.7.orig.tar.gz
e414ed6b209b32efb9f6cb9f108e76950aba8bcc 4258 gpe-expenses_0.1.7-1.diff.gz
d1c5edde7596bf847fd486f14d9dfb25463082de 125390
libqofexpensesobjects-doc_0.1.7-1_all.deb
f16060524010b6fc53d6433d0934723dab05f57a 14686
libqofexpensesobjects-data_0.1.7-1_all.deb
d88329c1cbf4e5977bea752cd5c8b51665ed848c 53216 gpe-expenses_0.1.7-1_amd64.deb
1f3a06010ca0b004b371ddefee1551d559ddf50d 18506
libqofexpensesobjects1_0.1.7-1_amd64.deb
6a604f70ed3d2c759acd83d96154778f0fc01238 22296
libqofexpensesobjects-dev_0.1.7-1_amd64.deb
13f659a4c1f4ea43e768c3cb8c342b68da790346 67746
libqofexpensesobjects1-dbg_0.1.7-1_amd64.deb
Checksums-Sha256:
6bd8deb40a6e7da7aae506c4f40c699282a665a68c533e6226bf6fec07a9e2c5 1637
gpe-expenses_0.1.7-1.dsc
5fc4e8999487eaef616c570a3a3ea58cdd2fcdce96205c9f635b101fef9945f7 469063
gpe-expenses_0.1.7.orig.tar.gz
e78c71e4f9d864a5008dfa5473566a676f52ceea4ce17d1f50dcdcde91dd9734 4258
gpe-expenses_0.1.7-1.diff.gz
4cc0ac778f2e32e6dff9ec036ef2bfa47f58770c47c3eed76fe10f504505ed5a 125390
libqofexpensesobjects-doc_0.1.7-1_all.deb
fe945626b835847567924c92a1ddd6384e7b7512403f57edd9b33e4241dd9175 14686
libqofexpensesobjects-data_0.1.7-1_all.deb
648761b19ae5818d6330476e82fb5887666679d90211a1576343b757deea718f 53216
gpe-expenses_0.1.7-1_amd64.deb
2ef4959732bc5a4e1d2a9b29b9b233550fbf8e0e2dbe94929995ce1940a68c04 18506
libqofexpensesobjects1_0.1.7-1_amd64.deb
a15414f073e4ef9daba8f074fae89dc76b15c5f4eb71bacb922a82bdccf7060d 22296
libqofexpensesobjects-dev_0.1.7-1_amd64.deb
75163001b50b2281d8a8e5a30bb1c97fb0d3eba28abf1a22d40d48206cae055e 67746
libqofexpensesobjects1-dbg_0.1.7-1_amd64.deb
Files:
6d4546226e884864ab80cc1fcff9ebe0 1637 utils optional gpe-expenses_0.1.7-1.dsc
fd41eec365e14e7d4a9912c88dc6e864 469063 utils optional
gpe-expenses_0.1.7.orig.tar.gz
b1df4e98bcac9faf37526493bec7cb0e 4258 utils optional
gpe-expenses_0.1.7-1.diff.gz
54272f6698b858818441b7c78043b80a 125390 doc optional
libqofexpensesobjects-doc_0.1.7-1_all.deb
f8c48a02394b0bca04d9fe4c039b4a7d 14686 utils optional
libqofexpensesobjects-data_0.1.7-1_all.deb
97bafbfbd246190c17a405daff301753 53216 utils optional
gpe-expenses_0.1.7-1_amd64.deb
c633996991987eefeaf00eeeeef36f10 18506 libs optional
libqofexpensesobjects1_0.1.7-1_amd64.deb
54fe378612fe74efab619a713e17fcdb 22296 libdevel optional
libqofexpensesobjects-dev_0.1.7-1_amd64.deb
01e9ed11ba45c7fdd29c11c8b8db39a5 67746 debug extra
libqofexpensesobjects1-dbg_0.1.7-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkoZBwkACgkQiAEJSii8s+PTyQCgiTNl9kT7rCBFiaG0TIao23K8
hCwAn0BO0lEAakHV7wsFAjK3AXK8T0Uc
=TYuT
-----END PGP SIGNATURE-----
--- End Message ---