NatronGitHub / openfx-misc

Miscellaneous OFX / OpenFX / Open Effects plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CImg: Build fails on git --archive (firewall issue?)

olear opened this issue · comments

https://github.com/devernay/openfx-misc/blob/master/CImg/Makefile#L46

Build fails with "connection refused" if firewall blocks port 9418, I opened the port but now get:

make[1]: Entering directory `/root/natron-linux/tmp/openfx-misc/CImg'
git archive --remote=git://git.code.sf.net/p/gmic/source f99ec436e44134d4974340a862cdfb159b0961f5:src CImg.h | tar xf -
remote: fatal: Not a valid object name
remote: git upload-archive: archiver died with error
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors

A submodule would maybe be a better solution?

You will get the same problem with a submodule if the git port is blocked.
and you probably don't want to pull out the whole gmic repository.

fred

Le 24 avr. 2015 à 01:07, Ole-André Rodlie notifications@github.com a écrit :

https://github.com/devernay/openfx-misc/blob/master/CImg/Makefile#L46 https://github.com/devernay/openfx-misc/blob/master/CImg/Makefile#L46
Build fails with "connection refused" if firewall blocks port 9418, I opened the port but now get:

make[1]: Entering directory `/root/natron-linux/tmp/openfx-misc/CImg'
git archive --remote=git://git.code.sf.net/p/gmic/source f99ec436e44134d4974340a862cdfb159b0961f5:src CImg.h | tar xf -
remote: fatal: Not a valid object name
remote: git upload-archive: archiver died with error
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
A submodule would maybe be a better solution?


Reply to this email directly or view it on GitHub #25.

Works, thanks.