Date: Wed, 12 Aug 2015 18:14:20 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 202159] lang/pypy: Broken on ARM64 and ARMv6 (unknown machine name %s) Message-ID: <bug-202159-21822-yf2W3DF23B@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202159-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-202159-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202159 --- Comment #14 from commit-hook@freebsd.org --- A commit references this bug: Author: dbn Date: Wed Aug 12 18:13:25 UTC 2015 New revision: 394025 URL: https://svnweb.freebsd.org/changeset/ports/394025 Log: lang/pypy: support cffi, fix and simplify. * Mark as only for i386, amd64 and armv6 (JIT only supported on those archs) * Move PyPy dir to pypy26 (for consistency with llvm, et al) * Drop PYPY_ARCH (unused) * Use shell to detect ${BUILD_WRKSRC}/Makefile [1] * Enable CFFI for components that do not have external dependencies * Update regression-test to align with upstreams procedures * Complete changes for detecting cpu count via sysctl (upstreamed) * Properly detect arm (upstreamed) [2] * Update pkg-plist generation and regenerate [1] When make evaluates the dependency for pre-build the variable ${BUILD_WRKSRC} is not fully defined (i.e. ${WRKSRC}) so it does not get properly expanded causing make to never find the correct Makefile. PR: 202159 [2] Reviewed by: sbruno (prior version) Changes: head/lang/pypy/Makefile head/lang/pypy/files/patch-rpython_config_test_test__support.py head/lang/pypy/files/patch-rpython_jit_backend_detect__cpu.py head/lang/pypy/pkg-plist -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202159-21822-yf2W3DF23B>