Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293098 - media-plugins/vdr-cdda-0.1.0-r1 fails to build (with dev-libs/libcdio-0.82)
Summary: media-plugins/vdr-cdda-0.1.0-r1 fails to build (with dev-libs/libcdio-0.82)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-13 18:41 UTC by Joost Ruis
Modified: 2009-12-23 21:21 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 Joost Ruis 2009-11-13 18:41:14 UTC
>>> Emerging (1 of 5) media-plugins/vdr-cdda-0.1.0-r1
 * vdr-cdda-0.1.0.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                     
 * checking ebuild checksums ;-) ...                                                                                                                         
 * checking auxfile checksums ;-) ...                                                                                                                        
 * checking miscfile checksums ;-) ...                                                                                                                       
 * Compiling against
 *      vdr-1.6.0-2 [API version 1.6.0]
>>> Unpacking source...
>>> Unpacking vdr-cdda-0.1.0.tar.gz to /var/tmp/portage/media-plugins/vdr-cdda-0.1.0-r1/work
 * Applying vdr-cdda-0.1.0.patch ...
 * Applying vdr-cdda-0.1.0-cdspeed.diff ...
 * Applying vdr-cdda-0.1.0-linking-order.diff ...
 * Patching Makefile
 *   Converting to APIVERSION ...
 * Auto converting translations to gettext ...
>>> Source unpacked in /var/tmp/portage/media-plugins/vdr-cdda-0.1.0-r1/work
>>> Compiling source in /var/tmp/portage/media-plugins/vdr-cdda-0.1.0-r1/work/cdda-0.1.0 ...
make -j2 -s all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-cdda-0.1.0-r1/work/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-cdda-0.1.0-r1/work/cdda-
audio_encap.c: In member function 'void cEncapsulator::SetPcmParameters(uint8_t, uint16_t)':
audio_encap.c:40: warning: case label value exceeds maximum value for type
In file included from audio_decoder.c:12:
audio_decoder.h:37: warning: 'typedef' was ignored in this declaration
In file included from audio_player.h:15,
                 from audio_player.c:19:
audio_decoder.h:37: warning: 'typedef' was ignored in this declaration
audio_player.c: In member function 'void cAudioControl::RefreshProgress(int)':
audio_player.c:460: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
audio_player.c:465: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
audio_player.c:467: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
audio_player.c: In member function 'void cAudioControl::ShowPlaylist(bool)':
audio_player.c:563: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
audio_player.c:565: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
In file included from audio_player.h:15,
                 from cdda_menu.c:10:
audio_decoder.h:37: warning: 'typedef' was ignored in this declaration
cdda_menu.c: In member function 'void cCddaMenu::Set()':
cdda_menu.c:91: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
cdda_menu.c: In member function 'virtual eOSState cCddaMenu::ProcessKey(eKeys)':
cdda_menu.c:159: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
cdda_cddb.c: In member function 'void cCddaCddbCommon::Parse(cCddaTag**, int, const char*, const char*, const char*)':
cdda_cddb.c:61: error: invalid conversion from 'const char*' to 'char*'
cdda_cddb.c: In member function 'bool cCddaCddbCache::Write(long unsigned int, const char*, const char*, int)':
cdda_cddb.c:241: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
cdda_cddb.c:247: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
cdda_cddb.c: In member function 'bool cCddaCddbCache::Query(long unsigned int)':
cdda_cddb.c:283: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
cdda_cddb.c: In member function 'bool cCddaCddbCache::Delete(long unsigned int, const char*)':
cdda_cddb.c:339: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
cdda_cddb.c: In member function 'bool cCddaCddbServer::Query(long unsigned int, unsigned char, unsigned int, int*)':
cdda_cddb.c:459: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
cdda_cddb.c:462: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
cdda_cddb.c:482: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result
make: *** [cdda_cddb.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from audio_player.h:15,
                 from cdda.c:12:
audio_decoder.h:37: warning: 'typedef' was ignored in this declaration
cdda.c: In member function 'virtual const char* cPluginCdda::CommandLineHelp()':
cdda.c:66: warning: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
 * ERROR: media-plugins/vdr-cdda-0.1.0-r1 failed:
 *   emake failed
 * 
 * Call stack:
 *     ebuild.sh, line   49:  Called src_compile
 *   environment, line 2906:  Called vdr-plugin_src_compile
 *   environment, line 3645:  Called vdr-plugin_src_compile 'copy_source' 'compile'
 *   environment, line 3662:  Called die
 * The specific snippet of code:
 *                   emake ${BUILD_PARAMS} ${BUILD_TARGETS} LOCALEDIR="${TMP_LOCALE_DIR}" LIBDIR="${S}" TMPDIR="${T}" || die "emake failed"
 * 
 * If you need support, post the output of 'emerge --info =media-plugins/vdr-cdda-0.1.0-r1',
 * the complete build log and the output of 'emerge -pqv =media-plugins/vdr-cdda-0.1.0-r1'.
 * The complete build log is located at '/var/lib/entropy/logs/media-plugins:vdr-cdda-0.1.0-r1:20091113-185308.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-cdda-0.1.0-r1/temp/environment'.
 * S: '/var/tmp/portage/media-plugins/vdr-cdda-0.1.0-r1/work/cdda-0.1.0'


Reproducible: Always




Portage 2.2_rc46 (default/linux/x86/10.0/desktop, gcc-4.4.1, glibc-2.10.1-r0, 2.6.25-sabayon i686)
=================================================================
System uname: Linux-2.6.25-sabayon-i686-Intel-R-_Xeon-R-_CPU_X3220_@_2.40GHz-with-gentoo-2.0.1
Timestamp of tree: Fri, 13 Nov 2009 13:45:03 +0000
distcc 3.1 i686-pc-linux-gnu [enabled]
ccache version 2.4 [disabled]
app-shells/bash:     4.0_p35
dev-java/java-config: 1.3.7-r1, 2.1.9-r1
dev-lang/python:     2.4.6, 2.5.4-r3, 2.6.3
dev-python/pycrypto: 2.1.0_beta1
dev-util/ccache:     2.4-r8
dev-util/cmake:      2.6.4-r3
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.4.3-r5
sys-apps/sandbox:    2.2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.20
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/entropy /opt/openfire/resources/security/ /usr/lib/fax /usr/share/X11/xkb /usr/share/config /usr/share/config/kdm /usr/share/xbmc/userdata /var/bind /var/lib/hsqldb /var/spool/fax/etc /var/spool/torque"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/skel /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests collision-protect distcc distlocks fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo/"
LANG="en_US"
LC_ALL="en_US"
LDFLAGS="-Wl,-O1,--as-needed"
LINGUAS="en en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu fa fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta tg tr uk uz vi zh_CN zh_TW es_AR es_ES fy_NL ga_IE gu gu_IN nb_NO nn_NO pt_PT sv_SE zh"
MAKEOPTS="-s -j20"
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="/usr/local/portage/layman/enlightenment /usr/local/portage/layman/sabayon"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="7Zip X a52 aac aalib accessibility acl acpi aiglx aim alsa artswrappersuid audiofile avahi bash-completion berkdb bidi bluetooth bzip2 cairo cdda cddb cdr chm cjk cli config_wizard consolekit cpudetection cracklib crypt css cups dbox2 dbus dga dri dts dv dvb dvd dvdr dvdread dxr3 emboss encode extramodules fam fame fat ffmpeg fftw firefox flac flash foomatic-db fortran freetype gcj gdbm gif gimpprint gmp gnutls gphoto2 gpm gs gsm gstreamer gtk hal hfs iconv icq ieee1394 imap inotify ipod ipv6 irc irda jabber jack jfs jingle joystick jpeg kde kdeenablefinal kdehiddenvisibility kerberos kipi lame lcd ldap libnotify live lj lm_sensors logitech-mouse lzo mad mail matroska mikmod mjpeg mmx mng modules mozdevelop mp3 mp3rtp mp4 mpeg msn mudflap musepack musicbrainz ncurses network new-login nls nptl nptlonly nsplugin ntfs ogg openal openexr opengl openmp pam pcmcia pcre pda pdf perl png policykit povray ppds pppd pulseaudio python qt3support qt4 quicktime quotas rar rdesktop readline reflection reiserfs rss scanner sdl session slp sms speex spell spl ssl startup-notification stream svg sysfs tcpd theora thunar tiff tracker truetype udev unicode usb v4l v4l2 visualization voice vorbis weather wifi win32codecs wmf x264 x86 xcb xfs xine xinerama xml xorg xpm xprint xulrunner xv xvid xvmc yahoo zeroconf zlib" ALSA_CARDS="emu10k1x darla20 darla24 emu10k1 gina20 gina24 hdsp hdspm ice1712 indigo indigoio layla20 layla24 mia mixart mona pcxhr rme32 rme96 sb16 sbawe sscape usbusx2y vx222 usb-usx2y" 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 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" APACHE2_MPMS="prefork" CAMERAS="agfa_cl20 casio_qv dimagev dimera3500 kodak_dc120 kodak_dc210 kodak_dc240 kodak_dc3200 kodak_ez200 konica_qm150 panasonic_coolshot panasonic_dc1000 panasonic_dc1580 panasonic_l859 polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ricoh_g3 sipix_blink sipix_blink2 sipix_web2 sony_dscf1 sony_dscf55 toshiba_pdrm11 adc65 aox barbie canon clicksmart310 digigr8 digita directory enigma13 fuji gsmart300 hp215 iclick jamcam jd11 konica largan lg_gsm mars mustek pccam300 pccam600 ptp2 ricoh samsung sierra smal sonix soundvision spca50x sq905 stv0674 stv0680 sx330z template" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse void" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu fa fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta tg tr uk uz vi zh_CN zh_TW es_AR es_ES fy_NL ga_IE gu gu_IN nb_NO nn_NO pt_PT sv_SE zh" LIRC_DEVICES="audio audio_alsa serial" USERLAND="GNU" VIDEO_CARDS="fbdev vesa radeonhd" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Joerg Bornkessel (RETIRED) gentoo-dev 2009-12-23 21:21:34 UTC
this is a gcc-4.4 / glibc-2.10 issue

and is fixed in 

https://bugs.gentoo.org/show_bug.cgi?id=297361