[MacPorts] #48637: python25 won't install
#48637: python25 won't install --------------------+-------------------------------- Reporter: fw@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: python25 --------------------+-------------------------------- An "upgrade outdated" attempted to rebuild python25, but the build failed with a bunch of errors from clang like: :info:build clang: error: unknown argument: '-mno-fused-madd' Given the way Python changes from one version to the next, it's useful to keep older versions around for testing. Attaching full log. -- Ticket URL: <https://trac.macports.org/ticket/48637> MacPorts <https://www.macports.org/> Ports system for OS X
#48637: python25 @2.5.6_5: clang: error: unknown argument: '-mno-fused-madd' -----------------------+-------------------------------- Reporter: fw@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: python25 | -----------------------+-------------------------------- Old description:
An "upgrade outdated" attempted to rebuild python25, but the build failed with a bunch of errors from clang like:
:info:build clang: error: unknown argument: '-mno-fused-madd'
Given the way Python changes from one version to the next, it's useful to keep older versions around for testing.
Attaching full log.
New description: An "upgrade outdated" attempted to rebuild python25, but the build failed with a bunch of errors from clang like: {{{ :info:build clang: error: unknown argument: '-mno-fused-madd' }}} Given the way Python changes from one version to the next, it's useful to keep older versions around for testing. Attaching full log. -- Comment (by ryandesign@…): What version of clang? (run `/usr/bin/clang -v`) -- Ticket URL: <https://trac.macports.org/ticket/48637#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#48637: python25 @2.5.6_5: clang: error: unknown argument: '-mno-fused-madd' -----------------------+-------------------------------- Reporter: fw@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: python25 | -----------------------+-------------------------------- Comment (by fw@…): Replying to [comment:1 ryandesign@…]:
What version of clang? (run `/usr/bin/clang -v`) {{{ MacPro:~ fw$ which -a clang /Library/Developer/CommandLineTools/usr/bin/clang /usr/bin/clang MacPro:~ fw$ for c in $(which -a clang); do $c -v; done Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) Target: x86_64-apple-darwin13.4.0 Thread model: posix Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) Target: x86_64-apple-darwin13.4.0 Thread model: posix }}}
-- Ticket URL: <https://trac.macports.org/ticket/48637#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts