Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834262 - media-libs/libavif-0.9.3-r1: fails to build with media-libs/dav1d-1.0.0 (/.../codec_svt.c: error: EbSvtAv1EncConfiguration has no member named is_16bit_pipeline)
Summary: media-libs/libavif-0.9.3-r1: fails to build with media-libs/dav1d-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: Daniel Novomeský
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 835807
  Show dependency tree
 
Reported: 2022-02-27 10:01 UTC by Toralf Förster
Modified: 2022-03-22 20:07 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.30 KB, text/plain)
2022-02-27 10:01 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,97.55 KB, application/x-bzip)
2022-02-27 10:01 UTC, Toralf Förster
Details
environment (environment,121.44 KB, text/plain)
2022-02-27 10:01 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,52.54 KB, application/x-bzip)
2022-02-27 10:01 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.10 KB, application/x-bzip)
2022-02-27 10:01 UTC, Toralf Förster
Details
media-libs:libavif-0.9.3-r1:20220227-093810.log (media-libs:libavif-0.9.3-r1:20220227-093810.log,19.00 KB, text/plain)
2022-02-27 10:01 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,30.37 KB, application/x-bzip)
2022-02-27 10:01 UTC, Toralf Förster
Details
upstream patch for >=media-libs/svt-av1-0.9.0 (libsvt-0.9.0.patch,3.00 KB, patch)
2022-03-22 14:05 UTC, Olivier Huber
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-02-27 10:01:24 UTC
too long lines were shrinked:

[15/45] /usr/bin/x86_64-pc-linux-gnu-gcc -DAVIF_BUILDING_SHARED_LIBS -DAVIF_CODEC_AOM=1 -DAVIF_CODEC_AOM_DECODE=1 -DAVIF_CODEC_AOM_ENCODE=1 -DAVIF_CODEC_DAV1D=1 -DAVIF_CODEC_RAV1E=1 -DAVIF_CODEC_SVT=1 -DAVIF_DLL -Davif_EXPORTS -I/var/tmp/portage/media-libs/libavif-0.9.3-r1/work/libavif-0.9.3/include
FAILED: CMakeFiles/avif.dir/src/codec_svt.c.o 
/usr/bin/x86_64-pc-linux-gnu-gcc -DAVIF_BUILDING_SHARED_LIBS -DAVIF_CODEC_AOM=1 -DAVIF_CODEC_AOM_DECODE=1 -DAVIF_CODEC_AOM_ENCODE=1 -DAVIF_CODEC_DAV1D=1 -DAVIF_CODEC_RAV1E=1 -DAVIF_CODEC_SVT=1 -DAVIF_DLL -Davif_EXPORTS -I/var/tmp/portage/media-libs/libavif-0.9.3-r1/work/libavif-0.9.3/include -I/usr/
/var/tmp/portage/media-libs/libavif-0.9.3-r1/work/libavif-0.9.3/src/codec_svt.c: In function svtCodecEncodeImage’:
/var/tmp/portage/media-libs/libavif-0.9.3-r1/work/libavif-0.9.3/src/codec_svt.c:76:19: error: EbSvtAv1EncConfiguration’ has no member named is_16bit_pipeline’
   76 |         svt_config->is_16bit_pipeline = image->depth > 8;
      |                   ^~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4-20220220-080014

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/13
13.0.1
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.58.1 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.4
  [2]   php8.0
  [3]   php8.1 *

  HEAD of ::gentoo
commit 6df86333a9889d8d10fb87950d6cec7515bd6e82
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Feb 27 09:07:06 2022 +0000

    2022-02-27 09:07:02 UTC

emerge -qpvO media-libs/libavif
[ebuild  N    ] media-libs/libavif-0.9.3-r1  USE="aom dav1d extras gdk-pixbuf rav1e svt-av1 -examples" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2022-02-27 10:01:29 UTC
Created attachment 765926 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-02-27 10:01:31 UTC
Created attachment 765927 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2022-02-27 10:01:39 UTC
Created attachment 765928 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-02-27 10:01:40 UTC
Created attachment 765929 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-02-27 10:01:46 UTC
Created attachment 765930 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-02-27 10:01:51 UTC
Created attachment 765931 [details]
media-libs:libavif-0.9.3-r1:20220227-093810.log
Comment 7 Toralf Förster gentoo-dev 2022-02-27 10:01:52 UTC
Created attachment 765932 [details]
temp.tar.bz2
Comment 8 Daniel Novomeský 2022-02-27 12:15:32 UTC
libavif-0.9.3-r1 does not build with new media-libs/svt-av1-0.9.1

Live ebuild libavif-9999 works with svt-av1-0.9.1 already.

Solution is to adjust dependency in libavif-0.9.3 to use svt-av1-0.8.x only (when svt-av1 use flag is used).
Comment 9 Olivier Huber 2022-03-22 14:05:32 UTC
Created attachment 767591 [details, diff]
upstream patch for >=media-libs/svt-av1-0.9.0

See https://github.com/AOMediaCodec/libavif/commit/74a21444397e323a088fa1f274c9fc942ee7a870?diff=unified

Builds fine after applying this patch.

If you revise the ebuild, please consider changing the dav1d dependency for instance to media-libs/dav1d:= to ensure it is rebuild after an update to dav1d.


$ emerge --info media-libs/svt-av1 media-libs/libavif

Portage 3.0.30 (python 3.9.11-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-11.2.1, glibc-2.34-r10, 5.16.13-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.16.13-gentoo-x86_64-Intel-R-_Core-TM-_i7-8665U_CPU_@_1.90GHz-with-glibc2.34
KiB Mem:    32679092 total,  13107136 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Tue, 22 Mar 2022 10:30:02 +0000
Head commit of repository gentoo: d3083356bb286dafe0650cd29dac369761a9645f
Head commit of repository flatpak-overlay: 4bf9a7815ca9361f86459c8a8e9bc403e3721704

Head commit of repository kdab-overlay: 7f7d39d40b5d0561c56201e7642796e99d0c99b6

sh bash 5.1_p16
ld GNU ld (Gentoo 2.37_p1 p2) 2.37
app-misc/pax-utils:        1.3.3::gentoo
app-shells/bash:           5.1_p16::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.34.1::gentoo
dev-lang/python:           2.7.18_p15::gentoo, 3.9.11::gentoo, 3.10.3::gentoo
dev-lang/rust-bin:         1.59.0::gentoo
dev-util/cmake:            3.22.3::gentoo
dev-util/meson:            0.61.3::gentoo
sys-apps/baselayout:       2.8::gentoo
sys-apps/openrc:           0.44.10::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-devel/autoconf:        2.13-r1::gentoo, 2.69-r5::gentoo, 2.71-r1::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.37_p1-r2::gentoo, 2.38-r1::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/clang:           13.0.1::gentoo
sys-devel/gcc:             10.3.1_p20211126::gentoo, 11.2.1_p20220115::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.6-r6::gentoo
sys-devel/lld:             13.0.1::gentoo
sys-devel/llvm:            13.0.1::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.16::gentoo (virtual/os-headers)
sys-libs/glibc:            2.34-r10::gentoo
Repositories:

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

flatpak-overlay
    location: /var/db/repos/flatpak
    sync-type: git
    sync-uri: https://github.com/fosero/flatpak-overlay.git
    masters: gentoo
    priority: 50

kdab-overlay
    location: /var/db/repos/kdab
    sync-type: git
    sync-uri: https://github.com/KDAB/kdab-overlay.git
    masters: gentoo
    priority: 50

localrepo
    location: /var/db/repos/localrepo
    masters: gentoo
    priority: 50

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 /usr/share/themes/oxygen-gtk/gtk-3.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="-j4"
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 evdev exif ffmpeg fftw fits flac fontconfig fontforge fortran 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 lapack lapacke latex lcms libbsd libglvnd libnotify libsamplerate libtirpc lm-sensors lv2 lz4 lzma mad markdown metis mms mng mobi mp3 mp4 mpeg mtp multilib ncurses nls nptl ogg openexr opengl openmp pam pango pcre pdf perl plasma plugins pm-utils png policykit postscript ppds pthread 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 vim-syntax vorbis 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 sse3 sse4_1 sse4_2 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="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9 python3_10" USERLAND="GNU" VIDEO_CARDS="intel i965 iris" 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-libs/svt-av1-0.9.1::gentoo was built with the following:
USE="" ABI_X86="(64) -32 (-x32)"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,noexecstack"


media-libs/libavif-0.9.3-r1::gentoo was built with the following:
USE="aom dav1d rav1e svt-av1 -examples -extras -gdk-pixbuf" ABI_X86="(64) -32 (-x32)"
Comment 10 Larry the Git Cow gentoo-dev 2022-03-22 17:02:19 UTC
The bug has been closed via the following commit(s):

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

commit 6e5b1f0e12ccc9c507dfcb16bd393e72b3557af9
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-03-22 17:00:01 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-22 17:02:07 +0000

    media-libs/libavif: update EAPI 7 -> 8; fix build with dav1d-1.0.0
    
    Closes: https://bugs.gentoo.org/834262
    Signed-off-by: Sam James <sam@gentoo.org>

 .../libavif/files/libavif-0.9.3-dav1d-1.0.0.patch  |  32 ++++++
 media-libs/libavif/libavif-0.9.3-r3.ebuild         | 108 +++++++++++++++++++++
 2 files changed, 140 insertions(+)

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

commit 8ccd5089eac93bf16aae8552b5bf75d7723eb58f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-03-22 16:57:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-22 17:02:04 +0000

    media-libs/libavif: add subslot dep on dav1d
    
    We need to be rebuilt when dav1d changes ABI.
    
    Closes: https://bugs.gentoo.org/834262
    Signed-off-by: Sam James <sam@gentoo.org>

 .../libavif/{libavif-0.9.3-r1.ebuild => libavif-0.9.3-r2.ebuild}      | 2 +-
 media-libs/libavif/libavif-9999.ebuild                                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)