All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-core][PATCH 1/2] nghttp2: unbreak do_populate_sdk
@ 2022-05-24 14:49 Markus Volk
  2022-05-24 14:49 ` [oe-core][PATCH 2/2] libva-initial: " Markus Volk
  2022-05-31 14:21 ` [oe-core][PATCH 1/2] nghttp2: " richard.purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Markus Volk @ 2022-05-24 14:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Markus Volk

Error:
 Problem 1: package nghttp2-dev-1.47.0-r0.corei7_64 requires nghttp2 = 1.47.0-r0, but none of the providers can be installed
  - conflicting requests
  - nothing provides nghttp2-client >= 1.47.0 needed by nghttp2-1.47.0-r0.corei7_64
  - nothing provides nghttp2-server >= 1.47.0 needed by nghttp2-1.47.0-r0.corei7_64

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/recipes-support/nghttp2/nghttp2_1.47.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
index 58ce08084d..051a6e4ecb 100644
--- a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
+++ b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
@@ -21,7 +21,7 @@ EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF
 
 PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server"
 
-RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})"
+RRECOMMENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})"
 RDEPENDS:${PN}:class-native = ""
 RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell"
 
-- 
2.25.1



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

* [oe-core][PATCH 2/2] libva-initial: unbreak do_populate_sdk
  2022-05-24 14:49 [oe-core][PATCH 1/2] nghttp2: unbreak do_populate_sdk Markus Volk
@ 2022-05-24 14:49 ` Markus Volk
  2022-05-31 14:21 ` [oe-core][PATCH 1/2] nghttp2: " richard.purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Markus Volk @ 2022-05-24 14:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Markus Volk

Error:
 Problem: package libva-dev-2.14.0-r0.corei7_64 requires libva-initial-dev, but none of the providers can be installed
  - conflicting requests
  - nothing provides libva-initial = 2.14.0-r0 needed by libva-initial-dev-2.14.0-r0.corei7_64
(try to add '--skip-broken' to skip uninstallable packages)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta/recipes-graphics/libva/libva-initial_2.14.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/libva/libva-initial_2.14.0.bb b/meta/recipes-graphics/libva/libva-initial_2.14.0.bb
index 453096822f..14917b1c65 100644
--- a/meta/recipes-graphics/libva/libva-initial_2.14.0.bb
+++ b/meta/recipes-graphics/libva/libva-initial_2.14.0.bb
@@ -6,3 +6,4 @@ do_install:append () {
 	rm -f ${D}${libdir}/*.so*
 }
 
+ALLOW_EMPTY:${PN} = "1"
-- 
2.25.1



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

* Re: [oe-core][PATCH 1/2] nghttp2: unbreak do_populate_sdk
  2022-05-24 14:49 [oe-core][PATCH 1/2] nghttp2: unbreak do_populate_sdk Markus Volk
  2022-05-24 14:49 ` [oe-core][PATCH 2/2] libva-initial: " Markus Volk
@ 2022-05-31 14:21 ` richard.purdie
  2022-05-31 14:52   ` Markus Volk
  1 sibling, 1 reply; 4+ messages in thread
From: richard.purdie @ 2022-05-31 14:21 UTC (permalink / raw)
  To: Markus Volk, openembedded-core

On Tue, 2022-05-24 at 16:49 +0200, Markus Volk wrote:
> Error:
>  Problem 1: package nghttp2-dev-1.47.0-r0.corei7_64 requires nghttp2 = 1.47.0-r0, but none of the providers can be installed
>   - conflicting requests
>   - nothing provides nghttp2-client >= 1.47.0 needed by nghttp2-1.47.0-r0.corei7_64
>   - nothing provides nghttp2-server >= 1.47.0 needed by nghttp2-1.47.0-r0.corei7_64
> 
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  meta/recipes-support/nghttp2/nghttp2_1.47.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
> index 58ce08084d..051a6e4ecb 100644
> --- a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
> +++ b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
> @@ -21,7 +21,7 @@ EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF
>  
>  PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server"
>  
> -RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})"
> +RRECOMMENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})"
>  RDEPENDS:${PN}:class-native = ""
>  RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell"
>  

I'm not sure this is correct as if the dependencies are incorrect we
shouldn't be making then RRECOMMENDS? What is the real issue here?

Cheers,

Richard




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

* Re: [oe-core][PATCH 1/2] nghttp2: unbreak do_populate_sdk
  2022-05-31 14:21 ` [oe-core][PATCH 1/2] nghttp2: " richard.purdie
@ 2022-05-31 14:52   ` Markus Volk
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Volk @ 2022-05-31 14:52 UTC (permalink / raw)
  To: richard.purdie, openembedded-core

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

I'm not sure but since this error happened while trying to build 
nativesdk-nghttp2 i think the issue is, that RDEPENDS are removed for 
native but not for nativesdk.

    RDEPENDS:${PN}:class-native = ""

Other possible fixes then should be either to remove them also for nativesdk

    RDEPENDS:${PN}:class-nativesdk = ""

or adding RDEPENDS on client/server for class-target only

    RDEPENDS:${PN}:class-target = "${PN}-client (>= ${PV}) ${PN}-proxy
    (>= ${PV}) ${PN}-server (>= ${PV})"


Markus


Am 31.05.22 um 16:21 schrieb richard.purdie@linuxfoundation.org:
> On Tue, 2022-05-24 at 16:49 +0200, Markus Volk wrote:
>> Error:
>>   Problem 1: package nghttp2-dev-1.47.0-r0.corei7_64 requires nghttp2 = 1.47.0-r0, but none of the providers can be installed
>>    - conflicting requests
>>    - nothing provides nghttp2-client >= 1.47.0 needed by nghttp2-1.47.0-r0.corei7_64
>>    - nothing provides nghttp2-server >= 1.47.0 needed by nghttp2-1.47.0-r0.corei7_64
>>
>> Signed-off-by: Markus Volk<f_l_k@t-online.de>
>> ---
>>   meta/recipes-support/nghttp2/nghttp2_1.47.0.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
>> index 58ce08084d..051a6e4ecb 100644
>> --- a/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
>> +++ b/meta/recipes-support/nghttp2/nghttp2_1.47.0.bb
>> @@ -21,7 +21,7 @@ EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF
>>   
>>   PACKAGES =+ "lib${BPN} ${PN}-client ${PN}-proxy ${PN}-server"
>>   
>> -RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})"
>> +RRECOMMENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})"
>>   RDEPENDS:${PN}:class-native = ""
>>   RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell"
>>   
> I'm not sure this is correct as if the dependencies are incorrect we
> shouldn't be making then RRECOMMENDS? What is the real issue here?
>
> Cheers,
>
> Richard
>
>

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

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

end of thread, other threads:[~2022-05-31 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 14:49 [oe-core][PATCH 1/2] nghttp2: unbreak do_populate_sdk Markus Volk
2022-05-24 14:49 ` [oe-core][PATCH 2/2] libva-initial: " Markus Volk
2022-05-31 14:21 ` [oe-core][PATCH 1/2] nghttp2: " richard.purdie
2022-05-31 14:52   ` Markus Volk

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.