[MacPorts] #48489: (rubberband)@mpv - command execution failed
#48489: (rubberband)@mpv - command execution failed ------------------------+-------------------------------- Reporter: csae2608@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: ------------------------+-------------------------------- Hello , i am trying to build MPV on OSX Tiger. installed most of the dependencies so far - only i could not install libbluray so i went with "sudo port install mpv and not libbluray" thinking that i can neglect this dependency. apart from libbluray only dependencie that seems missing is rubberband. mrkapqas-powerbook-g4-12:~ jussiissa$ sudo port install rubberband ---> Computing dependencies for rubberband ---> Fetching archive for rubberband ---> Attempting to fetch rubberband-1.8.1_0.darwin_9.ppc.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/rubberband ---> Attempting to fetch rubberband-1.8.1_0.darwin_9.ppc.tbz2 from http://nue.de.packages.macports.org/macports/packages/rubberband ---> Attempting to fetch rubberband-1.8.1_0.darwin_9.ppc.tbz2 from http://lil.fr.packages.macports.org/rubberband ---> Fetching distfiles for rubberband ---> Verifying checksums for rubberband ---> Extracting rubberband ---> Applying patches to rubberband ---> Configuring rubberband ---> Building rubberband Error: org.macports.build for port rubberband returned: command execution failed -- Ticket URL: <https://trac.macports.org/ticket/48489> MacPorts <https://www.macports.org/> Ports system for OS X
#48489: rubberband: unrecognized command line option "-mfpmath=sse" -------------------------+-------------------------- Reporter: csae2608@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: tiger Port: rubberband | -------------------------+-------------------------- Changes (by ionic@…): * owner: macports-tickets@… => ryandesign@… * keywords: => tiger * port: => rubberband Comment: Please CC the maintainer(s) next time, if any, and supply the appropriate port (`rubberband`) in the `Port` field when creating a ticket. First of all, `mpv` won't work on Tiger. The only supported platforms are 10.7 and higher. Support for 10.6 is wonky in that it won't give you video and older releases of OS X were not tested at all by me. Secondly, you cannot "skip" dependencies by specifying "and not ...". `mpv` has a `rubberband` variant (which is enabled by default), so `rubberband` can be disabled by using `sudo port install mpv -rubberband`. There is no way to disable `libbluray`, as this is a hard dependency. On platforms that old, you will have to use another application like `mplayer` or the like. -- Ticket URL: <https://trac.macports.org/ticket/48489#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#48489: rubberband: unrecognized command line option "-mfpmath=sse" -------------------------+-------------------------- Reporter: csae2608@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: tiger Port: rubberband | -------------------------+-------------------------- Description changed by ionic@…: Old description:
Hello ,
i am trying to build MPV on OSX Tiger.
installed most of the dependencies so far -
only i could not install libbluray
so i went with
"sudo port install mpv and not libbluray" thinking that i can neglect this dependency.
apart from libbluray only dependencie that seems missing is rubberband.
mrkapqas-powerbook-g4-12:~ jussiissa$ sudo port install rubberband ---> Computing dependencies for rubberband ---> Fetching archive for rubberband ---> Attempting to fetch rubberband-1.8.1_0.darwin_9.ppc.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/rubberband ---> Attempting to fetch rubberband-1.8.1_0.darwin_9.ppc.tbz2 from http://nue.de.packages.macports.org/macports/packages/rubberband ---> Attempting to fetch rubberband-1.8.1_0.darwin_9.ppc.tbz2 from http://lil.fr.packages.macports.org/rubberband ---> Fetching distfiles for rubberband ---> Verifying checksums for rubberband ---> Extracting rubberband ---> Applying patches to rubberband ---> Configuring rubberband ---> Building rubberband Error: org.macports.build for port rubberband returned: command execution failed
New description: Hello , i am trying to build MPV on OSX Tiger. installed most of the dependencies so far - only i could not install libbluray so i went with "sudo port install mpv and not libbluray" thinking that i can neglect this dependency. apart from libbluray only dependencie that seems missing is rubberband. {{{ mrkapqas-powerbook-g4-12:~ jussiissa$ sudo port install rubberband ---> Computing dependencies for rubberband ---> Fetching archive for rubberband ---> Attempting to fetch rubberband-1.8.1_0.darwin_9.ppc.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/rubberband ---> Attempting to fetch rubberband-1.8.1_0.darwin_9.ppc.tbz2 from http://nue.de.packages.macports.org/macports/packages/rubberband ---> Attempting to fetch rubberband-1.8.1_0.darwin_9.ppc.tbz2 from http://lil.fr.packages.macports.org/rubberband ---> Fetching distfiles for rubberband ---> Verifying checksums for rubberband ---> Extracting rubberband ---> Applying patches to rubberband ---> Configuring rubberband ---> Building rubberband Error: org.macports.build for port rubberband returned: command execution failed }}} -- -- Ticket URL: <https://trac.macports.org/ticket/48489#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#48489: rubberband: unrecognized command line option "-mfpmath=sse" -------------------------+----------------------------------- Reporter: csae2608@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: wontfix | Keywords: tiger leopard powerpc Port: rubberband | -------------------------+----------------------------------- Changes (by ryandesign@…): * status: new => closed * keywords: tiger => tiger leopard powerpc * resolution: => wontfix Comment: You said you're using Tiger, but your transcript and log show that you are using Darwin 9, which is Leopard. `-fpmath=sse` presumably is intending to enable x86 SSE optimizations. The log shows you're on a PowerPC processor, where x86 SSE optimizations would not be available. I guess this project was not designed to be used on a PowerPC processor. Since Mihai is the maintainer of mpv and has already said mpv isn't meant to work on a system this old, I'll defer that and close the ticket. On my Leopard machine, I use [http://www.videolan.org/vlc/download- macosx.html VLC 2.0.10]; perhaps that will work for you too. -- Ticket URL: <https://trac.macports.org/ticket/48489#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#48489: rubberband: unrecognized command line option "-mfpmath=sse" -------------------------+----------------------------------- Reporter: csae2608@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: wontfix | Keywords: tiger leopard powerpc Port: rubberband | -------------------------+----------------------------------- Comment (by csae2608@…): Hello , thank you for your kind explanation. I am trying to use Youtube-Viewer (Perl-Application) to watch Youtube- Videos on Powerpc. Although YouView works still great :) i was wondering if it is possible to use MPV with youtube-viewer. VLC is not an option because it won't play most streams from youtube (so noticed on linux debian squeeze) and as far as i know mplayer won't handle https:// therefore i am hoping to get mpv running because it is simply the best player out there and i would like to still use the powerbooks. thank you very much. -- Ticket URL: <https://trac.macports.org/ticket/48489#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#48489: rubberband: unrecognized command line option "-mfpmath=sse" -------------------------+----------------------------------- Reporter: csae2608@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: wontfix | Keywords: tiger leopard powerpc Port: rubberband | -------------------------+----------------------------------- Changes (by ionic@…): * cc: csae2608@… (added) Comment: Has duplicate #48888. -- Ticket URL: <https://trac.macports.org/ticket/48489#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#48489: rubberband: unrecognized command line option "-mfpmath=sse" -------------------------+----------------------------------- Reporter: csae2608@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: wontfix | Keywords: tiger leopard powerpc Port: rubberband | -------------------------+----------------------------------- Comment (by ryandesign@…): Marked port as requiring an Intel processor in r140288. -- Ticket URL: <https://trac.macports.org/ticket/48489#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
#48489: rubberband: unrecognized command line option "-mfpmath=sse" -------------------------+----------------------------------- Reporter: csae2608@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: wontfix | Keywords: tiger leopard powerpc Port: rubberband | -------------------------+----------------------------------- Comment (by ryandesign@…): Replying to [comment:4 csae2608@…]:
I am trying to use Youtube-Viewer (Perl-Application) to watch Youtube- Videos on Powerpc. Although YouView works still great :) i was wondering if it is possible to use MPV with youtube-viewer. VLC is not an option because it won't play most streams from youtube (so noticed on linux debian squeeze) and as far as i know mplayer won't handle https:// therefore i am hoping to get mpv running because it is simply the best player out there and i would like to still use the powerbooks.
My understanding is that mpv only supports OS X 10.8 and later, so that's not going to work on a PowerPC Mac. Maybe youtube-dl would work for you? -- Ticket URL: <https://trac.macports.org/ticket/48489#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts