When building media-video/mplayer-1.0_rc2_p28450 with USE=bidi, the configure script try to use fribidi-config to check for fribidi existence. As there is no such program the check fails and mplayer get compiled without fribidi support. Reproducible: Always Steps to Reproduce: 1.Set "bidi" in mplayer USE flags 2.emerge mplayer 3.mplayer -fribidi-charset Actual Results: MPlayer was compiled without FriBiDi support. Expected Results: no complain The "configure" script should use 'pkg-config fribidi' instead of fribidi-config
This should be 'pkg-config --flags --libs fribidi'
# emerge --info Portage 2.1.6.7 (default/linux/x86/2008.0, gcc-4.3.3, glibc-2.9_p20081201-r1, 2.6.28-gentoo-r1 i686) ================================================================= System uname: Linux-2.6.28-gentoo-r1-i686-Intel-R-_Pentium-R-_M_processor_2.00GHz-with-glibc2.0 Timestamp of tree: Thu, 12 Feb 2009 14:15:01 +0000 app-shells/bash: 3.2_p48-r1 dev-java/java-config: 1.3.7-r1, 2.1.7 dev-lang/python: 2.4.4-r15, 2.5.4-r2 dev-python/pycrypto: 2.0.1-r6 dev-util/cmake: 2.6.2-r1 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.4.2 sys-apps/sandbox: 1.3.6 sys-devel/autoconf: 2.13, 2.63 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 sys-devel/binutils: 2.19.1 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.28-r1 ACCEPT_KEYWORDS="x86 ~x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium-m -pipe -mfpmath=sse -msse2" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /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/initng/daemon /etc/initng/net /etc/initng/system /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/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=pentium-m -pipe -mfpmath=sse -msse2" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="en_US" LC_ALL="en_US" LDFLAGS="-Wl,-O1" MAKEOPTS="-j2" 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/local/portage" SYNC="rsync://mirror.hamakor.org.il/gentoo-portage" USE="X aac accessibility acl acpi admin alsa apache2 avahi bash-completion berkdb bidi binfilter bluetooth bogofilter bzip2 cairo calendar cdparanoia cdr clamav cli commercial cracklib crypt cups dbus dia divx4linux dri dvd dvdr dvdread emacs epiphany esd exif extras flac foomaticdb fortran gdbm gimpprint gmail gnome gnome-print gphoto2 gpm gstreamer gtk gtk2 hal iconv imap innodb ipv6 irda isdnlog ithreads jack java jpeg kqemu ldap libnotify live mad midi mime mjpeg mmx modplug mono mozdevelop mp3 mpeg mudflap musepack mysql nautilus ncurses network new-clx new_login nls nntp nptl nptlonly nsplugin openct opengl openmp pam pcre pda pdf perl png postgres ppds pppd python qt radeon readline reflection samba sdl session skype sms softmmu spell spl sse sse2 ssl sysfs tcpd threads timidity tk truetype unicode usb utf8 vim-syntax win32codecs wma x86 xcb xml xorg xprint xulrunner xvid zlib" ALSA_CARDS="intel8x0 usb-audio" 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" ELIBC="glibc" INITNG_PLUGINS="also bash_launcher chdir chroot conflict cpout critical ctrlaltdel daemon_clean debug_commands envparser find fmon fstat history idleprobe initctl interactive iparser last limit lockfile logfile netdev netprobe ngc4 ngcs nge pause provide reload renice rlparser simple_launcher stcmd stdout suid syncron syslog sysreq unneeded usplash" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="cfontzpacket cfontz glk mtxorb" USERLAND="GNU" VIDEO_CARDS="ati radeon vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
need emerge -pv mplayer
Closing as dupe of old bug 112723. Should be fixed, though. *** This bug has been marked as a duplicate of bug 112723 ***