Your message dated Mon, 25 Apr 2016 17:32:49 +0000
with message-id <[email protected]>
and subject line Bug#822508: Removed package(s) from unstable
has caused the Debian Bug report #751444,
regarding indicator-session: 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.)
--
751444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751444
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: indicator-session
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/indicator-session_0.3.96-1_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
--- indicator-session-0.3.96/src/session-dbus.c 2012-04-05 13:41:28.000000000 -0400
+++ indicator-session-0.3.96-my/src/session-dbus.c 2014-06-12 17:49:56.168721893 -0400
@@ -48,9 +48,9 @@
static GDBusNodeInfo * node_info = NULL;
static GDBusInterfaceInfo * interface_info = NULL;
static GDBusInterfaceVTable interface_table = {
- method_call: bus_method_call,
- get_property: NULL, /* No properties */
- set_property: NULL /* No properties */
+ .method_call = bus_method_call,
+ .get_property = NULL, /* No properties */
+ .set_property = NULL /* No properties */
};
#define SESSION_DBUS_GET_PRIVATE(o) \
--- End Message ---
--- Begin Message ---
Version: 0.3.96-1+rm
Dear submitter,
as the package indicator-session has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/822508
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---