Opened 6 years ago
Closed 6 years ago
#57390 closed defect (fixed)
mplayer-devel: reference is not a tree: 81c3ce0855f144c89800b824db3e4e0dcdad9016
Reported by: | worldleather | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | mplayer-devel |
Description
mplayer-devel not installing on my system. always did before, but since a few weeks I can't get it installed. after clean updating macOS to mojave, also no dice. it stops with 'Error: Failed to fetch mplayer-devel: command execution failed'
Attachments (1)
Change History (5)
Changed 6 years ago by worldleather
comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | mplayer-devel removed |
---|---|
Owner: | set to jeremyhu |
Status: | new → assigned |
Summary: | mplayer-devel not installing → mplayer-devel: reference is not a tree: 81c3ce0855f144c89800b824db3e4e0dcdad9016 |
comment:2 Changed 6 years ago by jmroot (Joshua Root)
The depth of the checkout is limited:
# 10000 should be deep enough to find out checkout within a year system "git clone -b ${ffmpeg_branch} --depth 10000 git://git.videolan.org/ffmpeg.git ${worksrcpath}/ffmpeg"
I assume the desired commit is now old enough to be beyond that depth.
comment:3 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | MarcusCalhoun-Lopez added |
---|
comment:4 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The log says:
This is unrelated to your problem, but if you haven't done this already, you should do so.
The log also says:
So I guess the specific commit of ffmpeg that we were checking out no longer exists. We should update the port to use a newer commit for ffmpeg at least.