Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 866131 - =media-tv/v4l-utils-1.22.1 fails to build against =dev-libs/libbpf-1.0.0
Summary: =media-tv/v4l-utils-1.22.1 fails to build against =dev-libs/libbpf-1.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-23 10:49 UTC by Olivier Huber
Modified: 2022-08-25 21:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,61.88 KB, text/x-log)
2022-08-23 10:49 UTC, Olivier Huber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Huber 2022-08-23 10:49:21 UTC
Created attachment 800595 [details]
build.log

From build.log:

bpf_load.c: In function ‘load_and_attach’:
bpf_load.c:66:38: error: storage size of ‘load_attr’ isn’t known
   66 |         struct bpf_load_program_attr load_attr;
      |                                      ^~~~~~~~~
bpf_load.c:69:38: error: invalid application of ‘sizeof’ to incomplete type ‘struct bpf_load_program_attr’
   69 |         memset(&load_attr, 0, sizeof(struct bpf_load_program_attr));
      |                                      ^~~~~~
bpf_load.c:78:14: warning: implicit declaration of function ‘bpf_load_program_xattr’ [-Wimplicit-function-declaration]
   78 |         fd = bpf_load_program_xattr(&load_attr, bpf_log_buf, LOG_BUF_SIZE);
      |              ^~~~~~~~~~~~~~~~~~~~~~
bpf_load.c:66:38: warning: unused variable ‘load_attr’ [-Wunused-variable]
   66 |         struct bpf_load_program_attr load_attr;
      |                                      ^~~~~~~~~
bpf_load.c: In function ‘build_raw_map’:
bpf_load.c:113:14: warning: implicit declaration of function ‘bpf_create_map_node’ [-Wimplicit-function-declaration]
  113 |         fd = bpf_create_map_node(map->def.type,
      |              ^~~~~~~~~~~~~~~~~~~
bpf_load.c: In function ‘load_maps’:
bpf_load.c:179:47: warning: implicit declaration of function ‘bpf_create_map_in_map_node’ [-Wimplicit-function-declaration]
  179 |                         bpf_file->map_fd[i] = bpf_create_map_in_map_node(
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:722: ir_keytable-bpf_load.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:914: all-recursive] Error 1
make[2]: *** [Makefile:491: all-recursive] Error 1
make[1]: *** [Makefile:604: all-recursive] Error 1
make: *** [Makefile:531: all] Error 2


I quickly looked at the upstream git and other distro, but couldn't find an obvious patch/commit for this.


$ emerge --info media-tv/v4l-utils dev-libs/libbpf
Portage 3.0.35 (python 3.10.6-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-12.2.0, glibc-2.35-r8, 5.18.18-gentoo-dist x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.18.18-gentoo-dist-x86_64-AMD_Ryzen_7_5700U_with_Radeon_Graphics-with-glibc2.35
KiB Mem:    32253420 total,  21254552 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Tue, 23 Aug 2022 09:30:01 +0000
Head commit of repository gentoo: e67e207078b05ae3eae624f6e81b1ecf2b9e533b
Timestamp of repository guru: Mon, 22 Aug 2022 20:16:54 +0000
Head commit of repository guru: 31d6803a3511f8c2430ff8810e14b2c981a505d1

Timestamp of repository steam-overlay: Sun, 21 Aug 2022 12:16:52 +0000
Head commit of repository steam-overlay: 9a0be1adc163aa25f3e85c2c182954a5ac78f507

sh bash 5.1_p16-r1
ld GNU ld (Gentoo 2.38 p4) 2.38
app-misc/pax-utils:        1.3.5::gentoo
app-shells/bash:           5.1_p16-r1::gentoo
dev-lang/perl:             5.36.0::gentoo
dev-lang/python:           2.7.18_p15::gentoo, 3.9.13_p4::gentoo, 3.10.6_p2::gentoo
dev-lang/rust-bin:         1.62.1::gentoo
dev-util/cmake:            3.24.1::gentoo
dev-util/meson:            0.63.1::gentoo
sys-apps/baselayout:       2.8-r2::gentoo
sys-apps/openrc:           0.45.2::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-devel/autoconf:        2.13-r2::gentoo, 2.71-r1::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.38-r2::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/clang:           14.0.6::gentoo
sys-devel/gcc:             11.3.0::gentoo, 12.2.0::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.7::gentoo
sys-devel/lld:             14.0.6::gentoo
sys-devel/llvm:            14.0.6::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.19::gentoo (virtual/os-headers)
sys-libs/glibc:            2.35-r8::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 

guru
    location: /var/db/repos/guru
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/guru.git
    masters: gentoo

steam-overlay
    location: /var/db/repos/steam-overlay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/steam-overlay.git
    masters: gentoo

xhub-repo
    location: /var/db/repos/xhub-repo
    masters: gentoo

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=native -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -march=native -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=native -pipe"
GENTOO_MIRRORS="https://ftp.fau.de/gentoo"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/dev/shm"
SHELL="/bin/bash"
USE="X a52 aac acl acpi activities adns alsa amd64 audit avif bcrypt berkdb blake2 bluetooth bluray boost branding brightness-control brotli bzip2 cacert cairo caps cdda cdr chm cli colord cplugins crypt cscope cups curl dbus declarative dia djvu dri dts dvd dvdr ed25519 egl eglfs elf elogind encode eps epub eselect-ldso evdev exif ffmpeg fftw fits flac fontconfig fontforge fortran gcrypt gdbm gif gles gles2 gmp gold gpm graphviz gsl gtk gui heif highlight http2 iconv icu idn imagemagick ipv6 jack jpeg jpeg2k json kde kms kwallet ladspa lapack lapacke latex lcms libbsd libglvnd libnotify libsamplerate libtirpc lm-sensors lua lv2 lz4 lzma mad markdown metis mms mng mobi mp3 mp4 mpeg mtp multilib ncurses nls nptl octave ogg openexr opengl openmp pam pango pcre pdf perl pipewire plasma plugins pm-utils png policykit postscript ppds pthread pulseaudio python qml qt5 quiche raw readline rtmp sasl screencast sctp sdl seccomp semantic-desktop sparse speex spell split-usr sqlite ssh ssl startup-notification svg svt-av1 szip terminal theora threads thunderbolt tiff tools touchpad truetype udev udisks unicode upower usb utils v4l vaapi vdpau vim-syntax vorbis vulkan wayland webp widgets x264 xar xattr xcb xml xpm xv xvid xxhash yaml z3 zimg zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2020" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 pclmul popcnt rdrand sha sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="de en fr" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="BPF X86 WebAssembly" LUA_SINGLE_TARGET="luajit" LUA_TARGETS="lua5-1 luajit" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10 python3_9" USERLAND="GNU" VIDEO_CARDS="amdgpu radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LD, LEX, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

=================================================================
                        Package Settings
=================================================================

media-tv/v4l-utils-1.22.1::gentoo was built with the following:
USE="bpf opengl qt5 udev -dvb" ABI_X86="(64)"


dev-libs/libbpf-1.0.0::gentoo was built with the following:
USE="static-libs" ABI_X86="(64)"
CFLAGS="-O2 -march=native -pipe -fPIC"
Comment 1 Larry the Git Cow gentoo-dev 2022-08-25 21:53:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d2fc8652f40edf26752978fc36edee28c96ebb

commit c0d2fc8652f40edf26752978fc36edee28c96ebb
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2022-08-25 21:52:45 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2022-08-25 21:53:24 +0000

    media-tv/v4l-utils: Add missing qtwidgets + libbpf deps, drop jpeg deps
    
    libjpeg is only used for the library, not the utils.
    
    Closes: https://bugs.gentoo.org/866129
    Closes: https://bugs.gentoo.org/866131
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 .../{v4l-utils-1.22.1.ebuild => v4l-utils-1.22.1-r1.ebuild}   | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)