From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by arago-project.org (Postfix) with ESMTPS id 6E3B652AA7 for ; Thu, 1 Aug 2013 08:57:02 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r718v1Gi002323; Thu, 1 Aug 2013 03:57:01 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r718v1H6027639; Thu, 1 Aug 2013 03:57:01 -0500 Received: from DLEE11.ent.ti.com ([fe80::40fa:b936:da7c:d113]) by DLEE71.ent.ti.com ([fe80::4dce:5c82:1ad0:d462%28]) with mapi id 14.02.0342.003; Thu, 1 Aug 2013 03:57:01 -0500 From: "Maupin, Chase" To: "Sivaprasad Pala (RBEI/EAA1)" , "meta-arago@arago-project.org" Thread-Topic: [meta-arago] error while building yocto for am335x Thread-Index: AQHOjnmXKMLUgXQ1lUSvB3jFWWWAr5l//48AgAAFFVCAAAgBsA== Date: Thu, 1 Aug 2013 08:57:00 +0000 Message-ID: <7D46E86EC0A8354091174257B2FED101596877B8@DLEE11.ent.ti.com> References: <1366828154-17755-1-git-send-email-hzhang@ti.com> <8F29D6B095ED194EA1980491A5E029710C4328F5@DFLE08.ent.ti.com> <20130424194115.GR12173@edge> <7D46E86EC0A8354091174257B2FED101596876B2@DLEE11.ent.ti.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [128.247.5.50] MIME-Version: 1.0 Subject: Re: error while building yocto for am335x X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 08:57:02 -0000 Content-Language: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable >-----Original Message----- >From: Sivaprasad Pala (RBEI/EAA1) >[mailto:Sivaprasad.Pala@in.bosch.com] >Sent: Thursday, August 01, 2013 2:17 PM >To: Maupin, Chase; meta-arago@arago-project.org >Subject: RE: [meta-arago] error while building yocto for am335x > >Hi, > >latest commit id I took from site and replaced SRCREV with latest >one. >Even I am getting the error "Failure expanding variable S:" >And "SRCPV, expression was ${@bb.fetch2.get_srcrev(d)}" Did you replace the SRCREV in the bbappend file at ./meta-arago/meta-arago-= distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend > >And, > >I am trying to setup "git proxy settings". >Under corporate firewall I am unable to use command "git clone >git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux- >2.6.git" >What configurations should I need to do for using >"git://git.kernel.org" First you need to create a proxy command file: vi ~/git-proxy.sh #!/bin/bash exec env corkscrew $* chmod +x ~/git-proxy.sh Then set git to use this proxy script git config --global core.gitproxy =93~/git-proxy.sh=94 You need to get the proxy host and port from your IT department. > >Thanks for the reply. > >Regards, >Siva. > > >-----Original Message----- >From: Maupin, Chase [mailto:chase.maupin@ti.com] >Sent: Thursday, August 01, 2013 1:39 PM >To: Sivaprasad Pala (RBEI/EAA1); meta-arago@arago-project.org >Subject: RE: [meta-arago] error while building yocto for am335x > >Ltp-ddt is an autorev recipe which means that it must read the >current latest commit id in order to parse. This looks like you >are having an issue with git reaching the repository. Can you >check your git proxy settings? > >>-----Original Message----- >>From: meta-arago-bounces@arago-project.org [mailto:meta-arago- >>bounces@arago-project.org] On Behalf Of siva >>Sent: Thursday, August 01, 2013 11:04 AM >>To: meta-arago@arago-project.org >>Subject: [meta-arago] error while building yocto for am335x >> >>hello all, >> >>I followed steps mentioned in below wiki. >>http://arago- >>project.org/wiki/index.php/Setting_Up_Build_Environment >> >>I am wandering why the build is going to fail. >>I tried in many ways to resolve it.(changing the definition of >>variable etc.) >> >>Please find the below log. >> >>Thanks, >>Siva. >> >> >>xxxxx@xxxxx:~/tisdk/build$ MACHINE=3Dam335x-evm bitbake core-image- >>minimal >>Pseudo is not present but is required, building this first before >>the main build >>Loading cache: 100% >>|################################################################ ># >>############# >>######################################################| >>ETA: 00:00:00 >>Loaded 72 entries from dependency cache. >>NOTE: Error during finalise of/home/xxxxx/tisdk/sources/meta- >>arago/ >>meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt-legacy_1.0.bb- >- >>:-- >> >>ERROR: ExpansionError during >>parsing/home/xxxxx/tisdk/sources/meta-arago/ >>meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt-legacy_1.0.bb: >> >>Failure expanding variable S: ExpansionError: Failure expanding >>variable >>SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered >>exception >>FetchError: Fetcher failure: Fetch command failed with exit code >>128, output: >>fatal: unable to connect to arago-project.org: >>arago-project.org: Name or service not known >> >> >>ERROR: Command execution failed: Exited with 1 >> >>Summary: There were 2 ERROR messages shown, >>returning a non-zero exit code. >>xxxxx@xxxxx:~/tisdk/build$ >> >>_______________________________________________ >>meta-arago mailing list >>meta-arago@arago-project.org >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago