All of lore.kernel.org
 help / color / mirror / Atom feed
* [REGRESSION] omap3-sgx-modules: `NOTE: Runtime target 'kernel-' is unbuildable, removing...`
@ 2011-01-29 15:58 Paul Menzel
  2011-01-29 16:43 ` Koen Kooi
  2011-01-29 20:23 ` Andreas Oberritter
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Menzel @ 2011-01-29 15:58 UTC (permalink / raw)
  To: openembedded-devel

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

Dear Andreas and OE folks,


        commit 2dac84b9a7b820466ed626420fec120093b56e16
        Author: Andreas Oberritter <obi@opendreambox.org>
        Date:   Sat Jan 29 00:51:25 2011 +0000
        
            module.bbclass: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERSION})
            
            * As a special case, kernel modules must depend on
              kernel-${KERNEL_VERSION}, which gets runtime provided by the kernel
              package. The reason is, that the package version can be different
              from ${KERNEL_VERSION}, because the latter depends on the kernel
              configuration, e.g. CONFIG_LOCALVERSION.
            
            Signed-off-by: Andreas Oberritter <obi@opendreambox.org>

[1] seems to have broken `omap3-sgx-modules`.

        $ bitbake -k omap3-sgx-modules
        NOTE: Handling BitBake files: - (7083/7083) [100 %]
        Parsing of 7083 .bb files complete (6644 cached, 439 parsed). 7395 targets, 304 
        skipped, 0 masked, 0 errors.   
        ERROR: '['/oe/openembedded/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb']' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'kernel-' but it wasn't found in any PACKAGE or RPROVIDES variables
        NOTE: Resolving any missing task queue dependencies
        ERROR: '['/oe/openembedded/recipes/powervr-drivers/omap3-sgx-modules_1.4.14.2616.bb']' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'kernel-' but it wasn't found in any PACKAGE or RPROVIDES variables
        Unknown Event: <bb.event.NoProvider instance at 0x10964eac>
        NOTE: Runtime target 'kernel-' is unbuildable, removing...
        Missing or unbuildable dependency chain was: ['kernel-']
        NOTE: Runtime target 'omap3-sgx-modules' is unbuildable, removing...
        Missing or unbuildable dependency chain was: ['omap3-sgx-modules', 'kernel-']
        FATAL: All buildable tasks have been run but the build is incomplete (--continue mode). Errors for the tasks that failed will have been printed above.


Thanks,

Paul


[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=2dac84b9a7b820466ed626420fec120093b56e16

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [REGRESSION] omap3-sgx-modules: `NOTE: Runtime target 'kernel-' is unbuildable, removing...`
  2011-01-29 15:58 [REGRESSION] omap3-sgx-modules: `NOTE: Runtime target 'kernel-' is unbuildable, removing...` Paul Menzel
@ 2011-01-29 16:43 ` Koen Kooi
  2011-01-29 20:23 ` Andreas Oberritter
  1 sibling, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-01-29 16:43 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 29-01-11 16:58, Paul Menzel wrote:
> Dear Andreas and OE folks,
> 
> 
>         commit 2dac84b9a7b820466ed626420fec120093b56e16
>         Author: Andreas Oberritter <obi@opendreambox.org>
>         Date:   Sat Jan 29 00:51:25 2011 +0000
>         
>             module.bbclass: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERSION})
>             
>             * As a special case, kernel modules must depend on
>               kernel-${KERNEL_VERSION}, which gets runtime provided by the kernel
>               package. The reason is, that the package version can be different
>               from ${KERNEL_VERSION}, because the latter depends on the kernel
>               configuration, e.g. CONFIG_LOCALVERSION.
>             
>             Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> 
> [1] seems to have broken `omap3-sgx-modules`.

I'm in favour of reverting that till people have actually ACKed a patch
to kernel.bbclass.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNREOfMkyGM64RGpERApN6AJ9s/E+sd1CfU4Q91BuaeOWQX7wq4ACffxhu
epf5mUCAdxWO12qYBGM9ukY=
=FzLs
-----END PGP SIGNATURE-----




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

* Re: [REGRESSION] omap3-sgx-modules: `NOTE: Runtime target 'kernel-' is unbuildable, removing...`
  2011-01-29 15:58 [REGRESSION] omap3-sgx-modules: `NOTE: Runtime target 'kernel-' is unbuildable, removing...` Paul Menzel
  2011-01-29 16:43 ` Koen Kooi
@ 2011-01-29 20:23 ` Andreas Oberritter
  2011-01-30 10:33   ` [solved][REGRESSION] " Paul Menzel
  1 sibling, 1 reply; 5+ messages in thread
From: Andreas Oberritter @ 2011-01-29 20:23 UTC (permalink / raw)
  To: Paul Menzel; +Cc: openembedded-devel

On 01/29/2011 04:58 PM, Paul Menzel wrote:
> Dear Andreas and OE folks,
> 
> 
>         commit 2dac84b9a7b820466ed626420fec120093b56e16
>         Author: Andreas Oberritter <obi@opendreambox.org>
>         Date:   Sat Jan 29 00:51:25 2011 +0000
>         
>             module.bbclass: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERSION})
>             
>             * As a special case, kernel modules must depend on
>               kernel-${KERNEL_VERSION}, which gets runtime provided by the kernel
>               package. The reason is, that the package version can be different
>               from ${KERNEL_VERSION}, because the latter depends on the kernel
>               configuration, e.g. CONFIG_LOCALVERSION.
>             
>             Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> 
> [1] seems to have broken `omap3-sgx-modules`.

Hello Paul,

thanks! It's a known bug. Can you please test this patch, while I'm
waiting for an ack or nack for it?

http://patches.openembedded.org/patch/402/

Is there a maintainer for kernel.bbclass?

If there's no feedback, and if nobody's faster, I'll revert the commits
tomorrow.

Regards,
Andreas



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

* Re: [solved][REGRESSION] omap3-sgx-modules: `NOTE: Runtime target 'kernel-' is unbuildable, removing...`
  2011-01-29 20:23 ` Andreas Oberritter
@ 2011-01-30 10:33   ` Paul Menzel
  2011-01-31  2:10     ` Andreas Oberritter
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Menzel @ 2011-01-30 10:33 UTC (permalink / raw)
  To: openembedded-devel

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

Dear Andreas,


Am Samstag, den 29.01.2011, 21:23 +0100 schrieb Andreas Oberritter:
> On 01/29/2011 04:58 PM, Paul Menzel wrote:

> >         commit 2dac84b9a7b820466ed626420fec120093b56e16
> >         Author: Andreas Oberritter <obi@opendreambox.org>
> >         Date:   Sat Jan 29 00:51:25 2011 +0000
> >         
> >             module.bbclass: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERSION})
> >             
> >             * As a special case, kernel modules must depend on
> >               kernel-${KERNEL_VERSION}, which gets runtime provided by the kernel
> >               package. The reason is, that the package version can be different
> >               from ${KERNEL_VERSION}, because the latter depends on the kernel
> >               configuration, e.g. CONFIG_LOCALVERSION.
> >             
> >             Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> > 
> > [1] seems to have broken `omap3-sgx-modules`.

> thanks! It's a known bug. Can you please test this patch, while I'm
> waiting for an ack or nack for it?
> 
> http://patches.openembedded.org/patch/402/

Unfortunately I am having delivery problems with my SourceForge.net
address, so I have not yet received the patch to the list and have to
respond to this message.

Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: Paul Menzel <paulepanter@users.sourceforge.net> 
	for `omap3-sgx-modules` with `angstrom-2008.1`

> Is there a maintainer for kernel.bbclass?
> 
> If there's no feedback, and if nobody's faster, I'll revert the commits
> tomorrow.


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [solved][REGRESSION] omap3-sgx-modules: `NOTE: Runtime target 'kernel-' is unbuildable, removing...`
  2011-01-30 10:33   ` [solved][REGRESSION] " Paul Menzel
@ 2011-01-31  2:10     ` Andreas Oberritter
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Oberritter @ 2011-01-31  2:10 UTC (permalink / raw)
  To: openembedded-devel

On 01/30/2011 11:33 AM, Paul Menzel wrote:
> Dear Andreas,
> 
> 
> Am Samstag, den 29.01.2011, 21:23 +0100 schrieb Andreas Oberritter:
>> On 01/29/2011 04:58 PM, Paul Menzel wrote:
> 
>>>         commit 2dac84b9a7b820466ed626420fec120093b56e16
>>>         Author: Andreas Oberritter <obi@opendreambox.org>
>>>         Date:   Sat Jan 29 00:51:25 2011 +0000
>>>         
>>>             module.bbclass: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERSION})
>>>             
>>>             * As a special case, kernel modules must depend on
>>>               kernel-${KERNEL_VERSION}, which gets runtime provided by the kernel
>>>               package. The reason is, that the package version can be different
>>>               from ${KERNEL_VERSION}, because the latter depends on the kernel
>>>               configuration, e.g. CONFIG_LOCALVERSION.
>>>             
>>>             Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
>>>
>>> [1] seems to have broken `omap3-sgx-modules`.
> 
>> thanks! It's a known bug. Can you please test this patch, while I'm
>> waiting for an ack or nack for it?
>>
>> http://patches.openembedded.org/patch/402/
> 
> Unfortunately I am having delivery problems with my SourceForge.net
> address, so I have not yet received the patch to the list and have to
> respond to this message.
> 
> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
> Tested-by: Paul Menzel <paulepanter@users.sourceforge.net> 
> 	for `omap3-sgx-modules` with `angstrom-2008.1`

Thanks for testing! I've pushed the patch to fix the regression before
the work week begins, but I'm not very comfortable with it, because of
the little feedback.

Let's hope that it works for everybody. Otherwise, it can still be
reverted together with the patches that caused the regression.

Regards,
Andreas



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

end of thread, other threads:[~2011-01-31  2:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-29 15:58 [REGRESSION] omap3-sgx-modules: `NOTE: Runtime target 'kernel-' is unbuildable, removing...` Paul Menzel
2011-01-29 16:43 ` Koen Kooi
2011-01-29 20:23 ` Andreas Oberritter
2011-01-30 10:33   ` [solved][REGRESSION] " Paul Menzel
2011-01-31  2:10     ` Andreas Oberritter

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.