[Bug 202159] lang/pypy: Broken on ARM64 and ARMv6 (unknown machine name %s)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 12 18:14:21 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202159

--- Comment #14 from commit-hook at 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.


More information about the freebsd-python mailing list