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

2015-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202159

--- Comment #3 from Sean Bruno  ---
(In reply to Kubilay Kocak from comment #2)

Note that for ARMv6, this seems to be a regression in the last update.

good build:
http://chips.ysv.freebsd.org/data/11armv6-default/2015-07-01_21h44m57s/logs/pypy-2.6.0_1.log

bad build:
http://chips.ysv.freebsd.org/data/11armv6-default/2015-08-09_17h42m34s/logs/errors/pypy-2.6.0_2.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Problem reports for pyt...@freebsd.org that need special attention

2015-08-09 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|185884 | Miscellaneous ports fixes for Python 3
Open|186316 | [NEW PORT] devel/spyder: Scientific PYthon Develo 
Open|197226 | lang/python27: fix pyport.h _PY_PORT_CTYPE_UTF8_I 

3 problems total for which you should take action.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


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

2015-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202159

mikael.uran...@gmail.com changed:

   What|Removed |Added

 CC||mikael.uran...@gmail.com

--- Comment #4 from mikael.uran...@gmail.com ---
Created attachment 159710
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159710&action=edit
arm fix

I'm able to build it on armv6 with the attached patch

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


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

2015-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202159

--- Comment #5 from Andrew Turner  ---
The arm64 part of the patch looks wrong, it's a different instruction set than
32-bit arm so I would expect it to fail.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"