Your message dated Wed, 01 Sep 2010 22:36:57 +0000
with message-id <[email protected]>
and subject line Bug#576416: fixed in gip 1.7.0-1-2
has caused the Debian Bug report #576416,
regarding gip: Does not reliably display calculated results
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 [email protected]
immediately.)
--
576416: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576416
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gip
Version: 1.6.1.1-1.1.1
Severity: normal
Tags: patch
On some installations/instances, Gip fails to display any results.
E.g. on the 'IPv4 Address Analyzer' page all the output values, such
as address range, are blank.
Looks like the lock_events variable is not initialised at startup.
diff -Nur a/src/gui_ipv4_analyzer.cc b/src/gui_ipv4_analyzer.cc
--- a/src/gui_ipv4_analyzer.cc 2005-09-13 19:20:32.000000000 +0100
+++ b/src/gui_ipv4_analyzer.cc 2010-04-04 11:52:46.000000000 +0100
@@ -28,7 +28,7 @@
/******************************************************************************
* Constructor/Destructor
******************************************************************************/
-GUIIPv4Analyzer::GUIIPv4Analyzer()
+GUIIPv4Analyzer::GUIIPv4Analyzer() : lock_events(FALSE)
{
#ifdef _DEBUG_
printf("GUIIPv4Analyzer::GUIIPv4Analyzer(): Called.\n");
diff -Nur a/src/gui_ipv4_subnet_calculator.cc
b/src/gui_ipv4_subnet_calculator.cc
--- a/src/gui_ipv4_subnet_calculator.cc 2005-09-13 19:20:32.000000000 +0100
+++ b/src/gui_ipv4_subnet_calculator.cc 2010-04-04 12:02:51.000000000 +0100
@@ -30,7 +30,8 @@
******************************************************************************/
GUIIPv4SubnetCalculator::GUIIPv4SubnetCalculator()
: label_range(_("Address range:")),
- label_dash("-")
+ label_dash("-"),
+ lock_events(FALSE)
{
resize(2, 4);
set_border_width(6);
diff -Nur a/src/gui_ipv4_subnet_splitter.cc b/src/gui_ipv4_subnet_splitter.cc
--- a/src/gui_ipv4_subnet_splitter.cc 2005-09-13 19:20:32.000000000 +0100
+++ b/src/gui_ipv4_subnet_splitter.cc 2010-04-04 12:03:17.000000000 +0100
@@ -32,7 +32,8 @@
: label_range(_("Address range:"), 0, 0.5),
label_dash("-"),
label_pfxlen(_("Subnetted using prefixlength:"), 0, 0.5),
- label_maxmatch(_("Showing a maximum of 1000 subnets."), 1, 0.5)
+ label_maxmatch(_("Showing a maximum of 1000 subnets."), 1, 0.5),
+ lock_events(FALSE)
{
resize(4, 4);
set_border_width(6);
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-bpo.2-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gip depends on:
ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii libc6 2.7-18lenny2 GNU C Library: Shared libraries
ii libcairo2 1.6.4-7 The Cairo 2D vector graphics libra
ii libcairomm-1.0-1 1.6.0-1 C++ wrappers for Cairo (shared lib
ii libgcc1 1:4.3.2-1.1 GCC support library
ii libglib2.0-0 2.22.2-2~bpo50+1 The GLib library of C routines
ii libglibmm-2.4-1c2a 2.16.4-1 C++ wrapper for the GLib toolkit (
ii libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface
ii libgtkmm-2.4-1c2a 1:2.12.7-1 C++ wrappers for GTK+ 2.4 (shared
ii libpango1.0-0 1.20.5-5+lenny1 Layout and rendering of internatio
ii libsigc++-2.0-0c2a 2.0.18-2 type-safe Signal Framework for C++
ii libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
gip recommends no packages.
gip suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: gip
Source-Version: 1.7.0-1-2
We believe that the bug you reported is fixed in the latest version of
gip, which is due to be installed in the Debian FTP archive:
gip_1.7.0-1-2.debian.tar.gz
to main/g/gip/gip_1.7.0-1-2.debian.tar.gz
gip_1.7.0-1-2.dsc
to main/g/gip/gip_1.7.0-1-2.dsc
gip_1.7.0-1-2_amd64.deb
to main/g/gip/gip_1.7.0-1-2_amd64.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.
Ignace Mouzannar <[email protected]> (supplier of updated gip 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: SHA512
Format: 1.8
Date: Wed, 01 Sep 2010 00:58:07 +0200
Source: gip
Binary: gip
Architecture: source amd64
Version: 1.7.0-1-2
Distribution: unstable
Urgency: low
Maintainer: Ignace Mouzannar <[email protected]>
Changed-By: Ignace Mouzannar <[email protected]>
Description:
gip - IP calculator for GNOME desktop environment
Closes: 576416
Changes:
gip (1.7.0-1-2) unstable; urgency=low
.
* debian/control:
- Bumped Standards-Version to 3.9.1.
- Added Vcs-Svn and Vcs-Browser as the package has been added on
collab-maint/ext-main.
* debian/patches:
- Added 40-init_lock_events.diff: to initialize the lock_events variable
to FALSE as it was not initialized. (Closes: #576416)
Thank you Frank Dean <[email protected]> for providing the
patch.
- 20-build-sh.diff: updated the patch to correct linking paths (LP:
#565187)
* Converted the package to "3.0 (quilt)" source format.
Checksums-Sha1:
4fe3e3fdc4821d5454f2141197564b5a5201ac1c 1212 gip_1.7.0-1-2.dsc
8f0d7d673be009c3c44c446fa7ecb4c2bafcfec1 6199 gip_1.7.0-1-2.debian.tar.gz
4db5f7661189369ffac0c85160d8796169291f8c 128518 gip_1.7.0-1-2_amd64.deb
Checksums-Sha256:
d3efdca40900fd362a21583e69f1bc20961645941800229811877891580d00a5 1212
gip_1.7.0-1-2.dsc
8804fcc1a08678b7c45685032f26fab145fcb2bdfc62e78e8d370c1ec7d5ecc0 6199
gip_1.7.0-1-2.debian.tar.gz
5272b8245e8fe83584eb9c799edece8580d1ab2d999e25b9e7d6173ed364d20d 128518
gip_1.7.0-1-2_amd64.deb
Files:
a86bc5a1793c280313630e8bb6b74330 1212 gnome optional gip_1.7.0-1-2.dsc
fbf181a079377df8c6299e833fcce6d8 6199 gnome optional
gip_1.7.0-1-2.debian.tar.gz
08974bb7c51a4c299d5b148da452a727 128518 gnome optional gip_1.7.0-1-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iFYEAREKAAYFAkx+xo0ACgkQGOp6XeD8cQ0YygDcDakQ+6k9MAyo014f/Vft5ZA5
/dunmEnNX/GjmQDfcYtwifvCPclNCz7HdHNYYfdNeRPAdJsmLygheQ==
=Cu5n
-----END PGP SIGNATURE-----
--- End Message ---