[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#265411: marked as done (libtangram-perl: Type in 'Tangram/Storage.pm' can break the library.)



Your message dated Fri, 02 Sep 2005 16:10:04 -0700
with message-id <87fysnukvn.fsf@becket.becket.net>
and subject line Officially fixed
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; 13 Aug 2004 01:30:06 +0000
>From daniel@rimspace.net Thu Aug 12 18:30:06 2004
Return-path: <daniel@rimspace.net>
Received: from 203-217-29-35.perm.iinet.net.au (anu.rimspace.net) [203.217.29.35] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BvQtR-0006yp-00; Thu, 12 Aug 2004 18:30:05 -0700
Received: by anu.rimspace.net (Postfix, from userid 10)
	id 444B44C5B1; Fri, 13 Aug 2004 11:30:02 +1000 (EST)
Received: by enki.rimspace.net (Postfix, from userid 1000)
	id A66171509AF; Fri, 13 Aug 2004 11:29:55 +1000 (EST)
From: Daniel Pittman <daniel@rimspace.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libtangram-perl: Type in 'Tangram/Storage.pm' can break the library.
X-Debbugs-CC: Daniel Pittman <daniel@rimspace.net>
Date: Fri, 13 Aug 2004 11:29:55 +1000
Message-ID: <87u0v7n7u4.fsf@enki.rimspace.net>
User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through
	Obscurity, linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: submit@bugs.debian.org
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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: libtangram-perl
Version: 2.04-3.1
Severity: important

On a system that has 'Scalar::Util' installed, the Tangram/Storage.pm
module will use the routine 'Scalar::Util::weaken' to produce weak
references.

Unfortunately, there is a typo in the code that does this, resulting in
an undefined function call when that package is installed.

This patch corrects the problem.

     Daniel

--- Storage.pm.orig     2004-08-13 11:27:42.000000000 +1000
+++ Storage.pm  2004-08-13 11:27:49.000000000 +1000
@@ -24,7 +24,7 @@
     }
   }
   else {
-      *Tangram::weaken = \&Scalr::Util::weaken;
+      *Tangram::weaken = \&Scalar::Util::weaken;
       $Tangram::no_weakrefs = 0;
   }
 }


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-rc3-enki
Locale: LANG=C, LC_CTYPE=C

Versions of packages libtangram-perl depends on:
ii  libdbi-perl                   1.43-1     The Perl5 Database Interface by Ti
ii  libset-object-perl            1.05-1     Collection of objects without dupl
ii  perl                          5.8.4-2    Larry Wall's Practical Extraction 

-- no debconf information

-- 
Using English spelling rules, 'fish' could be spelled 'ghoti' --
'gh' as in 'cough', 'o' as in 'women', and 'ti' as in 'station'.
        -- George Bernard Shaw

---------------------------------------
Received: (at 265411-done) by bugs.debian.org; 2 Sep 2005 23:10:04 +0000
>From tb@becket.net Fri Sep 02 16:10:04 2005
Return-path: <tb@becket.net>
Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EBKfc-00085x-00; Fri, 02 Sep 2005 16:10:04 -0700
Received: from tb by becket.becket.net with local (Exim 4.52)
	id 1EBKfc-0005a5-M9
	for 265411-done@bugs.debian.org; Fri, 02 Sep 2005 16:10:04 -0700
From: Thomas Bushnell BSG <tb@becket.net>
To: 265411-done@bugs.debian.org
Subject: Officially fixed
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
X-Reply-Permission: Posted or emailed replies to this message constitute
		 permission for an emailed response.
X-PGP-Fingerprint: 1F0A1E51  63 28 EB DA E6 44 E5 5E  EC F3 04 26 4E BF 1A 92
X-Tom-Swiftie: "Who drank the last beer?" Tom asked, hopping mad
Date: Fri, 02 Sep 2005 16:10:04 -0700
Message-ID: <87fysnukvn.fsf@becket.becket.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: 265411-done@bugs.debian.org
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: 2.07-1

This NMU-fixed bug became closed when QA took over the package.



Reply to: