All of lore.kernel.org
 help / color / mirror / Atom feed
* commit b72cb13fcf83b9d342808ea30379bfb6a1321b54 breaks parse
@ 2011-12-20 10:15 Andreas Müller
  2011-12-20 10:31 ` Koen Kooi
  2011-12-20 12:58 ` Koen Kooi
  0 siblings, 2 replies; 6+ messages in thread
From: Andreas Müller @ 2011-12-20 10:15 UTC (permalink / raw)
  To: meta-ti

Hi,

I thought I sent it alrerady but cannot find it in mailing archive. If you have 
already received simply ignore.

On all my build machines  I get

Loading cache: 100% |
##############################################################################################################################################| 
ETA:  00:00:00
Loaded 1880 entries from dependency cache.
ERROR: Unable to parse /home/andreas/data/oe-core/sources/meta-ti/recipes-
kernel/linux/linux_3.1.bb                                                                
| ETA:  --:--:--
Traceback (most recent call last):
  File "/home/andreas/oe-core/sources/bitbake/lib/bb/parse/ast.py", line 379, 
in multi_finalize(fn='/home/andreas/data/oe-core/sources/meta-ti/recipes-
kernel/linux/linux_3.1.bb', d=<bb.data_smart.DataSmart object at 0x7cec6d0>):
         try:
    >        finalize(fn, d)
         except bb.parse.SkipPackage as e:
  File "/home/andreas/oe-core/sources/bitbake/lib/bb/parse/ast.py", line 323, 
in finalize(fn='/home/andreas/data/oe-core/sources/meta-ti/recipes-
kernel/linux/linux_3.1.bb', d=<bb.data_smart.DataSmart object at 0x7cec6d0>, 
variant=None):
             code.append("%s(d)" % funcname)
    >    bb.utils.simple_exec("\n".join(code), {"d": d})
         bb.data.update_data(d)
  File "/home/andreas/oe-core/sources/bitbake/lib/bb/utils.py", line 387, in 
simple_exec(code='__anon_119__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_staging_bbclass(d)\n__anon_487__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_base_bbclass(d)\n__anon_20__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_debian_bbclass(d)\n__anon_19__home_andreas_data_oe_core_sources_meta_openembedded_meta_oe_classes_blacklist_bbclass(d)\n__anon_189__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_package_bbclass(d)\n__anon_55__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_sstate_bbclass(d)\n__anon_447__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_package_ipk_bbclass(d)\n__anon_28__home_andreas_data_oe_core_sources_meta_openembedded_meta_oe_classes_kernel_bbclass(d)\n__anon_119__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_siteinfo_bbclass(d)\n__anon_72__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d)\n__anon_277__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d)', 
context={'d': <bb.data_smart.DataSmart object at 0x7cec6d0>}):
     def simple_exec(code, context):
    >    exec(code, _context, context)
     
  File "<string>", line 11, in <module>
  File 
"__anon_277__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc", 
line 7, in 
__anon_277__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d=<bb.data_smart.DataSmart 
object at 0x7cec6d0>)
IOError: [Errno 2] No such file or directory: 
'/home/andreas/data/Downloads/packets/dl/defconfig'

Notes:

* /home/andreas/data/Downloads/packets/dl is my download directory
* reverting b72cb13fcf83b9d342808ea30379bfb6a1321b54 fixed build

Andreas


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

* Re: commit b72cb13fcf83b9d342808ea30379bfb6a1321b54 breaks parse
  2011-12-20 10:15 commit b72cb13fcf83b9d342808ea30379bfb6a1321b54 breaks parse Andreas Müller
@ 2011-12-20 10:31 ` Koen Kooi
  2011-12-20 10:55   ` Andreas Müller
  2011-12-20 12:58 ` Koen Kooi
  1 sibling, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-12-20 10:31 UTC (permalink / raw)
  To: Andreas Müller; +Cc: meta-ti

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


Op 20 dec. 2011, om 11:15 heeft Andreas Müller het volgende geschreven:

> Hi,
> 
> I thought I sent it alrerady but cannot find it in mailing archive. If you have 
> already received simply ignore.
> 
> On all my build machines  I get
> 
> Loading cache: 100% |
> ##############################################################################################################################################| 
> ETA:  00:00:00
> Loaded 1880 entries from dependency cache.
> ERROR: Unable to parse /home/andreas/data/oe-core/sources/meta-ti/recipes-
> kernel/linux/linux_3.1.bb                                                                
> | ETA:  --:--:--
> Traceback (most recent call last):
>  File "/home/andreas/oe-core/sources/bitbake/lib/bb/parse/ast.py", line 379, 
> in multi_finalize(fn='/home/andreas/data/oe-core/sources/meta-ti/recipes-
> kernel/linux/linux_3.1.bb', d=<bb.data_smart.DataSmart object at 0x7cec6d0>):
>         try:
>>       finalize(fn, d)
>         except bb.parse.SkipPackage as e:
>  File "/home/andreas/oe-core/sources/bitbake/lib/bb/parse/ast.py", line 323, 
> in finalize(fn='/home/andreas/data/oe-core/sources/meta-ti/recipes-
> kernel/linux/linux_3.1.bb', d=<bb.data_smart.DataSmart object at 0x7cec6d0>, 
> variant=None):
>             code.append("%s(d)" % funcname)
>>   bb.utils.simple_exec("\n".join(code), {"d": d})
>         bb.data.update_data(d)
>  File "/home/andreas/oe-core/sources/bitbake/lib/bb/utils.py", line 387, in 
> simple_exec(code='__anon_119__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_staging_bbclass(d)\n__anon_487__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_base_bbclass(d)\n__anon_20__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_debian_bbclass(d)\n__anon_19__home_andreas_data_oe_core_sources_meta_openembedded_meta_oe_classes_blacklist_bbclass(d)\n__anon_189__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_package_bbclass(d)\n__anon_55__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_sstate_bbclass(d)\n__anon_447__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_package_ipk_bbclass(d)\n__anon_28__home_andreas_data_oe_core_sources_meta_openembedded_meta_oe_classes_kernel_bbclass(d)\n__anon_119__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_siteinfo_bbclass(d)\n__anon_72__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d)\n__anon_2
> 77__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d)', 
> context={'d': <bb.data_smart.DataSmart object at 0x7cec6d0>}):
>     def simple_exec(code, context):
>>   exec(code, _context, context)
> 
>  File "<string>", line 11, in <module>
>  File 
> "__anon_277__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc", 
> line 7, in 
> __anon_277__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d=<bb.data_smart.DataSmart 
> object at 0x7cec6d0>)
> IOError: [Errno 2] No such file or directory: 
> '/home/andreas/data/Downloads/packets/dl/defconfig'

I'm not seeing any of that, but I'm keeping an eye on it.

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

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

* Re: commit b72cb13fcf83b9d342808ea30379bfb6a1321b54 breaks parse
  2011-12-20 10:31 ` Koen Kooi
@ 2011-12-20 10:55   ` Andreas Müller
  2011-12-20 11:06     ` Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Müller @ 2011-12-20 10:55 UTC (permalink / raw)
  To: meta-ti

On Tuesday, December 20, 2011 11:31:47 AM Koen Kooi wrote:
> Op 20 dec. 2011, om 11:15 heeft Andreas Müller het volgende geschreven:
> > On all my build machines  I get
> > 
> > Loading cache: 100% |
> > #########################################################################
> > #####################################################################|
> > ETA:  00:00:00
> > Loaded 1880 entries from dependency cache.
> > ERROR: Unable to parse
> > /home/andreas/data/oe-core/sources/meta-ti/recipes-
> > kernel/linux/linux_3.1.bb
>> ...
> > IOError: [Errno 2] No such file or directory:
> > '/home/andreas/data/Downloads/packets/dl/defconfig'
> 
> I'm not seeing any of that, but I'm keeping an eye on it.
Hm.. can you try to set DL_DIR outside of OE_BASE?

Andreas


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

* Re: commit b72cb13fcf83b9d342808ea30379bfb6a1321b54 breaks parse
  2011-12-20 10:55   ` Andreas Müller
@ 2011-12-20 11:06     ` Koen Kooi
  2011-12-20 12:50       ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-12-20 11:06 UTC (permalink / raw)
  To: Andreas Müller; +Cc: meta-ti

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


Op 20 dec. 2011, om 11:55 heeft Andreas Müller het volgende geschreven:

> On Tuesday, December 20, 2011 11:31:47 AM Koen Kooi wrote:
>> Op 20 dec. 2011, om 11:15 heeft Andreas Müller het volgende geschreven:
>>> On all my build machines  I get
>>> 
>>> Loading cache: 100% |
>>> #########################################################################
>>> #####################################################################|
>>> ETA:  00:00:00
>>> Loaded 1880 entries from dependency cache.
>>> ERROR: Unable to parse
>>> /home/andreas/data/oe-core/sources/meta-ti/recipes-
>>> kernel/linux/linux_3.1.bb
>>> ...
>>> IOError: [Errno 2] No such file or directory:
>>> '/home/andreas/data/Downloads/packets/dl/defconfig'
>> 
>> I'm not seeing any of that, but I'm keeping an eye on it.
> Hm.. can you try to set DL_DIR outside of OE_BASE?

My setup is:

/OE/tentacle/oebb.sh -> DL_DIR /OE/downloads (debian)
~/Angstrom/oebb.sh -> DL_DIR ~/Angstrom/sources/downloads (fedora)

Both don't seem to suffer from the defconfig problem yet.

regards,

Koen



> 
> Andreas
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

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

* Re: commit b72cb13fcf83b9d342808ea30379bfb6a1321b54 breaks parse
  2011-12-20 11:06     ` Koen Kooi
@ 2011-12-20 12:50       ` Gary Thomas
  0 siblings, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2011-12-20 12:50 UTC (permalink / raw)
  To: Koen Kooi; +Cc: meta-ti

On 2011-12-20 04:06, Koen Kooi wrote:
>
> Op 20 dec. 2011, om 11:55 heeft Andreas Müller het volgende geschreven:
>
>> On Tuesday, December 20, 2011 11:31:47 AM Koen Kooi wrote:
>>> Op 20 dec. 2011, om 11:15 heeft Andreas Müller het volgende geschreven:
>>>> On all my build machines  I get
>>>>
>>>> Loading cache: 100% |
>>>> #########################################################################
>>>> #####################################################################|
>>>> ETA:  00:00:00
>>>> Loaded 1880 entries from dependency cache.
>>>> ERROR: Unable to parse
>>>> /home/andreas/data/oe-core/sources/meta-ti/recipes-
>>>> kernel/linux/linux_3.1.bb
>>>> ...
>>>> IOError: [Errno 2] No such file or directory:
>>>> '/home/andreas/data/Downloads/packets/dl/defconfig'
>>>
>>> I'm not seeing any of that, but I'm keeping an eye on it.
>> Hm.. can you try to set DL_DIR outside of OE_BASE?
>
> My setup is:
>
> /OE/tentacle/oebb.sh ->  DL_DIR /OE/downloads (debian)
> ~/Angstrom/oebb.sh ->  DL_DIR ~/Angstrom/sources/downloads (fedora)
>
> Both don't seem to suffer from the defconfig problem yet.
>
> regards,
>
> Koen

What version of bitbake & python are each of you running?  Since the
error is happening during the parsing of new python code, this might
be significant.

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


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

* Re: commit b72cb13fcf83b9d342808ea30379bfb6a1321b54 breaks parse
  2011-12-20 10:15 commit b72cb13fcf83b9d342808ea30379bfb6a1321b54 breaks parse Andreas Müller
  2011-12-20 10:31 ` Koen Kooi
@ 2011-12-20 12:58 ` Koen Kooi
  1 sibling, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2011-12-20 12:58 UTC (permalink / raw)
  To: Andreas Müller; +Cc: meta-ti, Chris Larson

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


Op 20 dec. 2011, om 11:15 heeft Andreas Müller het volgende geschreven:

> Hi,
> 
> I thought I sent it alrerady but cannot find it in mailing archive. If you have 
> already received simply ignore.
> 
> On all my build machines  I get
> 
> Loading cache: 100% |
> ##############################################################################################################################################| 
> ETA:  00:00:00
> Loaded 1880 entries from dependency cache.
> ERROR: Unable to parse /home/andreas/data/oe-core/sources/meta-ti/recipes-
> kernel/linux/linux_3.1.bb                                                                
> | ETA:  --:--:--
> Traceback (most recent call last):
>  File "/home/andreas/oe-core/sources/bitbake/lib/bb/parse/ast.py", line 379, 
> in multi_finalize(fn='/home/andreas/data/oe-core/sources/meta-ti/recipes-
> kernel/linux/linux_3.1.bb', d=<bb.data_smart.DataSmart object at 0x7cec6d0>):
>         try:
>>       finalize(fn, d)
>         except bb.parse.SkipPackage as e:
>  File "/home/andreas/oe-core/sources/bitbake/lib/bb/parse/ast.py", line 323, 
> in finalize(fn='/home/andreas/data/oe-core/sources/meta-ti/recipes-
> kernel/linux/linux_3.1.bb', d=<bb.data_smart.DataSmart object at 0x7cec6d0>, 
> variant=None):
>             code.append("%s(d)" % funcname)
>>   bb.utils.simple_exec("\n".join(code), {"d": d})
>         bb.data.update_data(d)
>  File "/home/andreas/oe-core/sources/bitbake/lib/bb/utils.py", line 387, in 
> simple_exec(code='__anon_119__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_staging_bbclass(d)\n__anon_487__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_base_bbclass(d)\n__anon_20__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_debian_bbclass(d)\n__anon_19__home_andreas_data_oe_core_sources_meta_openembedded_meta_oe_classes_blacklist_bbclass(d)\n__anon_189__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_package_bbclass(d)\n__anon_55__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_sstate_bbclass(d)\n__anon_447__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_package_ipk_bbclass(d)\n__anon_28__home_andreas_data_oe_core_sources_meta_openembedded_meta_oe_classes_kernel_bbclass(d)\n__anon_119__home_andreas_data_oe_core_sources_openembedded_core_meta_classes_siteinfo_bbclass(d)\n__anon_72__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d)\n__anon_2
> 77__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d)', 
> context={'d': <bb.data_smart.DataSmart object at 0x7cec6d0>}):
>     def simple_exec(code, context):
>>   exec(code, _context, context)
> 
>  File "<string>", line 11, in <module>
>  File 
> "__anon_277__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc", 
> line 7, in 
> __anon_277__home_andreas_data_oe_core_sources_meta_ti_recipes_kernel_linux_linux_inc(d=<bb.data_smart.DataSmart 
> object at 0x7cec6d0>)
> IOError: [Errno 2] No such file or directory: 
> '/home/andreas/data/Downloads/packets/dl/defconfig'

I figured it out, this happens when:

1) SOC_FAMILY = omap3
2) you have no defconfig for linux_3.1.bb for your machine(s).

I've pushed a workaround for the kernel recipe till linux.inc gets fixed to include more exceptions.

regards,

Koen


regards,

Koen

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

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

end of thread, other threads:[~2011-12-20 12:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-20 10:15 commit b72cb13fcf83b9d342808ea30379bfb6a1321b54 breaks parse Andreas Müller
2011-12-20 10:31 ` Koen Kooi
2011-12-20 10:55   ` Andreas Müller
2011-12-20 11:06     ` Koen Kooi
2011-12-20 12:50       ` Gary Thomas
2011-12-20 12:58 ` Koen Kooi

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.