[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#746195: marked as done (aqualung: FTBFS with clang instead of gcc)



Your message dated Mon, 26 May 2014 11:41:40 +0000
with message-id <E1WotHg-0004hh-3o@franck.debian.org>
and subject line Bug#748560: Removed package(s) from unstable
has caused the Debian Bug report #746195,
regarding aqualung: 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 owner@bugs.debian.org
immediately.)


-- 
746195: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746195
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: <pkg-name>
Severity: minor
Usertags: clang-ftbfs
User: pkg-llvm-team@lists.alioth.debian.org
Tag: patch


Hello,

Using the rebuild infrastructure, your package fails to build with clang 
(instead of gcc).

Thanks,
Arthur
diff -Naur aqualung.orig/aqualung-0.9~beta11/debian/changelog aqualung/aqualung-0.9~beta11/debian/changelog
--- aqualung.orig/aqualung-0.9~beta11/debian/changelog	2014-04-27 16:47:55.566353688 -0500
+++ aqualung/aqualung-0.9~beta11/debian/changelog	2014-04-27 16:53:26.450359450 -0500
@@ -1,3 +1,11 @@
+aqualung (0.9~beta11-3) unstable; urgency=medium
+
+  * Fix FTBFS with clang
+    - Fixed the Function definition is not allowed here bug in
+      src/gui_main.c
+
+ -- Arthur Marble <arthur@info9.net>  Sun, 27 Apr 2014 16:53:26 -0500
+
 aqualung (0.9~beta11-2) unstable; urgency=medium
 
   * QA upload
diff -Naur aqualung.orig/aqualung-0.9~beta11/debian/patches/clang-ftbfs.diff aqualung/aqualung-0.9~beta11/debian/patches/clang-ftbfs.diff 
--- aqualung.orig/aqualung-0.9~beta11/debian/patches/clang-ftbfs.diff	1969-12-31 18:00:00.000000000 -0600
+++ aqualung/aqualung-0.9~beta11/debian/patches/clang-ftbfs.diff	2014-04-27 16:55:43.662361840 -0500
@@ -0,0 +1,37 @@
+--- a/src/gui_main.c
++++ b/src/gui_main.c
+@@ -3229,22 +3229,23 @@ systray_activate_cb(GtkStatusIcon * syst
+ 	}
+ }
+ 
++
++GtkScrollType reverse_direction(GtkScrollType scroll_type) {
++	switch (scroll_type) {
++	case GTK_SCROLL_STEP_BACKWARD:
++		return GTK_SCROLL_STEP_FORWARD;
++	case GTK_SCROLL_STEP_FORWARD:
++		return GTK_SCROLL_STEP_BACKWARD;
++	default:
++		return scroll_type;
++	}
++}
++
+ #if (GTK_CHECK_VERSION(2,15,0))
+ gboolean
+ systray_mouse_wheel(int mouse_wheel_option, gboolean vertical_wheel,
+        	guint32 time_since_last_event, GtkScrollType scroll_type) {
+ 
+-	GtkScrollType reverse_direction(GtkScrollType scroll_type) {
+-		switch (scroll_type) {
+-		case GTK_SCROLL_STEP_BACKWARD:
+-			return GTK_SCROLL_STEP_FORWARD;
+-		case GTK_SCROLL_STEP_FORWARD:
+-			return GTK_SCROLL_STEP_BACKWARD;
+-		default:
+-			return scroll_type;
+-		}
+-	}
+-
+ 	switch (mouse_wheel_option) {
+ 	case SYSTRAY_MW_CMD_VOLUME:
+ 		if (time_since_last_event > 100) {
diff -Naur aqualung.orig/aqualung-0.9~beta11/debian/patches/series aqualung/aqualung-0.9~beta11/debian/patches/series 
--- aqualung.orig/aqualung-0.9~beta11/debian/patches/series	2014-04-27 16:47:55.566353688 -0500
+++ aqualung/aqualung-0.9~beta11/debian/patches/series	2014-04-27 16:49:38.858355487 -0500
@@ -3,3 +3,4 @@
 003-autogen.sh.dpatch
 004_missing-library.dpatch
 005_libav-0.7.dpatch
+clang-ftbfs.diff

--- End Message ---
--- Begin Message ---
Version: 0.9~beta11-2+rm

Dear submitter,

as the package aqualung 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/748560

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
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: