All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm] Can't fetch file
@ 2015-08-28 10:57 Gary Thomas
  2015-08-28 11:29 ` Nikolay Dimitrov
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2015-08-28 10:57 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

With the latest meta-fsl-arm master (a6048db8a0fb5c79ca0e0d0f6f23c853ce2eb0d5)
I'm getting this error:

ERROR: Function failed: Fetcher failure for URL: 'http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//libfslcodec-4.0.6.bin;fsl-eula=true'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /local/p0382-cutting-edge_2014-11-21/tmp/work/cortexa9hf-vfp-neon-mx6qdl-amltd-linux-gnueabi/libfslcodec/4.0.6-r0/temp/log.do_fetch.22227
ERROR: Task 370 (/local/poky-cutting-edge/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec_4.0.6.bb, do_fetch) failed with exit code '1'

Any ideas how to proceed?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-fsl-arm] Can't fetch file
  2015-08-28 10:57 [meta-fsl-arm] Can't fetch file Gary Thomas
@ 2015-08-28 11:29 ` Nikolay Dimitrov
  2015-08-28 12:54   ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Nikolay Dimitrov @ 2015-08-28 11:29 UTC (permalink / raw)
  To: Gary Thomas, meta-freescale@yoctoproject.org

Hi Gary,

On 08/28/2015 01:57 PM, Gary Thomas wrote:
> With the latest meta-fsl-arm master
> (a6048db8a0fb5c79ca0e0d0f6f23c853ce2eb0d5)
> I'm getting this error:
>
> ERROR: Function failed: Fetcher failure for URL:
> 'http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//libfslcodec-4.0.6.bin;fsl-eula=true'.
> Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in:
> /local/p0382-cutting-edge_2014-11-21/tmp/work/cortexa9hf-vfp-neon-mx6qdl-amltd-linux-gnueabi/libfslcodec/4.0.6-r0/temp/log.do_fetch.22227
>
> ERROR: Task 370
> (/local/poky-cutting-edge/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec_4.0.6.bb,
> do_fetch) failed with exit code '1'
>
> Any ideas how to proceed?
>

It seems that it works for me:


picmaster@cruncher:~/work/yocto-master/build$ find ./ -name 
libfslcodec-4.0.6.bin
picmaster@cruncher:~/work/yocto-master/build$ bitbake libfslcodec
Loading cache: 100% 
|#################################################################################################################################| 
ETA:  00:00:00
Loaded 2360 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.27.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Debian-7.8"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "imx6qsabresd"
DISTRO            = "poky"
DISTRO_VERSION    = "1.8+snapshot-20150828"
TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard cortexa9"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "(nobranch):393bd7496d71eb101f21234c1233a2d18fd2c73e"
meta-oe
meta-multimedia
meta-networking
meta-python       = "(nobranch):985fca448f2593f5e5aeba07656eb8f2dad60183"
meta-fsl-arm      = "(nobranch):a6048db8a0fb5c79ca0e0d0f6f23c853ce2eb0d5"
meta-fsl-arm-extra = "(nobranch):b9e1b7395042d313a8c757627a2fd07b6a401e94"
meta-fsl-demos    = "(nobranch):4dbe83280842f37cd4776705770665ca3211ab68"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 460 tasks of which 375 didn't need to be 
rerun and all succeeded.
picmaster@cruncher:~/work/yocto-master/build$ find ./ -name 
libfslcodec-4.0.6.bin
./tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/libfslcodec/4.0.6-r0/libfslcodec-4.0.6.bin

picmaster@cruncher:~/work/yocto-master/build$ repo info
Manifest branch: master
Manifest merge branch: refs/heads/master
Manifest groups: all,-notdefault
----------------------------
Project: Documentation
Mount path: /home/picmaster/work/yocto-master/sources/Documentation
Current revision: master
Local Branches: 0
----------------------------
Project: fsl-community-bsp-base
Mount path: /home/picmaster/work/yocto-master/sources/base
Current revision: master
Local Branches: 0
----------------------------
Project: meta-fsl-arm
Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-arm
Current revision: master
Local Branches: 0
----------------------------
Project: meta-fsl-arm-extra
Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-arm-extra
Current revision: master
Local Branches: 0
----------------------------
Project: meta-fsl-demos
Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-demos
Current revision: master
Local Branches: 0
----------------------------
Project: meta-openembedded
Mount path: /home/picmaster/work/yocto-master/sources/meta-openembedded
Current revision: master
Local Branches: 0
----------------------------
Project: poky
Mount path: /home/picmaster/work/yocto-master/sources/poky
Current revision: master
Local Branches: 0
----------------------------


Regards,
Nikolay


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

* Re: [meta-fsl-arm] Can't fetch file
  2015-08-28 11:29 ` Nikolay Dimitrov
@ 2015-08-28 12:54   ` Gary Thomas
  2015-08-28 13:32     ` Nikolay Dimitrov
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2015-08-28 12:54 UTC (permalink / raw)
  To: meta-freescale

On 2015-08-28 05:29, Nikolay Dimitrov wrote:
> Hi Gary,
>
> On 08/28/2015 01:57 PM, Gary Thomas wrote:
>> With the latest meta-fsl-arm master
>> (a6048db8a0fb5c79ca0e0d0f6f23c853ce2eb0d5)
>> I'm getting this error:
>>
>> ERROR: Function failed: Fetcher failure for URL:
>> 'http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//libfslcodec-4.0.6.bin;fsl-eula=true'.
>> Unable to fetch URL from any source.
>> ERROR: Logfile of failure stored in:
>> /local/p0382-cutting-edge_2014-11-21/tmp/work/cortexa9hf-vfp-neon-mx6qdl-amltd-linux-gnueabi/libfslcodec/4.0.6-r0/temp/log.do_fetch.22227
>>
>> ERROR: Task 370
>> (/local/poky-cutting-edge/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec_4.0.6.bb,
>> do_fetch) failed with exit code '1'
>>
>> Any ideas how to proceed?
>>
>
> It seems that it works for me:
>
>
> picmaster@cruncher:~/work/yocto-master/build$ find ./ -name libfslcodec-4.0.6.bin
> picmaster@cruncher:~/work/yocto-master/build$ bitbake libfslcodec
> Loading cache: 100% |#################################################################################################################################| ETA:  00:00:00
> Loaded 2360 entries from dependency cache.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION        = "1.27.1"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Debian-7.8"
> TARGET_SYS        = "arm-poky-linux-gnueabi"
> MACHINE           = "imx6qsabresd"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.8+snapshot-20150828"
> TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard cortexa9"
> TARGET_FPU        = "vfp-neon"
> meta
> meta-yocto        = "(nobranch):393bd7496d71eb101f21234c1233a2d18fd2c73e"
> meta-oe
> meta-multimedia
> meta-networking
> meta-python       = "(nobranch):985fca448f2593f5e5aeba07656eb8f2dad60183"
> meta-fsl-arm      = "(nobranch):a6048db8a0fb5c79ca0e0d0f6f23c853ce2eb0d5"
> meta-fsl-arm-extra = "(nobranch):b9e1b7395042d313a8c757627a2fd07b6a401e94"
> meta-fsl-demos    = "(nobranch):4dbe83280842f37cd4776705770665ca3211ab68"
>
> NOTE: Preparing RunQueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> NOTE: Tasks Summary: Attempted 460 tasks of which 375 didn't need to be rerun and all succeeded.
> picmaster@cruncher:~/work/yocto-master/build$ find ./ -name libfslcodec-4.0.6.bin
> ./tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/libfslcodec/4.0.6-r0/libfslcodec-4.0.6.bin
>
> picmaster@cruncher:~/work/yocto-master/build$ repo info
> Manifest branch: master
> Manifest merge branch: refs/heads/master
> Manifest groups: all,-notdefault
> ----------------------------
> Project: Documentation
> Mount path: /home/picmaster/work/yocto-master/sources/Documentation
> Current revision: master
> Local Branches: 0
> ----------------------------
> Project: fsl-community-bsp-base
> Mount path: /home/picmaster/work/yocto-master/sources/base
> Current revision: master
> Local Branches: 0
> ----------------------------
> Project: meta-fsl-arm
> Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-arm
> Current revision: master
> Local Branches: 0
> ----------------------------
> Project: meta-fsl-arm-extra
> Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-arm-extra
> Current revision: master
> Local Branches: 0
> ----------------------------
> Project: meta-fsl-demos
> Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-demos
> Current revision: master
> Local Branches: 0
> ----------------------------
> Project: meta-openembedded
> Mount path: /home/picmaster/work/yocto-master/sources/meta-openembedded
> Current revision: master
> Local Branches: 0
> ----------------------------
> Project: poky
> Mount path: /home/picmaster/work/yocto-master/sources/poky
> Current revision: master
> Local Branches: 0
> ----------------------------
>
>
> Regards,
> Nikolay

Oddly, it's working now for me as well (although it failed
a number of times before I sent the original email).

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-fsl-arm] Can't fetch file
  2015-08-28 12:54   ` Gary Thomas
@ 2015-08-28 13:32     ` Nikolay Dimitrov
  2015-08-28 13:40       ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Nikolay Dimitrov @ 2015-08-28 13:32 UTC (permalink / raw)
  To: Gary Thomas, meta-freescale

Hi Gary,

On 08/28/2015 03:54 PM, Gary Thomas wrote:
> On 2015-08-28 05:29, Nikolay Dimitrov wrote:
>> Hi Gary,
>>
>> On 08/28/2015 01:57 PM, Gary Thomas wrote:
>>> With the latest meta-fsl-arm master
>>> (a6048db8a0fb5c79ca0e0d0f6f23c853ce2eb0d5)
>>> I'm getting this error:
>>>
>>> ERROR: Function failed: Fetcher failure for URL:
>>> 'http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//libfslcodec-4.0.6.bin;fsl-eula=true'.
>>>
>>> Unable to fetch URL from any source.
>>> ERROR: Logfile of failure stored in:
>>> /local/p0382-cutting-edge_2014-11-21/tmp/work/cortexa9hf-vfp-neon-mx6qdl-amltd-linux-gnueabi/libfslcodec/4.0.6-r0/temp/log.do_fetch.22227
>>>
>>>
>>> ERROR: Task 370
>>> (/local/poky-cutting-edge/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec_4.0.6.bb,
>>>
>>> do_fetch) failed with exit code '1'
>>>
>>> Any ideas how to proceed?
>>>
>>
>> It seems that it works for me:
>>
>>
>> picmaster@cruncher:~/work/yocto-master/build$ find ./ -name
>> libfslcodec-4.0.6.bin
>> picmaster@cruncher:~/work/yocto-master/build$ bitbake libfslcodec
>> Loading cache: 100%
>> |#################################################################################################################################|
>> ETA:  00:00:00
>> Loaded 2360 entries from dependency cache.
>> NOTE: Resolving any missing task queue dependencies
>>
>> Build Configuration:
>> BB_VERSION        = "1.27.1"
>> BUILD_SYS         = "x86_64-linux"
>> NATIVELSBSTRING   = "Debian-7.8"
>> TARGET_SYS        = "arm-poky-linux-gnueabi"
>> MACHINE           = "imx6qsabresd"
>> DISTRO            = "poky"
>> DISTRO_VERSION    = "1.8+snapshot-20150828"
>> TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard
>> cortexa9"
>> TARGET_FPU        = "vfp-neon"
>> meta
>> meta-yocto        = "(nobranch):393bd7496d71eb101f21234c1233a2d18fd2c73e"
>> meta-oe
>> meta-multimedia
>> meta-networking
>> meta-python       = "(nobranch):985fca448f2593f5e5aeba07656eb8f2dad60183"
>> meta-fsl-arm      = "(nobranch):a6048db8a0fb5c79ca0e0d0f6f23c853ce2eb0d5"
>> meta-fsl-arm-extra =
>> "(nobranch):b9e1b7395042d313a8c757627a2fd07b6a401e94"
>> meta-fsl-demos    = "(nobranch):4dbe83280842f37cd4776705770665ca3211ab68"
>>
>> NOTE: Preparing RunQueue
>> NOTE: Executing SetScene Tasks
>> NOTE: Executing RunQueue Tasks
>> NOTE: Tasks Summary: Attempted 460 tasks of which 375 didn't need to
>> be rerun and all succeeded.
>> picmaster@cruncher:~/work/yocto-master/build$ find ./ -name
>> libfslcodec-4.0.6.bin
>> ./tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/libfslcodec/4.0.6-r0/libfslcodec-4.0.6.bin
>>
>>
>> picmaster@cruncher:~/work/yocto-master/build$ repo info
>> Manifest branch: master
>> Manifest merge branch: refs/heads/master
>> Manifest groups: all,-notdefault
>> ----------------------------
>> Project: Documentation
>> Mount path: /home/picmaster/work/yocto-master/sources/Documentation
>> Current revision: master
>> Local Branches: 0
>> ----------------------------
>> Project: fsl-community-bsp-base
>> Mount path: /home/picmaster/work/yocto-master/sources/base
>> Current revision: master
>> Local Branches: 0
>> ----------------------------
>> Project: meta-fsl-arm
>> Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-arm
>> Current revision: master
>> Local Branches: 0
>> ----------------------------
>> Project: meta-fsl-arm-extra
>> Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-arm-extra
>> Current revision: master
>> Local Branches: 0
>> ----------------------------
>> Project: meta-fsl-demos
>> Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-demos
>> Current revision: master
>> Local Branches: 0
>> ----------------------------
>> Project: meta-openembedded
>> Mount path: /home/picmaster/work/yocto-master/sources/meta-openembedded
>> Current revision: master
>> Local Branches: 0
>> ----------------------------
>> Project: poky
>> Mount path: /home/picmaster/work/yocto-master/sources/poky
>> Current revision: master
>> Local Branches: 0
>> ----------------------------
>>
>>
>> Regards,
>> Nikolay
>
> Oddly, it's working now for me as well (although it failed
> a number of times before I sent the original email).
>

No problem, that's why I double-checked here. Could be a local
ISP or a server issue, who knows.

Have a nice day,
Nikolay


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

* Re: [meta-fsl-arm] Can't fetch file
  2015-08-28 13:32     ` Nikolay Dimitrov
@ 2015-08-28 13:40       ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2015-08-28 13:40 UTC (permalink / raw)
  To: Nikolay Dimitrov, meta-freescale

On 2015-08-28 07:32, Nikolay Dimitrov wrote:
> Hi Gary,
>
> On 08/28/2015 03:54 PM, Gary Thomas wrote:
>> On 2015-08-28 05:29, Nikolay Dimitrov wrote:
>>> Hi Gary,
>>>
>>> On 08/28/2015 01:57 PM, Gary Thomas wrote:
>>>> With the latest meta-fsl-arm master
>>>> (a6048db8a0fb5c79ca0e0d0f6f23c853ce2eb0d5)
>>>> I'm getting this error:
>>>>
>>>> ERROR: Function failed: Fetcher failure for URL:
>>>> 'http://www.freescale.com/lgfiles/NMG/MAD/YOCTO//libfslcodec-4.0.6.bin;fsl-eula=true'.
>>>>
>>>> Unable to fetch URL from any source.
>>>> ERROR: Logfile of failure stored in:
>>>> /local/p0382-cutting-edge_2014-11-21/tmp/work/cortexa9hf-vfp-neon-mx6qdl-amltd-linux-gnueabi/libfslcodec/4.0.6-r0/temp/log.do_fetch.22227
>>>>
>>>>
>>>> ERROR: Task 370
>>>> (/local/poky-cutting-edge/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec_4.0.6.bb,
>>>>
>>>> do_fetch) failed with exit code '1'
>>>>
>>>> Any ideas how to proceed?
>>>>
>>>
>>> It seems that it works for me:
>>>
>>>
>>> picmaster@cruncher:~/work/yocto-master/build$ find ./ -name
>>> libfslcodec-4.0.6.bin
>>> picmaster@cruncher:~/work/yocto-master/build$ bitbake libfslcodec
>>> Loading cache: 100%
>>> |#################################################################################################################################|
>>> ETA:  00:00:00
>>> Loaded 2360 entries from dependency cache.
>>> NOTE: Resolving any missing task queue dependencies
>>>
>>> Build Configuration:
>>> BB_VERSION        = "1.27.1"
>>> BUILD_SYS         = "x86_64-linux"
>>> NATIVELSBSTRING   = "Debian-7.8"
>>> TARGET_SYS        = "arm-poky-linux-gnueabi"
>>> MACHINE           = "imx6qsabresd"
>>> DISTRO            = "poky"
>>> DISTRO_VERSION    = "1.8+snapshot-20150828"
>>> TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard
>>> cortexa9"
>>> TARGET_FPU        = "vfp-neon"
>>> meta
>>> meta-yocto        = "(nobranch):393bd7496d71eb101f21234c1233a2d18fd2c73e"
>>> meta-oe
>>> meta-multimedia
>>> meta-networking
>>> meta-python       = "(nobranch):985fca448f2593f5e5aeba07656eb8f2dad60183"
>>> meta-fsl-arm      = "(nobranch):a6048db8a0fb5c79ca0e0d0f6f23c853ce2eb0d5"
>>> meta-fsl-arm-extra =
>>> "(nobranch):b9e1b7395042d313a8c757627a2fd07b6a401e94"
>>> meta-fsl-demos    = "(nobranch):4dbe83280842f37cd4776705770665ca3211ab68"
>>>
>>> NOTE: Preparing RunQueue
>>> NOTE: Executing SetScene Tasks
>>> NOTE: Executing RunQueue Tasks
>>> NOTE: Tasks Summary: Attempted 460 tasks of which 375 didn't need to
>>> be rerun and all succeeded.
>>> picmaster@cruncher:~/work/yocto-master/build$ find ./ -name
>>> libfslcodec-4.0.6.bin
>>> ./tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/libfslcodec/4.0.6-r0/libfslcodec-4.0.6.bin
>>>
>>>
>>> picmaster@cruncher:~/work/yocto-master/build$ repo info
>>> Manifest branch: master
>>> Manifest merge branch: refs/heads/master
>>> Manifest groups: all,-notdefault
>>> ----------------------------
>>> Project: Documentation
>>> Mount path: /home/picmaster/work/yocto-master/sources/Documentation
>>> Current revision: master
>>> Local Branches: 0
>>> ----------------------------
>>> Project: fsl-community-bsp-base
>>> Mount path: /home/picmaster/work/yocto-master/sources/base
>>> Current revision: master
>>> Local Branches: 0
>>> ----------------------------
>>> Project: meta-fsl-arm
>>> Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-arm
>>> Current revision: master
>>> Local Branches: 0
>>> ----------------------------
>>> Project: meta-fsl-arm-extra
>>> Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-arm-extra
>>> Current revision: master
>>> Local Branches: 0
>>> ----------------------------
>>> Project: meta-fsl-demos
>>> Mount path: /home/picmaster/work/yocto-master/sources/meta-fsl-demos
>>> Current revision: master
>>> Local Branches: 0
>>> ----------------------------
>>> Project: meta-openembedded
>>> Mount path: /home/picmaster/work/yocto-master/sources/meta-openembedded
>>> Current revision: master
>>> Local Branches: 0
>>> ----------------------------
>>> Project: poky
>>> Mount path: /home/picmaster/work/yocto-master/sources/poky
>>> Current revision: master
>>> Local Branches: 0
>>> ----------------------------
>>>
>>>
>>> Regards,
>>> Nikolay
>>
>> Oddly, it's working now for me as well (although it failed
>> a number of times before I sent the original email).
>>
>
> No problem, that's why I double-checked here. Could be a local
> ISP or a server issue, who knows.
>
> Have a nice day,
> Nikolay

The truly odd thing is that I use a local mirror and that particular
file was already in my downloads directory when this ran so it should
not have even been trying to fetch the file.  If it happens again, I'll
try to gather more info...

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

end of thread, other threads:[~2015-08-28 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28 10:57 [meta-fsl-arm] Can't fetch file Gary Thomas
2015-08-28 11:29 ` Nikolay Dimitrov
2015-08-28 12:54   ` Gary Thomas
2015-08-28 13:32     ` Nikolay Dimitrov
2015-08-28 13:40       ` Gary Thomas

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.