All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Шарихин Дмитрий Сергеевич" <SharihinDS@energomera.ru>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: Unable to build ti-ccsv6-native and other packages
Date: Fri, 4 Nov 2016 16:20:35 -0400	[thread overview]
Message-ID: <20161104202035.GT12745@edge> (raw)
In-Reply-To: <1478251939.5248.11.camel@energomera.ru>

On Fri, Nov 04, 2016 at 09:32:19AM +0000, Шарихин Дмитрий Сергеевич wrote:
> Hi all,
> A few days ago it was announced the release of Yocto 2.2, so I decided to 
> rebuild whole distro.
> 
> 1. When I started bitbake, I've found that there's no Doxygen package in 
> base Yocto/Poky distro, so I've copied one from meta-arago-extras. What's 
> the correct way to workaround this issue?

meta-arago-extras is just another layer that can be added.


> 2. [Main issue] When bitbake tries to build ti-ccsv6-native there is a error:
> 
> WARNING: ti-ccsv6-native-6.1.3.00034-r0 do_fetch: Failed to fetch URL http://install.source.dir.local/CCS6.1.3.00034_linux.tar.gz;name=ccsv6, attempting MIRRORS if available
> ERROR: ti-ccsv6-native-6.1.3.00034-r0 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-aH3buan98u,guid=e17812544d78610aef8cfc9f581c3d0c"; export SSH_AGENT_PID="1525"; export SSH_AUTH_SOCK="/tmp/ssh-LRkwiDyVSVf5/agent.1479"; export PATH="/home/sharihinds/CL-SOM-AM57x/morty/scripts/native-intercept:/home/sharihinds/CL-SOM-AM57x/morty/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/sharihinds/CL-SOM-AM57x/morty/scripts:/home/sharihinds/CL-SOM-AM57x/morty/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-linux:/home/sharihinds/CL-SOM-AM57x/morty/build/tmp/sysroots/x86_64-linux/usr/bin:/home/sharihinds/CL-SOM-AM57x/morty/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/sharihinds/CL-SOM-AM57x/morty/build/tmp/sysroots/x86_64-linux/usr/bin:/home/sharihinds/CL-SOM-AM57x/morty/build/tmp/sysroots/x86_64-linux/sbin:/home/sharihinds/CL-SOM-AM57x/morty/build/tmp/sysroots/x86_64-linux/bin:/home/sharihinds/CL-SOM-AM57x/morty/scripts:/home/sharihinds/CL-SOM-AM57x/morty/bit
> bake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"; export HOME="/home/sharihinds"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/sharihinds/CL-SOM-AM57x/downloads 'http://install.source.dir.local/CCS6.1.3.00034_linux.tar.gz' --progress=dot -v failed with exit code 4, output:
> --2016-11-04 12:07:14--  http://install.source.dir.local/CCS6.1.3.00034_linux.tar.gz
> Resolving install.source.dir.local (install.source.dir.local)... failed: Name or service not known.
> wget: unable to resolve host address ‘install.source.dir.local’
> 
> ERROR: ti-ccsv6-native-6.1.3.00034-r0 do_fetch: Fetcher failure for URL: 'http://install.source.dir.local/CCS6.1.3.00034_linux.tar.gz;name=ccsv6'. Unable to fetch URL from any source.
> ERROR: ti-ccsv6-native-6.1.3.00034-r0 do_fetch: Function failed: base_do_fetch
> ERROR: Logfile of failure stored in: /home/sharihinds/CL-SOM-AM57x/morty/build/tmp/work/x86_64-linux/ti-ccsv6-native/6.1.3.00034-r0/temp/log.do_fetch.13158
> ERROR: Task (/home/sharihinds/CL-SOM-AM57x/morty/build/../meta-ti/recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb:do_fetch) failed with exit code '1'
> 
> Error reveals when I add ipumm-fw in dependency of kernel.
> 
> Does anybody encountered same problem? How can I fix this issue?

CCS requires manual download due to licensing - install.source.dir.local is a 
fake address and a placeholder to fail download attempts if CCS tarball was 
not already provided.

The original commit had that info:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/recipes-ti/devtools?id=ffeefcb8e537d7f26eca186866075667bfac9fa7

The recipe itself also points to the Wiki with download links:
http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_Version_6_Downloads

-- 
Denys


  parent reply	other threads:[~2016-11-04 20:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-04  9:32 Unable to build ti-ccsv6-native and other packages Шарихин Дмитрий Сергеевич
2016-11-04 13:34 ` Robert Nelson
2016-11-04 20:20 ` Denys Dmytriyenko [this message]
2016-11-05  9:32   ` Шарихин Дмитрий Сергеевич
2016-11-06 23:55     ` Denys Dmytriyenko

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=20161104202035.GT12745@edge \
    --to=denys@ti.com \
    --cc=SharihinDS@energomera.ru \
    --cc=meta-ti@yoctoproject.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.