#35182 closed defect (fixed)
mplayer-devel :: fetch Command failed
Reported by: | sweedee@… | Owned by: | acho@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia), sasoph@…, alik.widge@… | |
Port: | mplayer-devel |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
snapshot of "/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_mplayer-devel/mplayer-devel/main.log":
Checking out files: 100% (3040/3040), done.040) :info:fetch fatal: reference is not a tree: 70d54392f5015b9c6594fcae558f59f952501e3b :info:fetch Command failed: cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_mplayer-devel/mplayer-devel/work/trunk/ffmpeg && git checkout -f 70d54392f5015b9c6594fcae558f59f952501e3b :info:fetch Exit code: 128 :error:fetch org.macports.fetch for port mplayer-devel returned: command execution failed :debug:fetch Error code: NONE :debug:fetch Backtrace: command execution failed
fetching of mplayer-devel package fails.
the reason for this is the wrong command:
git checkout -f 70d54392f5015b9c6594fcae558f59f952501e3b
Attachments (3)
Change History (14)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jeremyhu@… added |
---|---|
Description: | modified (diff) |
Keywords: | fetching removed |
Milestone: | MacPorts Future |
Owner: | changed from macports-tickets@… to acho@… |
Changed 12 years ago by sasoph@…
comment:2 Changed 12 years ago by sasoph@…
I've attached the log. I have the same issue with git and a detached head.
Changed 12 years ago by sweedee@…
Attachment: | main.2.log added |
---|
comment:5 Changed 12 years ago by alik.widge@…
Doing clean and then upgrade (as suggested above) does not work. I think maybe you already knew this, but am confirming it for anyone else who may read the thread.
comment:6 Changed 12 years ago by ecronin (Eric Cronin)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Probably due for another update though...
comment:7 follow-up: 8 Changed 12 years ago by alik.widge@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Not sure why this is marked as "fixed"? Attempts to do an upgrade (now >24hr after "fixed") still cause the same problem to occur.
comment:8 Changed 12 years ago by sweedee@…
Replying to alik.widge@…:
Not sure why this is marked as "fixed"? Attempts to do an upgrade (now >24hr after "fixed") still cause the same problem to occur.
my command
sudo port install mplayer-devel
worked out fine now!
try again
sudo port clean --all mplayer-devel
before you install the package
comment:9 Changed 12 years ago by alik.widge@…
Tried as you directed, using both the "install" and "upgrade" commands to try to get there. Same error in the log file:
:info:fetch fatal: reference is not a tree: 70d54392f5015b9c6594fcae558f59f952501e3b :info:fetch Command failed: cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_mplayer-devel/mplayer-devel/work/trunk/ffmpeg && git checkout -f 70d54392f5015b9c6594fcae558f59f952501e3b :info:fetch Exit code: 128 :error:fetch org.macports.fetch for port mplayer-devel returned: command execution failed :debug:fetch Error code: NONE :debug:fetch Backtrace: command execution failed while executing "$procedure $targetname"
comment:10 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
It looks like you forgot to 'port sync' ...
Please remember to use WikiFormatting.
Please "sudo port clean mplayer-devel", then try again, and if it fails again, please attach the entire main.log file.