Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 549634 - media-plugins/vdr-markad-0.1.4-r1 stable request (Was: media-plugins/vdr-markad-0.1.4: : decoder.cpp:160:23: error: ‘CODEC_ID_H264’ was not declared in this scope)
Summary: media-plugins/vdr-markad-0.1.4-r1 stable request (Was: media-plugins/vdr-mark...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks: 541664
  Show dependency tree
 
Reported: 2015-05-16 09:59 UTC by Toralf Förster
Modified: 2015-06-24 15:29 UTC (History)
2 users (show)

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


Attachments
emerge log (media-plugins-vdr-markad-0.1.4-20150516-075207.log,10.54 KB, text/plain)
2015-05-16 09:59 UTC, Toralf Förster
Details
emerge log (media-plugins-vdr-markad-0.1.4-20150516-200925.log,10.69 KB, text/plain)
2015-05-16 20:30 UTC, Toralf Förster
Details
patch out (av_codec_id-prefix.patch.out,7.50 KB, text/plain)
2015-05-16 21:39 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2015-05-16 09:59:51 UTC
Created attachment 403362 [details]
emerge log

decoder.cpp:203:46: error: ‘CODEC_ID_MPEG2VIDEO_XVMC’ was not declared in this scope
             if ((ret < 0) && (video_codecid==CODEC_ID_MPEG2VIDEO_XVMC))
                                              ^
decoder.cpp:206:31: error: ‘CODEC_ID_MPEG2VIDEO’ was not declared in this scope
                 video_codecid=CODEC_ID_MPEG2VIDEO;
                               ^
decoder.cpp:211:45: error: ‘CODEC_ID_NONE’ was not declared in this scope
                     video_context->codec_id=CODEC_ID_NONE;
                                             ^
decoder.cpp:213:43: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1065) [-Wdeprecated-declarations]
                     memset(video_context->codec_name,0,sizeof(video_context->co
                                           ^
decoder.cpp:213:43: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1065) [-Wdeprecated-declarations]
decoder.cpp:213:78: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1065) [-Wdeprecated-declarations]
            memset(video_context->codec_name,0,sizeof(video_context->codec_name)
                                                                     ^
decoder.cpp:213:78: warning: ‘AVCodecContext::codec_name’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:1065) [-Wdeprecated-declarations]
decoder.cpp:230:22: error: ‘CODEC_ID_H264’ was not declared in this scope
                 case CODEC_ID_H264:
                      ^
decoder.cpp:233:22: error: ‘CODEC_ID_MPEG2VIDEO_XVMC’ was not declared in this scope
                 case CODEC_ID_MPEG2VIDEO_XVMC:
                      ^
decoder.cpp:236:22: error: ‘CODEC_ID_MPEG2VIDEO’ was not declared in this scope
                 case CODEC_ID_MPEG2VIDEO:
                      ^
decoder.cpp:261:31: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3195) [-Wdeprecated-declarations]
                 video_frame = avcodec_alloc_frame();
                               ^
decoder.cpp:261:51: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3195) [-Wdeprecated-declarations]
                 video_frame = avcodec_alloc_frame();
                                                   ^
decoder.cpp:291:14: error: ‘CODEC_ID_H264’ was not declared in this scope
         case CODEC_ID_H264:
              ^
decoder.cpp:294:14: error: ‘CODEC_ID_MPEG2VIDEO_XVMC’ was not declared in this scope
         case CODEC_ID_MPEG2VIDEO_XVMC:
              ^
decoder.cpp:297:14: error: ‘CODEC_ID_MPEG2VIDEO’ was not declared in this scope
         case CODEC_ID_MPEG2VIDEO:
              ^
decoder.cpp: In member function ‘bool cMarkAdDecoder::DecodeVideo(MarkAdContext*, uchar*, int)’:
decoder.cpp:389:35: error: ‘CODEC_ID_H264’ was not declared in this scope
     if ((video_context->codec_id==CODEC_ID_H264) && (!video_context->skip_frame
                                   ^
decoder.cpp:453:53: warning: ‘AVFrame::qscale_table’ is deprecated (declared at /usr/include/libavutil/frame.h:245) [-Wdeprecated-declarations]
                 if (last_qscale_table!=video_frame->qscale_table)
                                                     ^
decoder.cpp:453:53: warning: ‘AVFrame::qscale_table’ is deprecated (declared at /usr/include/libavutil/frame.h:245) [-Wdeprecated-declarations]
decoder.cpp:456:52: warning: ‘AVFrame::qscale_table’ is deprecated (declared at /usr/include/libavutil/frame.h:245) [-Wdeprecated-declarations]
                     last_qscale_table=video_frame->qscale_table;
                                                    ^
decoder.cpp:456:52: warning: ‘AVFrame::qscale_table’ is deprecated (declared at /usr/include/libavutil/frame.h:245) [-Wdeprecated-declarations]
Makefile:47: recipe for target 'decoder.o' failed
make: *** [decoder.o] Error 1
 * ERROR: media-plugins/vdr-markad-0.1.4::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=media-plugins/vdr-markad-0.1.4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-plugins/vdr-markad-0.1.4::gentoo'`.
 * The complete build log is located at '/var/log/portage/media-plugins:vdr-markad-0.1.4:20150516-075207.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/vdr-markad-0.1.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-markad-0.1.4/temp/environment'.
 * Working directory: '/var/tmp/portage/media-plugins/vdr-markad-0.1.4/work/markad-0.1.4/command'
 * S: '/var/tmp/portage/media-plugins/vdr-markad-0.1.4/work/markad-0.1.4/plugin'

The log is stored in /var/log/portage/_emerge_20150516-095216.log
quick search: https://bugs.gentoo.org/buglist.cgi?quicksearch=media-plugins%2Fvdr-markad
Maintainer :  vdr@gentoo.org media-tv@gentoo.org
maintainer : vdr@gentoo.org
herd       : media-tv

This is an stable amd64 chroot image (named amd64-stable_20150514-143150) at a hardened host acting as a tinderbox.

Portage 2.2.18 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop/kde, gcc-4.8.4, glibc-2.20-r2, 4.0.2-hardened-r1 x86_64)
=================================================================
System uname: Linux-4.0.2-hardened-r1-x86_64-Intel-R-_Core-TM-_i7-3770_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:    16164724 total,    503188 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Sat, 16 May 2015 05:45:01 +0000
sh bash 4.2_p53
ld GNU ld (Gentoo 2.24 p1.4) 2.24
distcc 3.1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:          4.2_p53::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.9-r1::gentoo, 3.3.5-r1::gentoo
dev-util/cmake:           2.8.12.2-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.13.11::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.13.4::gentoo
sys-devel/binutils:       2.24-r3::gentoo
sys-devel/gcc:            4.8.4::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r2::gentoo
Repositories:

local
    location: /usr/local/portage
    masters: gentoo

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

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /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="-march=native -O2 -pipe"
DISTDIR="/var/tmp/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner --tree --quiet-build"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo rsync://mirror.netcologne.de/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gor.bytemark.co.uk/gentoo/ rsync://ftp.snt.utwente.nl/gentoo"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
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 acl acpi aes-ni alsa amd64 apache2 avx avx2 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit corefonts cracklib crypt cups cxx dbus declarative designer dnssec dot dri drmkms dts dvd dvdr ecc ecdsa emboss encode exif extraengine fam ffmpeg firefox flac fontconfig fortran fpm gd gdbm gif glamor gpm gtk gudev gui iconv icu isag jadetex jpeg kde kipi kvm lapack lcms libkms libnotify libvirtd logrotate mad mbox minizip mmx mmxext mng modules mp3 mp4 mpeg multilib mysql ncurses nls nptl ogg opengl openmp openssl pam pango pax_kernel pcre pcre16 pdf phonon plasma png policykit ppds pwquality python qemu qt3support qt4 readline scrpyt sdl session spell spice sqlite sse sse2 sse4 sse4_1 sse4_2 ssh-askpass ssl ssse3 startup-notification svg tcpd theora thinkpad threads tiff tk tls truetype udev udisks uml unicode upower usb usbredir uxa v4l v4l2 video vorbis wxwidgets x264 xa xcb xcomposite xinerama xkb xml xmp xscreensaver xslt xv xvfb xvid xvmc zenmap zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" 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" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_GB" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" 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:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Karl-Johan Karlsson 2015-05-16 13:29:52 UTC
This looks like upstream bug http://projects.vdr-developer.org/issues/1898 about supporting libav >= 10. Does it work if you apply their proposed patch, http://projects.vdr-developer.org/attachments/1780/av_codec_id-prefix ?
Comment 2 Toralf Förster gentoo-dev 2015-05-16 20:30:58 UTC
Created attachment 403436 [details]
emerge log

still (the same ?) build failure - even with the patch applied.
Comment 3 Karl-Johan Karlsson 2015-05-16 20:52:27 UTC
(In reply to Toralf Förster from comment #2)
> still (the same ?) build failure - even with the patch applied.

Are you sure the patch was applied correctly? All those unknown identifiers should have been changed to start with AV_.

How did you apply it? I'm not seeing it in your Portage output:

>>> Preparing source in /var/tmp/portage/media-plugins/vdr-markad-0.1.4/work/markad-0.1.4/plugin ...
 * Applying user patches from /etc/portage/patches//media-plugins/vdr-markad ...
 * Done with patching
 * Patching Makefile
 * Patching for Linguas support
 * available Languages for vdr-markad-0.1.4 are:
 * LINGUAS="cs de fi it sk "
 * Sorry, but vdr-markad does not support the LINGUAS: en_GB
 * Applying vdr-markad-0.1.4-libav9.patch ...
 [ ok ]
 * Applying vdr-markad-0.1.4_ffmpeg-2.patch ...
 [ ok ]
>>> Source prepared.

Did you put the file in /etc/portage/patches/media-plugins/vdr-markad as-is and forgot to add ".patch" to the name?
Comment 4 Toralf Förster gentoo-dev 2015-05-16 21:39:23 UTC
Created attachment 403440 [details]
patch out

Something in that direction ..
Now I do get :

>>> Preparing source in /var/tmp/portage/media-plugins/vdr-markad-0.1.4/work/markad-0.1.4/plugin ...
 * Applying user patches from /etc/portage/patches//media-plugins/vdr-markad ...
 *   av_codec_id-prefix.patch ...

 * Failed Patch: av_codec_id-prefix.patch !
 *  ( /etc/portage/patches//media-plugins/vdr-markad/av_codec_id-prefix.patch )
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/media-plugins/vdr-markad-0.1.4/temp/av_codec_id-prefix.patch.out
Comment 5 Karl-Johan Karlsson 2015-05-17 10:31:56 UTC
And this is why I should check the easy stuff first and not immediately jump to patching the code.

You reported this exact same problem as bug 540884 three months ago. It was fixed in 0.1.4-r1. Try running that version instead.
Comment 6 Toralf Förster gentoo-dev 2015-05-17 11:16:50 UTC
(In reply to Karl-Johan Karlsson from comment #5)
> And this is why I should check the easy stuff first and not immediately jump
> to patching the code.
> 
> You reported this exact same problem as bug 540884 three months ago. It was
> fixed in 0.1.4-r1. Try running that version instead.

Sry - I usual just mask a version at my tinderbox when it failed so that I'll never check a version twice.
/me will look why nevertheless this package was tested twice at a stable chroot.
Comment 7 Toralf Förster gentoo-dev 2015-05-17 16:22:56 UTC
(In reply to Karl-Johan Karlsson from comment #5)
> And this is why I should check the easy stuff first and not immediately jump
> to patching the code.
> 
> You reported this exact same problem as bug 540884 three months ago. It was
> fixed in 0.1.4-r1. Try running that version instead.


At an unstable chroot I couldn't test it b/c of bug #540296 which appeared here again at an unstable chroot image created 3 days ago from stage3-amd64-20150507.tar.bz2 :


tools.c: In function ‘boolean JpegCompressEmptyOutputBuffer(j_compress_ptr)’:
tools.c:1224:16: error: cannot convert ‘bool’ to ‘boolean’ in return
         return false;
                ^
tools.c:1229:16: error: cannot convert ‘bool’ to ‘boolean’ in return
         return true;
                ^
tools.c:1232:10: error: cannot convert ‘bool’ to ‘boolean’ in return
   return false;
          ^
tools.c: In function ‘uchar* RgbToJpeg(uchar*, int, int, int&, int)’:
tools.c:1277:41: error: cannot convert ‘bool’ to ‘boolean’ for argument ‘3’ to ‘void jpeg_set_quality(j_compress_ptr, int, boolean)’
   jpeg_set_quality(&cinfo, Quality, true);
                                         ^
tools.c:1278:35: error: cannot convert ‘bool’ to ‘boolean’ for argument ‘2’ to ‘void jpeg_start_compress(j_compress_ptr, boolean)’
   jpeg_start_compress(&cinfo, true);
                                   ^
Makefile:132: recipe for target 'tools.o' failed
make: *** [tools.o] Error 1
make: *** Waiting for unfinished jobs....



At a stable chroot (same USE flag settings as for all other chroots) -r1 emerges fine - I just unmasked that version in /etc/portage/package.accept_keywords.
Comment 8 Agostino Sarubbo gentoo-dev 2015-05-27 09:03:41 UTC
amd64 stable
Comment 9 Agostino Sarubbo gentoo-dev 2015-05-27 12:38:55 UTC
x86 done