Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214520 - media-libs/mlt-0.2.4-r1 compilation fails on amd64
Summary: media-libs/mlt-0.2.4-r1 compilation fails on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-24 13:23 UTC by Chris Dragan
Modified: 2008-04-10 17:44 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dragan 2008-03-24 13:23:08 UTC
Relevant errors during compilation of mlt-0.2.4-r1:

producer_avformat.c: In function 'producer_open':
producer_avformat.c:206: error: 'AVFormatParameters' has no member named 'device'
make[2]: *** [producer_avformat.o] Error 1



Reproducible: Always

Steps to Reproduce:




$ emerge --info
Portage 2.1.4.4 (default-linux/amd64/2007.0, gcc-4.2.2, glibc-2.5-r4, 2.6.24-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r3 x86_64 Dual Core AMD Opteron(tm) Processor 165
Timestamp of tree: Mon, 24 Mar 2008 09:30:01 +0000
ccache version 2.4 [disabled]
app-shells/bash:     3.2_p17
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0_rc6
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="C"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/lila-theme /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl alsa amd64 berkdb bzip2 cli cracklib crypt cups dbus dri exif fortran gdbm gif gpm hal iconv ipv6 isdnlog jpeg kdeenablefinal kdehiddenvisibility midi mmx mudflap ncurses nls nptl nptlonly ogg openmp pam pcre perl png pppd python readline reflection session spl sse sse2 ssl startup-notification svg tcpd theora tiff truetype unicode vorbis wmf xcomposite xorg xscreensaver zlib" ALSA_CARDS="emu10k1 intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="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 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" CAMERAS="directory ptp2" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Chris Dragan 2008-03-24 13:30:06 UTC
My version of ffmpeg (where the AVFormatParameters struct comes from):

$ emerge -pv ffmpeg mlt

[ebuild   R   ] media-video/ffmpeg-0.4.9_p20080206  USE="X a52 aac amr encode imlib ipv6 mmx mp3 theora threads truetype vorbis x264 xvid zlib (-altivec) -bindist -debug -doc -hardcoded-tables -ieee1394 -network -sdl -test" 0 kB 
[ebuild  N    ] media-libs/mlt-0.2.4-r1  USE="dv ffmpeg gtk lame libsamplerate ogg theora vorbis -jack (-mmx) -qt3 -quicktime -sdl -sox -xine -xml" 0 kB 
Comment 2 Paul Goldbaum (AMD64 Arch Tester) 2008-03-24 14:12:49 UTC
I have no problems with the stable version of ffmpeg, 0.4.9_p20070616.
Looks like they made changes in the API for which mlt hasn't yet been updated.
You might want to go back to a stable ffmpeg.
Comment 3 Alexis Ballier gentoo-dev 2008-04-10 17:44:31 UTC
fixed, thanks for reporting