public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* libcap-ng upgrade depends problem
@ 2026-01-13  7:01 Yiding Liu (Fujitsu)
  2026-01-14 13:16 ` [OE-core] " Antonin Godard
  0 siblings, 1 reply; 4+ messages in thread
From: Yiding Liu (Fujitsu) @ 2026-01-13  7:01 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

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

Hi All

I tryed to upgrade libcap-ng from 0.8.5 to 0.9, but there is PKG_CHECK error during do_configure

| checking for gawk... (cached) gawk
| ../sources/libcap-ng-0.9/configure: line 14862: syntax error near unexpected token `LIBBPF,libbpf,'
| ../sources/libcap-ng-0.9/configure: line 14862: `PKG_CHECK_MODULES(LIBBPF,libbpf,'
| NOTE: The following config.log files may provide further information.
| NOTE: /mnt/contribution/build_image/tmp/work/x86_64-linux/libcap-ng-native/0.9/build/config.log
| ERROR: configure failed
| WARNING: exit code 1 from a shell command.

It seems like libbpf is needed as dependence.
But libbpf is in meta-oe not in oe-core.
Does any one has experience about this problem?

Thanks

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

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

* Re: [OE-core] libcap-ng upgrade depends problem
  2026-01-13  7:01 libcap-ng upgrade depends problem Yiding Liu (Fujitsu)
@ 2026-01-14 13:16 ` Antonin Godard
  2026-01-14 13:18   ` Antonin Godard
  0 siblings, 1 reply; 4+ messages in thread
From: Antonin Godard @ 2026-01-14 13:16 UTC (permalink / raw)
  To: liuyd.fnst, openembedded-core@lists.openembedded.org

Hi,

On Tue Jan 13, 2026 at 8:01 AM CET, Yiding Liu (Fujitsu) via lists.openembedded.org wrote:
> Hi All
>
> I tryed to upgrade libcap-ng from 0.8.5 to 0.9, but there is PKG_CHECK error during do_configure
>
> | checking for gawk... (cached) gawk
> | ../sources/libcap-ng-0.9/configure: line 14862: syntax error near unexpected token `LIBBPF,libbpf,'
> | ../sources/libcap-ng-0.9/configure: line 14862: `PKG_CHECK_MODULES(LIBBPF,libbpf,'
> | NOTE: The following config.log files may provide further information.
> | NOTE: /mnt/contribution/build_image/tmp/work/x86_64-linux/libcap-ng-native/0.9/build/config.log
> | ERROR: configure failed
> | WARNING: exit code 1 from a shell command.
>
> It seems like libbpf is needed as dependence.
> But libbpf is in meta-oe not in oe-core.
> Does any one has experience about this problem?

This probably means that the libbpf recipe needs to be moved from meta-oe
to openembedded-core. Can you send a series that adds this recipe first, and
then updates libcap-ng?

Thanks,
Antonin

-- 
Antonin Godard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

* Re: [OE-core] libcap-ng upgrade depends problem
  2026-01-14 13:16 ` [OE-core] " Antonin Godard
@ 2026-01-14 13:18   ` Antonin Godard
  2026-01-15  1:25     ` 回复: " Yiding Liu (Fujitsu)
  0 siblings, 1 reply; 4+ messages in thread
From: Antonin Godard @ 2026-01-14 13:18 UTC (permalink / raw)
  To: liuyd.fnst, openembedded-core@lists.openembedded.org

On Wed Jan 14, 2026 at 2:16 PM CET, Antonin Godard via lists.openembedded.org wrote:
> Hi,
>
> On Tue Jan 13, 2026 at 8:01 AM CET, Yiding Liu (Fujitsu) via lists.openembedded.org wrote:
>> Hi All
>>
>> I tryed to upgrade libcap-ng from 0.8.5 to 0.9, but there is PKG_CHECK error during do_configure
>>
>> | checking for gawk... (cached) gawk
>> | ../sources/libcap-ng-0.9/configure: line 14862: syntax error near unexpected token `LIBBPF,libbpf,'
>> | ../sources/libcap-ng-0.9/configure: line 14862: `PKG_CHECK_MODULES(LIBBPF,libbpf,'
>> | NOTE: The following config.log files may provide further information.
>> | NOTE: /mnt/contribution/build_image/tmp/work/x86_64-linux/libcap-ng-native/0.9/build/config.log
>> | ERROR: configure failed
>> | WARNING: exit code 1 from a shell command.
>>
>> It seems like libbpf is needed as dependence.
>> But libbpf is in meta-oe not in oe-core.
>> Does any one has experience about this problem?
>
> This probably means that the libbpf recipe needs to be moved from meta-oe
> to openembedded-core. Can you send a series that adds this recipe first, and
> then updates libcap-ng?

Apologies, I just realized you sent a follow-up patch on this, so you can ignore
my email.

Antonin

-- 
Antonin Godard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

* 回复: [OE-core] libcap-ng upgrade depends problem
  2026-01-14 13:18   ` Antonin Godard
@ 2026-01-15  1:25     ` Yiding Liu (Fujitsu)
  0 siblings, 0 replies; 4+ messages in thread
From: Yiding Liu (Fujitsu) @ 2026-01-15  1:25 UTC (permalink / raw)
  To: Antonin Godard, openembedded-core@lists.openembedded.org

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

Hi Antonin

    Yes, after that mail I found a solution. Anyway, thanks for your answer.

Liu
________________________________
发件人: Antonin Godard <antonin.godard@bootlin.com>
发送时间: 2026年1月14日 21:18
收件人: Liu, Yiding/刘 乙丁 <liuyd.fnst@fujitsu.com>; openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org>
主题: Re: [OE-core] libcap-ng upgrade depends problem

[You don't often get email from antonin.godard@bootlin.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]

On Wed Jan 14, 2026 at 2:16 PM CET, Antonin Godard via lists.openembedded.org wrote:
> Hi,
>
> On Tue Jan 13, 2026 at 8:01 AM CET, Yiding Liu (Fujitsu) via lists.openembedded.org wrote:
>> Hi All
>>
>> I tryed to upgrade libcap-ng from 0.8.5 to 0.9, but there is PKG_CHECK error during do_configure
>>
>> | checking for gawk... (cached) gawk
>> | ../sources/libcap-ng-0.9/configure: line 14862: syntax error near unexpected token `LIBBPF,libbpf,'
>> | ../sources/libcap-ng-0.9/configure: line 14862: `PKG_CHECK_MODULES(LIBBPF,libbpf,'
>> | NOTE: The following config.log files may provide further information.
>> | NOTE: /mnt/contribution/build_image/tmp/work/x86_64-linux/libcap-ng-native/0.9/build/config.log
>> | ERROR: configure failed
>> | WARNING: exit code 1 from a shell command.
>>
>> It seems like libbpf is needed as dependence.
>> But libbpf is in meta-oe not in oe-core.
>> Does any one has experience about this problem?
>
> This probably means that the libbpf recipe needs to be moved from meta-oe
> to openembedded-core. Can you send a series that adds this recipe first, and
> then updates libcap-ng?

Apologies, I just realized you sent a follow-up patch on this, so you can ignore
my email.

Antonin

--
Antonin Godard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

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

end of thread, other threads:[~2026-01-15  1:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13  7:01 libcap-ng upgrade depends problem Yiding Liu (Fujitsu)
2026-01-14 13:16 ` [OE-core] " Antonin Godard
2026-01-14 13:18   ` Antonin Godard
2026-01-15  1:25     ` 回复: " Yiding Liu (Fujitsu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox