Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pypy3.10 7.3.19 #209018

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Formula/p/pypy3.10.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Pypy310 < Formula
desc "Implementation of Python 3 in Python"
homepage "https://pypy.org/"
url "https://downloads.python.org/pypy/pypy3.10-v7.3.17-src.tar.bz2"
sha256 "6ad74bc578e9c6d3a8a1c51503313058e3c58c35df86f7485453c4be6ab24bf7"
url "https://downloads.python.org/pypy/pypy3.10-v7.3.19-src.tar.bz2"
sha256 "a7c22930b918f40870865ed8a74147f4434ef84d3d6ca2b3c1eba9355d4929c8"
license "MIT"
revision 1
head "https://github.com/pypy/pypy.git", branch: "main"

livecheck do
Expand Down Expand Up @@ -63,7 +62,7 @@
self == Formula["pypy3"]
end

def install

Check failure on line 65 in Formula/p/pypy3.10.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle pypy3.10` failed on Linux!

starting compile_c [platform:execute] make -j 4 in /tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/usession-release-pypy3.10-v7.3.19-0/testing_1 [platform:Error] /usr/bin/ld: /home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.7/lib/../lib/libffi.a(prep_cif.o): warning: relocation against `ffi_type_sint32' in read-only section `.text' [platform:Error] /usr/bin/ld: /home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.7/lib/../lib/libffi.a(prep_cif.o): relocation R_X86_64_PC32 against symbol `ffi_type_sint32' can not be used when making a shared object; recompile with -fPIC [platform:Error] /usr/bin/ld: final link failed: bad value [platform:Error] collect2: error: ld returned 1 exit status [platform:Error] make: *** [Makefile:992: libpypy3.10-c.so] Error 1 [15d8d] translation-task} [Timer] Timings: [Timer] loading target --- 28.0 s [Timer] annotate --- 240.7 s [Timer] rtype_lltype --- 102.9 s [Timer] pyjitpl_lltype --- 220.3 s [Timer] backendopt_lltype --- 87.0 s [Timer] stackcheckinsertion_lltype --- 8.4 s [Timer] database_c --- 155.9 s [Timer] source_c --- 69.6 s [Timer] compile_c --- 193.2 s [Timer] =========================================== [Timer] Total: --- 1106.1 s [translation:info] Error: File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/goal/translate.py", line 320, in main drv.proceed(goals) File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/driver.py", line 568, in proceed result = self._execute(goals, task_skip = self._maybe_skip()) File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/tool/taskengine.py", line 114, in _execute res = self._do(goal, taskcallable, *args, **kwds) File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/driver.py", line 278, in _do res = func() File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/driver.py", line 535, in task_compile_c cbuilder.compile(**kwds) File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/c/genc.py", line 341, in compile extra_opts) File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/platform/posix.py", line 277, in execute_makefile self._handle_error(returncode, stdout, stderr, path.join('make')) File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/platform/__init__.py", line 155, in _handle_error raise CompilationError(stdout, stderr) [translation:ERROR] CompilationError: CompilationError(err=""" /usr/bin/ld: /home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.7/lib/../lib/libffi.a(prep_cif.o): warning: relocation against `ffi_type_sint32' in read-only section `.text' /usr/bin/ld: /home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.7/lib/../lib/libffi.a(prep_cif.o): relocation R_X86_64_PC32 against symbol `ffi_type_sint32' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make: *** [Makefile:992: libpypy3.10-c.so] Error 1 """) [translation] start debugger... > /tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/platform/__init__.py(155)_handle_error() -> raise CompilationError(stdout, stderr) Traceback (most recent call last): File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/bin/rpython", line 20, in <module> main() File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/goal/translate.py", line 327, in main debug(True) File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/goal/translate.py", line 280, in debug pdb_plus_show.start(tb) File "/tmp/pypy3.10-20250226-5390-5mfjxl/pypy3.10-v7.3.19-src/rpython/translator/tool/pdbplus.py", line 444, in start fn(*args) File "/tmp/pypy3.10-202502
# The `tcl-tk` library paths are hardcoded and need to be modified for non-/usr/local prefix
tcltk = Formula["tcl-tk@8"]
inreplace "lib_pypy/_tkinter/tklib_build.py" do |s|
Expand Down
Loading