#64676 closed defect (duplicate)
llvm-3.4 fails to build on 10.4.11
Reported by: | barracuda156 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | powerpc, tiger, llvm | Cc: | |
Port: | llvm-3.4 |
Description
:info:build gmake[1]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_llvm-3.4/llvm-3.4/work/llvm-3.4.2.src/Makefile.rules:1494: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_llvm-3.4/llvm-3.4/work/build/tools/llvm-config/Release/llvm-config.o] Error 1 :info:build gmake[1]: Leaving directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_llvm-3.4/llvm-3.4/work/build/tools/llvm-config' :info:build gmake: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_llvm-3.4/llvm-3.4/work/llvm-3.4.2.src/Makefile.rules:852: all] Error 1 :info:build gmake: Leaving directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_llvm-3.4/llvm-3.4/work/build' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_llvm-3.4/llvm-3.4/work/build" && /opt/local/bin/gmake -j4 -w all :info:build Exit code: 2 :error:build Failed to build llvm-3.4: command execution failed :debug:build Error code: CHILDSTATUS 17020 2 :debug:build Backtrace: command execution failed :debug:build while executing :debug:build "system {*}$notty {*}$callback {*}$nice $fullcmdstring" :debug:build invoked from within :debug:build "command_exec -callback portprogress::target_progress_callback build" :debug:build (procedure "portbuild::build_main" line 8) :debug:build invoked from within :debug:build "$procedure $targetname"
Attachments (2)
Change History (6)
Changed 3 years ago by barracuda156
Attachment: | config.log added |
---|
Changed 3 years ago by barracuda156
comment:1 follow-up: 4 Changed 3 years ago by kencu (Ken)
comment:2 Changed 3 years ago by kencu (Ken)
I wouldn’t bother posting tickets and logs … nobody can use them to fix these. If you want to try to get one of them fixed in MacPorts, just fix it yourself and if you get somewhere, post up a PR with your solution for people to try.
These tickets will just sit here dead for 100 years.
comment:4 Changed 3 years ago by barracuda156
Replying to kencu:
in TigerPorts you will find fixes for up to clang-7.0 to run on Tiger Intel. It works fairly well, still some assembler quirks on 10.4 I recall.
Thank you, I'll take a look.
Note: See
TracTickets for help on using
tickets.
in TigerPorts you will find fixes for up to clang-7.0 to run on Tiger Intel. It works fairly well, still some assembler quirks on 10.4 I recall.
I forget now how far I got with TigerPPC… clang-3.8 I think, that supports thread_local.
I fixed Leopard up to clang-9.0 on Intel, and clang-7.0 on PPC.
clang/llvm generates useless broken code on PPC Darwin anyway, however, even if it does work.