Your message dated Mon, 01 Aug 2005 08:02:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297970: fixed in synaptic 0.57.3
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; 3 Mar 2005 18:51:18 +0000
>From [EMAIL PROTECTED] Thu Mar 03 10:51:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D6vPp-0006Yc-00; Thu, 03 Mar 2005 10:51:17 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1D6wM9-000096-T0; Thu, 03 Mar 2005 20:51:33 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: synaptic: FTBFS (amd64/gcc-4.0): 'errno' was not declared in this scope
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 03 Mar 2005 20:51:33 +0100
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:
Package: synaptic
Severity: normal
Tags: patch
When building 'synaptic' on amd64 with gcc-4.0,
I get the following error:
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../common -I../pixmaps
-DPACKAGE_DATA_DIR=\""/usr/share"\"
-DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DSYNAPTIC_GLADEDIR=\""/usr/share/synaptic/glade/"\"
-DSYNAPTIC_PIXMAPDIR=\""/usr/share/synaptic/pixmaps/"\" -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 -I/usr/include/libglade-2.0
-I/usr/include/libxml2 -DXTHREADS -I/usr/include/freetype2
-I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -g -O2 -MT gsynaptic.o -MD -MP -MF
".deps/gsynaptic.Tpo" \
-c -o gsynaptic.o `test -f 'gsynaptic.cc' || echo './'`gsynaptic.cc; \
then mv -f ".deps/gsynaptic.Tpo" ".deps/gsynaptic.Po"; \
else rm -f ".deps/gsynaptic.Tpo"; exit 1; \
fi
gsynaptic.cc: In function 'int main(int, char**)':
gsynaptic.cc:422: error: 'errno' was not declared in this scope
make[3]: *** [gsynaptic.o] Error 1
make[3]: Leaving directory `/synaptic-0.55+cvs20050218/gtk'
With the attached patch 'synaptic' can be compiled
on amd64 using gcc-4.0. This patch contains the patch from
#290348.
Regards
Andreas Jochens
diff -urN ../tmp-orig/synaptic-0.55+cvs20050218/gtk/gsynaptic.cc
./gtk/gsynaptic.cc
--- ../tmp-orig/synaptic-0.55+cvs20050218/gtk/gsynaptic.cc 2005-02-19
12:03:10.000000000 +0100
+++ ./gtk/gsynaptic.cc 2005-03-03 20:41:14.756983269 +0100
@@ -37,6 +37,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <cassert>
diff -urN ../tmp-orig/synaptic-0.55+cvs20050218/gtk/rgmainwindow.cc
./gtk/rgmainwindow.cc
--- ../tmp-orig/synaptic-0.55+cvs20050218/gtk/rgmainwindow.cc 2005-02-19
12:03:10.000000000 +0100
+++ ./gtk/rgmainwindow.cc 2005-03-03 20:32:44.664440541 +0100
@@ -2494,7 +2494,7 @@
// cout << "cbChangedView()"<<endl;
RGMainWindow *me = (RGMainWindow *) data;
- int view = (int)gtk_object_get_data(GTK_OBJECT(self), "index");
+ long view = (long)gtk_object_get_data(GTK_OBJECT(self), "index");
me->changeView(view);
}
---------------------------------------
Received: (at 297970-close) by bugs.debian.org; 1 Aug 2005 15:08:11 +0000
>From [EMAIL PROTECTED] Mon Aug 01 08:08:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1Dzbnq-0005ib-00; Mon, 01 Aug 2005 08:02:06 -0700
From: Michael Vogt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#297970: fixed in synaptic 0.57.3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 01 Aug 2005 08:02:06 -0700
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-Level:
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
Source: synaptic
Source-Version: 0.57.3
We believe that the bug you reported is fixed in the latest version of
synaptic, which is due to be installed in the Debian FTP archive:
synaptic_0.57.3.dsc
to pool/main/s/synaptic/synaptic_0.57.3.dsc
synaptic_0.57.3.tar.gz
to pool/main/s/synaptic/synaptic_0.57.3.tar.gz
synaptic_0.57.3_i386.deb
to pool/main/s/synaptic/synaptic_0.57.3_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.
Michael Vogt <[EMAIL PROTECTED]> (supplier of updated synaptic 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: Mon, 1 Aug 2005 14:05:10 +0200
Source: synaptic
Binary: synaptic
Architecture: source i386
Version: 0.57.3
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt <[EMAIL PROTECTED]>
Changed-By: Michael Vogt <[EMAIL PROTECTED]>
Description:
synaptic - Graphical package manager
Closes: 297970 314453 320715
Changes:
synaptic (0.57.3) unstable; urgency=low
.
* support for load/save the last search options added (ubuntu #11822)
* fix a UI problem in rgdebinstallprogress. A error dialog
was sometimes not visible over the parent window (ubuntu #12533)
* build against current libapt (closes: #320715)
* compiles cleanly on amd64 now (closes: #297970)
* updated Hungarian translation (thanks to Gabor Kelemen)
* updated Lithuanian translation (thanks to Žygimantas BeruÄka)
* only skip_taskbar for modal windows (ubuntu #12640)
* relocated to gnome 2.10 System menu (closes: #314453)
* is a native debian package now (make more sense this way)
Files:
af860843260a0bdaf4bcb524075bcb0b 707 admin optional synaptic_0.57.3.dsc
b390ecb40460d61e333859117af8d833 1922991 admin optional synaptic_0.57.3.tar.gz
24953e1c68338dd6fcab156fbb8cddb5 1691880 admin optional
synaptic_0.57.3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC7jbBliSD4VZixzQRAkH8AJ40HMC1MMUO3tD1x81Lvj0EPftVHQCgmz7S
JqyN5O4253bNKGdtLSMcndU=
=RfWd
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]