All of lore.kernel.org
 help / color / mirror / Atom feed
* build error on meta-cedarview
       [not found] <CANSwnwggQwOgZk61xvppWXnz3+Wks9jSaNcp0+cBf9eS2xNNOg@mail.gmail.com>
@ 2011-12-21 16:24 ` Jim Abernathy
  2011-12-29  5:26   ` Andrew Schweitzer
  0 siblings, 1 reply; 6+ messages in thread
From: Jim Abernathy @ 2011-12-21 16:24 UTC (permalink / raw)
  To: Yocto Project

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

While running a build of the core-image-sato using the edison latest 
commits and the meta-cedartrail bsp, I notices some errors fly by and 
thought I'd see if anyone knows the reason.  The build is just to test 
the bsp with no changes.  Basically, doing the Appendix A of the 
Development manual substituting cedartrail for crownbay.

snippet of the console log below:

NOTE: package icon-naming-utils-native-0.8.7-r3: task do_unpack: Started
ERROR: Function 'Unpack failure for URL: 
'http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz'. 
Unpack command 
PATH="/home/jim/poky/build/tmp/sysroots/i686-linux/usr/bin/perl-native:/home/jim/poky/build/tmp/sysroots/i686-linux/usr/bin/core2-linux:/home/jim/poky/build/tmp/sysroots/i686-linux/usr/bin:/home/jim/poky/build/tmp/sysroots/i686-linux/usr/sbin:/home/jim/poky/build/tmp/sysroots/i686-linux/usr/bin:/home/jim/poky/build/tmp/sysroots/i686-linux/sbin:/home/jim/poky/build/tmp/sysroots/i686-linux//bin:/home/jim/poky/scripts/native-intercept:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jim/poky/scripts" 
tar xz --no-same-owner -f 
/home/jim/poky/build/downloads/icon-naming-utils-0.8.7.tar.gz failed 
with return value 2' failed
ERROR: Logfile of failure stored in: 
/home/jim/poky/build/tmp/work/i686-linux/icon-naming-utils-native-0.8.7-r3/temp/log.do_unpack.19392
Log data follows:
| NOTE: Unpacking 
/home/jim/poky/build/downloads/icon-naming-utils-0.8.7.tar.gz to 
/home/jim/poky/build/tmp/work/i686-linux/icon-naming-utils-native-0.8.7-r3/
|
| gzip: stdin: not in gzip format
| tar: Child returned status 1
| tar: Error is not recoverable: exiting now
| ERROR: Function 'Unpack failure for URL: 
'http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz'. 
Unpack command 
PATH="/home/jim/poky/build/tmp/sysroots/i686-linux/usr/bin/perl-native:/home/jim/poky/build/tmp/sysroots/i686-linux/usr/bin/core2-linux:/home/jim/poky/build/tmp/sysroots/i686-linux/usr/bin:/home/jim/poky/build/tmp/sysroots/i686-linux/usr/sbin:/home/jim/poky/build/tmp/sysroots/i686-linux/usr/bin:/home/jim/poky/build/tmp/sysroots/i686-linux/sbin:/home/jim/poky/build/tmp/sysroots/i686-linux//bin:/home/jim/poky/scripts/native-intercept:/home/jim/poky/scripts:/home/jim/poky/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jim/poky/scripts" 
tar xz --no-same-owner -f 
/home/jim/poky/build/downloads/icon-naming-utils-0.8.7.tar.gz failed 
with return value 2' failed
NOTE: package icon-naming-utils-native-0.8.7-r3: task do_unpack: Failed
ERROR: Task 2395 
(/home/jim/poky/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb 
<http://icon-naming-utils-native_0.8.7.bb>, do_unpack) failed with exit 
code '1'

Jim A


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

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

* Re: build error on meta-cedarview
  2011-12-21 16:24 ` build error on meta-cedarview Jim Abernathy
@ 2011-12-29  5:26   ` Andrew Schweitzer
  2011-12-29 16:37     ` Saul Wold
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Schweitzer @ 2011-12-29  5:26 UTC (permalink / raw)
  To: yocto

Jim Abernathy <jfabernathy@...> writes:

> 
> 
>     While running a build of the core-image-sato using the edison latest
>     commits and the meta-cedartrail bsp, I notices some errors fly by
>     and thought I'd see if anyone knows the reason.  The build is just
>     to test the bsp with no changes.  Basically, doing the Appendix A of
>     the Development manual substituting cedartrail for crownbay.
>     snippet of the console log below:
>     NOTE: package icon-naming-utils-native-0.8.7-r3: task do_unpack:
>     Started
>     ERROR: Function 'Unpack failure for URL: 
'http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz'.

I don't know the reason, but I did get the same error when trying to build yocto 
per the getting started page, changing local.conf to create qemuarm

I would be interested in knowing the reason too. 

Andy



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

* Re: build error on meta-cedarview
  2011-12-29  5:26   ` Andrew Schweitzer
@ 2011-12-29 16:37     ` Saul Wold
  2012-01-03 17:26       ` Jim Abernathy
  0 siblings, 1 reply; 6+ messages in thread
From: Saul Wold @ 2011-12-29 16:37 UTC (permalink / raw)
  To: Andrew Schweitzer; +Cc: yocto

On 12/28/2011 09:26 PM, Andrew Schweitzer wrote:
> Jim Abernathy<jfabernathy@...>  writes:
>
>>
>>
>>      While running a build of the core-image-sato using the edison latest
>>      commits and the meta-cedartrail bsp, I notices some errors fly by
>>      and thought I'd see if anyone knows the reason.  The build is just
>>      to test the bsp with no changes.  Basically, doing the Appendix A of
>>      the Development manual substituting cedartrail for crownbay.
>>      snippet of the console log below:
>>      NOTE: package icon-naming-utils-native-0.8.7-r3: task do_unpack:
>>      Started
>>      ERROR: Function 'Unpack failure for URL:
> 'http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz'.
>
> I don't know the reason, but I did get the same error when trying to build yocto
> per the getting started page, changing local.conf to create qemuarm
>
> I would be interested in knowing the reason too.
>
There has been a bug filed against this issue, it seems that the 
tarballs have moved or are unavailable from that location for some 
reason.  You are getting a download page, and I believe that the failure 
should occur earlier with a checksum mismatch, but is not.

You can fetch this file from our mirror at:
http://downloads.yoctoproject.org/mirror/sources/icon-naming-utils-0.8.7.tar.gz

Sau!

> Andy
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

* Re: build error on meta-cedarview
  2011-12-29 16:37     ` Saul Wold
@ 2012-01-03 17:26       ` Jim Abernathy
  2012-01-04  4:59         ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Jim Abernathy @ 2012-01-03 17:26 UTC (permalink / raw)
  To: yocto

On 12/29/2011 11:37 AM, Saul Wold wrote:
> On 12/28/2011 09:26 PM, Andrew Schweitzer wrote:
>> Jim Abernathy<jfabernathy@...>  writes:
>>
>>>
>>>
>>>      While running a build of the core-image-sato using the edison 
>>> latest
>>>      commits and the meta-cedartrail bsp, I notices some errors fly by
>>>      and thought I'd see if anyone knows the reason.  The build is just
>>>      to test the bsp with no changes.  Basically, doing the Appendix 
>>> A of
>>>      the Development manual substituting cedartrail for crownbay.
>>>      snippet of the console log below:
>>>      NOTE: package icon-naming-utils-native-0.8.7-r3: task do_unpack:
>>>      Started
>>>      ERROR: Function 'Unpack failure for URL:
>> 'http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz'.
>>
>> I don't know the reason, but I did get the same error when trying to 
>> build yocto
>> per the getting started page, changing local.conf to create qemuarm
>>
>> I would be interested in knowing the reason too.
>>
> There has been a bug filed against this issue, it seems that the 
> tarballs have moved or are unavailable from that location for some 
> reason.  You are getting a download page, and I believe that the 
> failure should occur earlier with a checksum mismatch, but is not.
>
> You can fetch this file from our mirror at:
> http://downloads.yoctoproject.org/mirror/sources/icon-naming-utils-0.8.7.tar.gz 
>
>
Saul,

Sorry for the dumb question, but how do I download the file and fool 
bitbake into not trying to download it from the invalid site?  Or do I 
need to change a file somewhere to specific our mirror URL instead??

Jim A
> Sau!
>
>> Andy
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: build error on meta-cedarview
  2012-01-03 17:26       ` Jim Abernathy
@ 2012-01-04  4:59         ` Khem Raj
  2012-01-04 20:37           ` Jim Abernathy
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2012-01-04  4:59 UTC (permalink / raw)
  To: Jim Abernathy; +Cc: yocto

On (03/01/12 12:26), Jim Abernathy wrote:
> On 12/29/2011 11:37 AM, Saul Wold wrote:
> >On 12/28/2011 09:26 PM, Andrew Schweitzer wrote:
> >>Jim Abernathy<jfabernathy@...>  writes:
> >>
> >>>
> >>>
> >>>     While running a build of the core-image-sato using the
> >>>edison latest
> >>>     commits and the meta-cedartrail bsp, I notices some errors fly by
> >>>     and thought I'd see if anyone knows the reason.  The build is just
> >>>     to test the bsp with no changes.  Basically, doing the
> >>>Appendix A of
> >>>     the Development manual substituting cedartrail for crownbay.
> >>>     snippet of the console log below:
> >>>     NOTE: package icon-naming-utils-native-0.8.7-r3: task do_unpack:
> >>>     Started
> >>>     ERROR: Function 'Unpack failure for URL:
> >>'http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz'.
> >>
> >>I don't know the reason, but I did get the same error when
> >>trying to build yocto
> >>per the getting started page, changing local.conf to create qemuarm
> >>
> >>I would be interested in knowing the reason too.
> >>
> >There has been a bug filed against this issue, it seems that the
> >tarballs have moved or are unavailable from that location for some
> >reason.  You are getting a download page, and I believe that the
> >failure should occur earlier with a checksum mismatch, but is not.
> >
> >You can fetch this file from our mirror at:
> >http://downloads.yoctoproject.org/mirror/sources/icon-naming-utils-0.8.7.tar.gz
> >
> >
> Saul,
> 
> Sorry for the dumb question, but how do I download the file and fool
> bitbake into not trying to download it from the invalid site?  Or do
> I need to change a file somewhere to specific our mirror URL
> instead??

cd into DL_DIR
wget the <tar>
then touch <tar>.done

You can add http://downloads.yoctoproject.org/mirror/sources/
to MIRRORS

something like
MIRRORS =+ "http://downloads.yoctoproject.org/mirror/sources/"
to the concerned recipe.


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

* Re: build error on meta-cedarview
  2012-01-04  4:59         ` Khem Raj
@ 2012-01-04 20:37           ` Jim Abernathy
  0 siblings, 0 replies; 6+ messages in thread
From: Jim Abernathy @ 2012-01-04 20:37 UTC (permalink / raw)
  To: yocto

On 01/03/2012 11:59 PM, Khem Raj wrote:
> On (03/01/12 12:26), Jim Abernathy wrote:
>> On 12/29/2011 11:37 AM, Saul Wold wrote:
>>> On 12/28/2011 09:26 PM, Andrew Schweitzer wrote:
>>>> Jim Abernathy<jfabernathy@...>   writes:
>>>>
>>>>>
>>>>>      While running a build of the core-image-sato using the
>>>>> edison latest
>>>>>      commits and the meta-cedartrail bsp, I notices some errors fly by
>>>>>      and thought I'd see if anyone knows the reason.  The build is just
>>>>>      to test the bsp with no changes.  Basically, doing the
>>>>> Appendix A of
>>>>>      the Development manual substituting cedartrail for crownbay.
>>>>>      snippet of the console log below:
>>>>>      NOTE: package icon-naming-utils-native-0.8.7-r3: task do_unpack:
>>>>>      Started
>>>>>      ERROR: Function 'Unpack failure for URL:
>>>> 'http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz'.
>>>>
>>>> I don't know the reason, but I did get the same error when
>>>> trying to build yocto
>>>> per the getting started page, changing local.conf to create qemuarm
>>>>
>>>> I would be interested in knowing the reason too.
>>>>
>>> There has been a bug filed against this issue, it seems that the
>>> tarballs have moved or are unavailable from that location for some
>>> reason.  You are getting a download page, and I believe that the
>>> failure should occur earlier with a checksum mismatch, but is not.
>>>
>>> You can fetch this file from our mirror at:
>>> http://downloads.yoctoproject.org/mirror/sources/icon-naming-utils-0.8.7.tar.gz
>>>
>>>
>> Saul,
>>
>> Sorry for the dumb question, but how do I download the file and fool
>> bitbake into not trying to download it from the invalid site?  Or do
>> I need to change a file somewhere to specific our mirror URL
>> instead??
> cd into DL_DIR
> wget the<tar>
> then touch<tar>.done
>
> You can add http://downloads.yoctoproject.org/mirror/sources/
> to MIRRORS
>
> something like
> MIRRORS =+ "http://downloads.yoctoproject.org/mirror/sources/"
> to the concerned recipe.
I went back and had a number of issues so I just deleted the current 
~/poky/build directory and restarted the process including editing the 
conf/local.conf, etc.  The only change I made to the recipes was to put 
in the reference to the Yocto mirror for icon-naming-utils.  I got a 
fair way down into the build(2358 of 4426) before I got a new error.  
The step is related to initramfs-live-boot_1.0.bb do_package_write_rpm 
the log is below:

NOTE: Creating RPM package for initramfs-live-boot-dbg
NOTE: Creating RPM package for initramfs-live-boot
NOTE: Creating RPM package for initramfs-live-boot
NOTE: Not creating empty RPM package for initramfs-live-boot-doc
NOTE: Creating EMPTY RPM Package for initramfs-live-boot-dev
NOTE: Not creating empty RPM package for initramfs-live-boot-staticdev
NOTE: Not creating empty RPM package for initramfs-live-boot-locale
Building target platforms: all-poky-linux
Processing files: initramfs-live-boot-1.0-r6.all
Finding  Provides: 
/home/jim/poky/build/tmp/work/all-poky-linux/initramfs-live-boot-1.0-r6/initramfs-live-boot.provides
Finding  Requires: 
/home/jim/poky/build/tmp/work/all-poky-linux/initramfs-live-boot-1.0-r6/initramfs-live-boot.requires
Requires: /bin/sh
Requires: /bin/sh
Processing files: initramfs-live-boot-dbg-1.0-r6.all
Finding  Provides: 
/home/jim/poky/build/tmp/work/all-poky-linux/initramfs-live-boot-1.0-r6/initramfs-live-boot.provides
Finding  Requires: 
/home/jim/poky/build/tmp/work/all-poky-linux/initramfs-live-boot-1.0-r6/initramfs-live-boot.requires
Processing files: initramfs-live-boot-dev-1.0-r6.all
Checking for unpackaged file(s): 
/home/jim/poky/build/tmp/sysroots/i686-linux/usr/lib/rpm/check-files 
/home/jim/poky/build/tmp/work/all-poky-linux/initramfs-live-boot-1.0-r6/package
error: Unable to open temp file.


RPM build errors:
     Unable to open temp file.
ERROR: Function 'BUILDSPEC' failed (see 
/home/jim/poky/build/tmp/work/all-poky-linux/initramfs-live-boot-1.0-r6/temp/log.do_package_write_rpm.27564 
for further information)

Jim A


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

end of thread, other threads:[~2012-01-04 20:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CANSwnwggQwOgZk61xvppWXnz3+Wks9jSaNcp0+cBf9eS2xNNOg@mail.gmail.com>
2011-12-21 16:24 ` build error on meta-cedarview Jim Abernathy
2011-12-29  5:26   ` Andrew Schweitzer
2011-12-29 16:37     ` Saul Wold
2012-01-03 17:26       ` Jim Abernathy
2012-01-04  4:59         ` Khem Raj
2012-01-04 20:37           ` Jim Abernathy

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.