Since I am using an official overlay: gnome-experimental I thought I should post this bug here: While trying to upgrade to Gnome 2.17 I found out that gnome-python-desktop is failing to compile: As you can see in the forum link I added: I think this 2 are the reason. plparser.override:6:29: error: totem-pl-parser.h: No such file or directory plparser.override:7:38: error: totem-pl-parser-builtins.h: No such file or directory Since I found both files on my system, (As you also can see in th post) I think the bug is with the MakeFile: CONFIG_H -I. -I. -I.. -I-I/usr/include/totem/1/plparser Could the I-I think is confusing the build? Reproducible: Always Steps to Reproduce: 1.Add gnome-experimental overlay. 2. Go ~x86 3.Emerge -avuND world Actual Results: Fail to compile gnome-python-desktop Expected Results: Successful emerge emerge --info dekela@monster ~ $ emerge --info Portage 2.1.2-r9 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.20-gentoo i686) ================================================================= System uname: 2.6.20-gentoo i686 Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz Gentoo Base System release 1.12.9 Timestamp of tree: Sat, 10 Feb 2007 09:30:01 +0000 ccache version 2.4 [enabled] dev-java/java-config: 1.3.7, 2.0.31-r3 dev-lang/python: 2.4.4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.4-r6 sys-apps/sandbox: 1.2.18.1 sys-devel/autoconf: 2.13, 2.61 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 sys-devel/binutils: 2.17 sys-devel/gcc-config: 1.3.14 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.20 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -pipe -O2 -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-march=prescott -pipe -O2 -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://mirror.hamakor.org.il/pub/mirrors/gentoo/" LANG="en_US.utf-8" LC_ALL="en_US.utf-8" LINGUAS="en en_US he" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /usr/portage/local/layman/gfn-overlay /usr/portage/local/layman/gentopia /usr/portage/local/layman/custom-kernels /usr/portage/local/layman/enlightenment /usr/portage/local/layman/gnome-experimental /usr/portage/local/layman/bmg-main /usr/portage/local/layman/misc_overlays /usr/portage/local/layman/xeffects /usr/portage/local/layman/custom" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X aac ac3 acpi alsa asf audiofile avahi avi bash-completion berkdb bitmap-fonts cairo cdr cli cpufreq cracklib crypt cups dbus divxaac dlloader dri dts dvd dvdr eds emboss encode esd faad fam firefox fortran freetype gdbm gif glitz gnome gpm gstreamer gtk gtk2 hal iconv irc isdnlog jpeg kerberos libg++ libnotify lm_sensors logitech-mouse mad matroska midi mikmod mmx mmxext mp3 mpeg mplayer ncurses nls nptl nptlonly nsplugin nvidia ogg oggvorbis opengl oss pam pcre pdf perl plugins png ppds pppd python quicktime rar readline real reflection samba session spell spl sse sse2 ssl startup-notification svg svga symlink tcpd thunar-vfs tiff truetype truetype-fonts type1-fonts udev unicode vorbis win32codecs x86 xanim xcomposite xine xml xorg xscreensaver xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_US he" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
That comes from totem-plparser.pc installed by totem. Which totem do you have installed? For reference, it works fine for me with totem 2.17.91.
Strange... I also have 2.17.91.... monster dekela # locate totem-plparser.pc /usr/lib/pkgconfig/totem-plparser.pc monster dekela # monster dekela # totem --version GNOME totem 2.17.91 monster dekela #
it still happens on 2.18.0 ? i can't reproduce at all.