Coder Social home page Coder Social logo

git-openssl-shellscript's People

Contributors

arkceajin avatar ecchochan avatar eugenekolo avatar niko-dunixi avatar tedder avatar tegaaa avatar thewookie avatar uchuhimo avatar vduda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

git-openssl-shellscript's Issues

Use aria2c

#idea
Why not use aria2c?
It can make download speed up.
In some countries(such as China),limited access to foreign networks 's speed.
I think that can help them to install git with openssl quickly.

gzip: stdin: not in gzip format

I get this when I run the script:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

I'm on Ubuntu 20.04.2 LTS

debian/rules:353: recipe for target 'binary-arch' failed

I'm getting an error during the compilation on Ubuntu 18.04 (64bit)

Here is the stacktrace that might help:

dpkg-shlibdeps '/tmp/source-git/git-2.7.4/debian/git'/usr/bin/* '/tmp/source-git/git-2.7.4/debian/git'/usr/lib/git-core/*
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-rebase--interactive'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-bisect'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-rebase--am'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-quiltimport'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-merge-resolve'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-request-pull'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-add--interactive'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-merge-one-file'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-mergetool'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-subtree'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-rebase--merge'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-sh-setup'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-difftool--helper'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-mergetool--lib'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-filter-branch'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-sh-i18n'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-web--browse'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-stash'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-relink'
dpkg-shlibdeps: warning: unknown executable format in file '/tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/git-parse-remote'
dpkg-shlibdeps: error: cannot read /tmp/source-git/git-2.7.4/debian/git/usr/lib/git-core/mergetools: Is a directory
debian/rules:353: recipe for target 'binary-arch' failed
make: *** [binary-arch] Error 21
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2

unmet dependencies

The following packages have unmet dependencies: dpkg-dev : Depends: libdpkg-perl (= 1.17.5ubuntu5.7) but 1.18.18 is to be installed E: Unable to correct problems, you have held broken packages.

Ubuntu 14.04 with all updates.

Skiptests flag doesnt work

sh git.sh -skiptests does not actually skip the tests. Have to remove it manually because the tests fail during the install. Removing the tests it installs correctly.

Cleanup of packages used for building git

Thank you so much for your nifty git build script. I am trying to use it in one of my docker builds (for an older version of ubuntu that has the gnutls problem). However, the sideffect is that I end up with a really large image (2.6GB).

Is there anyway the script could be modified to do some cleanup of all build packages that are not necessary after building git? I have tried some cleanup, but I'd figure there could be some more.

error: RPC failed; curl 18 transfer

Tried on a fresh install of Ubuntu 18.04.6 on VirtualBox 6.1 on Windows 10

Build end, puts git version 2.38.0-rc1 in /usr/bin/git

But when I try to clone a repo, it says:

remote: Enumerating objects: 26528, done.
remote: Counting objects: 100% (150/150), done.
remote: Compressing objects: 100% (136/136), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 6687 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.