Package: pypy
Version: 1.0.0-3.2~snapshot20071227
Severity: normal
Tags: patch

Hi

Wanted to give pypy a try but failed since it couldn't import thread
library. Tried to rebuild it from recent snapshot and with the help of
pypy IRC managed to enable thread support. Attached patch is sufficient
to build recent snapshot of pypy (rev 50146)

Cheers and hope to see decent snapshot of pypy in debian

Thanks for your work!

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (900, 'testing'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages pypy depends on:
ii  libbz2-1.0    1.0.3-7                    high-quality block-sorting file co
ii  libc6         2.7-2                      GNU C Library: Shared libraries
ii  libgc1c2      1:6.8-1.1                  conservative garbage collector for
ii  libreadline5  5.2-3                      GNU readline and history libraries
ii  pypy-lib      1.0.0-3.2~snapshot20071227 standard python library for pypy
ii  zlib1g        1:1.2.3.3.dfsg-5           compression library - runtime

pypy recommends no packages.

-- no debconf information
diff -Naur pypy-1.0.0/debian/Makefile.in pypy-dist.yarik/debian/Makefile.in
--- pypy-1.0.0/debian/Makefile.in       2008-01-03 11:48:49.000000000 -0500
+++ pypy-dist.yarik/debian/Makefile.in  2008-01-03 12:07:17.000000000 -0500
@@ -1,7 +1,7 @@
 TARGET=pypy/translator/goal/targetpypystandalone
 
 TRANSLATE=pypy/translator/goal/translate.py
-TRANSLATEOPTS=--text --batch -b c --source
+TRANSLATEOPTS=--text --batch -b c --source --thread
 TARGETOPTS=%(TARGETOPTS)s
 TARGETOPTS_STACKLESS=%(TARGETOPTS_STACKLESS)s
 PREFIX=%(PREFIX)s
diff -Naur pypy-1.0.0/debian/changelog pypy-dist.yarik/debian/changelog
--- pypy-1.0.0/debian/changelog 2008-01-03 11:48:49.000000000 -0500
+++ pypy-dist.yarik/debian/changelog    2007-12-27 15:51:08.000000000 -0500
@@ -1,3 +1,9 @@
+pypy (1.0.0-3.2~snapshot20071227) unstable; urgency=low
+
+  * Latest snapshot
+
+ -- Yaroslav Halchenko <[EMAIL PROTECTED]>  Thu, 27 Dec 2007 15:50:45 -0500
+
 pypy (1.0.0-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Naur pypy-1.0.0/debian/rules pypy-dist.yarik/debian/rules
--- pypy-1.0.0/debian/rules     2008-01-03 11:48:49.000000000 -0500
+++ pypy-dist.yarik/debian/rules        2008-01-02 14:06:23.000000000 -0500
@@ -49,8 +49,6 @@
        find  debian/pypy-dev/usr/share/pypy-*/pypy/translator/llvm \
               debian/pypy-lib/usr/share/pypy-*/lib-python \
               debian/pypy-dev/usr/share/pypy-*/pypy/lang/js/test/ecma \
-              
debian/pypy-lib/usr/share/pypy-$(VERSION)/pypy/lib/pyontology/test \
-              debian/pypy-lib/usr/share/pypy-$(VERSION)/pypy/lib/app_test/ \
            -type f -exec chmod a-x {} \;
        for f in `find debian/pypy-lib debian/pypy-dev -type f` ; do \
                if head -n 1 $$f | grep -q '^#!.*python' ; then \
@@ -72,8 +70,7 @@
            mv debian/tmpfile $$f ; \
            chmod a+x $$f ; \
         done
-       rm 
debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/module/unicodedata/LICENSE \
-           
debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/translator/pyrex/Pyrex/LICENSE
+       rm 
debian/pypy-dev/usr/share/pypy-$(VERSION)/pypy/module/unicodedata/LICENSE
        rm debian/pypy-dev/usr/share/pypy-1.0/pypy/lang/js/commit
 
 install-arch:

Reply via email to