buabuas1 / tesseract-android-tools

Automatically exported from code.google.com/p/tesseract-android-tools
0 stars 0 forks source link

Cannot clone git://android.git.kernel.org/platform/external/jpeg.git libjpeg #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. git clone git://android.git.kernel.org/platform/external/jpeg.git libjpeg

What is the expected output? What do you see instead?
Per the README - GIT clone of the Android JPEG libraries.  

cd <project-directory>
mkdir external; cd external
wget http://tesseract-ocr.googlecode.com/files/tesseract-3.00.tar.gz
tar -zxvf tesseract-3.00.tar.gz
rm -f tesseract-3.00.tar.gz
wget http://leptonica.googlecode.com/files/leptonlib-1.66.tar.gz
tar -zxvf leptonlib-1.66.tar.gz
rm -f leptonlib-1.66.tar.gz
git clone git://android.git.kernel.org/platform/external/jpeg.git libjpeg
-------------------------------------------------------

git clone git://android.git.kernel.org/platform/external/jpeg.git libjpeg
Initialized empty Git repository in <path/to/tessandroid>/external/libjpeg/.git/
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)

What version of the product are you using? On what operating system?
tesseract-android-tools-1.00.tar.gz on Ubuntu 10.10
Linux version 2.6.35-32-generic (buildd@vernadsky) (gcc version 4.4.5 
(Ubuntu/Linaro 4.4.4-14ubuntu5) ) #67-Ubuntu SMP Mon Mar 5 19:35:26 UTC 2012

Please provide any additional information below.
android.git.kernel.org is reachable:
ping 149.20.4.77
PING 149.20.4.77 (149.20.4.77) 56(84) bytes of data.
64 bytes from 149.20.4.77: icmp_req=1 ttl=54 time=94.5 ms
64 bytes from 149.20.4.77: icmp_req=2 ttl=54 time=93.7 ms

Original issue reported on code.google.com by JohnasNe...@gmail.com on 31 Mar 2012 at 2:17

GoogleCodeExporter commented 8 years ago
README should be updated to:

git clone http://android.googlesource.com/platform/external/jpeg libjpeg

instead of 

git clone git://android.git.kernel.org/platform/external/jpeg.git libjpeg

Original comment by JohnasNe...@gmail.com on 31 Mar 2012 at 2:24

GoogleCodeExporter commented 8 years ago
When using http://android.googlesource.com/platform/external/jpeg I get the 
following error:

Compile arm    : jpeg <= jmem-ashmem.c
jni/../external/libjpeg/jmem-ashmem.c:22:27: error: cutils/ashmem.h: No such 
file or directory
make: *** [obj/local/armeabi/objs/jpeg/jmem-ashmem.o] Error 1

Original comment by dominik.roblek on 1 Apr 2012 at 11:46

GoogleCodeExporter commented 8 years ago
I can't clone "git clone https://code.google.com/p/tesseract-android-tools/ ", 
but I can with "git clone https://code.google.com/p/tesseract-android-tools/". 
Strange!

Original comment by xyxzfj@gmail.com on 11 May 2012 at 3:20

GoogleCodeExporter commented 8 years ago
This library is no longer required.

Original comment by alanv@google.com on 11 Sep 2012 at 7:42