Your message dated Wed, 20 Apr 2016 16:41:06 +0000
with message-id <[email protected]>
and subject line Bug#751446: fixed in libindicate 0.6.92-3
has caused the Debian Bug report #751446,
regarding libindicate: FTBFS with clang instead of gcc
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.)


-- 
751446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751446
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libindicate
Severity: minor
Tags: patch
User: [email protected]
Usertags: clang-ftbfs

Hello,

Using the rebuild infrastructure, your package fails to build with clang 
(instead of gcc).
See build logs here: 
http://clang.debian.net/logs/2014-01-14/libindicate_0.6.92-2_unstable_clang.log

Thanks,
Alexander


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- libindicate-0.6.92/libindicate/listener.c	2012-03-21 16:37:56.000000000 -0400
+++ libindicate-0.6.92-my/libindicate/listener.c	2014-06-12 18:26:10.677301595 -0400
@@ -126,9 +126,9 @@
 static GDBusNodeInfo *            bus_listener_node_info = NULL;
 static GDBusInterfaceInfo *       bus_listener_interface_info = NULL;
 static const GDBusInterfaceVTable bus_interface_table = {
-	method_call:    bus_method_call,
-	get_property:   NULL, /* No properties that can be get */
-	set_property:   NULL  /* No properties that can be set */
+	.method_call = bus_method_call,
+	.get_property = NULL, /* No properties that can be get */
+	.set_property = NULL  /* No properties that can be set */
 };
 
 
--- libindicate-0.6.92/libindicate/server.c	2012-03-09 16:55:27.000000000 -0500
+++ libindicate-0.6.92-my/libindicate/server.c	2014-06-12 18:19:55.248037430 -0400
@@ -211,9 +211,9 @@
 static GDBusNodeInfo *            bus_node_info = NULL;
 static GDBusInterfaceInfo *       bus_interface_info = NULL;
 static const GDBusInterfaceVTable bus_interface_table = {
-	method_call:    bus_method_call,
-	get_property:   bus_get_prop,
-	set_property:   NULL /* No properties that can be set */
+	.method_call = bus_method_call,
+	.get_property = bus_get_prop,
+	.set_property = NULL /* No properties that can be set */
 };
 static method_table_t             bus_method_table[METHOD_COUNT];
 

--- End Message ---
--- Begin Message ---
Source: libindicate
Source-Version: 0.6.92-3

We believe that the bug you reported is fixed in the latest version of
libindicate, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Borowski <[email protected]> (supplier of updated libindicate 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: SHA256

Format: 1.8
Date: Wed, 20 Apr 2016 14:28:54 +0200
Source: libindicate
Binary: python-indicate libindicate5 libindicate-dev libindicate-gtk3-3 
libindicate-gtk3-dev libindicate-gtk3 libindicate-gtk-dev libindicate-doc 
gir1.2-indicate-0.7 libindicate0.1-cil libindicate0.1-cil-dev 
libindicate-gtk0.1-cil libindicate-gtk0.1-cil-dev
Architecture: source
Version: 0.6.92-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Adam Borowski <[email protected]>
Description:
 gir1.2-indicate-0.7 - Typelib file for libindicate5
 libindicate-dev - library for raising indicators via DBus - development files
 libindicate-doc - library for raising indicators via DBus - documentation
 libindicate-gtk-dev - library for raising indicators via DBus - GTK+ bindings 
developme
 libindicate-gtk0.1-cil - CLI bindings for libindicate-gtk3
 libindicate-gtk0.1-cil-dev - CLI bindings for libindicate-gtk2 - development 
files
 libindicate-gtk3 - library for raising indicators via DBus - GTK+ bindings
 libindicate-gtk3-3 - library for raising indicators via DBus - GTK bindings
 libindicate-gtk3-dev - library for raising indicators via DBus - GTK bindings 
developmen
 libindicate0.1-cil - CLI bindings for libindicate5
 libindicate0.1-cil-dev - CLI bindings for libindicate5 - development files
 libindicate5 - library for raising indicators via DBus
 python-indicate - Python bindings for libindicate
Closes: 751446 812632
Changes:
 libindicate (0.6.92-3) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to the QA group.
   * Remove build-dependency on mono-gmcs. (Closes: #812632)
   * Fix FTBFS with clang. (Closes: #751446)
   * Use debhelper compat 9.
Checksums-Sha1:
 cba4e008c4fdc8a0ee0755160b1c01bcdbf31f96 2893 libindicate_0.6.92-3.dsc
 6fd8fb5781ddd086ff78bc5c4bb2728491ed1c91 11461 libindicate_0.6.92-3.diff.gz
Checksums-Sha256:
 88819e30fc7ed7bfb40adb384ede366603523c7522a33fbbb80fdc49f8ba01a6 2893 
libindicate_0.6.92-3.dsc
 e918f1b2986395060026bdfc896d2742450d9d5cc55d32b4c1c3e20b46374e35 11461 
libindicate_0.6.92-3.diff.gz
Files:
 e4250f12cdacd6143e416a93fbf1fe92 2893 libs optional libindicate_0.6.92-3.dsc
 8d3b9837d095cfe0d19ab1b6aae58fad 11461 libs optional 
libindicate_0.6.92-3.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJXF6KjAAoJECw7Q2/qxoEBYscIAMPpZkjZ2DtIit1G542E0/9i
THC5hkCJhazaDkX3b6HfGD7VyuXbdmZ5ZVY+3KdD+DUhoo8u58+WTh3uXCEVWSzg
ZDix19uM58Mm5hEyQNabKQGpPcIaa7rnBFHhbzNXfpZzgKLRbk0T1a29tcyLZsxY
HZZhDT9+do4Fgm2pm9qkf11ekYrHTZQhQT0i1/W0QQ837Y+i3qPlWlFg2CWPeAtd
EYEBf+anIXEK4LR/ZCC3A8xO2csQtVmBuKQLiFZFIf9P5uwF5/SGEyzD6Mu7kJfH
Ny+DJw6YXHqRCm6nZElBkJhH4NJkAsybh0N5xlM33UTZFB0Q8tYrwcYBo8RXp2E=
=ePPk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to