Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

rtmpdump: --HEAD builds cannot download sources #44658

Closed
ts826848 opened this issue Oct 6, 2015 · 1 comment
Closed

rtmpdump: --HEAD builds cannot download sources #44658

ts826848 opened this issue Oct 6, 2015 · 1 comment

Comments

@ts826848
Copy link
Contributor

ts826848 commented Oct 6, 2015

Didn't get to do too much research on this, but I'll come back to it later.

For whatever reason the --depth 1 flag seems to cause the rtmpdump repo to immediately close the connection. Manually cloning the repo into the cache let the build progress.

rp:Homebrew awang$ git clone --depth 1 --branch master git://git.ffmpeg.org/rtmpdump rtmpdump--git
Cloning into 'rtmpdump--git'...
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
rp:Homebrew awang$ git clone --depth 1 git://git.ffmpeg.org/rtmpdump rtmpdump--git
Cloning into 'rtmpdump--git'...
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
rp:Homebrew awang$ git clone --branch master git://git.ffmpeg.org/rtmpdump rtmpdump--git
Cloning into 'rtmpdump--git'...
remote: Counting objects: 2557, done.
remote: Compressing objects: 100% (918/918), done.
remote: Total 2557 (delta 1929), reused 2149 (delta 1638)
Receiving objects: 100% (2557/2557), 801.24 KiB | 372.00 KiB/s, done.
Resolving deltas: 100% (1929/1929), done.
Checking connectivity... done.
rp:Homebrew awang$ rm -rd rtmpdump--git
rp:Homebrew awang$ git clone git://git.ffmpeg.org/rtmpdump rtmpdump--git
Cloning into 'rtmpdump--git'...
remote: Counting objects: 2557, done.
remote: Compressing objects: 100% (918/918), done.
remote: Total 2557 (delta 1930), reused 2149 (delta 1638)
Receiving objects: 100% (2557/2557), 800.99 KiB | 351.00 KiB/s, done.
Resolving deltas: 100% (1930/1930), done.
Checking connectivity... done.
@DomT4
Copy link
Member

DomT4 commented Oct 6, 2015

Fixed in ea7073e.

@DomT4 DomT4 closed this as completed in ea7073e Oct 6, 2015
@Homebrew Homebrew locked and limited conversation to collaborators Jul 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants