Your message dated Wed, 25 May 2005 18:17:22 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#310660: fixed in gwget2 0.95-2 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; 25 May 2005 03:31:27 +0000 >From [EMAIL PROTECTED] Tue May 24 20:31:27 2005 Return-path: <[EMAIL PROTECTED]> Received: from atlrel8.hp.com [156.153.255.206] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DamcB-000435-00; Tue, 24 May 2005 20:31:27 -0700 Received: from smtp2.fc.hp.com (smtp.fc.hp.com [15.15.136.253]) by atlrel8.hp.com (Postfix) with ESMTP id 7B82522CE for <[EMAIL PROTECTED]>; Tue, 24 May 2005 23:31:26 -0400 (EDT) Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30]) by smtp2.fc.hp.com (Postfix) with ESMTP id 1439441E5D8; Tue, 24 May 2005 21:31:26 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by ldl.fc.hp.com (Postfix) with ESMTP id E22311340F2; Tue, 24 May 2005 21:31:25 -0600 (MDT) Received: from ldl.fc.hp.com ([127.0.0.1]) by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22255-01; Tue, 24 May 2005 21:31:24 -0600 (MDT) Received: from localhost (hplu.lsy [10.100.0.20]) by ldl.fc.hp.com (Postfix) with ESMTP id 5F8ED1340D4; Tue, 24 May 2005 21:31:24 -0600 (MDT) Subject: [Fwd: Log for successful build of gwget2_0.95-1 (dist=unstable)] From: dann frazier <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Content-Type: multipart/mixed; boundary="=-+Aq3AP69cqKuqPtv/WiK" Date: Tue, 24 May 2005 21:31:24 -0600 Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: --=-+Aq3AP69cqKuqPtv/WiK Content-Type: text/plain Content-Transfer-Encoding: 7bit Package: gwget2 Version: 0.95-1 Severity: serious Tags: patch gwget2 is missing an include which results in a return pointer being implicitly converted to an int. On some systems such as ia64 this will result in a segfault if this return pointer is accessed. Filing as serious, because this also fixes a FTBFS problem I ran into when testing my build in pbuilder. This is fixed by the additional build-dep in this patch. I'm sure a better fix is to make configure somehow add -I/usr/include/gnome-vfs-module-2.0 to GNOME_CFLAGS and just #include <libgnomevfs/gnome-vfs-mime.h>, but I don't know how to do that :( diff -urN gwget2-0.95.orig/debian/control gwget2-0.95/debian/control --- gwget2-0.95.orig/debian/control 2005-05-24 21:26:16.000000000 -0600 +++ gwget2-0.95/debian/control 2005-05-24 21:02:48.000000000 -0600 @@ -2,7 +2,7 @@ Section: gnome Priority: optional Maintainer: David Moreno Garza <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), pkg-config, libgnomeui-dev, libgtk2.0-dev, libglade2-dev, libxml-parser-perl, libgcrypt11-dev +Build-Depends: debhelper (>> 4.0.0), pkg-config, libgnomeui-dev, libgtk2.0-dev, libglade2-dev, libxml-parser-perl, libgcrypt11-dev, libgnomevfs2-dev Standards-Version: 3.6.1.1 Package: gwget diff -urN gwget2-0.95.orig/src/main_window_cb.c gwget2-0.95/src/main_window_cb.c --- gwget2-0.95.orig/src/main_window_cb.c 2005-05-08 12:15:25.000000000 -0600 +++ gwget2-0.95/src/main_window_cb.c 2005-05-24 21:19:51.000000000 -0600 @@ -23,6 +23,7 @@ #include <libgnome/gnome-program.h> #include <libgnome/gnome-init.h> #include <libgnomevfs/gnome-vfs.h> +#include <gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h> #include "main_window.h" #include "main_window_cb.h" #include "new_window.h" -- dann frazier <[EMAIL PROTECTED]> --=-+Aq3AP69cqKuqPtv/WiK Content-Disposition: inline Content-Description: Forwarded message - Log for successful build of gwget2_0.95-1 (dist=unstable) Content-Type: message/rfc822 Return-Path: <[EMAIL PROTECTED]> X-Original-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Received: from localhost (localhost [127.0.0.1]) by ldl.fc.hp.com (Postfix) with ESMTP id B3B3E1340F2 for <[EMAIL PROTECTED]>; Tue, 24 May 2005 16:44:49 -0600 (MDT) Received: from ldl.fc.hp.com ([127.0.0.1]) by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08597-06 for <[EMAIL PROTECTED]>; Tue, 24 May 2005 16:44:48 -0600 (MDT) Received: from smtp1.fc.hp.com (smtp.fc.hp.com [15.11.136.119]) by ldl.fc.hp.com (Postfix) with ESMTP id ECC901340D4 for <[EMAIL PROTECTED]>; Tue, 24 May 2005 16:44:47 -0600 (MDT) Received: from palrel11.hp.com (palrel11.hp.com [15.81.168.21]) by smtp1.fc.hp.com (Postfix) with ESMTP id 3E7DF389A2 for <[EMAIL PROTECTED]>; Tue, 24 May 2005 16:44:47 -0600 (MDT) Received: from ccerelrim02.cce.hp.com (ccerelrim02.cce.hp.com [161.114.21.23]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by palrel11.hp.com (Postfix) with ESMTP id 669383B76 for <[EMAIL PROTECTED]>; Tue, 24 May 2005 15:44:46 -0700 (PDT) Received: from ccerelrim02.cce.hp.com (localhost [127.0.0.1]) by receive-from-antispam-filter (Postfix) with SMTP id 00AE232E6B for <[EMAIL PROTECTED]>; Tue, 24 May 2005 17:44:40 -0500 (CDT) Received: from caballero.debian.org (caballero.debian.org [193.201.200.200]) by ccerelrim02.cce.hp.com (Postfix) with ESMTP id CAA3C32EB5 for <[EMAIL PROTECTED]>; Tue, 24 May 2005 17:44:32 -0500 (CDT) Received: from buildd by caballero.debian.org with local (Exim 3.35 1 (Debian)) id 1DaiAs-0005XT-00; Tue, 24 May 2005 23:46:58 +0100 Subject: Log for successful build of gwget2_0.95-1 (dist=unstable) Message-Id: <[EMAIL PROTECTED]> From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue, 24 May 2005 23:46:58 +0100 Delivered-To: [EMAIL PROTECTED] X-PMX-Version: 5.0.0.137324, Antispam-Engine: 2.0.3.2, Antispam-Data: 2005.5.24.28 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com Debian-Buildd-Error: Yes Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Function `gnome_vfs_mime_type_from_name' implicitly converted to pointer at main_window_cb.c:232 --=-+Aq3AP69cqKuqPtv/WiK-- --------------------------------------- Received: (at 310660-close) by bugs.debian.org; 25 May 2005 22:21:24 +0000 >From [EMAIL PROTECTED] Wed May 25 15:21:24 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Db4Fg-000598-00; Wed, 25 May 2005 15:21:24 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1Db4Bm-00031K-00; Wed, 25 May 2005 18:17:22 -0400 From: David Moreno Garza <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#310660: fixed in gwget2 0.95-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 25 May 2005 18:17:22 -0400 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Source: gwget2 Source-Version: 0.95-2 We believe that the bug you reported is fixed in the latest version of gwget2, which is due to be installed in the Debian FTP archive: gwget2_0.95-2.diff.gz to pool/main/g/gwget2/gwget2_0.95-2.diff.gz gwget2_0.95-2.dsc to pool/main/g/gwget2/gwget2_0.95-2.dsc gwget_0.95-2_i386.deb to pool/main/g/gwget2/gwget_0.95-2_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. David Moreno Garza <[EMAIL PROTECTED]> (supplier of updated gwget2 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 25 May 2005 11:53:57 -0500 Source: gwget2 Binary: gwget Architecture: source i386 Version: 0.95-2 Distribution: unstable Urgency: low Maintainer: David Moreno Garza <[EMAIL PROTECTED]> Changed-By: David Moreno Garza <[EMAIL PROTECTED]> Description: gwget - GNOME front-end for wget Closes: 310660 Changes: gwget2 (0.95-2) unstable; urgency=low . * Added gnome-vfs-module dependency which fixes segfault and FTBFS on ia64 (Closes: #310660). Files: a946d460031f2be4aa80d98c4bc77ab7 672 gnome optional gwget2_0.95-2.dsc ae729e37448f67799b6cd9a97404daaf 33950 gnome optional gwget2_0.95-2.diff.gz c63d76b58266be2eea144d854c959d40 179822 gnome optional gwget_0.95-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFClPQVgY5NIXPNpFURAgExAJ9CI0m/Ku1Ixl5Aww9WiGwyGymp7gCfURuD X8fKZLcQ7znX5o7VGrfJiYk= =qfQr -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]