From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>,
"Sivaprasad Pala \(RBEI/EAA1\)" <Sivaprasad.Pala@in.bosch.com>
Subject: Re: error while building yocto for am335x
Date: Thu, 1 Aug 2013 10:17:39 -0400 [thread overview]
Message-ID: <20130801141739.GH13691@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED101596877B8@DLEE11.ent.ti.com>
On Thu, Aug 01, 2013 at 08:57:00AM +0000, Maupin, Chase wrote:
> >-----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
BTW, in the original email the error was at ltp-ddt-legacy. But in general,
all AUTOREVs should be replaced, if there are problems with git access. You'll
still get issues downloading from git, but at least it will parse.
> >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 <your proxy host> <your proxy port> $*
> chmod +x ~/git-proxy.sh
> Then set git to use this proxy script
> git config --global core.gitproxy “~/git-proxy.sh”
Or export GITPROXYCOMMAND=~/git-proxy.sh
> 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=am335x-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
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2013-08-01 14:17 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-24 18:29 [PATCH] matrix-lighttpd-config: add static cgi and .out support in Matrix PHP hzhang
2013-04-24 19:16 ` Cooper Jr., Franklin
2013-04-24 19:21 ` Denys Dmytriyenko
2013-04-24 19:26 ` Zhang, Hao
2013-04-24 19:40 ` Cooper Jr., Franklin
2013-04-25 0:51 ` Zhang, Hao
2013-04-25 23:42 ` Cooper Jr., Franklin
2013-04-24 19:41 ` Denys Dmytriyenko
2013-08-01 5:33 ` error while building yocto for am335x siva
2013-08-01 8:09 ` Maupin, Chase
2013-08-01 8:47 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-01 8:57 ` Maupin, Chase
2013-08-01 14:17 ` Denys Dmytriyenko [this message]
2013-08-07 8:05 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 9:28 ` Maupin, Chase
2013-08-07 11:41 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 12:03 ` Maupin, Chase
2013-08-07 12:14 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 12:16 ` Maupin, Chase
2013-08-07 12:19 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 12:22 ` Maupin, Chase
2013-08-07 12:33 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 12:43 ` Maupin, Chase
2013-08-07 12:53 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 14:24 ` Denys Dmytriyenko
2013-08-07 16:31 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 16:57 ` Denys Dmytriyenko
2013-08-08 8:02 ` Sivaprasad Pala (RBEI/EAA1)
2013-08-07 12:43 ` Maupin, Chase
2013-08-07 12:19 ` Maupin, Chase
2013-08-07 12:22 ` Sivaprasad Pala (RBEI/EAA1)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130801141739.GH13691@edge \
--to=denys@ti.com \
--cc=Sivaprasad.Pala@in.bosch.com \
--cc=chase.maupin@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.