Summary: | app-emulation/xen-tools-4.16.2:0/4.16 - /.../ebpf_rss.c:52: undefined reference to bpf_program_set_socket_filter | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Tomáš Mózes <hydrapolic> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | bigdweeb78, chall0+gentoo, proxy-maint, xen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
app-emulation:xen-tools-4.16.2:20220902-120747.log.bz2 emerge-history.txt.bz2 environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 emerge --info with xen-tools-4.17.1-r1 xen-tools-4.17.1-r1 build.log |
Description
Toralf Förster
![]() Created attachment 802720 [details]
emerge-info.txt
Created attachment 802723 [details]
app-emulation:xen-tools-4.16.2:20220902-120747.log.bz2
Created attachment 802726 [details]
emerge-history.txt.bz2
Created attachment 802729 [details]
environment
Created attachment 802732 [details]
etc.portage.tar.bz2
Created attachment 802735 [details]
logs.tar.bz2
Created attachment 802738 [details]
temp.tar.bz2
Created attachment 863015 [details]
emerge --info with xen-tools-4.17.1-r1
Created attachment 863016 [details]
xen-tools-4.17.1-r1 build.log
Hello,
As you can see in this build.log, I had the same error with xen-tools-4.17.1-r1.
Best regards.
I was having a similar issue building both 4.18.4_pre1 and 4.19.1. I worked around it by doing the following: /etc/portage/package.use/xen-tools app-emulation/xen-tools -python_single_target_python3_10 python_single_target_python3_11 -python_single_target_python3_12 -qemu qemu-traditional system-seabios I think the python flags were a carry over from an issue I was having on another VM, not something that was directly affecting this new build. I also believe teh syste-seabios is not necessary since I tried that first and it didn't solve it for me. The thing that seemed to do it was to remove qemu in favor of qemu-traditional. Originally it was trying to build with both selected which was failing. I now can successfully build xen-tools and the XCP-ng Xen Orchestra server can see the tools running within the VM and it correctly identifies the guest as a Gentoo one. |