Your message dated Tue, 03 Jun 2014 21:40:12 +0000
with message-id <e1wrwri-0007jm...@franck.debian.org>
and subject line Bug#750313: fixed in mail-notification 5.4.dfsg.1-11
has caused the Debian Bug report #750313,
regarding mail-notification: FTBFS: 
src/mn-evolution-folder-tree-server.gob:98:45: error: incompatible type for 
argument 2 of 'e_mail_browser_new'
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 ow...@bugs.debian.org
immediately.)


-- 
750313: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mail-notification
Version: 5.4.dfsg.1-10
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140601 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> cc -c -o 
> build/src/liborg-jylefort-mail-notification-mn-evolution-folder-tree-server.o 
> -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS   -pthread 
> -I/usr/include/webkitgtk-3.0 -I/usr/include/enchant -I/usr/include/gtk-3.0 
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng12 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/nss 
> -I/usr/include/nspr -I/usr/include/libsecret-1 -I/usr/include/libsoup-2.4 
> -I/usr/include/libxml2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/evolution-3.12 
> -I/usr/include/gnome-desktop-3.0 -I/usr/include/libgtkhtml-4.0/editor 
> -I/usr/include/libgtkhtml-4.0 -I/usr/include/evolution-3.12 
> -I/usr/include/evolution-data-server -I/usr/include/gsettings-desktop-schemas 
>  -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -fPIC 
> -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -DHAVE_REENTRANT_RESOLVER -DSTRING_ARCH_UNALIGNED 
> -DHAVE_TIMEGM -DWITH_EVOLUTION=1 -DWITH_GMAIL=1 -DWITH_HOTMAIL=1 
> -DWITH_IMAP=1 -DWITH_MAILDIR=1 -DWITH_MBOX=1 -DWITH_MH=1 -DWITH_MOZILLA=1 
> -DWITH_POP3=1 -DWITH_SYLPHEED=1 -DWITH_YAHOO=1 -DWITH_IPV6=1 -DWITH_SASL=1 
> -DWITH_SSL=1 -DWITH_GCONF_SANITY_CHECK=1 -Isrc -Ibuild/src 
> -DGETTEXT_PACKAGE='"mail-notification"' -DENABLE_NLS   -DPIC 
> -D_FORTIFY_SOURCE=2  -MT 
> build/src/liborg-jylefort-mail-notification-mn-evolution-folder-tree-server.o 
> -MD -MP -MF 
> build/src/liborg-jylefort-mail-notification-mn-evolution-folder-tree-server.o.deps
>  build/src/mn-evolution-folder-tree-server.c
> src/mn-evolution-folder-tree-server.gob: In function 
> 'mn_evolution_folder_tree_server_constructor':
> src/mn-evolution-folder-tree-server.gob:96:5: warning: passing argument 1 of 
> 'e_mail_backend_get_session' from incompatible pointer type [enabled by 
> default]
>      EMailSession *session = e_mail_backend_get_session (shell_backend);
>      ^
> In file included from /usr/include/evolution-3.12/mail/e-mail-browser.h:25:0,
>                  from src/mn-evolution-folder-tree-server.gob:53:
> /usr/include/evolution-3.12/mail/e-mail-backend.h:73:16: note: expected 
> 'struct EMailBackend *' but argument is of type 'struct EShellBackend *'
>  EMailSession * e_mail_backend_get_session (EMailBackend *backend);
>                 ^
> src/mn-evolution-folder-tree-server.gob:98:45: error: incompatible type for 
> argument 2 of 'e_mail_browser_new'
>                                              NULL, NULL, 
> E_MAIL_FORMATTER_MODE_NORMAL);
>                                              ^
> In file included from src/mn-evolution-folder-tree-server.gob:53:0:
> /usr/include/evolution-3.12/mail/e-mail-browser.h:63:13: note: expected 
> 'EMailFormatterMode' but argument is of type 'void *'
>  GtkWidget * e_mail_browser_new  (EMailBackend *backend,
>              ^
> src/mn-evolution-folder-tree-server.gob:98:45: error: too many arguments to 
> function 'e_mail_browser_new'
>                                              NULL, NULL, 
> E_MAIL_FORMATTER_MODE_NORMAL);
>                                              ^
> In file included from src/mn-evolution-folder-tree-server.gob:53:0:
> /usr/include/evolution-3.12/mail/e-mail-browser.h:63:13: note: declared here
>  GtkWidget * e_mail_browser_new  (EMailBackend *backend,
>              ^
> ERROR: command failed
> debian/rules:29: recipe for target 'build-stamp' failed
> make: *** [build-stamp] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/06/01/mail-notification_5.4.dfsg.1-10_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: mail-notification
Source-Version: 5.4.dfsg.1-11

We believe that the bug you reported is fixed in the latest version of
mail-notification, which is due to be installed in the Debian FTP archive.

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 750...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephen Kitt <sk...@debian.org> (supplier of updated mail-notification 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 03 Jun 2014 22:42:10 +0200
Source: mail-notification
Binary: mail-notification mail-notification-evolution
Architecture: source amd64
Version: 5.4.dfsg.1-11
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt <sk...@debian.org>
Changed-By: Stephen Kitt <sk...@debian.org>
Description: 
 mail-notification - mail notification in system tray
 mail-notification-evolution - evolution support for mail notification
Closes: 750313
Changes: 
 mail-notification (5.4.dfsg.1-11) unstable; urgency=medium
 .
   * Support building with Evolution 3.12.2 (closes: #750313).
Checksums-Sha1: 
 e080f989a4f338a3a3730155c04c1af625591bb6 2300 
mail-notification_5.4.dfsg.1-11.dsc
 bf74c129c21650a2013ba01ea483f5a8c0e7fae1 33288 
mail-notification_5.4.dfsg.1-11.debian.tar.xz
 b5278132ad8a93e0ef40931eb360b3c9808fd3be 299500 
mail-notification_5.4.dfsg.1-11_amd64.deb
 61c4206aa61626a8b0c56a2a80ac7d3bb71d47dd 19916 
mail-notification-evolution_5.4.dfsg.1-11_amd64.deb
Checksums-Sha256: 
 7df654928545b92d6f839ff1848de3333c02b6b06e666d41298fede3ca996459 2300 
mail-notification_5.4.dfsg.1-11.dsc
 8a108c5a1b8296a8b419c7c10232983f4c50be3bf36186c2139de4cda166a284 33288 
mail-notification_5.4.dfsg.1-11.debian.tar.xz
 8dd38d3eadd333fcfc94c9c1898b3e011ccce6977d1c14eb56b9ac17451a957a 299500 
mail-notification_5.4.dfsg.1-11_amd64.deb
 65fed9d8c0ac97dba54b57759e5c1fcb5f559bb8bf88bc8ab4a4ff0e38274bc7 19916 
mail-notification-evolution_5.4.dfsg.1-11_amd64.deb
Files: 
 3a37adc038975c04246dd30419ce6950 299500 gnome optional 
mail-notification_5.4.dfsg.1-11_amd64.deb
 48dd4de2621eccfb3937b18e70779b72 19916 gnome optional 
mail-notification-evolution_5.4.dfsg.1-11_amd64.deb
 ca6c8a5bb6b56502bcfa175d4e36761b 2300 gnome optional 
mail-notification_5.4.dfsg.1-11.dsc
 e4075ff00bbe194656aa52c2333c61db 33288 gnome optional 
mail-notification_5.4.dfsg.1-11.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTjjOGAAoJEHWXeKmja0lPev8P/ino67kB8W9ujgaEm/Zg5XXW
DUlxrsbvN8z9+zN+duTXBbcPzC7LGg6/V1DuGP0oyeb8gGt5Dzyzgbeilxyyfcsv
I9IQlRj8coK+7mpAH27yVYxkvDtb8nnDHIrZaDD5yA41EjOgsXWdqQahlf0YEBEs
UnjsgDQRjCksRY8cLoOuZNeSKSUdNYrix9OCozi7CgyH5z0DBkcEWtQIzV8lyXWb
1/y+OLQ38/X0tQNuy1BwgtpL6dTrFuy4P/mvmhkruquI9loTj0t3gB5A4ecB0q8S
SRn9jtv2FRDcTdqN3Kt6ewtBqNZLjiIlqyxaOGBFIMhjNI1l0oWGdnyLBRzBNjxL
z+z6sCJGLStqqXaDWeA88S1vfezc4OwH56zAA8VJCBYEgrVSOjmVDA79k6HPAFFt
k0eQIwD0Ic2dSAdkS5TdMDi2EUy0h2UnSPTaNhe86yKy6FbAyTX5Z3r1pWfjRKN9
KGlN5wQyttsgcv/VTkDvVRMX6K0c64RwxQ8S0aXC6lsTfxB27vlhqHoYXliUlM/1
N/nw1xda13i8MRYWXlINwA10EG7O+/7yj+k0zap+wqm3Hb2GuIbXuJHXJV3cRrTy
ixwNGw/7Y1edauYVVy4c/P1F/EiCfMzn+Shb4TXPWOdZJOJ3okB+P/dAkgFRoqHV
2jCrRVDQ7kqMIrYHU+Vb
=et7Q
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to