Aiksaurus seems to have changed the location of Aiksaurus.h from /usr/include (in 0.15) to /usr/include/Aiksaurus (in 1.0.1), and this causes the compilation of Lyx (any version) to fail when Aiksaurus-1.0.1 is installed. As far as I can see, the problem can be fixed by patching Lyx sources, so that "#include "Aiksaurus.h" in src/Thesaurus.h is replaced by "#include #Aiksaurus/Aiksaurus.h". I changed it to the complete path to Aiksaurus.h, and that worked. I am aware that this problem is caused by having ACCEPT_KEYWORDS="~x86", and am sorry if this bug report is stupid or redundant. Reproducible: Always Steps to Reproduce: 1. ACCEPT_KEYWORDS="~x86" emerge lyx 2. 3. Actual Results: Lyx can't compile p3-gentoo src # emerge info Portage 2.0.49-r2 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4. 20-openmosix-r6) ================================================================= System uname: 2.4.20-openmosix-r6 i686 Pentium III (Coppermine) ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-march=pentium3 -O3 -pipe" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-march=pentium3 -O3 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache autoaddcvs -sandbox" GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio. org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb alsa gdbm berkdb slang readline arts tetex aalib bonobo svga ggi tcltk java guile X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gnome gtk qt kde motif opengl -3dnow"
*** This bug has been marked as a duplicate of 27648 ***