All of lore.kernel.org
 help / color / mirror / Atom feed
* Unable to build ti-ccsv6-native and other packages
@ 2016-11-04  9:32 Шарихин Дмитрий Сергеевич
  2016-11-04 13:34 ` Robert Nelson
  2016-11-04 20:20 ` Denys Dmytriyenko
  0 siblings, 2 replies; 5+ messages in thread
From: Шарихин Дмитрий Сергеевич @ 2016-11-04  9:32 UTC (permalink / raw)
  To: meta-ti@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2922 bytes --]

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?

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/bitbake/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?

Thanks

[-- Attachment #2: Type: text/html, Size: 6756 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Unable to build ti-ccsv6-native and other packages
  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
  1 sibling, 0 replies; 5+ messages in thread
From: Robert Nelson @ 2016-11-04 13:34 UTC (permalink / raw)
  To: Шарихин Дмитрий Сергеевич
  Cc: meta-ti@yoctoproject.org

On Fri, Nov 4, 2016 at 4:32 AM, Шарихин Дмитрий Сергеевич
<SharihinDS@energomera.ru> 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?
>
> 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/bitbake/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?

http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK#Code_Composer_Studio

Regards

-- 
Robert Nelson
https://rcn-ee.com/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Unable to build ti-ccsv6-native and other packages
  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
  2016-11-05  9:32   ` Шарихин Дмитрий Сергеевич
  1 sibling, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2016-11-04 20:20 UTC (permalink / raw)
  To: Шарихин Дмитрий Сергеевич
  Cc: meta-ti@yoctoproject.org

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Unable to build ti-ccsv6-native and other packages
  2016-11-04 20:20 ` Denys Dmytriyenko
@ 2016-11-05  9:32   ` Шарихин Дмитрий Сергеевич
  2016-11-06 23:55     ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Шарихин Дмитрий Сергеевич @ 2016-11-05  9:32 UTC (permalink / raw)
  To: denys@ti.com; +Cc: meta-ti@yoctoproject.org

On Пт, 2016-11-04 at 16:20 -0400, Denys Dmytriyenko wrote:
> > 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.

Thanks, but here's another question: why ipumm-fw do require CCS? Is
build process for firmware so complex, so for some megabytes of
firmware I should install the whole Eclipse?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Unable to build ti-ccsv6-native and other packages
  2016-11-05  9:32   ` Шарихин Дмитрий Сергеевич
@ 2016-11-06 23:55     ` Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2016-11-06 23:55 UTC (permalink / raw)
  To: Шарихин Дмитрий Сергеевич
  Cc: meta-ti@yoctoproject.org

On Sat, Nov 05, 2016 at 09:32:01AM +0000, Шарихин Дмитрий Сергеевич wrote:
> On Пт, 2016-11-04 at 16:20 -0400, Denys Dmytriyenko wrote:
> > > 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.
> 
> Thanks, but here's another question: why ipumm-fw do require CCS? Is
> build process for firmware so complex, so for some megabytes of
> firmware I should install the whole Eclipse?

CCS currently bundles some of the TI CodeGen toolchains that are not yet 
available standalone otherwise. Once that gets resolved, there won't be a 
need for CCS dependency anymore.

-- 
Denys


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-11-06 23:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2016-11-05  9:32   ` Шарихин Дмитрий Сергеевич
2016-11-06 23:55     ` 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.