#59164 closed defect (fixed)
mpv @0.29.1_10: failed to configure
| Reported by: | mrkapqa | Owned by: | Ionic (Mihai Moldovan) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.6.1 |
| Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
| Port: | mpv |
Description (last modified by mrkapqa)
Hello ,
i still get error for mpv on mavericks
---> Attempting to fetch mpv-0.29.1_10+audiocd+bundle+dvd+libarchive+network+opengl+osd+python27+rubberband.darwin_13.x86_64.tbz2 from http://nue.de.packages.macports.org/mpv ---> Fetching distfiles for mpv ---> Verifying checksums for mpv ---> Extracting mpv ---> Applying patches to mpv ---> Configuring mpv Error: Failed to configure mpv: configure failure: command execution failed
hope there is a solution available;
Attachments (1)
Change History (13)
Changed 7 years ago by mrkapqa
comment:1 Changed 7 years ago by mrkapqa
| Description: | modified (diff) |
|---|
comment:2 Changed 7 years ago by reneeotten (Renee Otten)
| Keywords: | mpv mavericks removed |
|---|---|
| Owner: | set to Ionic |
| Status: | new → assigned |
| Summary: | (mpv@10.9.4) failed to configure → mpv@10.9.4: failed to configure |
comment:3 Changed 7 years ago by jmroot (Joshua Root)
| Cc: | ryandesign added |
|---|
comment:4 Changed 7 years ago by reneeotten (Renee Otten)
| Cc: | ryandesign removed |
|---|
can you try:
cd `port dir mpv` sudo vi Portfile
and change on line 69: configure.args-delete to configure.post_args-delete
then do:
sudo port clean --all mpv sudo port install mpv
and let us know if that solved the issue?
comment:5 Changed 7 years ago by reneeotten (Renee Otten)
| Cc: | ryandesign added |
|---|
comment:6 Changed 7 years ago by mrkapqa
Thank you Renee Otten,
this has been solved. Now it is functioning :)
comment:7 Changed 7 years ago by reneeotten (Renee Otten)
okay, I can commit that change later tonight or in the weekend. I guess the only question is whether the “-nocache” option should be added by the PG as default. It doesn’t seem supported by some versions of waf, but I haven’t looked in detail to see which versions can ise it and how many ports actually use the waf PG.
comment:8 Changed 7 years ago by jmroot (Joshua Root)
| Summary: | mpv@10.9.4: failed to configure → mpv @0.29.1_10: failed to configure |
|---|
comment:9 Changed 7 years ago by Mihai Moldovan <ionic@…>
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:10 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Sorry, I didn't realize there were ports that removed this option. I'll fix the others.
The comment in the mpv port says that "current waf doesn't support --nocache anymore" so indeed maybe the portgroup shouldn't be setting it at all.

the error seems to be:
that is likely related to this commit where the
--nocachewas changed to be aconfigure.post_argsand the removal of this argument in thempvshould likely becomeconfigure.post_args-delete --nocache