[MacPorts] #40813: mp4v2 + mavericks = ok
#40813: mp4v2 + mavericks = ok --------------------------------+-------------------------------- Reporter: lennart.macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: mp4v2 --------------------------------+-------------------------------- mp4v2's portfile is explicitly disabling builds under OS X 10.9 Mavericks, but as far as I can tell, it builds fine with 10.9 GM + Xcode 5.0: {{{ $ port install mp4v2 ---> Computing dependencies for mp4v2 ---> Fetching distfiles for mp4v2 Error: mp4v2 does not build on Mavericks or later. Error: org.macports.fetch for port mp4v2 returned: unsupported platform Please see the log file for port mp4v2 for details: /opt/macports/var/macports/logs/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_mp4v2/mp4v2/main.log Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets $ port edit mp4v2 # removing Mavericks build restriction $ port install mp4v2 Portfile changed since last build; discarding previous state. ---> Cleaning mp4v2 ---> Updating database of binaries: 100.0% ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. $ port uninstall mp4v2 # uninstalling & reinstalling just to double check ---> Deactivating mp4v2 @1.9.1_2 ---> Cleaning mp4v2 ---> Uninstalling mp4v2 @1.9.1_2 ---> Cleaning mp4v2 $ port install mp4v2 ---> Computing dependencies for mp4v2 ---> Fetching distfiles for mp4v2 ---> Attempting to fetch mp4v2-1.9.1.tar.bz2 from http://distfiles.macports.org/mp4v2 ---> Verifying checksums for mp4v2 ---> Extracting mp4v2 ---> Applying patches to mp4v2 ---> Configuring mp4v2 ---> Building mp4v2 ---> Staging mp4v2 into destroot ---> Installing mp4v2 @1.9.1_2 ---> Activating mp4v2 @1.9.1_2 ---> Cleaning mp4v2 ---> Updating database of binaries: 100.0% ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. $ mp4info Wake\ Skating\ Cranberries.mp4 mp4info version 1.9.1 Wake Skating Cranberries.mp4: Track Type Info 1 video H264 High@4, 481.439 secs, 4488 kbps, 1920x1080 @ 23.976039 fps 2 audio MPEG-4 AAC LC, 481.493 secs, 0 kbps, 48000 Hz $ # looks good $ sw_vers ProductName: Mac OS X ProductVersion: 10.9 BuildVersion: 13A598 $ xcodebuild -version Xcode 5.0 Build version 5A1413 }}} -- Ticket URL: <https://trac.macports.org/ticket/40813> MacPorts <http://www.macports.org/> Ports system for OS X
#40813: mp4v2 + mavericks = ok ---------------------------------+---------------------------- Reporter: lennart.macports@… | Owner: cedric.luthi@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: mp4v2 | ---------------------------------+---------------------------- Changes (by ryandesign@…): * keywords: => mavericks * cc: lennart.macports@… (removed) * cc: jeremyhu@… (added) * owner: macports-tickets@… => cedric.luthi@… -- Ticket URL: <https://trac.macports.org/ticket/40813#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#40813: Fix mp4v2 to build with clang ---------------------------------+---------------------------- Reporter: lennart.macports@… | Owner: cedric.luthi@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: mp4v2 | ---------------------------------+---------------------------- Comment (by jeremyhu@…): It is properly blacklisted. Mavericks is still under NDA. -- Ticket URL: <https://trac.macports.org/ticket/40813#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#40813: Fix mp4v2 to build with clang ---------------------------------+---------------------------- Reporter: lennart.macports@… | Owner: cedric.luthi@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: mp4v2 | ---------------------------------+---------------------------- Comment (by danchr@…): Replying to [comment:3 jeremyhu@…]:
It is properly blacklisted. Mavericks is still under NDA.
That's no longer the case, fortunately. The attached patch resolves this on my machine by bumping mp4v2 to 2.0.0. -- Ticket URL: <https://trac.macports.org/ticket/40813#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#40813: Fix mp4v2 to build with clang ---------------------------------+---------------------------- Reporter: lennart.macports@… | Owner: cedric.luthi@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: mp4v2 | ---------------------------------+---------------------------- Comment (by mschout@…): +1 patch fixes for me also. -- Ticket URL: <https://trac.macports.org/ticket/40813#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#40813: Fix mp4v2 to build with clang ---------------------------------+---------------------------- Reporter: lennart.macports@… | Owner: cedric.luthi@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: mavericks Port: mp4v2 | ---------------------------------+---------------------------- Changes (by jeremyhu@…): * status: new => closed * resolution: => fixed Comment: r113975 -- Ticket URL: <https://trac.macports.org/ticket/40813#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#40813: Fix mp4v2 to build with clang ---------------------------------+---------------------------- Reporter: lennart.macports@… | Owner: cedric.luthi@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: mavericks Port: mp4v2 | ---------------------------------+---------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: You didn't increase the revision or version of mp4v2-devel so users who had it installed will not be prompted to upgrade. Fixed in r113986. The patch you've left for Darwin < 10 does not apply. A patch to fix it had previously been submitted in #38046; I'll address it there. -- Ticket URL: <https://trac.macports.org/ticket/40813#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts