Your message dated Tue, 26 Jan 2016 22:46:02 +0000
with message-id <[email protected]>
and subject line Bug#812730: Removed package(s) from unstable
has caused the Debian Bug report #812706,
regarding mate-system-tools: FTBFS using 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.)


-- 
812706: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812706
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mate-system-tools
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).

Detected this kind of error:
http://clang.debian.net/status.php?version=3.6.0&key=NO_RETURN

Full build log is available here:
http://clang.debian.net/logs/2015-03-25/mate-system-tools_1.8.1+dfsg1-2_unstable_clang.log

I have attached a patch to fix this error.


Regards,
--Arthur Marble


-- System Information:
Debian Release: sid (unstable)
Architecture: amd64 (x86_64)
Kernel: Linux 4.2.0-1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE="en_US.UTF-8"
Shell: /bin/sh linked to /bin/dash
Compiler: Debian clang version 3.6.2-3 (based on LLVM 3.6.2)
--- a/src/network/network-locations.c
+++ b/src/network/network-locations.c
@@ -1129,7 +1129,7 @@
   return result;
 }
 
-void
+gboolean
 gst_network_locations_delete_location (GstNetworkLocations *locations,
 				       const gchar         *name)
 {
--- a/src/network/network-locations.h
+++ b/src/network/network-locations.h
@@ -62,7 +62,7 @@
 							      const gchar         *name);
 gboolean               gst_network_locations_save_current    (GstNetworkLocations *locations,
 							      const gchar         *name);
-void                   gst_network_locations_delete_location (GstNetworkLocations *locations,
+gboolean               gst_network_locations_delete_location (GstNetworkLocations *locations,
 							      const gchar         *name);
 
 G_END_DECLS

--- End Message ---
--- Begin Message ---
Version: 1.8.1+dfsg1-2+rm

Dear submitter,

as the package mate-system-tools 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/812730

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 ---

Reply via email to