Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382593 - media-libs/libdlna-0.2.3: profiles.c:208:47: error: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
Summary: media-libs/libdlna-0.2.3: profiles.c:208:47: error: ‘CODEC_TYPE_AUDIO’ undecl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal with 1 vote (vote)
Assignee: Jeremy Olexa (darkside) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-11 12:52 UTC by Chr0nos
Modified: 2011-11-11 12:36 UTC (History)
1 user (show)

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 Chr0nos 2011-09-11 12:52:19 UTC
the build fail (with the last ffmpeg (~amd64)


Reproducible: Always

Steps to Reproduce:
1.emerge media-libs/libdlna
2.
3.
Actual Results:  
>>> Emerging (4 of 7) media-libs/libdlna-0.2.3
 * libdlna-0.2.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                                                                [ ok ]
>>> Unpacking source...
>>> Unpacking libdlna-0.2.3.tar.bz2 to /var/tmp/portage/media-libs/libdlna-0.2.3/work
>>> Source unpacked in /var/tmp/portage/media-libs/libdlna-0.2.3/work
>>> Preparing source in /var/tmp/portage/media-libs/libdlna-0.2.3/work/libdlna-0.2.3 ...
 * Applying libdlna-0.2.3-libavcodec-libavformat-include-paths.patch ...                                                                                                                                                                                                [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-libs/libdlna-0.2.3/work/libdlna-0.2.3 ...
Checking for compiler available...
Checking for libavformat ...
Checking for libavcodec ...

libdlna: configure is OK
  version            0.2.3
configuration:
  install prefix     /usr
  C compiler         gcc
  AR                 ar
  RANLIB             ranlib
  STRIP              strip
  make               make
  CPU                x86_64 ()
  debug symbols      no
  strip symbols      yes
  optimize           yes
  static             yes
  shared             yes

  CFLAGS             -O2 -mtune=core2 -march=core2 -pipe -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3
  LDFLAGS            -Wl,-O1 -Wl,--as-needed
  extralibs           -lavformat -lavcodec

Creating config.mak ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-libs/libdlna-0.2.3/work/libdlna-0.2.3 ...
make -j5 -j1 
make -C src
make[1] : on entre dans le répertoire « /var/tmp/portage/media-libs/libdlna-0.2.3/work/libdlna-0.2.3/src »
gcc -MM -O2 -mtune=core2 -march=core2 -pipe -Isrc profiles.c containers.c image_jpeg.c image_png.c audio_aac.c audio_ac3.c audio_amr.c audio_atrac3.c audio_g726.c audio_lpcm.c audio_mp2.c audio_mp3.c audio_wma.c av_mpeg1.c av_mpeg2.c av_mpeg4_part2.c av_mpeg4_part10.c av_wmv9.c upnp_dms.c  1>.depend

#############################################
#         Building static objects           #
#############################################
gcc -c -O2 -mtune=core2 -march=core2 -pipe -Isrc -O2 -mtune=core2 -march=core2 -pipe -W -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -o profiles.o profiles.c
profiles.c: In function ‘av_profile_get_codecs’:
profiles.c:208:47: erreur: ‘CODEC_TYPE_AUDIO’ undeclared (first use in this function)
profiles.c:208:47: note: each undeclared identifier is reported only once for each function it appears in
profiles.c:214:52: erreur: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this function)
profiles.c: In function ‘dlna_guess_media_profile’:
profiles.c:283:3: attention : ‘av_open_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1090)
make[1]: *** [profiles.o] Erreur 1
make[1] : on quitte le répertoire « /var/tmp/portage/media-libs/libdlna-0.2.3/work/libdlna-0.2.3/src »
make: *** [lib] Erreur 2
emake failed
 * ERROR: media-libs/libdlna-0.2.3 failed (compile phase):
 *   emake failed
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 2221:  Called die
 * The specific snippet of code:
 *       emake -j1 || die "emake failed"
 * 
 * If you need support, post the output of 'emerge --info =media-libs/libdlna-0.2.3',
 * the complete build log and the output of 'emerge -pqv =media-libs/libdlna-0.2.3'.
 * The complete build log is located at '/var/tmp/portage/media-libs/libdlna-0.2.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/libdlna-0.2.3/temp/environment'.
 * S: '/var/tmp/portage/media-libs/libdlna-0.2.3/work/libdlna-0.2.3'


Expected Results:  
a compilation work.

StarK / # emerge --info
Portage 2.2.0_alpha55 (default/linux/amd64/10.0/desktop/gnome, gcc-4.5.3, glibc-2.13-r4, 3.0.4-gentoo x86_64)
=================================================================
System uname: Linux-3.0.4-gentoo-x86_64-Intel-R-_Core-TM-_i3_CPU_540_@_3.07GHz-with-gentoo-2.0.3
Timestamp of tree: Sun, 11 Sep 2011 09:45:01 +0000
distcc 3.1 x86_64-pc-linux-gnu [disabled]
ccache version 3.1.6 [enabled]
app-shells/bash:          4.2_p10
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.2-r2, 3.2-r2
dev-util/ccache:          3.1.6
dev-util/cmake:           2.8.5-r2
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.9.3-r1
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.1-r1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r1
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.39 (virtual/os-headers)
sys-libs/glibc:           2.13-r4
Repositories: gentoo sunrise multimedia voyageur gamerlay-stable pcsx2 mozilla java-overlay artemis
Installed sets: 
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -mtune=core2 -march=core2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -mtune=core2 -march=core2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs ccache distlocks ebuild-locks fixlafiles fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/ "
LANG="fr_FR"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="fr"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
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="/var/lib/layman/sunrise /var/lib/layman/multimedia /var/lib/layman/voyageur /var/lib/layman/gamerlay /var/lib/layman/pcsx2 /var/lib/layman/mozilla /var/lib/layman/java-overlay /var/lib/layman/chronos"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 avahi bash-completion berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam ffmpeg firefox flac fortran gdbm gdu gif gnome gnome-keyring gnutls gpm gstreamer gtk iconv ipv6 joystick jpeg lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib nautilus ncurses networkmanager nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd pulseaudio python qt3support qt4 readline samba sdl session spell sse sse2 ssl startup-notification svg sysfs syslog tcpd threads tiff truetype udev unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid zlib" 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" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul 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 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 stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" 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 ubx" INPUT_DEVICES="wacom joystick evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia" 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, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Alexis Ballier gentoo-dev 2011-11-11 12:36:43 UTC
fixed in cvs