Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: vinnie on September 28, 2012, 06:44:48 PM
-
Try this command:
git clone https://android.googlesource.com/platform/prebuilt
This return to me a message but does not download anything:
tc@box:~/android$ git clone https://android.googlesource.com/platform/prebuilt
Cloning into prebuilt...
tc@box:~/android$ ls
tc@box:~/android$
-
Tried on my CentOS6 box:
[mb@zero ~]$ git clone https://android.googlesources.com/platform/prebuilt
Initialized empty Git repository in /home/mb/prebuilt/.git/
error: Failed connect to android.googlesources.com:443; Operation now in progress while accessing https://android.googlesources.com/platform/prebuilt/info/refs
fatal: HTTP request failed
[mb@zero ~]$
-
on debian work fine:
http://oi47.tinypic.com/2jfxir9.jpg
-
Now it works on CentOS too. There was a problem with the site that time we tried. Worth to try TC again.
-
no, this does not work at all on tiny core :-[
I used debian to download for now, I hope this can be fixed
-
Right, get same on my TC.
-
Is this perhaps something to do with the version of libssl?
-
I do not know, you want me to do a test?
-
It is a 1 year old extension, maybe worth to update.
-
this bug has persisted through several updates. i posted about it here:
http://forum.tinycorelinux.net/index.php/topic,11520.msg60958.html#msg60958
as you can see in thread svolli was kind enough to repackage it,
i also tried repackaging from a later version of the source
neither of which solved the problem, so i just resigned myself to cloning over the git protocol as curaga suggested.
it would be nice to see this resolved, so if anyone's for looking into this more,
i'll help in anyway i can.
cheerio,
solorin
p.s. my memory is quite hazy - but maybe git.scm did finally work after loading all the extra 'dependencies'
mods - maybe this thread belongs under TCE Bugs?
-
Git.scm works with this if you either have a certificate or use the below command:
env GIT_SSL_NO_VERIFY=true /apps/bin/git clone https://android.googlesource.com/platform/prebuilt
-
this bug has persisted through several updates. i posted about it here:
http://forum.tinycorelinux.net/index.php/topic,11520.msg60958.html#msg60958
[...]
neither of which solved the problem, so i just resigned myself to cloning over the git protocol as curaga suggested.
From what I can tell now, that bug didn't persist, but it reappeared. A quick look during dinner suggested that the problem is re-introduced due to the change of openssl (0.9.8 -> 1.0.0). The https-helper didn't get loaded because libcrypto.so.0.9.8 is missing. Again, it would be wise to update to the current version and re-package git.
The main problem is that I didn't want to include all the dependencies necessary for ssl (curl and openssl), since most of git works without them. A good idea would be a meta-package git-https.tcz which just includes all the dependencies.
If someone sends me a pm that no-one else has fixed this problem, I'll try to update that extension. If someone needs it done quicker (s)he can download my buildscripts and give it a shot. More info about the scripts is at http://forum.tinycorelinux.net/index.php/topic,2056.msg10947.html#msg10947
Hope, this helps,
SvOlli