pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/31335: pkgsrc py-psyco update, fixes memory allocation issues.
>Number: 31335
>Category: pkg
>Synopsis: pkgsrc py-psyco update, fixes memory allocation issues.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Sep 18 12:50:00 +0000 2005
>Originator: Victor I.
>Release: NetBSD 3.0_BETA
>Organization:
>Environment:
System: NetBSD bender.lamer0.com 3.0_BETA NetBSD 3.0_BETA (BENDER) #0: Mon Sep
5 05:57:54 PDT 2005
lamer0%syris.local@localhost:/Users/lamer0/netbsd/obj/sys/arch/i386/compile/BENDER
i386
Architecture: i386
Machine: i386
>Description:
Segfaults when trying to utilize the py-psyco module. The bug has been
fixed in the newest psyco release. Affected platforms as far as I know are
freebsd,netbsd,openbsd.
>How-To-Repeat:
echo 'import psyco \n psyco.full() \n def main() \n\t pass \n\n
main()\n' > main.py;python main.py
>Fix:
Update to the newest psyco release. cvs diff attached here
? README.html
? files
? py-psycho.patch
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/py-psyco/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 27 Jul 2005 16:21:17 -0000 1.7
+++ Makefile 18 Sep 2005 12:38:09 -0000
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2005/07/27 16:21:17 wiz Exp $
-DISTNAME= psyco-1.2-src
+DISTNAME= psyco-1.4-src
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-src//}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psyco/}
@@ -15,7 +15,7 @@
PY_PATCHPLIST= YES
ONLY_FOR_PLATFORM= *-*-i386
-PYTHON_VERSIONS_ACCEPTED= 23 22 21
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/lang/py-psyco/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 24 Feb 2005 09:03:10 -0000 1.3
+++ distinfo 18 Sep 2005 12:38:09 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/02/24 09:03:10 agc Exp $
-SHA1 (psyco-1.2-src.tar.gz) = 8962da56d5fe6e79e06d0780feb1156de63b4ace
-RMD160 (psyco-1.2-src.tar.gz) = 94a4774dee7557b5f70b960a30c3e18c96cc8bdf
-Size (psyco-1.2-src.tar.gz) = 318472 bytes
+SHA1 (psyco-1.4-src.tar.gz) = 965d2b8fdecde3f1fb3a1855b697b53da66fa058
+RMD160 (psyco-1.4-src.tar.gz) = 9520355ea9e55f6c910e6c0563bc2ea8f3a17535
+Size (psyco-1.4-src.tar.gz) = 345871 bytes
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index