Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 580630 - media-libs/mlt-6.4.1[vdpau] and earlier with ffmpeg-3: vdpau.c:162:9: error: ‘AVFrame {aka struct AVFrame}’ has no member named ‘type’
Summary: media-libs/mlt-6.4.1[vdpau] and earlier with ffmpeg-3: vdpau.c:162:9: error: ...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL: https://sourceforge.net/p/mlt/bugs/240/
Whiteboard:
Keywords: NeedPatch
: 601766 602410 644938 (view as bug list)
Depends on:
Blocks: ffmpeg-3
  Show dependency tree
 
Reported: 2016-04-20 10:49 UTC by Paolo Pedroni
Modified: 2018-01-20 02:37 UTC (History)
16 users (show)

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


Attachments
mlt-0.9.8-r2:20160419-171031.log.gz - build failure with USE=vdpau (mlt-0.9.8-r2:20160419-171031.log.gz,16.41 KB, application/gzip)
2016-04-20 10:49 UTC, Paolo Pedroni
Details
mlt-0.9.8-r2:20160420-103738.log.gz - build success with USE=-vdpau (mlt-0.9.8-r2:20160420-103738.log.gz,32.47 KB, application/gzip)
2016-04-20 10:51 UTC, Paolo Pedroni
Details
media-libs/mlt-6.2.0[vdpau] build.log (mlt-build.log,157.21 KB, text/plain)
2016-05-21 11:21 UTC, Alpha Bravo
Details
mlt-6.2.0-r2:20160906-082904.log.gz (mlt-6.2.0-r2:20160906-082904.log.gz,17.40 KB, application/gzip)
2016-09-06 08:33 UTC, Paolo Pedroni
Details
mlt-6.4.1:20161201-135428.log.gz (mlt-6.4.1:20161201-135428.log.gz,18.15 KB, application/gzip)
2016-12-01 13:58 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2016-04-20 10:49:51 UTC
Created attachment 431352 [details]
mlt-0.9.8-r2:20160419-171031.log.gz - build failure with USE=vdpau

In file included from producer_avformat.c:140:0:
vdpau.c: In function ‘vdpau_get_buffer’:
vdpau.c:162:9: error: ‘AVFrame {aka struct AVFrame}’ has no member named ‘type’
    frame->type = FF_BUFFER_TYPE_USER;
         ^
vdpau.c:162:18: error: ‘FF_BUFFER_TYPE_USER’ undeclared (first use in this function)
    frame->type = FF_BUFFER_TYPE_USER;
                  ^
vdpau.c:162:18: note: each undeclared identifier is reported only once for each function it appears in
vdpau.c:165:14: error: ‘AVFrame {aka struct AVFrame}’ has no member named ‘reference’
    if ( frame->reference )
              ^
vdpau.c: In function ‘vdpau_decoder_init’:
vdpau.c:239:19: error: ‘AVCodecContext {aka struct AVCodecContext}’ has no member named ‘get_buffer’
  self->video_codec->get_buffer = vdpau_get_buffer;
                   ^
vdpau.c:240:19: error: ‘AVCodecContext {aka struct AVCodecContext}’ has no member named ‘release_buffer’
  self->video_codec->release_buffer = vdpau_release_buffer;

With ffmpeg-2.8 it worked.

# emerge --info =media-libs/mlt-0.9.8-r2
Portage 2.2.26 (python 2.7.11-final-0, default/linux/amd64/13.0/desktop/plasma/systemd, gcc-5.3.0, glibc-2.22-r4, 4.4.7-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.4.7-gentoo-x86_64-AMD_Phenom-tm-_II_X6_1100T_Processor-with-gentoo-2.2
KiB Mem:    12026284 total,   2261260 free
KiB Swap:   12582908 total,  12417980 free
Timestamp of repository gentoo: Wed, 20 Apr 2016 06:45:01 +0000
sh dash 0.5.8.2
ld GNU gold (Gentoo 2.25.1 p1.1 2.25.1) 1.11
distcc 3.2rc1 x86_64-pc-linux-gnu [enabled]
ccache version 3.2.4 [disabled]
app-shells/bash:          4.3_p42-r1::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.22.1::gentoo
dev-lang/python:          2.7.11-r2::gentoo, 3.4.3-r7::gentoo
dev-util/ccache:          3.2.4::gentoo
dev-util/cmake:           3.3.1-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            5.3.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r4::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: -1000

kde
    location: /var/lib/layman/kde
    sync-type: git
    sync-uri: git://anongit.gentoo.org/proj/kde.git
    masters: gentoo kde
    priority: 0

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 1

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=amdfam10 -msahf -mlzcnt -mpopcnt --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -flto=7 -fuse-linker-plugin -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
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"
CXXFLAGS="-O2 -pipe -march=amdfam10 -msahf -mlzcnt -mpopcnt --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -flto=7 -fuse-linker-plugin -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs cgroup compress-build-logs config-protect-if-modified distcc distlocks ebuild-locks ipc-sandbox merge-sync news parallel-fetch protect-owned sandbox sfperms split-elog split-log strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp.halifax.rwth-aachen.de/gentoo/ http://tux.rainside.sk/gentoo/ http://gentoo.mneisen.org/ http://gentoo.tiscali.nl/ http://gentoo.inode.at/"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=7 -fuse-linker-plugin -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize"
MAKEOPTS="-j12 -l6"
PKGDIR="/usr/portage/packages"
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"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac aalib acl acpi adns alsa amd64 ao audiofile bash-completion bluetooth branding bzip2 cairo caps cdda cddb cdparanoia cdr cli cracklib crypt css cups curl cxx dbus declarative dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw firefox flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp glamor gmp gnutls gphoto2 gpm graphviz gtk handbook iconv icu idn ieee1394 imagemagick imlib ipv6 java javascript jbig jpeg jpeg2k kde kipi lame lcms libass libcaca libnotify libsamplerate lm_sensors lua lzma lzo mad mmap mmx mmxext mng modules mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl nsplugin offensive ogg openal openexr opengl openmp pam pango pcre pdf phonon plasma png policykit postscript ppds pulseaudio qml qt3support qt4 qt5 rdesktop readline recode samba scanner sctp sdl seccomp semantic-desktop session sndfile sockets speex spell sqlite sqlite3 sse sse2 ssl startup-notification svg symlink syslog systemd sysvipc taglib theora threads tidy tiff truetype udev udisks unicode upower usb vaapi vcd vdpau vim-syntax vnc vorbis wayland widgets win32codecs wmf wxwidgets x264 xattr xcb xcomposite xine xinerama xml xpm xscreensaver xv xvid yahoo zlib" ABI_X86="64" ALSA_CARDS="hda-intel virmidi" 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="kodak ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="pc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver" LINGUAS="it" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4 pypy pypy3" RUBY_TARGETS="ruby21" SANE_BACKENDS="epson epson2" USERLAND="GNU" VIDEO_CARDS="radeon r600" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

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

media-libs/mlt-0.9.8-r2::gentoo was built with the following:
USE="ffmpeg fftw frei0r gtk kdenlive libsamplerate lua melt opengl qt5 sdl xine xml -compressed-lumas -debug -jack -kde -libav -python -qt4 -rtaudio (-ruby) -vdpau" ABI_X86="64" CPU_FLAGS_X86="mmx sse sse2" PYTHON_TARGETS="python2_7"

# emerge -1pqv =media-libs/mlt-0.9.8-r2
[ebuild   R   ] media-libs/mlt-0.9.8-r2  USE="ffmpeg fftw frei0r gtk kdenlive libsamplerate lua melt opengl qt5 sdl vdpau* xine xml -compressed-lumas -debug -jack -kde -libav -python -qt4 -rtaudio (-ruby)" CPU_FLAGS_X86="mmx sse sse2" PYTHON_TARGETS="python2_7"
Comment 1 Paolo Pedroni 2016-04-20 10:51:32 UTC
Created attachment 431354 [details]
mlt-0.9.8-r2:20160420-103738.log.gz - build success with USE=-vdpau
Comment 2 Alpha Bravo 2016-05-21 11:21:57 UTC
Created attachment 434834 [details]
media-libs/mlt-6.2.0[vdpau] build.log

I hit the same with media-libs/mlt-6.2.0[vdpau].
Comment 3 Paolo Pedroni 2016-09-06 08:33:37 UTC
Created attachment 445060 [details]
mlt-6.2.0-r2:20160906-082904.log.gz

Current stable media-libs/mlt-6.2.0-r2 has the same problem.
Comment 4 Paolo Pedroni 2016-12-01 13:58:15 UTC
Created attachment 454824 [details]
mlt-6.4.1:20161201-135428.log.gz

Still failing with mlt-6.4.1
Comment 5 Pacho Ramos gentoo-dev 2016-12-05 09:03:09 UTC
This is the upstream bug... it seems they are going to completely remove vdpau support if nobody has a fix for it :/
https://sourceforge.net/p/mlt/bugs/240/
Comment 6 Michael Palimaka (kensington) gentoo-dev 2016-12-06 06:54:22 UTC
*** Bug 601766 has been marked as a duplicate of this bug. ***
Comment 7 Pacho Ramos gentoo-dev 2016-12-12 09:19:32 UTC
*** Bug 602410 has been marked as a duplicate of this bug. ***
Comment 8 Andreas K. Hüttel archtester gentoo-dev 2016-12-14 22:40:14 UTC
# Andreas K. Hüttel <dilfridge@gentoo.org> (14 Dec 2016)
# Fails to build with newly stable ffmpeg-3, so mask this useflag
# Workaround; leaving a real fix to the maintainers... bug 508630
media-libs/mlt vdpau


(Actually this is what upstream recommends at the moment and what SuSE and PLD-Linux do...)
Comment 9 Alex Barker 2016-12-16 17:11:38 UTC
USE=-vdpau was a good solution for me (~amd64).  Thanks.
Comment 10 Benjamin Réveillé 2016-12-18 19:07:43 UTC
(In reply to Alex Barker from comment #9)
> USE=-vdpau was a good solution for me (~amd64).  Thanks.

Likewise. Thanks !
Comment 11 Andreas Sturmlechner gentoo-dev 2018-01-20 02:37:55 UTC
*** Bug 644938 has been marked as a duplicate of this bug. ***