* ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine @ 2011-09-21 14:37 ibrahim demir 2011-09-21 15:04 ` Gary Thomas 0 siblings, 1 reply; 15+ messages in thread From: ibrahim demir @ 2011-09-21 14:37 UTC (permalink / raw) To: openembedded-devel@lists.openembedded.org Dear developers, i have a problem at installing ti codec engine:�http://pastebin.com/uU7etDYs�.�i downloaded ti_cgt_c6000_6.1.17_setup_linux_x86.bin�and generated it's md5. in recipes/ti/...6.1.17.bb says md5 is : 41ee41cc74800b06705804f7ef901447. But when i calculate its md5, i get this: 5ee5c8e573ab0a1ba1249511d4a06c27. I download again and again but the result of md5 was the same. Then i changed bb file to 5ee5c8e573ab0a1ba1249511d4a06c27.�and run bitbake ti-codec-engine,�but the result was:�http://pastebin.com/1SCrtWvQ� so in this case what is my problem, what should i do? Kind Regards, Ibrahim DEMIR From paulepanter@users.sourceforge.net Wed Sep 21 16:56:45 2011 Received: from mail.gw90.de ([188.40.100.199]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <paulepanter@users.sourceforge.net>) id 1R6OE9-0001jl-No for openembedded-devel@lists.openembedded.org; Wed, 21 Sep 2011 16:56:45 +0200 Received: from f053045060.adsl.alicedsl.de ([78.53.45.60] helo ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine 2011-09-21 14:37 ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine ibrahim demir @ 2011-09-21 15:04 ` Gary Thomas 2011-09-21 15:06 ` Graeme Gregory 2011-09-21 15:51 ` Gary Thomas 0 siblings, 2 replies; 15+ messages in thread From: Gary Thomas @ 2011-09-21 15:04 UTC (permalink / raw) To: openembedded-devel On 2011-09-21 08:37, ibrahim demir wrote: > Dear developers, > > > i have a problem at installing ti codec engine: http://pastebin.com/uU7etDYs . i downloaded ti_cgt_c6000_6.1.17_setup_linux_x86.bin and generated it's md5. > > in recipes/ti/...6.1.17.bb says md5 is : 41ee41cc74800b06705804f7ef901447. But when i calculate its md5, i get this: 5ee5c8e573ab0a1ba1249511d4a06c27. I download again and again but the result of md5 was the same. Then i changed bb file to 5ee5c8e573ab0a1ba1249511d4a06c27. and run bitbake ti-codec-engine, but the result was: http://pastebin.com/1SCrtWvQ > > so in this case what is my problem, what should i do? Your download is damaged. How did you download it? Make sure you download files in binary mode only. Your file should match this: $ md5sum ti_cgt_c6000_6.1.17_setup_linux_x86.bin 41ee41cc74800b06705804f7ef901447 ti_cgt_c6000_6.1.17_setup_linux_x86.bin $ ls -l ti_cgt_c6000_6.1.17_setup_linux_x86.bin -rw-rw-r-- 1 gthomas gthomas 77374699 Mar 3 2011 ti_cgt_c6000_6.1.17_setup_linux_x86.bin -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine 2011-09-21 15:04 ` Gary Thomas @ 2011-09-21 15:06 ` Graeme Gregory 2011-09-21 15:21 ` Gary Thomas 2011-09-21 15:51 ` Gary Thomas 1 sibling, 1 reply; 15+ messages in thread From: Graeme Gregory @ 2011-09-21 15:06 UTC (permalink / raw) To: openembedded-devel On 21/09/11 16:04, Gary Thomas wrote: > On 2011-09-21 08:37, ibrahim demir wrote: >> Dear developers, >> >> >> i have a problem at installing ti codec engine: >> http://pastebin.com/uU7etDYs . i downloaded >> ti_cgt_c6000_6.1.17_setup_linux_x86.bin and generated it's md5. >> >> in recipes/ti/...6.1.17.bb says md5 is : >> 41ee41cc74800b06705804f7ef901447. But when i calculate its md5, i get >> this: 5ee5c8e573ab0a1ba1249511d4a06c27. I download again and again >> but the result of md5 was the same. Then i changed bb file to >> 5ee5c8e573ab0a1ba1249511d4a06c27. and run bitbake ti-codec-engine, >> but the result was: http://pastebin.com/1SCrtWvQ >> >> so in this case what is my problem, what should i do? > > Your download is damaged. How did you download it? Make sure you > download > files in binary mode only. Your file should match this: > $ md5sum ti_cgt_c6000_6.1.17_setup_linux_x86.bin > 41ee41cc74800b06705804f7ef901447 > ti_cgt_c6000_6.1.17_setup_linux_x86.bin > $ ls -l ti_cgt_c6000_6.1.17_setup_linux_x86.bin > -rw-rw-r-- 1 gthomas gthomas 77374699 Mar 3 2011 > ti_cgt_c6000_6.1.17_setup_linux_x86.bin > I dont think his download is damaged, I tested my download and my md5sum matches his. Graeme ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine 2011-09-21 15:06 ` Graeme Gregory @ 2011-09-21 15:21 ` Gary Thomas 2011-09-21 15:21 ` Graeme Gregory 0 siblings, 1 reply; 15+ messages in thread From: Gary Thomas @ 2011-09-21 15:21 UTC (permalink / raw) To: openembedded-devel On 2011-09-21 09:06, Graeme Gregory wrote: > On 21/09/11 16:04, Gary Thomas wrote: >> On 2011-09-21 08:37, ibrahim demir wrote: >>> Dear developers, >>> >>> >>> i have a problem at installing ti codec engine: http://pastebin.com/uU7etDYs . i downloaded ti_cgt_c6000_6.1.17_setup_linux_x86.bin and generated it's md5. >>> >>> in recipes/ti/...6.1.17.bb says md5 is : 41ee41cc74800b06705804f7ef901447. But when i calculate its md5, i get this: 5ee5c8e573ab0a1ba1249511d4a06c27. I download again and again >>> but the result of md5 was the same. Then i changed bb file to 5ee5c8e573ab0a1ba1249511d4a06c27. and run bitbake ti-codec-engine, but the result was: http://pastebin.com/1SCrtWvQ >>> >>> so in this case what is my problem, what should i do? >> >> Your download is damaged. How did you download it? Make sure you download >> files in binary mode only. Your file should match this: >> $ md5sum ti_cgt_c6000_6.1.17_setup_linux_x86.bin >> 41ee41cc74800b06705804f7ef901447 ti_cgt_c6000_6.1.17_setup_linux_x86.bin >> $ ls -l ti_cgt_c6000_6.1.17_setup_linux_x86.bin >> -rw-rw-r-- 1 gthomas gthomas 77374699 Mar 3 2011 ti_cgt_c6000_6.1.17_setup_linux_x86.bin >> > I dont think his download is damaged, I tested my download and my md5sum matches his. The last error posted implies that it is - that binary file is a self-unpacking glob which is failing it's internal checksum. Did you try to run what you downloaded? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine 2011-09-21 15:21 ` Gary Thomas @ 2011-09-21 15:21 ` Graeme Gregory 0 siblings, 0 replies; 15+ messages in thread From: Graeme Gregory @ 2011-09-21 15:21 UTC (permalink / raw) To: Gary Thomas; +Cc: openembedded-devel On 21/09/11 16:21, Gary Thomas wrote: > On 2011-09-21 09:06, Graeme Gregory wrote: >> On 21/09/11 16:04, Gary Thomas wrote: >>> On 2011-09-21 08:37, ibrahim demir wrote: >>>> Dear developers, >>>> >>>> >>>> i have a problem at installing ti codec engine: >>>> http://pastebin.com/uU7etDYs . i downloaded >>>> ti_cgt_c6000_6.1.17_setup_linux_x86.bin and generated it's md5. >>>> >>>> in recipes/ti/...6.1.17.bb says md5 is : >>>> 41ee41cc74800b06705804f7ef901447. But when i calculate its md5, i >>>> get this: 5ee5c8e573ab0a1ba1249511d4a06c27. I download again and again >>>> but the result of md5 was the same. Then i changed bb file to >>>> 5ee5c8e573ab0a1ba1249511d4a06c27. and run bitbake ti-codec-engine, >>>> but the result was: http://pastebin.com/1SCrtWvQ >>>> >>>> so in this case what is my problem, what should i do? >>> >>> Your download is damaged. How did you download it? Make sure you >>> download >>> files in binary mode only. Your file should match this: >>> $ md5sum ti_cgt_c6000_6.1.17_setup_linux_x86.bin >>> 41ee41cc74800b06705804f7ef901447 >>> ti_cgt_c6000_6.1.17_setup_linux_x86.bin >>> $ ls -l ti_cgt_c6000_6.1.17_setup_linux_x86.bin >>> -rw-rw-r-- 1 gthomas gthomas 77374699 Mar 3 2011 >>> ti_cgt_c6000_6.1.17_setup_linux_x86.bin >>> >> I dont think his download is damaged, I tested my download and my >> md5sum matches his. > > The last error posted implies that it is - that binary file is a > self-unpacking > glob which is failing it's internal checksum. > > Did you try to run what you downloaded? > Yes, it displayed a requester to start the install process. G ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine 2011-09-21 15:04 ` Gary Thomas 2011-09-21 15:06 ` Graeme Gregory @ 2011-09-21 15:51 ` Gary Thomas 1 sibling, 0 replies; 15+ messages in thread From: Gary Thomas @ 2011-09-21 15:51 UTC (permalink / raw) To: openembedded-devel On 2011-09-21 09:04, Gary Thomas wrote: > On 2011-09-21 08:37, ibrahim demir wrote: >> Dear developers, >> >> >> i have a problem at installing ti codec engine: http://pastebin.com/uU7etDYs . i downloaded ti_cgt_c6000_6.1.17_setup_linux_x86.bin and generated it's md5. >> >> in recipes/ti/...6.1.17.bb says md5 is : 41ee41cc74800b06705804f7ef901447. But when i calculate its md5, i get this: 5ee5c8e573ab0a1ba1249511d4a06c27. I download again and again >> but the result of md5 was the same. Then i changed bb file to 5ee5c8e573ab0a1ba1249511d4a06c27. and run bitbake ti-codec-engine, but the result was: http://pastebin.com/1SCrtWvQ >> >> so in this case what is my problem, what should i do? > > Your download is damaged. How did you download it? Make sure you download > files in binary mode only. Your file should match this: > $ md5sum ti_cgt_c6000_6.1.17_setup_linux_x86.bin > 41ee41cc74800b06705804f7ef901447 ti_cgt_c6000_6.1.17_setup_linux_x86.bin > $ ls -l ti_cgt_c6000_6.1.17_setup_linux_x86.bin > -rw-rw-r-- 1 gthomas gthomas 77374699 Mar 3 2011 ti_cgt_c6000_6.1.17_setup_linux_x86.bin I see the problem - you have to manually make the md5 file (I made mine long ago...) $ cd <where-you-download-your-sources> $ md5sum ti_cgt_c6000_6.1.17_setup_linux_x86.bin >ti_cgt_c6000_6.1.17_setup_linux_x86.bin.md5 Odd that TI updated this file from the version I downloaded in March. The only change are some whitespace differences in the LICENSE file... -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 15+ messages in thread
* ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine @ 2011-09-23 8:39 ibrahim demir 0 siblings, 0 replies; 15+ messages in thread From: ibrahim demir @ 2011-09-23 8:39 UTC (permalink / raw) To: openembedded-devel@lists.openembedded.org Dear developers, I have a problem at installing ti codec engine:� (command i entered is: "# bitbake ti-codec-engine") ********************************************************************************************************* | make[2]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/drv' | [DRV � � � � � � � � ] ------- INCLUDES ----------------------------------- | [DRV � � � � � � � � ] ------- DIRS ------------------ INCLUDE ------------ | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/drv/_dsplink.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/drv/_dsplink.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/drv/DspBios/shm_drv.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/drv/DspBios/shm_drv.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | make[2]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/drv' | make[1]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base' | make -f Makefile -C pools � includes | make[1]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/pools' | [POOLS � � � � � � � ] ------- INCLUDES ----------------------------------- | [POOLS � � � � � � � ] ------- DIRS ------------------ INCLUDE ------------ | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/pools/dsplinkpool.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/pools/dsplinkpool.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/pools/_buf_pool.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/pools/_buf_pool.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/pools/DspBios/_sma_pool.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/pools/DspBios/_sma_pool.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | make[1]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/pools' | make -f Makefile -C mpcs � includes | make[1]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/mpcs' | [MPCS � � � � � � � �] ------- INCLUDES ----------------------------------- | [MPCS � � � � � � � �] ------- DIRS ------------------ INCLUDE ------------ | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/mpcs/_mpcs.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/mpcs/_mpcs.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | make[1]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/mpcs' | make -f Makefile -C mplist � includes | make[1]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/mplist' | [MPLIST � � � � � � �] ------- INCLUDES ----------------------------------- | [MPLIST � � � � � � �] ------- DIRS ------------------ INCLUDE ------------ | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/mplist/_mplist.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/mplist/_mplist.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | make[1]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/mplist' | make -f Makefile -C msg � includes | make[1]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/msg' | [MQT � � � � � � � � ] ------- INCLUDES ----------------------------------- | [MQT � � � � � � � � ] ------- DIRS ------------------ INCLUDE ------------ | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/msg/dsplinkmqt.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/msg/dsplinkmqt.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/msg/DspBios/_zcpy_mqt.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/msg/DspBios/_zcpy_mqt.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | make[1]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/msg' | make -f Makefile -C data � includes | make[1]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/data' | [DATA � � � � � � � �] ------- INCLUDES ----------------------------------- | [DATA � � � � � � � �] ------- DIRS ------------------ INCLUDE ------------ | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/data/dsplinkdata.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/data/dsplinkdata.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/data/DspBios//_zcpy_data.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/data/DspBios//_zcpy_data.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | make[1]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/data' | make -f Makefile -C notify � includes | make[1]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/notify' | [NOTIFY � � � � � � �] ------- INCLUDES ----------------------------------- | [NOTIFY � � � � � � �] ------- DIRS ------------------ INCLUDE ------------ | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/notify/_notify.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/notify/_notify.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | make[1]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/notify' | make -f Makefile -C ringio � includes | make[1]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/ringio' | [RINGIO � � � � � � �] ------- INCLUDES ----------------------------------- | [RINGIO � � � � � � �] ------- DIRS ------------------ INCLUDE ------------ | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/ringio/_ringio.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE/. >/dev/null | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal" | cp /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/ringio/_ringio.h /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/export/INCLUDE/DspBios/OMAP3530/internal �>/dev/null | make[1]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/ringio' |� | [SRC � � � � � � � � ] ======= OBJECTS =============== DEBUG ============== | make -f Makefile -C base � objdeb | make[1]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base' |� | [BASE � � � � � � � �] ======= OBJECTS =============== DEBUG ============== | make -f Makefile -C gen � objdeb | make[2]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/gen' | [GEN � � � � � � � � ] ------- DIRS ------------------ DEBUG -------------- | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/GEN/OBJ/DEBUG" "" "mkdir -p /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/GEN/OBJ/DEBUG" | [GEN � � � � � � � � ] ------- OBJECT ---------------- DEBUG -------------- | /usr//bin/perl /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/bin/runif.pl LINUX "exist /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/gen" "make -C /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/gen -f �/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/make/DspBios/C64XX/compile.mk objdeb VERBOSE=0" "" | make[3]: Entering directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/gen' | echo Compiling failure.c... | Compiling failure.c... | /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/sysroots/beagleboard-angstrom-linux-gnueabi/usr/share/ti/ti-cgt6x-tree/bin/cl6x -g -d"_DEBUG" --no_compress -dMAX_DSPS=1 -dMAX_PROCESSORS=2 -dID_GPP=1 -dOMAP3530 -dPROC_COMPONENT -dPOOL_COMPONENT -dNOTIFY_COMPONENT -dMPCS_COMPONENT -dRINGIO_COMPONENT -dMPLIST_COMPONENT -dMSGQ_COMPONENT -dMSGQ_ZCPY_LINK -dCHNL_COMPONENT -dCHNL_ZCPY_LINK -dZCPY_LINK -dPROCID=0 -dOMAP3530 -dOMAP3530_INTERFACE=SHMEM_INTERFACE -dPHYINTERFACE=SHMEM_INTERFACE -dDSP_SWI_MODE -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/inc -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/inc/DspBios -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/inc/DspBios/5.XX -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/inc/DspBios/5.XX/OMAP3530 -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/inc/OMAP3530 -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/inc/C64XX -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/gen -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/gen/DspBios -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/gen/DspBios/ -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/sysroots/beagleboard-angstrom-linux-gnueabi/usr/share/ti/ti-dspbios-tree/packages/ti/bios/include -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/sysroots/beagleboard-angstrom-linux-gnueabi/usr/share/ti/ti-cgt6x-tree/include -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/sysroots/beagleboard-angstrom-linux-gnueabi/usr/share/ti/ti-dspbios-tree/packages/ti/rtdx/include/c6000 -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/sysroots/beagleboard-angstrom-linux-gnueabi/usr/share/ti/ti-dspbios-tree/packages/ti/psl/include -I/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/INCLUDE -q -pdr -pdv -pden -ml3 -mv6400+ --disable:sploop � � -fr"/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/BUILD/OMAP3530_0/GEN/OBJ/DEBUG" failure.c | /bin/sh: /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/sysroots/beagleboard-angstrom-linux-gnueabi/usr/share/ti/ti-cgt6x-tree/bin/cl6x: No such file or directory | make[3]: *** [failure.c.deb] Error 127 | make[3]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/gen' | make[2]: *** [objdeb] Error 2 | make[2]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base/gen' | make[1]: *** [gen.objdeb] Error 2 | make[1]: Leaving directory `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/dsplink_linux_1_65_00_03/dsplink/dsp/src/base' | make: *** [base.objdeb] Error 2 NOTE: package ti-dsplink-1_1_65_00_03-r100i: task do_compile: Failed ERROR: Function 'do_compile' failed (see /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-dsplink-1_1_65_00_03-r100i/temp/log.do_compile.19319 for further information) ERROR: Task 251 (/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-dsplink_1.65.00.03.bb, do_compile) failed with exit code '1' ERROR: '/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-dsplink_1.65.00.03.bb' failed *************************************************************************************** My system has Ubuntu 11.04, and i am using b7 beagleboard. My goal is to compile my opencv project for work in beagle and i follow that steps:�http://code.google.com/p/opencv-dsp-acceleration/wiki/Instruction_For_Building_Examples. I had done step 1 and have stacked at step 2. What is the problem in that case? From juhsis@yahoo.com Fri Sep 23 11:45:09 2011 Received: from nm30-vm4.bullet.mail.ne1.yahoo.com ([98.138.91.190]) by linuxtogo.org with smtp (Exim 4.72) (envelope-from <juhsis@yahoo.com>) id 1R72Jf-0000x4-V5 for openembedded-devel@lists.openembedded.org; Fri, 23 Sep 2011 11:45:09 +0200 Received: from [98.138.90.55] by nm30.bullet.mail.ne1.yahoo.com with NNFMP; 23 Sep 2011 09:36:38 -0000 Received: from [98.138.89.165] by tm8.bullet.mail.ne1.yahoo.com with NNFMP; 23 Sep 2011 09:36:38 -0000 Received: from [127.0.0.1] by omp1021.mail.ne1.yahoo.com with NNFMP; 23 Sep 2011 09:36:38 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 87799.63205.bm@omp1021.mail.ne1.yahoo.com Received: (qmail 6872 invoked by uid 60001); 23 Sep 2011 09:36:38 -0000 DKIM-Signature: v ^ permalink raw reply [flat|nested] 15+ messages in thread
[parent not found: <1316770597.99899.YahooMailNeo@web121512.mail.ne1.yahoo.com>]
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine [not found] <1316770597.99899.YahooMailNeo@web121512.mail.ne1.yahoo.com> @ 2011-09-23 10:47 ` Gary Thomas [not found] ` <1316776207.30918.YahooMailNeo@web121514.mail.ne1.yahoo.com> [not found] ` <CAOU-OA+uKFYL4nJutdTHsUCYnGy9=NiYW65jGbRk76+GL6iocg@mail.gmail.com> 0 siblings, 2 replies; 15+ messages in thread From: Gary Thomas @ 2011-09-23 10:47 UTC (permalink / raw) To: openembedded-devel On 2011-09-23 03:36, ibrahim demir wrote: > Dear developers, > > > I mentioned that an error at my last message half our ago, but when i run this commands there appear another error: > > #bitbake -f -c fetch ti-cgt6x > #bitbake ti-codec-engine > > The result of first command is: > > ***************************************************************************** > parana@parana-desktop:/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts$ bitbake -f -c fetch ti-cgt6x > NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. > Loading cache: 100% |###########################################| ETA: 00:00:00 > Loaded 7202 entries from dependency cache. > NOTE: Angstrom DOES NOT support fso-apm because regular apmd is good enough--:-- > NOTE: Angstrom DOES NOT support ipkg because ipkg has been superseded by opkg:16 > NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used > NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used > NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used > NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 > NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 > NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 > NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 > NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 > NOTE: Angstrom DOES NOT support bash-noemu because doesn't work on the target:03 > Parsing recipes: 100% |#########################################| Time: 00:00:19 > Parsing of 7333 .bb files complete (6576 cached, 757 parsed). 7979 targets, 316 skipped, 0 masked, 0 errors. > > Build Configuration: > BB_VERSION = "1.12.0" > METADATA_BRANCH = "2011.03-maintenance" > METADATA_REVISION = "ece41e4" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "beagleboard" > DISTRO = "angstrom" > DISTRO_VERSION = "2011.03" > TARGET_FPU = "hard" > > NOTE: Resolving any missing task queue dependencies > NOTE: Preparing runqueue > NOTE: Executing RunQueue Tasks > NOTE: Running task 2 of 2 (ID: 0, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_fetch) > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_fetch: Started > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_fetch: Succeeded > NOTE: Tasks Summary: Attempted 2 tasks of which 1 didn't need to be rerun and 0 failed. > ***************************************************************************** > > Then the second and the error is can be seen at log: > > ***************************************************************************** > parana@parana-desktop:/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts$ bitbake ti-codec-engine > NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. > Loading cache: 100% |###########################################| ETA: 00:00:00 > Loaded 7202 entries from dependency cache. > NOTE: Angstrom DOES NOT support fso-apm because regular apmd is good enough--:-- > NOTE: Angstrom DOES NOT support ipkg because ipkg has been superseded by opkg:13 > NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used > NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used > NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used > NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 > NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 > NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 > NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 > NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 > NOTE: Angstrom DOES NOT support bash-noemu because doesn't work on the target:03 > Parsing recipes: 100% |#########################################| Time: 00:00:16 > Parsing of 7333 .bb files complete (6576 cached, 757 parsed). 7979 targets, 316 skipped, 0 masked, 0 errors. > > Build Configuration: > BB_VERSION = "1.12.0" > METADATA_BRANCH = "2011.03-maintenance" > METADATA_REVISION = "ece41e4" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "beagleboard" > DISTRO = "angstrom" > DISTRO_VERSION = "2011.03" > TARGET_FPU = "hard" > > NOTE: Resolving any missing task queue dependencies > NOTE: Preparing runqueue > NOTE: Executing RunQueue Tasks > NOTE: Running task 743 of 1240 (ID: 275, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_unpack) > NOTE: Running task 744 of 1240 (ID: 290, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_distribute_sources) > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_unpack: Started > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_distribute_sources: Started > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_distribute_sources: Succeeded > > This will install C6000 Code Generation Tools on your computer. Continue? [n/Y] > Software License Agreement for > Code Generation Tools, Utilities and Run-Time Libraries > > /-------------------------------------------------------------------- > | IMPORTANT - PLEASE READ THE FOLLOWING LICENSE AGREEMENT CAREFULLY. | > | | > | THIS IS A LEGALLY BINDING AGREEMENT. AFTER YOU READ THIS LICENSE | > | AGREEMENT, YOU WILL BE ASKED WHETHER YOU ACCEPT AND AGREE TO THE | > | TERMS OF THIS LICENSE AGREEMENT. DO NOT CLICK "I HAVE READ AND | > | AGREE" UNLESS: (1) YOU ARE AUTHORIZED TO ACCEPT AND AGREE TO THE | > | TERMS OF THIS LICENSE AGREEMENT ON BEHALF OF YOURSELF AND YOUR | > | COMPANY; AND (2) YOU INTEND TO ENTER INTO AND TO BE BOUND BY THE | > | TERMS OF THIS LEGALLY BINDING AGREEMENT ON BEHALF OF YOURSELF AND | > | YOUR COMPANY. | > \--------------------------------------------------------------------/ > > IMPORTANT -- READ CAREFULLY: This software license agreement > ("Agreement") is a legal agreement between you (either an individual > or entity) and Texas Instruments Incorporated (TI"). The "Licensed > Materials" subject to this Agreement include the software programs > that TI has granted you access to download with this Agreement and any > "on-line" or electronic documentation associated with these programs, > or any portion thereof, as well as any updates or upgrades to such > -- Press space to continue or 'q' to quit -- > Do you accept the TI CG EULA in LICENSE.txt? [y/N] > > Where do you want to install C6000 Code Generation Tools? > [/opt/TI/TI_CGT_C6000_6.1.17] > Installing C6000 Code Generation Tools... > > Installing Linux Code Generation Tools... > Installing Unix Format READMEs... > Installing Linux Format Include Files... > Installing Linux Format Libraries... > Installing Unix Manual Pages... > > Installation complete. > > --------------------------------------------------------------------------- > > Remember to set environment variables appropriate to your shell. Examples: > > (ba)sh - > export > C6X_C_DIR="/opt/TI/TI_CGT_C6000_6.1.17/include;/opt/TI/TI_CGT_C6000_6.1.17/lib" > > tcsh - > setenv C6X_C_DIR > "/opt/TI/TI_CGT_C6000_6.1.17/include;/opt/TI/TI_CGT_C6000_6.1.17/lib" > > DOS - > set > C6X_C_DIR=/opt/TI/TI_CGT_C6000_6.1.17\include;/opt/TI/TI_CGT_C6000_6.1.17\lib > > --------------------------------------------------------------------------- > > -- Press space to continue ---- Press space to continue --NOTE: package ti-cgt6x-1_6_1_17-r4: task do_unpack: Succeeded > NOTE: Running task 1184 of 1240 (ID: 276, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_patch) > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_patch: Started > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_patch: Succeeded > NOTE: Running task 1185 of 1240 (ID: 286, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_configure) > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_configure: Started > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_configure: Succeeded > NOTE: Running task 1186 of 1240 (ID: 287, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_qa_configure) > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_qa_configure: Started > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_qa_configure: Succeeded > NOTE: Running task 1187 of 1240 (ID: 288, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_compile) > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_compile: Started > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_compile: Succeeded > NOTE: Running task 1188 of 1240 (ID: 277, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_install) > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_install: Started > ERROR: Logfile of failure stored in: /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/temp/log.do_install.24167 > Log data follows: > | + do_install > | + install -d /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/image/usr/share/ti/ti-cgt6x-tree > | + cp -pPrf '/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/cgt6x_6_1_17/*' /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/image/usr/share/ti/ti-cgt6x-tree > | cp: cannot stat `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/cgt6x_6_1_17/*': No such file or directory > NOTE: package ti-cgt6x-1_6_1_17-r4: task do_install: Failed > ERROR: Function 'do_install' failed (see /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/temp/log.do_install.24167 for further information) > ERROR: Task 277 (/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_install) failed with exit code '1' > ERROR: '/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb' failed > ***************************************************************************** > > Even if i didnt understand why i get all the errors bitbake can generate:) , i still wonder what is wrong.. Check to make sure that you don't have write permission to /opt If you have write permission in the directory /opt, the installer fails to put the tools where they belong in your OE build. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 15+ messages in thread
[parent not found: <1316776207.30918.YahooMailNeo@web121514.mail.ne1.yahoo.com>]
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine [not found] ` <1316776207.30918.YahooMailNeo@web121514.mail.ne1.yahoo.com> @ 2011-09-23 11:15 ` Gary Thomas 2011-09-23 14:16 ` ibrahim demir 0 siblings, 1 reply; 15+ messages in thread From: Gary Thomas @ 2011-09-23 11:15 UTC (permalink / raw) To: ibrahim demir; +Cc: openembedded-devel On 2011-09-23 05:10, ibrahim demir wrote: > Yes, i had write permission to /opt and i set it only read and execute. But when i run "bitbake ti-codec-engine" it gives "/bin/sh: > /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/sysroots/beagleboard-angstrom-linux-gnueabi/usr/share/ti/ti-cgt6x-tree/bin/cl6x: No > such file or directory" (which is the error message, i get this morning a lot) What should i do next? Please keep your replies on the mailing list so everyone benefits. Also, top-posting is poor form. You'll need to clean out the tools package so it gets reinstalled. At the very least, try these steps: % bitbake ti-cgt6x ti-codec-engine -c clean % bitbake ti-codec-engine ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > *From:* Gary Thomas <gary@mlbassoc.com> > *To:* openembedded-devel@lists.openembedded.org > *Cc:* ibrahim demir <juhsis@yahoo.com> > *Sent:* Friday, September 23, 2011 1:47 PM > *Subject:* Re: [oe] ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine > > On 2011-09-23 03:36, ibrahim demir wrote: >> Dear developers, >> >> >> I mentioned that an error at my last message half our ago, but when i run this commands there appear another error: >> >> #bitbake -f -c fetch ti-cgt6x >> #bitbake ti-codec-engine >> >> The result of first command is: >> >> ***************************************************************************** >> parana@parana-desktop:/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts$ bitbake -f -c fetch ti-cgt6x >> NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. >> Loading cache: 100% |###########################################| ETA: 00:00:00 >> Loaded 7202 entries from dependency cache. >> NOTE: Angstrom DOES NOT support fso-apm because regular apmd is good enough--:-- >> NOTE: Angstrom DOES NOT support ipkg because ipkg has been superseded by opkg:16 >> NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >> NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >> NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >> NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 >> NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >> NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >> NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >> NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 >> NOTE: Angstrom DOES NOT support bash-noemu because doesn't work on the target:03 >> Parsing recipes: 100% |#########################################| Time: 00:00:19 >> Parsing of 7333 .bb files complete (6576 cached, 757 parsed). 7979 targets, 316 skipped, 0 masked, 0 errors. >> >> Build Configuration: >> BB_VERSION = "1.12.0" >> METADATA_BRANCH = "2011.03-maintenance" >> METADATA_REVISION = "ece41e4" >> TARGET_ARCH = "arm" >> TARGET_OS = "linux-gnueabi" >> MACHINE = "beagleboard" >> DISTRO = "angstrom" >> DISTRO_VERSION = "2011.03" >> TARGET_FPU = "hard" >> >> NOTE: Resolving any missing task queue dependencies >> NOTE: Preparing runqueue >> NOTE: Executing RunQueue Tasks >> NOTE: Running task 2 of 2 (ID: 0, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_fetch) >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_fetch: Started >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_fetch: Succeeded >> NOTE: Tasks Summary: Attempted 2 tasks of which 1 didn't need to be rerun and 0 failed. >> ***************************************************************************** >> >> Then the second and the error is can be seen at log: >> >> ***************************************************************************** >> parana@parana-desktop:/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts$ bitbake ti-codec-engine >> NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. >> Loading cache: 100% |###########################################| ETA: 00:00:00 >> Loaded 7202 entries from dependency cache. >> NOTE: Angstrom DOES NOT support fso-apm because regular apmd is good enough--:-- >> NOTE: Angstrom DOES NOT support ipkg because ipkg has been superseded by opkg:13 >> NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >> NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >> NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >> NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >> NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 >> NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >> NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >> NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 >> NOTE: Angstrom DOES NOT support bash-noemu because doesn't work on the target:03 >> Parsing recipes: 100% |#########################################| Time: 00:00:16 >> Parsing of 7333 .bb files complete (6576 cached, 757 parsed). 7979 targets, 316 skipped, 0 masked, 0 errors. >> >> Build Configuration: >> BB_VERSION = "1.12.0" >> METADATA_BRANCH = "2011.03-maintenance" >> METADATA_REVISION = "ece41e4" >> TARGET_ARCH = "arm" >> TARGET_OS = "linux-gnueabi" >> MACHINE = "beagleboard" >> DISTRO = "angstrom" >> DISTRO_VERSION = "2011.03" >> TARGET_FPU = "hard" >> >> NOTE: Resolving any missing task queue dependencies >> NOTE: Preparing runqueue >> NOTE: Executing RunQueue Tasks >> NOTE: Running task 743 of 1240 (ID: 275, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_unpack) >> NOTE: Running task 744 of 1240 (ID: 290, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, > do_distribute_sources) >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_unpack: Started >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_distribute_sources: Started >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_distribute_sources: Succeeded >> >> This will install C6000 Code Generation Tools on your computer. Continue? [n/Y] >> Software License Agreement for >> Code Generation Tools, Utilities and Run-Time Libraries >> >> /-------------------------------------------------------------------- >> | IMPORTANT - PLEASE READ THE FOLLOWING LICENSE AGREEMENT CAREFULLY. | >> | | >> | THIS IS A LEGALLY BINDING AGREEMENT. AFTER YOU READ THIS LICENSE | >> | AGREEMENT, YOU WILL BE ASKED WHETHER YOU ACCEPT AND AGREE TO THE | >> | TERMS OF THIS LICENSE AGREEMENT. DO NOT CLICK "I HAVE READ AND | >> | AGREE" UNLESS: (1) YOU ARE AUTHORIZED TO ACCEPT AND AGREE TO THE | >> | TERMS OF THIS LICENSE AGREEMENT ON BEHALF OF YOURSELF AND YOUR | >> | COMPANY; AND (2) YOU INTEND TO ENTER INTO AND TO BE BOUND BY THE | >> | TERMS OF THIS LEGALLY BINDING AGREEMENT ON BEHALF OF YOURSELF AND | >> | YOUR COMPANY. | >> \--------------------------------------------------------------------/ >> >> IMPORTANT -- READ CAREFULLY: This software license agreement >> ("Agreement") is a legal agreement between you (either an individual >> or entity) and Texas Instruments Incorporated (TI"). The "Licensed >> Materials" subject to this Agreement include the software programs >> that TI has granted you access to download with this Agreement and any >> "on-line" or electronic documentation associated with these programs, >> or any portion thereof, as well as any updates or upgrades to such >> -- Press space to continue or 'q' to quit -- >> Do you accept the TI CG EULA in LICENSE.txt? [y/N] >> >> Where do you want to install C6000 Code Generation Tools? >> [/opt/TI/TI_CGT_C6000_6.1.17] >> Installing C6000 Code Generation Tools... >> >> Installing Linux Code Generation Tools... >> Installing Unix Format READMEs... >> Installing Linux Format Include Files... >> Installing Linux Format Libraries... >> Installing Unix Manual Pages... >> >> Installation complete. >> >> --------------------------------------------------------------------------- >> >> Remember to set environment variables appropriate to your shell. Examples: >> >> (ba)sh - >> export >> C6X_C_DIR="/opt/TI/TI_CGT_C6000_6.1.17/include;/opt/TI/TI_CGT_C6000_6.1.17/lib" >> >> tcsh - >> setenv C6X_C_DIR >> "/opt/TI/TI_CGT_C6000_6.1.17/include;/opt/TI/TI_CGT_C6000_6.1.17/lib" >> >> DOS - >> set >> C6X_C_DIR=/opt/TI/TI_CGT_C6000_6.1.17\include;/opt/TI/TI_CGT_C6000_6.1.17\lib >> >> --------------------------------------------------------------------------- >> >> -- Press space to continue ---- Press space to continue --NOTE: package ti-cgt6x-1_6_1_17-r4: task do_unpack: Succeeded >> NOTE: Running task 1184 of 1240 (ID: 276, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_patch) >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_patch: Started >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_patch: Succeeded >> NOTE: Running task 1185 of 1240 (ID: 286, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_configure) >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_configure: Started >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_configure: Succeeded >> NOTE: Running task 1186 of 1240 (ID: 287, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_qa_configure) >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_qa_configure: Started >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_qa_configure: Succeeded >> NOTE: Running task 1187 of 1240 (ID: 288, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_compile) >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_compile: Started >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_compile: Succeeded >> NOTE: Running task 1188 of 1240 (ID: 277, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_install) >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_install: Started >> ERROR: Logfile of failure stored in: > /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/temp/log.do_install.24167 >> Log data follows: >> | + do_install >> | + install -d > /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/image/usr/share/ti/ti-cgt6x-tree >> | + cp -pPrf > '/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/cgt6x_6_1_17/*' > /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/image/usr/share/ti/ti-cgt6x-tree >> | cp: cannot stat > `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/cgt6x_6_1_17/*': No > such file or directory >> NOTE: package ti-cgt6x-1_6_1_17-r4: task do_install: Failed >> ERROR: Function 'do_install' failed (see > /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/temp/log.do_install.24167 > for further information) >> ERROR: Task 277 (/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_install) failed with exit code '1' >> ERROR: '/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb' failed >> ***************************************************************************** >> >> Even if i didnt understand why i get all the errors bitbake can generate:) , i still wonder what is wrong.. > > Check to make sure that you don't have write permission to /opt > If you have write permission in the directory /opt, the installer > fails to put the tools where they belong in your OE build. > > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ > > -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine 2011-09-23 11:15 ` Gary Thomas @ 2011-09-23 14:16 ` ibrahim demir 0 siblings, 0 replies; 15+ messages in thread From: ibrahim demir @ 2011-09-23 14:16 UTC (permalink / raw) To: Gary Thomas; +Cc: openembedded-devel@lists.openembedded.org I have fixed this problem.. As you said, it creates all the required things in /opt/ti/.. instead of /OEBASE directory. Basicly what i did is, copying all the things under directory /opt/ti and pasting them where the /bin/cl6x must stay.� Thanks for your help. On 2011-09-23 05:10, ibrahim demir wrote: > Yes, i had write permission to /opt and i set it only read and execute. But when i run "bitbake ti-codec-engine" it gives "/bin/sh: > /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/sysroots/beagleboard-angstrom-linux-gnueabi/usr/share/ti/ti-cgt6x-tree/bin/cl6x: No > such file or directory" (which is the error message, i get this morning a lot) What should i do next? Please keep your replies on the mailing list so everyone benefits.� Also, top-posting is poor form. You'll need to clean out the tools package so it gets reinstalled. At the very least, try these steps: � % bitbake ti-cgt6x ti-codec-engine -c clean � % bitbake ti-codec-engine ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > *From:* Gary Thomas <gary@mlbassoc.com> > *To:* openembedded-devel@lists.openembedded.org > *Cc:* ibrahim demir <juhsis@yahoo.com> > *Sent:* Friday, September 23, 2011 1:47 PM > *Subject:* Re: [oe] ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine > > On 2011-09-23 03:36, ibrahim demir wrote: >>� Dear developers, >> >> >>� I mentioned that an error at my last message half our ago, but when i run this commands there appear another error: >> >>� #bitbake -f -c fetch ti-cgt6x >>� #bitbake ti-codec-engine >> >>� The result of first command is: >> >>� ***************************************************************************** >>� parana@parana-desktop:/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts$ bitbake -f -c fetch ti-cgt6x >>� NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. >>� Loading cache: 100% |###########################################| ETA: 00:00:00 >>� Loaded 7202 entries from dependency cache. >>� NOTE: Angstrom DOES NOT support fso-apm because regular apmd is good enough--:-- >>� NOTE: Angstrom DOES NOT support ipkg because ipkg has been superseded by opkg:16 >>� NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >>� NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >>� NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >>� NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 >>� NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >>� NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >>� NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >>� NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 >>� NOTE: Angstrom DOES NOT support bash-noemu because doesn't work on the target:03 >>� Parsing recipes: 100% |#########################################| Time: 00:00:19 >>� Parsing of 7333 .bb files complete (6576 cached, 757 parsed). 7979 targets, 316 skipped, 0 masked, 0 errors. >> >>� Build Configuration: >>� BB_VERSION = "1.12.0" >>� METADATA_BRANCH = "2011.03-maintenance" >>� METADATA_REVISION = "ece41e4" >>� TARGET_ARCH = "arm" >>� TARGET_OS = "linux-gnueabi" >>� MACHINE = "beagleboard" >>� DISTRO = "angstrom" >>� DISTRO_VERSION = "2011.03" >>� TARGET_FPU = "hard" >> >>� NOTE: Resolving any missing task queue dependencies >>� NOTE: Preparing runqueue >>� NOTE: Executing RunQueue Tasks >>� NOTE: Running task 2 of 2 (ID: 0, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_fetch) >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_fetch: Started >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_fetch: Succeeded >>� NOTE: Tasks Summary: Attempted 2 tasks of which 1 didn't need to be rerun and 0 failed. >>� ***************************************************************************** >> >>� Then the second and the error is can be seen at log: >> >>� ***************************************************************************** >>� parana@parana-desktop:/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts$ bitbake ti-codec-engine >>� NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. >>� Loading cache: 100% |###########################################| ETA: 00:00:00 >>� Loaded 7202 entries from dependency cache. >>� NOTE: Angstrom DOES NOT support fso-apm because regular apmd is good enough--:-- >>� NOTE: Angstrom DOES NOT support ipkg because ipkg has been superseded by opkg:13 >>� NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >>� NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >>� NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used >>� NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >>� NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 >>� NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >>� NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 >>� NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 >>� NOTE: Angstrom DOES NOT support bash-noemu because doesn't work on the target:03 >>� Parsing recipes: 100% |#########################################| Time: 00:00:16 >>� Parsing of 7333 .bb files complete (6576 cached, 757 parsed). 7979 targets, 316 skipped, 0 masked, 0 errors. >> >>� Build Configuration: >>� BB_VERSION = "1.12.0" >>� METADATA_BRANCH = "2011.03-maintenance" >>� METADATA_REVISION = "ece41e4" >>� TARGET_ARCH = "arm" >>� TARGET_OS = "linux-gnueabi" >>� MACHINE = "beagleboard" >>� DISTRO = "angstrom" >>� DISTRO_VERSION = "2011.03" >>� TARGET_FPU = "hard" >> >>� NOTE: Resolving any missing task queue dependencies >>� NOTE: Preparing runqueue >>� NOTE: Executing RunQueue Tasks >>� NOTE: Running task 743 of 1240 (ID: 275, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_unpack) >>� NOTE: Running task 744 of 1240 (ID: 290, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, > do_distribute_sources) >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_unpack: Started >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_distribute_sources: Started >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_distribute_sources: Succeeded >> >>� This will install C6000 Code Generation Tools on your computer. Continue? [n/Y] >>� Software License Agreement for >>� Code Generation Tools, Utilities and Run-Time Libraries >> >>� /-------------------------------------------------------------------- >>� | IMPORTANT - PLEASE READ THE FOLLOWING LICENSE AGREEMENT CAREFULLY. | >>� | | >>� | THIS IS A LEGALLY BINDING AGREEMENT. AFTER YOU READ THIS LICENSE | >>� | AGREEMENT, YOU WILL BE ASKED WHETHER YOU ACCEPT AND AGREE TO THE | >>� | TERMS OF THIS LICENSE AGREEMENT. DO NOT CLICK "I HAVE READ AND | >>� | AGREE" UNLESS: (1) YOU ARE AUTHORIZED TO ACCEPT AND AGREE TO THE | >>� | TERMS OF THIS LICENSE AGREEMENT ON BEHALF OF YOURSELF AND YOUR | >>� | COMPANY; AND (2) YOU INTEND TO ENTER INTO AND TO BE BOUND BY THE | >>� | TERMS OF THIS LEGALLY BINDING AGREEMENT ON BEHALF OF YOURSELF AND | >>� | YOUR COMPANY. | >>� \--------------------------------------------------------------------/ >> >>� IMPORTANT -- READ CAREFULLY: This software license agreement >>� ("Agreement") is a legal agreement between you (either an individual >>� or entity) and Texas Instruments Incorporated (TI"). The "Licensed >>� Materials" subject to this Agreement include the software programs >>� that TI has granted you access to download with this Agreement and any >>� "on-line" or electronic documentation associated with these programs, >>� or any portion thereof, as well as any updates or upgrades to such >>� -- Press space to continue or 'q' to quit -- >>� Do you accept the TI CG EULA in LICENSE.txt? [y/N] >> >>� Where do you want to install C6000 Code Generation Tools? >>� [/opt/TI/TI_CGT_C6000_6.1.17] >>� Installing C6000 Code Generation Tools... >> >>� Installing Linux Code Generation Tools... >>� Installing Unix Format READMEs... >>� Installing Linux Format Include Files... >>� Installing Linux Format Libraries... >>� Installing Unix Manual Pages... >> >>� Installation complete. >> >>� --------------------------------------------------------------------------- >> >>� Remember to set environment variables appropriate to your shell. Examples: >> >>� (ba)sh - >>� export >>� C6X_C_DIR="/opt/TI/TI_CGT_C6000_6.1.17/include;/opt/TI/TI_CGT_C6000_6.1.17/lib" >> >>� tcsh - >>� setenv C6X_C_DIR >>� "/opt/TI/TI_CGT_C6000_6.1.17/include;/opt/TI/TI_CGT_C6000_6.1.17/lib" >> >>� DOS - >>� set >>� C6X_C_DIR=/opt/TI/TI_CGT_C6000_6.1.17\include;/opt/TI/TI_CGT_C6000_6.1.17\lib >> >>� --------------------------------------------------------------------------- >> >>� -- Press space to continue ---- Press space to continue --NOTE: package ti-cgt6x-1_6_1_17-r4: task do_unpack: Succeeded >>� NOTE: Running task 1184 of 1240 (ID: 276, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_patch) >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_patch: Started >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_patch: Succeeded >>� NOTE: Running task 1185 of 1240 (ID: 286, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_configure) >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_configure: Started >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_configure: Succeeded >>� NOTE: Running task 1186 of 1240 (ID: 287, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_qa_configure) >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_qa_configure: Started >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_qa_configure: Succeeded >>� NOTE: Running task 1187 of 1240 (ID: 288, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_compile) >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_compile: Started >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_compile: Succeeded >>� NOTE: Running task 1188 of 1240 (ID: 277, /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_install) >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_install: Started >>� ERROR: Logfile of failure stored in: > /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/temp/log.do_install.24167 >>� Log data follows: >>� | + do_install >>� | + install -d > /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/image/usr/share/ti/ti-cgt6x-tree >>� | + cp -pPrf > '/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/cgt6x_6_1_17/*' > /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/image/usr/share/ti/ti-cgt6x-tree >>� | cp: cannot stat > `/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/cgt6x_6_1_17/*': No > such file or directory >>� NOTE: package ti-cgt6x-1_6_1_17-r4: task do_install: Failed >>� ERROR: Function 'do_install' failed (see > /media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/build/tmp-angstrom_2008_1/work/beagleboard-angstrom-linux-gnueabi/ti-cgt6x-1_6_1_17-r4/temp/log.do_install.24167 > for further information) >>� ERROR: Task 277 (/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb, do_install) failed with exit code '1' >>� ERROR: '/media/8cb6c643-3377-4bb9-99bc-810069de5757/home/parana/setup-scripts/sources/openembedded/recipes/ti/ti-cgt6x_6.1.17.bb' failed >>� ***************************************************************************** >> >>� Even if i didnt understand why i get all the errors bitbake can generate:) , i still wonder what is wrong.. > > Check to make sure that you don't have write permission to /opt > If you have write permission in the directory /opt, the installer > fails to put the tools where they belong in your OE build. > > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ > > -- ------------------------------------------------------------ Gary Thomas� � � � � � � � |� Consulting for the MLB Associates� � � � � � � |� � Embedded world ------------------------------------------------------------ From mdpoole@troilus.org Sat Sep 24 01:51:26 2011 Received: from na3sys009aog118.obsmtp.com ([74.125.149.244]) by linuxtogo.org with smtp (Exim 4.72) (envelope-from <mdpoole@troilus.org>) id 1R7FWg-0002pi-A2 for openembedded-devel@lists.openembedded.org; Sat, 24 Sep 2011 01:51:26 +0200 Received: from mail-gx0-f171.google.com ([209.85.161.171]) (using TLSv1) by na3sys009aob118.postini.com ([74.125.148.12]) with SMTP ID DSNKTn0aPdB7wX50nTATdSE4+rxY75oEyQXd@postini.com; Fri, 23 Sep 2011 16:46:07 PDT Received: by mail-gx0-f171.google.com with SMTP id 27so3697257gxk.16 for <openembedded-devel@lists.openembedded.org>; Fri, 23 Sep 2011 16:46:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.130.138 with SMTP id v10mr4940499ics.159.1316810812422; Fri, 23 Sep 2011 13:46:52 -0700 (PDT) Received: by 10.42.166.3 with HTTP; Fri, 23 Sep 2011 13:46:52 -0700 (PDT) In-Reply-To: <4E7C63C8.3050900@mlbassoc.com> References: <1316770597.99899.YahooMailNeo@web121512.mail.ne1.yahoo.com> <4E7C63C8.3050900@mlbassoc.com> Date: Fri, 23 Sep 2011 16:46:52 -0400 Message-ID: <CAOU-OA+uKFYL4nJutdTHsUCYnGy9 ^ permalink raw reply [flat|nested] 15+ messages in thread
[parent not found: <CAOU-OA+uKFYL4nJutdTHsUCYnGy9=NiYW65jGbRk76+GL6iocg@mail.gmail.com>]
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine [not found] ` <CAOU-OA+uKFYL4nJutdTHsUCYnGy9=NiYW65jGbRk76+GL6iocg@mail.gmail.com> @ 2011-09-24 10:45 ` Gary Thomas 2011-09-24 18:24 ` ibrahim demir 2011-09-28 14:58 ` Michael Poole 0 siblings, 2 replies; 15+ messages in thread From: Gary Thomas @ 2011-09-24 10:45 UTC (permalink / raw) To: openembedded-devel On 2011-09-23 14:46, Michael Poole wrote: > On Fri, Sep 23, 2011 at 6:47 AM, Gary Thomas wrote: >> Check to make sure that you don't have write permission to /opt >> If you have write permission in the directory /opt, the installer >> fails to put the tools where they belong in your OE build. > > Is it generally known that this limitation is due to a bug in > ti-eula-unpack.inc? (Python's print automatically adds a newline, > which the code's author apparently did not expect.) My local repo has > these changes to allow in-tree installs by users with write access to > /opt; please pardon Gmail's mangling of leading whitespace: I don't know if this is a generally known fact; it should be, I reported it to this list more than a year ago and was basically ignored [actually told I just shouldn't have write access to /opt so the issue was my own fault...] Does the unpack work with your patches if /opt is not writeable? > > diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-driv > index ab4b248..5acc4da 100644 > --- a/recipes/powervr-drivers/libgles-omap3.inc > +++ b/recipes/powervr-drivers/libgles-omap3.inc > @@ -19,7 +19,8 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sd > S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}" > > # Logic to unpack installjammer file > -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" > +TI_BIN_UNPK_CMDS="Y:workdir" > +TI_BIN_UNPK_WDEXT = "/Graphics_SDK_${SGXPV}" > require ../ti/ti-eula-unpack.inc > > BINLOCATION ?= "${S}/gfx_rel" > diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb b/recip > index 216b3ae..be4b7a1 100644 > --- a/recipes/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb > +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb > @@ -5,7 +5,8 @@ LICENSE = "GPLv2" > # http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/ > # see libgles-omap3.inc for detailed installation instructions > > -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" > +TI_BIN_UNPK_CMDS="Y:workdir:" > +TI_BIN_UNPK_WDEXT = "/Graphics_SDK_${SGXPV}" > require ../ti/ti-eula-unpack.inc > > SGXPV = "4_03_00_02" > diff --git a/recipes/ti/ti-eula-unpack.inc b/recipes/ti/ti-eula-unpack.inc > index 3b79c24..82ea785 100644 > --- a/recipes/ti/ti-eula-unpack.inc > +++ b/recipes/ti/ti-eula-unpack.inc > @@ -53,7 +53,7 @@ python ti_bin_do_unpack() { > wdext = bb.data.getVar('TI_BIN_UNPK_WDEXT', localdata) > wdext = bb.data.expand(wdext, localdata) > cmd = workdir+wdext > - print>>f, "%s\n" % cmd > + print>>f, "%s" % cmd > f.close() > > # Expand the tarball that was created if required > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine 2011-09-24 10:45 ` Gary Thomas @ 2011-09-24 18:24 ` ibrahim demir 2011-09-28 14:58 ` Michael Poole 1 sibling, 0 replies; 15+ messages in thread From: ibrahim demir @ 2011-09-24 18:24 UTC (permalink / raw) To: openembedded-devel@lists.openembedded.org Actually i copy them from /opt/ti manually and paste them where they must be.. And i can basically say: no it is not known and it is not easy problem to fix if you are beginner at both bitbake and openembedded. There was no-answer for this situation. but i added a reply to a forum which has the same problem with me and waiting for the reply.. On 2011-09-23 14:46, Michael Poole wrote: > On Fri, Sep 23, 2011 at 6:47 AM, Gary Thomas wrote: >> Check to make sure that you don't have write permission to /opt >> If you have write permission in the directory /opt, the installer >> fails to put the tools where they belong in your OE build. > > Is it generally known that this limitation is due to a bug in > ti-eula-unpack.inc?� (Python's print automatically adds a newline, > which the code's author apparently did not expect.)� My local repo has > these changes to allow in-tree installs by users with write access to > /opt; please pardon Gmail's mangling of leading whitespace: >I don't know if this is a generally known fact; it should be, I reported it to >this list more than a year ago and was basically ignored [actually told I just >shouldn't have write access to /opt so the issue was my own fault...] >Does the unpack work with your patches if /opt is not writeable? > > diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-driv > index ab4b248..5acc4da 100644 > --- a/recipes/powervr-drivers/libgles-omap3.inc > +++ b/recipes/powervr-drivers/libgles-omap3.inc > @@ -19,7 +19,8 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sd >� S = "${WORKDIR}/OMAP35x_Graphics_SDK_${SGXPV}" > >� # Logic to unpack installjammer file > -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" > +TI_BIN_UNPK_CMDS="Y:workdir" > +TI_BIN_UNPK_WDEXT = "/Graphics_SDK_${SGXPV}" >� require ../ti/ti-eula-unpack.inc > >� BINLOCATION ?= "${S}/gfx_rel" > diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb b/recip > index 216b3ae..be4b7a1 100644 > --- a/recipes/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb > +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb > @@ -5,7 +5,8 @@ LICENSE = "GPLv2" >� # http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/ >� # see libgles-omap3.inc for detailed installation instructions > > -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" > +TI_BIN_UNPK_CMDS="Y:workdir:" > +TI_BIN_UNPK_WDEXT = "/Graphics_SDK_${SGXPV}" >� require ../ti/ti-eula-unpack.inc > >� SGXPV = "4_03_00_02" > diff --git a/recipes/ti/ti-eula-unpack.inc b/recipes/ti/ti-eula-unpack.inc > index 3b79c24..82ea785 100644 > --- a/recipes/ti/ti-eula-unpack.inc > +++ b/recipes/ti/ti-eula-unpack.inc > @@ -53,7 +53,7 @@ python ti_bin_do_unpack() { >� � � � � � � wdext = bb.data.getVar('TI_BIN_UNPK_WDEXT', localdata) >� � � � � � � wdext = bb.data.expand(wdext, localdata) >� � � � � � � cmd = workdir+wdext > -� � � � print>>f, "%s\n" % cmd > +� � � � print>>f, "%s" % cmd >� � � f.close() > >� � � # Expand the tarball that was created if required > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- ------------------------------------------------------------ Gary Thomas� � � � � � � � |� Consulting for the MLB Associates� � � � � � � |� � Embedded world ------------------------------------------------------------ _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel From schnitzeltony@gmx.de Sun Sep 25 15:08:24 2011 Received: from mailout-de.gmx.net ([213.165.64.23]) by linuxtogo.org with smtp (Exim 4.72) (envelope-from <schnitzeltony@gmx.de>) id 1R7oRU-0007Ve-QU for openembedded-devel@lists.openembedded.org; Sun, 25 Sep 2011 15:08:24 +0200 Received: (qmail invoked by alias); 25 Sep 2011 13:03:01 -0000 Received: from p5B0A37B6.dip.t-dialin.net (EHLO localhost.localdomain) [91.10.55.182] by mail.gmx.net (mp007) with SMTP; 25 Sep 2011 15:03:01 +0200 X-Authenticated: #62780362 X-Provags-ID: V01U2FsdGVkX18lYuUb6A8l1gMi7YdWdI8ld8OuLO0KHq0UdVHRid AUApxFq1AtOJ/S From: Andreas ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine 2011-09-24 10:45 ` Gary Thomas 2011-09-24 18:24 ` ibrahim demir @ 2011-09-28 14:58 ` Michael Poole 2011-09-28 15:08 ` Gary Thomas 1 sibling, 1 reply; 15+ messages in thread From: Michael Poole @ 2011-09-28 14:58 UTC (permalink / raw) To: Gary Thomas; +Cc: openembedded-devel On Sat, Sep 24, 2011 at 6:45 AM, Gary Thomas wrote: > On 2011-09-23 14:46, Michael Poole wrote: >> >> On Fri, Sep 23, 2011 at 6:47 AM, Gary Thomas wrote: >>> >>> Check to make sure that you don't have write permission to /opt >>> If you have write permission in the directory /opt, the installer >>> fails to put the tools where they belong in your OE build. >> >> Is it generally known that this limitation is due to a bug in >> ti-eula-unpack.inc? (Python's print automatically adds a newline, >> which the code's author apparently did not expect.) My local repo has >> these changes to allow in-tree installs by users with write access to >> /opt; please pardon Gmail's mangling of leading whitespace: > > I don't know if this is a generally known fact; it should be, I reported it > to > this list more than a year ago and was basically ignored [actually told I > just > shouldn't have write access to /opt so the issue was my own fault...] > > Does the unpack work with your patches if /opt is not writeable? Yes, it does. (It took a few days for me to find time to do a clean rebuild on a system where I didn't need write access to /opt.) Michael Poole ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine 2011-09-28 14:58 ` Michael Poole @ 2011-09-28 15:08 ` Gary Thomas 2011-09-28 15:38 ` Michael Poole 0 siblings, 1 reply; 15+ messages in thread From: Gary Thomas @ 2011-09-28 15:08 UTC (permalink / raw) To: Michael Poole; +Cc: openembedded-devel On 2011-09-28 08:58, Michael Poole wrote: > On Sat, Sep 24, 2011 at 6:45 AM, Gary Thomas wrote: >> On 2011-09-23 14:46, Michael Poole wrote: >>> >>> On Fri, Sep 23, 2011 at 6:47 AM, Gary Thomas wrote: >>>> >>>> Check to make sure that you don't have write permission to /opt >>>> If you have write permission in the directory /opt, the installer >>>> fails to put the tools where they belong in your OE build. >>> >>> Is it generally known that this limitation is due to a bug in >>> ti-eula-unpack.inc? (Python's print automatically adds a newline, >>> which the code's author apparently did not expect.) My local repo has >>> these changes to allow in-tree installs by users with write access to >>> /opt; please pardon Gmail's mangling of leading whitespace: >> >> I don't know if this is a generally known fact; it should be, I reported it >> to >> this list more than a year ago and was basically ignored [actually told I >> just >> shouldn't have write access to /opt so the issue was my own fault...] >> >> Does the unpack work with your patches if /opt is not writeable? > > Yes, it does. (It took a few days for me to find time to do a clean > rebuild on a system where I didn't need write access to /opt.) Thanks for checking. Will you push these changes into meta-texasinstruments (please)? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine 2011-09-28 15:08 ` Gary Thomas @ 2011-09-28 15:38 ` Michael Poole 0 siblings, 0 replies; 15+ messages in thread From: Michael Poole @ 2011-09-28 15:38 UTC (permalink / raw) To: Gary Thomas; +Cc: openembedded-devel On Wed, Sep 28, 2011 at 11:08 AM, Gary Thomas wrote: > On 2011-09-28 08:58, Michael Poole wrote: >> >> On Sat, Sep 24, 2011 at 6:45 AM, Gary Thomas wrote: >>> >>> On 2011-09-23 14:46, Michael Poole wrote: >>>> >>>> On Fri, Sep 23, 2011 at 6:47 AM, Gary Thomas wrote: >>>>> >>>>> Check to make sure that you don't have write permission to /opt >>>>> If you have write permission in the directory /opt, the installer >>>>> fails to put the tools where they belong in your OE build. >>>> >>>> Is it generally known that this limitation is due to a bug in >>>> ti-eula-unpack.inc? (Python's print automatically adds a newline, >>>> which the code's author apparently did not expect.) My local repo has >>>> these changes to allow in-tree installs by users with write access to >>>> /opt; please pardon Gmail's mangling of leading whitespace: >>> >>> I don't know if this is a generally known fact; it should be, I reported >>> it >>> to >>> this list more than a year ago and was basically ignored [actually told I >>> just >>> shouldn't have write access to /opt so the issue was my own fault...] >>> >>> Does the unpack work with your patches if /opt is not writeable? >> >> Yes, it does. (It took a few days for me to find time to do a clean >> rebuild on a system where I didn't need write access to /opt.) > > Thanks for checking. > > Will you push these changes into meta-texasinstruments (please)? Yes, I can check it against that and submit a patch. I have been using OE-classic to date, so it might take a bit for me to get that build right. Michael Poole ^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2011-09-28 16:48 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 14:37 ti_cgt_c6000_6.1.17_setup_linux_x86.bin error while installing ti-codec-engine ibrahim demir
2011-09-21 15:04 ` Gary Thomas
2011-09-21 15:06 ` Graeme Gregory
2011-09-21 15:21 ` Gary Thomas
2011-09-21 15:21 ` Graeme Gregory
2011-09-21 15:51 ` Gary Thomas
-- strict thread matches above, loose matches on Subject: below --
2011-09-23 8:39 ibrahim demir
[not found] <1316770597.99899.YahooMailNeo@web121512.mail.ne1.yahoo.com>
2011-09-23 10:47 ` Gary Thomas
[not found] ` <1316776207.30918.YahooMailNeo@web121514.mail.ne1.yahoo.com>
2011-09-23 11:15 ` Gary Thomas
2011-09-23 14:16 ` ibrahim demir
[not found] ` <CAOU-OA+uKFYL4nJutdTHsUCYnGy9=NiYW65jGbRk76+GL6iocg@mail.gmail.com>
2011-09-24 10:45 ` Gary Thomas
2011-09-24 18:24 ` ibrahim demir
2011-09-28 14:58 ` Michael Poole
2011-09-28 15:08 ` Gary Thomas
2011-09-28 15:38 ` Michael Poole
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.