Your message dated Wed, 28 Dec 2005 08:31:16 +0100 with message-id <[EMAIL PROTECTED]> and subject line gimageview: FTBFS has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 11 Aug 2004 20:27:26 +0000 >From [EMAIL PROTECTED] Wed Aug 11 13:27:26 2004 Return-path: <[EMAIL PROTECTED]> Received: from c156124.adsl.hansenet.de (localhost) [213.39.156.124] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Buzgz-00026B-00; Wed, 11 Aug 2004 13:27:25 -0700 Received: from aj by localhost with local (Exim 4.34) id 1Buzgy-00057B-9K; Wed, 11 Aug 2004 22:27:24 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: gimageview: FTBFS with gcc-3.4: conflicting types for 'cb_move_tab' Message-Id: <[EMAIL PROTECTED]> Date: Wed, 11 Aug 2004 22:27:24 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: gimageview Severity: normal Tags: patch When building 'gimageview' with gcc-3.4 I get the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I../lib -I.. -I../libs -DLOCALEDIR=\""/usr/share/locale"\" -DDATADIR=\""/usr/share/gimageview"\" -DDOCDIR=\""/usr/share/doc/gimageview"\" -DICONDIR=\""/usr/share/gimageview/pixmaps"\" -DPLUGINDIR=\""/usr/lib/gimageview"\" -DARCHIVER_PLUGIN_DIR=\""archiver"\" -DIMAGE_LOADER_PLUGIN_DIR=\""image_loader"\" -DIMAGE_SAVER_PLUGIN_DIR=\""image_saver"\" -DIMAGE_VIEW_PLUGIN_DIR=\""image_view"\" -DIO_STREAM_PLUGIN_DIR=\""io_stream"\" -DTHUMBNAIL_PLUGIN_DIR=\""thumbnail"\" -DIMAGE_VIEW_PLUGIN_DIR=\""image_view"\" -DTHUMBNAIL_VIEW_PLUGIN_DIR=\""thumbnail_view"\" -g -O2 -Wall -c gimv_thumb_win.c gimv_thumb_win.c:1218:2: warning: #warning should be implemented as customizable launcher. gimv_thumb_win.c:2439: error: conflicting types for 'cb_move_tab' gimv_thumb_win.c:206: error: previous declaration of 'cb_move_tab' was here gimv_thumb_win.c:2439: error: conflicting types for 'cb_move_tab' gimv_thumb_win.c:206: error: previous declaration of 'cb_move_tab' was here gimv_thumb_win.c:206: warning: 'cb_move_tab' used but never defined gimv_thumb_win.c:2439: warning: 'cb_move_tab' defined but not used make[4]: *** [gimv_thumb_win.o] Error 1 make[4]: Leaving directory `/gimageview-0.2.25/src' With the attached patch 'gimageview' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/gimageview-0.2.25/src/gimv_thumb_win.c ./src/gimv_thumb_win.c --- ../tmp-orig/gimageview-0.2.25/src/gimv_thumb_win.c 2003-07-06 18:46:21.000000000 +0200 +++ ./src/gimv_thumb_win.c 2004-08-11 22:04:52.074090569 +0200 @@ -2435,7 +2435,7 @@ * widget : */ static void -cb_move_tab (GimvThumbWin *tw, MoveTabItem item, GtkWidget *widget) +cb_move_tab (GimvThumbWin *tw, GimvSortItem item, GtkWidget *widget) { GtkWidget *page_container; gint current_page; --------------------------------------- Received: (at 265126-done) by bugs.debian.org; 28 Dec 2005 07:31:25 +0000 >From [EMAIL PROTECTED] Tue Dec 27 23:31:25 2005 Return-path: <[EMAIL PROTECTED]> Received: from e176043018.adsl.alicedsl.de ([85.176.43.18] helo=kat.ainf.net) by spohr.debian.org with esmtp (Exim 4.50) id 1ErVmO-0002AW-SJ for [EMAIL PROTECTED]; Tue, 27 Dec 2005 23:31:25 -0800 Received: from aj by kat.ainf.net with local (Exim 4.54) id 1ErVmG-00007D-0C; Wed, 28 Dec 2005 08:31:16 +0100 To: [EMAIL PROTECTED] From: Andreas Jochens <[EMAIL PROTECTED]> Subject: gimageview: FTBFS Message-Id: <[EMAIL PROTECTED]> Date: Wed, 28 Dec 2005 08:31:16 +0100 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 0.2.27-1 The new version builds without problems. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]