>>> Install SphinxTrain-0.9.1-r1 into /var/tmp/portage/SphinxTrain-0.9.1-r1/image/ category app-accessibility install: `bin.i686-pc-linux-gnu/scripts_pl' is a directory !!! ERROR: app-accessibility/SphinxTrain-0.9.1-r1 failed. !!! Function src_install, Line 29, Exitcode 3 !!! (no error message) !!! If you need support, post the topmost build error, NOT this status message. Reproducible: Always Steps to Reproduce: 1.emerge -v SphinxTrain Actual Results: Gives above error. Expected Results: Install. Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r9 i686) ================================================================= System uname: 2.6.9-gentoo-r9 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz Gentoo Base System version 1.4.16 ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r5 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.15.90.0.1.1-r3 Headers: sys-kernel/linux26-headers-2.6.8.1,sys-kernel/linux26-headers-2.6.8.1-r1 Libtools: sys-devel/libtool-1.5.2-r7 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-Os -march=pentium4 -mmmx -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -pipe" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-Os -march=pentium4 -mmmx -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms userpriv usersandbox" GENTOO_MIRRORS="http://gentoo.ccccom.com ftp://mirrors.tds.net/gentoo http://gentoo.seren.com/gentoo ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO http://ftp.gentoo.or.kr/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acpi alsa apm arts avi berkdb bidi bitmap-fonts cdr crypt dga divx4linux dvb dvd dvdread encode esd f77 fam foomaticdb fortran gcj gdbm gif gnome gpm gtk gtk2 imagemagick imlib java jpeg kde libg++ libwww live lzo mad mikmod mmx motif mozilla mpeg ncurses nls nptl oggvorbis opengl oss pam pdflib perl pic plotutils png python qt quicktime readline real rtc samba sdl spell sse ssl svga tcltk tcpd tetex theora tiff truetype v4l v4l2 x86 xml2 xmms xprint xv xvid zlib"
I get the same error!
Me too. Problem is that dobin bin.*/* selects also directory scripts_pl, which is the problem. My solution is to replace in SphinxTrain-0.9.1-r1.ebuild line dobin bin.*/* || die with find bin.* -type f -mindepth 1 -maxdepth 1 -exec dobin "{}" ';' || die Now it works.
Thanks -- Worked for me, too. Surely someone could stuff this fix into the ebuild?
Created attachment 57752 [details] Fixes installation issue. Fixes compilation on GCC 3.4. Extract this archive into PORTDIR_OVERLAY/apps-accessibility.
patch works great here *pokes accessibility herd* can we get this commited into unstable?
in portage. thanks.
*** Bug 99430 has been marked as a duplicate of this bug. ***