* unable to fetch a repository mentioned in SRC_URI
@ 2013-08-06 11:43 Prathamesh P Ghanekar
2013-08-11 18:27 ` Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: Prathamesh P Ghanekar @ 2013-08-06 11:43 UTC (permalink / raw)
To: meta-ti@yoctoproject.org
[-- Attachment #1.1: Type: text/plain, Size: 5559 bytes --]
Hello,
I am trying to integrate meta-ti layer into the current yocto project. I wish to build the image for pandaboard.
I am adding another layer called meta-ivi in the yocto kernel which provided functionality for in-vehicle infotainment systems. In the meta-ivi layer, there is a recipe "foton-image", which builds GENIVI compliant baseline image. Also, few recipes were masked to resolve the license issue.
So, setting all the variables in the conf/local.conf and conf/bblayers.conf file, I build the image as follows.
è bitbake foton-image
I ended up with following error, which indicates that there's a failure in fetching the repository.
Here is the output log for your reference:
prathamesh@mintos ~/workdir/poky-dylan-9.0.1/build $ bitbake foton-image
Loading cache: 100% |###################################################################################################################################| ETA: 00:00:00
Loaded 1220 entries from dependency cache.
Build Configuration:
BB_VERSION = "1.18.0"
BUILD_SYS = "i686-linux"
NATIVELSBSTRING = "LinuxMint-14"
TARGET_SYS = "arm-oe-linux-gnueabi"
MACHINE = "pandaboard"
DISTRO = "poky-ivi-systemd"
DISTRO_VERSION = "4.0.2"
TUNE_FEATURES = "armv7a vfp neon"
TARGET_FPU = "vfp-neon"
meta
meta-yocto
meta-yocto-bsp
meta-ivi-4.0.2 = "<unknown>:<unknown>"
meta-ti = "master:c14c386946e1ea341faeea292580e37d538d645d"
NOTE: Resolving any missing task queue dependencies
NOTE: multiple providers are available for u-boot (u-boot, u-boot-ti-staging)
NOTE: consider defining a PREFERRED_PROVIDER entry to match u-boot
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/prathamesh/workdir/poky-dylan-9.0.1/build/downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git'...
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
ERROR: Function failed: Fetcher failure for URL: 'git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/prathamesh/workdir/poky-dylan-9.0.1/build/tmp-eglibc-eglibc/work/pandaboard-oe-linux-gnueabi/linux-omap4/3.4-r0/temp/log.do_fetch.4257
ERROR: Task 910 (/home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2323 tasks of which 2231 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Note:
1. I have successfully built the foton-image for target vexpressa9, and it boots without any errors in the qemu emulator.
2. I am able to 'git clone' the above mentioned repository. If you could let me know how can I use the local repository for build process. I tried copying the repository in downloads folder, but it did not work somehow.
Plz help me out with this issue..!
Thanks in advance for your reply..:)
Thanks and Regards,
Prathamesh Ghanekar
Senior Software Engineer,P&ES
[Description: Description: cid:image001.jpg@01CD342D.E32AAD50]
............................................................................................................
Unit 20, SDF-7, SEEPZ SEZ, Andheri(East),Mumbai-400096
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Disclaimer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Information contained and transmitted by this e-mail is confidential and proprietary to iGATE and its affiliates and is intended for use only by the recipient. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or use of this e-mail is strictly prohibited and you are requested to delete this e-mail immediately and notify the originator or mailadmin@igate.com <mailto:mailadmin@igate.com>. iGATE does not enter into any agreement with any party by e-mail. Any views expressed by an individual do not necessarily reflect the view of iGATE. iGATE is not responsible for the consequences of any actions taken on the basis of information provided, through this email. The contents of an attachment to this e-mail may contain software viruses, which could damage your own computer system. While iGATE has taken every reasonable precaution to minimise this risk, we cannot accept liability for any damage which you sustain as a result of software viruses. You should carry out your own virus checks before opening an attachment. To know more about iGATE please visit www.igate.com <http://www.igate.com>.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[-- Attachment #1.2: Type: text/html, Size: 14998 bytes --]
[-- Attachment #2: image001.jpg --]
[-- Type: image/jpeg, Size: 2773 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: unable to fetch a repository mentioned in SRC_URI
2013-08-06 11:43 unable to fetch a repository mentioned in SRC_URI Prathamesh P Ghanekar
@ 2013-08-11 18:27 ` Denys Dmytriyenko
2013-08-14 20:28 ` Christian Gagneraud
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-08-11 18:27 UTC (permalink / raw)
To: Prathamesh P Ghanekar; +Cc: meta-ti@yoctoproject.org
On Tue, Aug 06, 2013 at 11:43:08AM +0000, Prathamesh P Ghanekar wrote:
> Hello,
>
> I am trying to integrate meta-ti layer into the current yocto project. I
> wish to build the image for pandaboard.
>
> I am adding another layer called meta-ivi in the yocto kernel which provided
> functionality for in-vehicle infotainment systems. In the meta-ivi layer,
> there is a recipe "foton-image", which builds GENIVI compliant baseline
> image. Also, few recipes were masked to resolve the license issue.
>
> So, setting all the variables in the conf/local.conf and conf/bblayers.conf
> file, I build the image as follows.
>
>
> è bitbake foton-image
>
>
> I ended up with following error, which indicates that there's a failure in fetching the repository.
>
> Here is the output log for your reference:
>
> prathamesh@mintos ~/workdir/poky-dylan-9.0.1/build $ bitbake foton-image
> Loading cache: 100% |###################################################################################################################################| ETA: 00:00:00
> Loaded 1220 entries from dependency cache.
>
> Build Configuration:
> BB_VERSION = "1.18.0"
> BUILD_SYS = "i686-linux"
> NATIVELSBSTRING = "LinuxMint-14"
> TARGET_SYS = "arm-oe-linux-gnueabi"
> MACHINE = "pandaboard"
> DISTRO = "poky-ivi-systemd"
> DISTRO_VERSION = "4.0.2"
> TUNE_FEATURES = "armv7a vfp neon"
> TARGET_FPU = "vfp-neon"
> meta
> meta-yocto
> meta-yocto-bsp
> meta-ivi-4.0.2 = "<unknown>:<unknown>"
> meta-ti = "master:c14c386946e1ea341faeea292580e37d538d645d"
>
> NOTE: Resolving any missing task queue dependencies
> NOTE: multiple providers are available for u-boot (u-boot, u-boot-ti-staging)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match u-boot
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> WARNING: Failed to fetch URL git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>, attempting MIRRORS if available
> ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
> Cloning into bare repository '/home/prathamesh/workdir/poky-dylan-9.0.1/build/downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git'...
>
> fatal: The remote end hung up unexpectedly
> fatal: early EOF
> fatal: index-pack failed
It seems you had your connection terminated unexpectedly... Have you tried it
again? Does it happen every time?
BTW, seems to work fine here...
> ERROR: Function failed: Fetcher failure for URL: 'git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>'. Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in: /home/prathamesh/workdir/poky-dylan-9.0.1/build/tmp-eglibc-eglibc/work/pandaboard-oe-linux-gnueabi/linux-omap4/3.4-r0/temp/log.do_fetch.4257
> ERROR: Task 910 (/home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 2323 tasks of which 2231 didn't need to be rerun and 1 failed.
> Waiting for 0 running tasks to finish:
>
> Summary: 1 task failed:
> /home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch
> Summary: There was 1 WARNING message shown.
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
>
> Note:
> 1. I have successfully built the foton-image for target vexpressa9, and it
> boots without any errors in the qemu emulator.
> 2. I am able to 'git clone' the above mentioned repository. If you could let
> me know how can I use the local repository for build process. I tried
> copying the repository in downloads folder, but it did not work somehow.
You need to get a bare repository and place it into:
downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git
--
Denys
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: unable to fetch a repository mentioned in SRC_URI
2013-08-14 20:28 ` Christian Gagneraud
@ 2013-08-14 19:29 ` Denys Dmytriyenko
2013-08-16 3:09 ` Sundareson, Prabindh
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-08-14 19:29 UTC (permalink / raw)
To: Christian Gagneraud; +Cc: meta-ti
On Thu, Aug 15, 2013 at 08:28:37AM +1200, Christian Gagneraud wrote:
> On 08/12/2013 06:27 AM, Denys Dmytriyenko wrote:
> >On Tue, Aug 06, 2013 at 11:43:08AM +0000, Prathamesh P Ghanekar wrote:
> >>Hello,
> >>
> >>I am trying to integrate meta-ti layer into the current yocto project. I
> >>wish to build the image for pandaboard.
> >>
> >>I am adding another layer called meta-ivi in the yocto kernel which provided
> >>functionality for in-vehicle infotainment systems. In the meta-ivi layer,
> >>there is a recipe "foton-image", which builds GENIVI compliant baseline
> >>image. Also, few recipes were masked to resolve the license issue.
> >>
> >>So, setting all the variables in the conf/local.conf and conf/bblayers.conf
> >>file, I build the image as follows.
> >>
> >>
> >>è bitbake foton-image
> >>
> >>
> >>I ended up with following error, which indicates that there's a failure in fetching the repository.
> >>
> >>Here is the output log for your reference:
> >>
> >>prathamesh@mintos ~/workdir/poky-dylan-9.0.1/build $ bitbake foton-image
> >>Loading cache: 100% |###################################################################################################################################| ETA: 00:00:00
> >>Loaded 1220 entries from dependency cache.
> >>
> >>Build Configuration:
> >>BB_VERSION = "1.18.0"
> >>BUILD_SYS = "i686-linux"
> >>NATIVELSBSTRING = "LinuxMint-14"
> >>TARGET_SYS = "arm-oe-linux-gnueabi"
> >>MACHINE = "pandaboard"
> >>DISTRO = "poky-ivi-systemd"
> >>DISTRO_VERSION = "4.0.2"
> >>TUNE_FEATURES = "armv7a vfp neon"
> >>TARGET_FPU = "vfp-neon"
> >>meta
> >>meta-yocto
> >>meta-yocto-bsp
> >>meta-ivi-4.0.2 = "<unknown>:<unknown>"
> >>meta-ti = "master:c14c386946e1ea341faeea292580e37d538d645d"
> >>
> >>NOTE: Resolving any missing task queue dependencies
> >>NOTE: multiple providers are available for u-boot (u-boot, u-boot-ti-staging)
> >>NOTE: consider defining a PREFERRED_PROVIDER entry to match u-boot
> >>NOTE: Preparing runqueue
> >>NOTE: Executing SetScene Tasks
> >>NOTE: Executing RunQueue Tasks
> >>WARNING: Failed to fetch URL git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>, attempting MIRRORS if available
> >>ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
> >>Cloning into bare repository '/home/prathamesh/workdir/poky-dylan-9.0.1/build/downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git'...
> >>
> >>fatal: The remote end hung up unexpectedly
> >>fatal: early EOF
> >>fatal: index-pack failed
> >It seems you had your connection terminated unexpectedly... Have you tried it
> >again? Does it happen every time?
> >BTW, seems to work fine here...
>
> I ran into similar problems recently (strange git failure), but as I
> didn't have strong need to build new stuff, I simply gave up
> straight away and switched to another task.
> The only "odd" thing I have here, is a *@#$! proxy. I am located in
> New Zealand.
And some of our engineers are having weird issues with the proxy as well.
Probably a moon phase... :)
--
Denys
> >>ERROR: Function failed: Fetcher failure for URL: 'git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>'. Unable to fetch URL from any source.
> >>ERROR: Logfile of failure stored in: /home/prathamesh/workdir/poky-dylan-9.0.1/build/tmp-eglibc-eglibc/work/pandaboard-oe-linux-gnueabi/linux-omap4/3.4-r0/temp/log.do_fetch.4257
> >>ERROR: Task 910 (/home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch) failed with exit code '1'
> >>NOTE: Tasks Summary: Attempted 2323 tasks of which 2231 didn't need to be rerun and 1 failed.
> >>Waiting for 0 running tasks to finish:
> >>
> >>Summary: 1 task failed:
> >> /home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch
> >>Summary: There was 1 WARNING message shown.
> >>Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> >>
> >>Note:
> >>1. I have successfully built the foton-image for target vexpressa9, and it
> >>boots without any errors in the qemu emulator.
> >>2. I am able to 'git clone' the above mentioned repository. If you could let
> >>me know how can I use the local repository for build process. I tried
> >>copying the repository in downloads folder, but it did not work somehow.
> >You need to get a bare repository and place it into:
> >downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git
> >
>
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: unable to fetch a repository mentioned in SRC_URI
2013-08-11 18:27 ` Denys Dmytriyenko
@ 2013-08-14 20:28 ` Christian Gagneraud
2013-08-14 19:29 ` Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: Christian Gagneraud @ 2013-08-14 20:28 UTC (permalink / raw)
To: meta-ti
On 08/12/2013 06:27 AM, Denys Dmytriyenko wrote:
> On Tue, Aug 06, 2013 at 11:43:08AM +0000, Prathamesh P Ghanekar wrote:
>> Hello,
>>
>> I am trying to integrate meta-ti layer into the current yocto project. I
>> wish to build the image for pandaboard.
>>
>> I am adding another layer called meta-ivi in the yocto kernel which provided
>> functionality for in-vehicle infotainment systems. In the meta-ivi layer,
>> there is a recipe "foton-image", which builds GENIVI compliant baseline
>> image. Also, few recipes were masked to resolve the license issue.
>>
>> So, setting all the variables in the conf/local.conf and conf/bblayers.conf
>> file, I build the image as follows.
>>
>>
>> è bitbake foton-image
>>
>>
>> I ended up with following error, which indicates that there's a failure in fetching the repository.
>>
>> Here is the output log for your reference:
>>
>> prathamesh@mintos ~/workdir/poky-dylan-9.0.1/build $ bitbake foton-image
>> Loading cache: 100% |###################################################################################################################################| ETA: 00:00:00
>> Loaded 1220 entries from dependency cache.
>>
>> Build Configuration:
>> BB_VERSION = "1.18.0"
>> BUILD_SYS = "i686-linux"
>> NATIVELSBSTRING = "LinuxMint-14"
>> TARGET_SYS = "arm-oe-linux-gnueabi"
>> MACHINE = "pandaboard"
>> DISTRO = "poky-ivi-systemd"
>> DISTRO_VERSION = "4.0.2"
>> TUNE_FEATURES = "armv7a vfp neon"
>> TARGET_FPU = "vfp-neon"
>> meta
>> meta-yocto
>> meta-yocto-bsp
>> meta-ivi-4.0.2 = "<unknown>:<unknown>"
>> meta-ti = "master:c14c386946e1ea341faeea292580e37d538d645d"
>>
>> NOTE: Resolving any missing task queue dependencies
>> NOTE: multiple providers are available for u-boot (u-boot, u-boot-ti-staging)
>> NOTE: consider defining a PREFERRED_PROVIDER entry to match u-boot
>> NOTE: Preparing runqueue
>> NOTE: Executing SetScene Tasks
>> NOTE: Executing RunQueue Tasks
>> WARNING: Failed to fetch URL git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>, attempting MIRRORS if available
>> ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
>> Cloning into bare repository '/home/prathamesh/workdir/poky-dylan-9.0.1/build/downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git'...
>>
>> fatal: The remote end hung up unexpectedly
>> fatal: early EOF
>> fatal: index-pack failed
> It seems you had your connection terminated unexpectedly... Have you tried it
> again? Does it happen every time?
> BTW, seems to work fine here...
I ran into similar problems recently (strange git failure), but as I
didn't have strong need to build new stuff, I simply gave up straight
away and switched to another task.
The only "odd" thing I have here, is a *@#$! proxy. I am located in New
Zealand.
Chris
>
>
>> ERROR: Function failed: Fetcher failure for URL: 'git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>'. Unable to fetch URL from any source.
>> ERROR: Logfile of failure stored in: /home/prathamesh/workdir/poky-dylan-9.0.1/build/tmp-eglibc-eglibc/work/pandaboard-oe-linux-gnueabi/linux-omap4/3.4-r0/temp/log.do_fetch.4257
>> ERROR: Task 910 (/home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch) failed with exit code '1'
>> NOTE: Tasks Summary: Attempted 2323 tasks of which 2231 didn't need to be rerun and 1 failed.
>> Waiting for 0 running tasks to finish:
>>
>> Summary: 1 task failed:
>> /home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch
>> Summary: There was 1 WARNING message shown.
>> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
>>
>> Note:
>> 1. I have successfully built the foton-image for target vexpressa9, and it
>> boots without any errors in the qemu emulator.
>> 2. I am able to 'git clone' the above mentioned repository. If you could let
>> me know how can I use the local repository for build process. I tried
>> copying the repository in downloads folder, but it did not work somehow.
> You need to get a bare repository and place it into:
> downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: unable to fetch a repository mentioned in SRC_URI
2013-08-14 19:29 ` Denys Dmytriyenko
@ 2013-08-16 3:09 ` Sundareson, Prabindh
2013-08-16 4:13 ` Christian Gagneraud
0 siblings, 1 reply; 7+ messages in thread
From: Sundareson, Prabindh @ 2013-08-16 3:09 UTC (permalink / raw)
To: Dmytriyenko, Denys, Christian Gagneraud; +Cc: meta-ti@yoctoproject.org
Is this resolved - were you able to generate the image ? I seem to be having a similar issue,
regards,
Prabu
-----Original Message-----
From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
Sent: Thursday, August 15, 2013 1:00 AM
To: Christian Gagneraud
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] unable to fetch a repository mentioned in SRC_URI
On Thu, Aug 15, 2013 at 08:28:37AM +1200, Christian Gagneraud wrote:
> On 08/12/2013 06:27 AM, Denys Dmytriyenko wrote:
> >On Tue, Aug 06, 2013 at 11:43:08AM +0000, Prathamesh P Ghanekar wrote:
> >>Hello,
> >>
> >>I am trying to integrate meta-ti layer into the current yocto
> >>project. I wish to build the image for pandaboard.
> >>
> >>I am adding another layer called meta-ivi in the yocto kernel which
> >>provided functionality for in-vehicle infotainment systems. In the
> >>meta-ivi layer, there is a recipe "foton-image", which builds GENIVI
> >>compliant baseline image. Also, few recipes were masked to resolve the license issue.
> >>
> >>So, setting all the variables in the conf/local.conf and
> >>conf/bblayers.conf file, I build the image as follows.
> >>
> >>
> >>è bitbake foton-image
> >>
> >>
> >>I ended up with following error, which indicates that there's a failure in fetching the repository.
> >>
> >>Here is the output log for your reference:
> >>
> >>prathamesh@mintos ~/workdir/poky-dylan-9.0.1/build $ bitbake
> >>foton-image Loading cache: 100%
> >>|###################################################################################################################################| ETA: 00:00:00 Loaded 1220 entries from dependency cache.
> >>
> >>Build Configuration:
> >>BB_VERSION = "1.18.0"
> >>BUILD_SYS = "i686-linux"
> >>NATIVELSBSTRING = "LinuxMint-14"
> >>TARGET_SYS = "arm-oe-linux-gnueabi"
> >>MACHINE = "pandaboard"
> >>DISTRO = "poky-ivi-systemd"
> >>DISTRO_VERSION = "4.0.2"
> >>TUNE_FEATURES = "armv7a vfp neon"
> >>TARGET_FPU = "vfp-neon"
> >>meta
> >>meta-yocto
> >>meta-yocto-bsp
> >>meta-ivi-4.0.2 = "<unknown>:<unknown>"
> >>meta-ti = "master:c14c386946e1ea341faeea292580e37d538d645d"
> >>
> >>NOTE: Resolving any missing task queue dependencies
> >>NOTE: multiple providers are available for u-boot (u-boot,
> >>u-boot-ti-staging)
> >>NOTE: consider defining a PREFERRED_PROVIDER entry to match u-boot
> >>NOTE: Preparing runqueue
> >>NOTE: Executing SetScene Tasks
> >>NOTE: Executing RunQueue Tasks
> >>WARNING: Failed to fetch URL
> >>git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protoco
> >>l=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/inte
> >>gration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>,
> >>attempting MIRRORS if available
> >>ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
> >>Cloning into bare repository '/home/prathamesh/workdir/poky-dylan-9.0.1/build/downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git'...
> >>
> >>fatal: The remote end hung up unexpectedly
> >>fatal: early EOF
> >>fatal: index-pack failed
> >It seems you had your connection terminated unexpectedly... Have you
> >tried it again? Does it happen every time?
> >BTW, seems to work fine here...
>
> I ran into similar problems recently (strange git failure), but as I
> didn't have strong need to build new stuff, I simply gave up straight
> away and switched to another task.
> The only "odd" thing I have here, is a *@#$! proxy. I am located in
> New Zealand.
And some of our engineers are having weird issues with the proxy as well.
Probably a moon phase... :)
--
Denys
> >>ERROR: Function failed: Fetcher failure for URL: 'git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>'. Unable to fetch URL from any source.
> >>ERROR: Logfile of failure stored in: /home/prathamesh/workdir/poky-dylan-9.0.1/build/tmp-eglibc-eglibc/work/pandaboard-oe-linux-gnueabi/linux-omap4/3.4-r0/temp/log.do_fetch.4257
> >>ERROR: Task 910 (/home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch) failed with exit code '1'
> >>NOTE: Tasks Summary: Attempted 2323 tasks of which 2231 didn't need to be rerun and 1 failed.
> >>Waiting for 0 running tasks to finish:
> >>
> >>Summary: 1 task failed:
> >> /home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch
> >>Summary: There was 1 WARNING message shown.
> >>Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> >>
> >>Note:
> >>1. I have successfully built the foton-image for target vexpressa9, and it
> >>boots without any errors in the qemu emulator.
> >>2. I am able to 'git clone' the above mentioned repository. If you could let
> >>me know how can I use the local repository for build process. I tried
> >>copying the repository in downloads folder, but it did not work somehow.
> >You need to get a bare repository and place it into:
> >downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git
> >
>
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
_______________________________________________
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: unable to fetch a repository mentioned in SRC_URI
2013-08-16 3:09 ` Sundareson, Prabindh
@ 2013-08-16 4:13 ` Christian Gagneraud
2013-08-17 15:02 ` Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: Christian Gagneraud @ 2013-08-16 4:13 UTC (permalink / raw)
To: Sundareson, Prabindh; +Cc: meta-ti@yoctoproject.org
On 16/08/13 15:09, Sundareson, Prabindh wrote:
> Is this resolved - were you able to generate the image ? I seem to be having a similar issue,
Sorry to hijack the thread, but on top of GIT problems last time, I had
another similar issue this morning with SVN
(svn://gcc.gnu.org/svn/gcc/branches;module=gcc-4_5-branch;protocol=http), not
sure if it is related, but it definitely used to work!
I can checkout this branch manually, but inside bitbake it fails, the
checkout is really done, but subversion returns with an error code, I
suspect that this error code should be considered a warning (since the
code has been checked out!).
It could potentially be a problem with gnome-keyring and pkcs#11 stuff
as well (Ubuntu 13.04 "upgraded" to KUbuntu 13.04). I tried the
"password-stores=" option in the [auth] section of ~/.subversion/config,
but it didn't do the trick.
Regards,
Chris
>
> regards,
> Prabu
>
>
> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Thursday, August 15, 2013 1:00 AM
> To: Christian Gagneraud
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] unable to fetch a repository mentioned in SRC_URI
>
> On Thu, Aug 15, 2013 at 08:28:37AM +1200, Christian Gagneraud wrote:
>> On 08/12/2013 06:27 AM, Denys Dmytriyenko wrote:
>>> On Tue, Aug 06, 2013 at 11:43:08AM +0000, Prathamesh P Ghanekar wrote:
>>>> Hello,
>>>>
>>>> I am trying to integrate meta-ti layer into the current yocto
>>>> project. I wish to build the image for pandaboard.
>>>>
>>>> I am adding another layer called meta-ivi in the yocto kernel which
>>>> provided functionality for in-vehicle infotainment systems. In the
>>>> meta-ivi layer, there is a recipe "foton-image", which builds GENIVI
>>>> compliant baseline image. Also, few recipes were masked to resolve the license issue.
>>>>
>>>> So, setting all the variables in the conf/local.conf and
>>>> conf/bblayers.conf file, I build the image as follows.
>>>>
>>>>
>>>> è bitbake foton-image
>>>>
>>>>
>>>> I ended up with following error, which indicates that there's a failure in fetching the repository.
>>>>
>>>> Here is the output log for your reference:
>>>>
>>>> prathamesh@mintos ~/workdir/poky-dylan-9.0.1/build $ bitbake
>>>> foton-image Loading cache: 100%
>>>> |###################################################################################################################################| ETA: 00:00:00 Loaded 1220 entries from dependency cache.
>>>>
>>>> Build Configuration:
>>>> BB_VERSION = "1.18.0"
>>>> BUILD_SYS = "i686-linux"
>>>> NATIVELSBSTRING = "LinuxMint-14"
>>>> TARGET_SYS = "arm-oe-linux-gnueabi"
>>>> MACHINE = "pandaboard"
>>>> DISTRO = "poky-ivi-systemd"
>>>> DISTRO_VERSION = "4.0.2"
>>>> TUNE_FEATURES = "armv7a vfp neon"
>>>> TARGET_FPU = "vfp-neon"
>>>> meta
>>>> meta-yocto
>>>> meta-yocto-bsp
>>>> meta-ivi-4.0.2 = "<unknown>:<unknown>"
>>>> meta-ti = "master:c14c386946e1ea341faeea292580e37d538d645d"
>>>>
>>>> NOTE: Resolving any missing task queue dependencies
>>>> NOTE: multiple providers are available for u-boot (u-boot,
>>>> u-boot-ti-staging)
>>>> NOTE: consider defining a PREFERRED_PROVIDER entry to match u-boot
>>>> NOTE: Preparing runqueue
>>>> NOTE: Executing SetScene Tasks
>>>> NOTE: Executing RunQueue Tasks
>>>> WARNING: Failed to fetch URL
>>>> git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protoco
>>>> l=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/inte
>>>> gration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>,
>>>> attempting MIRRORS if available
>>>> ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
>>>> Cloning into bare repository '/home/prathamesh/workdir/poky-dylan-9.0.1/build/downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git'...
>>>>
>>>> fatal: The remote end hung up unexpectedly
>>>> fatal: early EOF
>>>> fatal: index-pack failed
>>> It seems you had your connection terminated unexpectedly... Have you
>>> tried it again? Does it happen every time?
>>> BTW, seems to work fine here...
>>
>> I ran into similar problems recently (strange git failure), but as I
>> didn't have strong need to build new stuff, I simply gave up straight
>> away and switched to another task.
>> The only "odd" thing I have here, is a *@#$! proxy. I am located in
>> New Zealand.
>
> And some of our engineers are having weird issues with the proxy as well.
> Probably a moon phase... :)
>
> --
> Denys
>
>
>>>> ERROR: Function failed: Fetcher failure for URL: 'git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>'. Unable to fetch URL from any source.
>>>> ERROR: Logfile of failure stored in: /home/prathamesh/workdir/poky-dylan-9.0.1/build/tmp-eglibc-eglibc/work/pandaboard-oe-linux-gnueabi/linux-omap4/3.4-r0/temp/log.do_fetch.4257
>>>> ERROR: Task 910 (/home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch) failed with exit code '1'
>>>> NOTE: Tasks Summary: Attempted 2323 tasks of which 2231 didn't need to be rerun and 1 failed.
>>>> Waiting for 0 running tasks to finish:
>>>>
>>>> Summary: 1 task failed:
>>>> /home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch
>>>> Summary: There was 1 WARNING message shown.
>>>> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
>>>>
>>>> Note:
>>>> 1. I have successfully built the foton-image for target vexpressa9, and it
>>>> boots without any errors in the qemu emulator.
>>>> 2. I am able to 'git clone' the above mentioned repository. If you could let
>>>> me know how can I use the local repository for build process. I tried
>>>> copying the repository in downloads folder, but it did not work somehow.
>>> You need to get a bare repository and place it into:
>>> downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git
>>>
>>
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: unable to fetch a repository mentioned in SRC_URI
2013-08-16 4:13 ` Christian Gagneraud
@ 2013-08-17 15:02 ` Denys Dmytriyenko
0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-08-17 15:02 UTC (permalink / raw)
To: Christian Gagneraud; +Cc: meta-ti@yoctoproject.org
On Fri, Aug 16, 2013 at 04:13:55PM +1200, Christian Gagneraud wrote:
> On 16/08/13 15:09, Sundareson, Prabindh wrote:
> >Is this resolved - were you able to generate the image ? I seem to be having a similar issue,
>
> Sorry to hijack the thread, but on top of GIT problems last time, I
> had another similar issue this morning with SVN (svn://gcc.gnu.org/svn/gcc/branches;module=gcc-4_5-branch;protocol=http),
> not sure if it is related, but it definitely used to work!
> I can checkout this branch manually, but inside bitbake it fails,
> the checkout is really done, but subversion returns with an error
> code, I suspect that this error code should be considered a warning
> (since the code has been checked out!).
> It could potentially be a problem with gnome-keyring and pkcs#11
> stuff as well (Ubuntu 13.04 "upgraded" to KUbuntu 13.04). I tried
> the "password-stores=" option in the [auth] section of
> ~/.subversion/config, but it didn't do the trick.
Do you know the type of proxy you are using? Did you make changes to the
~/.subversion/servers file to specify the proxy setup?
--
Denys
> >-----Original Message-----
> >From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> >Sent: Thursday, August 15, 2013 1:00 AM
> >To: Christian Gagneraud
> >Cc: meta-ti@yoctoproject.org
> >Subject: Re: [meta-ti] unable to fetch a repository mentioned in SRC_URI
> >
> >On Thu, Aug 15, 2013 at 08:28:37AM +1200, Christian Gagneraud wrote:
> >>On 08/12/2013 06:27 AM, Denys Dmytriyenko wrote:
> >>>On Tue, Aug 06, 2013 at 11:43:08AM +0000, Prathamesh P Ghanekar wrote:
> >>>>Hello,
> >>>>
> >>>>I am trying to integrate meta-ti layer into the current yocto
> >>>>project. I wish to build the image for pandaboard.
> >>>>
> >>>>I am adding another layer called meta-ivi in the yocto kernel which
> >>>>provided functionality for in-vehicle infotainment systems. In the
> >>>>meta-ivi layer, there is a recipe "foton-image", which builds GENIVI
> >>>>compliant baseline image. Also, few recipes were masked to resolve the license issue.
> >>>>
> >>>>So, setting all the variables in the conf/local.conf and
> >>>>conf/bblayers.conf file, I build the image as follows.
> >>>>
> >>>>
> >>>>è bitbake foton-image
> >>>>
> >>>>
> >>>>I ended up with following error, which indicates that there's a failure in fetching the repository.
> >>>>
> >>>>Here is the output log for your reference:
> >>>>
> >>>>prathamesh@mintos ~/workdir/poky-dylan-9.0.1/build $ bitbake
> >>>>foton-image Loading cache: 100%
> >>>>|###################################################################################################################################| ETA: 00:00:00 Loaded 1220 entries from dependency cache.
> >>>>
> >>>>Build Configuration:
> >>>>BB_VERSION = "1.18.0"
> >>>>BUILD_SYS = "i686-linux"
> >>>>NATIVELSBSTRING = "LinuxMint-14"
> >>>>TARGET_SYS = "arm-oe-linux-gnueabi"
> >>>>MACHINE = "pandaboard"
> >>>>DISTRO = "poky-ivi-systemd"
> >>>>DISTRO_VERSION = "4.0.2"
> >>>>TUNE_FEATURES = "armv7a vfp neon"
> >>>>TARGET_FPU = "vfp-neon"
> >>>>meta
> >>>>meta-yocto
> >>>>meta-yocto-bsp
> >>>>meta-ivi-4.0.2 = "<unknown>:<unknown>"
> >>>>meta-ti = "master:c14c386946e1ea341faeea292580e37d538d645d"
> >>>>
> >>>>NOTE: Resolving any missing task queue dependencies
> >>>>NOTE: multiple providers are available for u-boot (u-boot,
> >>>>u-boot-ti-staging)
> >>>>NOTE: consider defining a PREFERRED_PROVIDER entry to match u-boot
> >>>>NOTE: Preparing runqueue
> >>>>NOTE: Executing SetScene Tasks
> >>>>NOTE: Executing RunQueue Tasks
> >>>>WARNING: Failed to fetch URL
> >>>>git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protoco
> >>>>l=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/inte
> >>>>gration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>,
> >>>>attempting MIRRORS if available
> >>>>ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
> >>>>Cloning into bare repository '/home/prathamesh/workdir/poky-dylan-9.0.1/build/downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git'...
> >>>>
> >>>>fatal: The remote end hung up unexpectedly
> >>>>fatal: early EOF
> >>>>fatal: index-pack failed
> >>>It seems you had your connection terminated unexpectedly... Have you
> >>>tried it again? Does it happen every time?
> >>>BTW, seems to work fine here...
> >>
> >>I ran into similar problems recently (strange git failure), but as I
> >>didn't have strong need to build new stuff, I simply gave up straight
> >>away and switched to another task.
> >>The only "odd" thing I have here, is a *@#$! proxy. I am located in
> >>New Zealand.
> >
> >And some of our engineers are having weird issues with the proxy as well.
> >Probably a moon phase... :)
> >
> >--
> >Denys
> >
> >
> >>>>ERROR: Function failed: Fetcher failure for URL: 'git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487<http://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487>'. Unable to fetch URL from any source.
> >>>>ERROR: Logfile of failure stored in: /home/prathamesh/workdir/poky-dylan-9.0.1/build/tmp-eglibc-eglibc/work/pandaboard-oe-linux-gnueabi/linux-omap4/3.4-r0/temp/log.do_fetch.4257
> >>>>ERROR: Task 910 (/home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch) failed with exit code '1'
> >>>>NOTE: Tasks Summary: Attempted 2323 tasks of which 2231 didn't need to be rerun and 1 failed.
> >>>>Waiting for 0 running tasks to finish:
> >>>>
> >>>>Summary: 1 task failed:
> >>>> /home/prathamesh/workdir/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb<http://linux-omap4_3.4.bb>, do_fetch
> >>>>Summary: There was 1 WARNING message shown.
> >>>>Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> >>>>
> >>>>Note:
> >>>>1. I have successfully built the foton-image for target vexpressa9, and it
> >>>>boots without any errors in the qemu emulator.
> >>>>2. I am able to 'git clone' the above mentioned repository. If you could let
> >>>>me know how can I use the local repository for build process. I tried
> >>>>copying the repository in downloads folder, but it did not work somehow.
> >>>You need to get a bare repository and place it into:
> >>>downloads/git2/dev.omapzoom.org.pub.scm.integration.kernel-ubuntu.git
> >>>
> >>
> >>_______________________________________________
> >>meta-ti mailing list
> >>meta-ti@yoctoproject.org
> >>https://lists.yoctoproject.org/listinfo/meta-ti
> >_______________________________________________
> >meta-ti mailing list
> >meta-ti@yoctoproject.org
> >https://lists.yoctoproject.org/listinfo/meta-ti
> >
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-08-17 15:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06 11:43 unable to fetch a repository mentioned in SRC_URI Prathamesh P Ghanekar
2013-08-11 18:27 ` Denys Dmytriyenko
2013-08-14 20:28 ` Christian Gagneraud
2013-08-14 19:29 ` Denys Dmytriyenko
2013-08-16 3:09 ` Sundareson, Prabindh
2013-08-16 4:13 ` Christian Gagneraud
2013-08-17 15:02 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.