Hi Denys, Since I am able to clone ti-linux-kernel.git manually, is there a way to proceed further by copying it inside downloads dir ? downloads/git2/git.ti.com.ti-linux-kernel.ti-linux-kernel.git ?
Regards Ankur On Sat, Oct 1, 2016 at 11:39 AM, Ankur Tyagi <[email protected]> wrote: > If I try using arago-daisy-config, I am able to fetch linux libc and > linux ti staging. > > It looks like there is some issue with arago-krogoth-config for a fresh setup. > Don't know if anyone has tried it.. > > On Sat, Oct 1, 2016 at 10:37 AM, Ankur Tyagi <[email protected]> wrote: >> I tried again after removing it but still having fetch errors.. >> >> On Sat, Oct 1, 2016 at 5:47 AM, Denys Dmytriyenko <[email protected]> wrote: >>> Maybe your download directory got corrupted? Try removing this: >>> >>> /home/ankur/arago/oe-layersetup/downloads/git2/git.ti.com.ti-linux-kernel.ti-linux-kernel.git >>> >>> -- >>> Denys >>> >>> >>> On Fri, Sep 30, 2016 at 11:12:40PM +1300, Ankur Tyagi wrote: >>>> Hi Denys, >>>> >>>> I am able to clone ti-linux-kernel.git (it took loooong time) which >>>> means git.ti.com is not blocked >>>> >>>> ankur@at:~/arago$ git clone git:// git.ti.com/ti-linux-kernel/ti-linux-kernel.git >>>> Cloning into 'ti-linux-kernel'... >>>> remote: Counting objects: 6374745, done. >>>> remote: Compressing objects: 100% (909332/909332), done. >>>> remote: Total 6374745 (delta 5431716), reused 6369969 (delta 5427279) >>>> Receiving objects: 100% (6374745/6374745), 1.22 GiB | 185.00 KiB/s, done. >>>> Resolving deltas: 100% (5431716/5431716), done. >>>> Checking connectivity... done. >>>> Checking out files: 100% (52223/52223), done. >>>> >>>> But I still get fetch errors for linux-libc-headers and linux-ti-staging >>>> >>>> regards >>>> Ankur >>>> >>>> On Fri, Sep 30, 2016 at 9:24 AM, Denys Dmytriyenko <[email protected]> wrote: >>>> > Can you access this repository: >>>> > git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git >>>> > >>>> > Try to see if you have git.ti.com blocked or require any proxy on your side. >>>> > >>>> > -- >>>> > Denys >>>> > >>>> > >>>> > On Fri, Sep 30, 2016 at 08:38:49AM +1300, Ankur Tyagi wrote: >>>> >> Hi, >>>> >> >>>> >> I am getting fetch errors for linux-libc-headers and linux-ti-staging. >>>> >> I have tried removing build directory but every time I get this error: >>>> >> >>>> >> ERROR: linux-libc-headers-4.4-r0.arago0 do_fetch: Fetcher failure: >>>> >> Fetch command failed with exit code 128, output: >>>> >> Cloning into bare repository >>>> >> '/home/ankur/arago/oe-layersetup/downloads/git2/git.ti.com.ti-linux-kernel.ti-linux-kernel.git'... >>>> >> fatal: read error: Connection reset by peer >>>> >> fatal: early EOF >>>> >> fatal: index-pack failed >>>> >> >>>> >> ERROR: linux-libc-headers-4.4-r0.arago0 do_fetch: Function failed: >>>> >> Fetcher failure for URL: >>>> >> 'git:// git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=ti-lsk-linux-4.4.y '. >>>> >> Unable to fetch URL from any source. >>>> >> ERROR: Logfile of failure stored in: >>>> >> /home/ankur/arago/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/linux-libc-headers/4.4-r0.arago0/temp/log.do_fetch.3981 >>>> >> ERROR: Task 787 >>>> >> (/home/ankur/arago/oe-layersetup/sources/oe-core/meta/recipes-kernel/linux-libc-headers/ linux-libc-headers_4.4.bb, >>>> >> do_fetch) failed with exit code '1' >>>> >> >>>> >> ERROR: linux-ti-staging-4.4.21+gitAUTOINC+d42bcf7359-r22d.arago5 >>>> >> do_fetch: Fetcher failure: Fetch command failed with exit code 128, >>>> >> output: >>>> >> Cloning into bare repository >>>> >> '/home/ankur/arago/oe-layersetup/downloads/git2/git.ti.com.ti-linux-kernel.ti-linux-kernel.git'... >>>> >> fatal: read error: Connection reset by peer >>>> >> fatal: early EOF >>>> >> fatal: index-pack failed >>>> >> >>>> >> ERROR: linux-ti-staging-4.4.21+gitAUTOINC+d42bcf7359-r22d.arago5 >>>> >> do_fetch: Function failed: Fetcher failure for URL: >>>> >> 'git:// git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=ti-lsk-linux-4.4.y '. >>>> >> Unable to fetch URL from any source. >>>> >> ERROR: Logfile of failure stored in: >>>> >> /home/ankur/arago/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/beaglebone-linux-gnueabi/linux-ti-staging/4.4.21+gitAUTOINC+d42bcf7359-r22d.arago5/temp/log.do_fetch.4436 >>>> >> ERROR: Task 52 (/home/ankur/arago/oe-layersetup/sources/meta-ti/recipes-kernel/linux/ linux-ti-staging_4.4.bb, >>>> >> do_fetch) failed with exit code '1' >>>> >> >>>> >> >>>> >> Following is my build configuration >>>> >> >>>> >> BB_VERSION = "1.30.0" >>>> >> BUILD_SYS = "x86_64-linux" >>>> >> NATIVELSBSTRING = "Ubuntu-16.04" >>>> >> TARGET_SYS = "arm-linux-gnueabi" >>>> >> MACHINE = "beaglebone" >>>> >> DISTRO = "arago" >>>> >> DISTRO_VERSION = "2016.08" >>>> >> TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" >>>> >> TARGET_FPU = "hard" >>>> >> meta-arago-distro >>>> >> meta-arago-extras = "krogoth:8cfe40ad0264888e81f0e960a11c89eccaba4a8b" >>>> >> meta-qt5 = "HEAD:48b4084675a15fe3fd10b58f54728dfaa2bd6c72" >>>> >> meta-networking >>>> >> meta-ruby >>>> >> meta-python >>>> >> meta-oe = "krogoth:895b25b387cae428c38990f4d2747603ee9dc92d" >>>> >> meta-ti = "krogoth:2bbab55c0aa8bb2279d7f3cf09d99156f60befc1" >>>> >> meta-linaro-toolchain >>>> >> meta-optee = "krogoth:85faf6c6824597e7fd9e2d35fc9d8da2e9f90bc7" >>>> >> meta = "krogoth:687d3b8d54aa3190bbbbc94ae2f91303fccf7c8d" >>>> >> >>>> >> Is there anything that I can do ? >>>> >> >>>> >> regards >>>> >> Ankur >>>> >> _______________________________________________ >>>> >> meta-arago mailing list >>>> >> [email protected] >>>> >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
