Your message dated Tue, 26 Apr 2005 12:03:33 -0300 with message-id <[EMAIL PROTECTED]> and subject line Fixed in the current version 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; 27 Aug 2004 06:42:53 +0000 >From [EMAIL PROTECTED] Thu Aug 26 23:42:53 2004 Return-path: <[EMAIL PROTECTED]> Received: from d007195.adsl.hansenet.de (localhost) [80.171.7.195] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1C0aRp-0007cp-00; Thu, 26 Aug 2004 23:42:53 -0700 Received: from aj by localhost with local (Exim 4.34) id 1C0aSd-0006PA-E2; Fri, 27 Aug 2004 08:43:43 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: specimen: FTBFS on amd64: cast to pointer from integer of different size Message-Id: <[EMAIL PROTECTED]> Date: Fri, 27 Aug 2004 08:43:43 +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: specimen Severity: normal Tags: patch When building 'specimen' on amd64 I get the following error: Making all in src make[2]: Entering directory `/specimen-0.4.3/src' /usr/bin/make all-recursive make[3]: Entering directory `/specimen-0.4.3/src' Making all in gui make[4]: Entering directory `/specimen-0.4.3/src/gui' if x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -O3 -I/usr/include/ladcca-1.0 -I/usr/include/alsa -DXTHREADS -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/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DXTHREADS -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I/usr/include/alsa -pthread -DPIXMAPSDIR=\"/usr/share/specimen/pixmaps/\" -Wall -Werror -MT audio-settings.o -MD -MP -MF ".deps/audio-settings.Tpo" -c -o audio-settings.o audio-settings.c; \ then mv -f ".deps/audio-settings.Tpo" ".deps/audio-settings.Po"; else rm -f ".deps/audio-settings.Tpo"; exit 1; fi audio-settings.c: In function `audio_settings_init': audio-settings.c:110: warning: cast to pointer from integer of different size audio-settings.c:123: warning: cast to pointer from integer of different size make[4]: *** [audio-settings.o] Error 1 make[4]: Leaving directory `/specimen-0.4.3/src/gui' With the attached patch 'specimen' can be compiled on amd64. Regards Andreas Jochens diff -urN ../tmp-orig/specimen-0.4.3/src/gui/audio-settings.c ./src/gui/audio-settings.c --- ../tmp-orig/specimen-0.4.3/src/gui/audio-settings.c 2004-06-18 20:55:05.000000000 +0200 +++ ./src/gui/audio-settings.c 2004-08-27 08:34:27.692384945 +0200 @@ -55,7 +55,7 @@ void audio_settings_init (GtkWidget* parent) { - int i; + long i; GSList *driver_list = NULL; debug ("Initializing audio settings window\n"); diff -urN ../tmp-orig/specimen-0.4.3/src/gui/gui.c ./src/gui/gui.c --- ../tmp-orig/specimen-0.4.3/src/gui/gui.c 2004-07-15 15:32:17.000000000 +0200 +++ ./src/gui/gui.c 2004-08-27 08:36:47.975058737 +0200 @@ -147,9 +147,10 @@ } item[i] = gtk_menu_item_new_with_label (name); gtk_menu_shell_append (GTK_MENU_SHELL (menu), item[i]); + long patch_i = patch[i]; g_signal_connect_swapped (G_OBJECT (item[i]), "activate", G_CALLBACK (set_current_patch), - (gpointer) patch[i]); + (gpointer) patch_i); gtk_widget_show (item[i]); if (name != NULL) free (name); --------------------------------------- Received: (at 268317-done) by bugs.debian.org; 26 Apr 2005 15:06:13 +0000 >From [EMAIL PROTECTED] Tue Apr 26 08:06:13 2005 Return-path: <[EMAIL PROTECTED]> Received: from itapoa.terra.com.br [200.154.55.227] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DQRdd-000735-00; Tue, 26 Apr 2005 08:06:13 -0700 Received: from merida.terra.com.br (merida.terra.com.br [200.154.55.132]) by itapoa.terra.com.br (Postfix) with ESMTP id 6873C30C731 for <[EMAIL PROTECTED]>; Tue, 26 Apr 2005 12:06:11 -0300 (BRT) X-Terra-Karma: -2% X-Terra-Hash: 17ab4548cf1aa07443c6981237a96176 Received-SPF: none (merida.terra.com.br: 200.154.55.132 is neither permitted nor denied by domain of debian.org) client-ip=200.154.55.132; [EMAIL PROTECTED]; helo=[10.1.1.3]; Received: from [10.1.1.3] (pasteur.colband.com.br [200.245.157.15]) (authenticated user emacan) by merida.terra.com.br (Postfix) with ESMTP id C1A0615808F for <[EMAIL PROTECTED]>; Tue, 26 Apr 2005 12:06:08 -0300 (BRT) Message-ID: <[EMAIL PROTECTED]> Date: Tue, 26 Apr 2005 12:03:33 -0300 From: Eduardo Marcel Macan <[EMAIL PROTECTED]> User-Agent: Debian Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [EMAIL PROTECTED] Subject: Fixed in the current version Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Delivered-To: [EMAIL PROTECTED] 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-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: This bug is fixed in the specimen 0.4.5 package -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]