Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
app-accessibility/festival-1.4.3-r2 system check error <snip> Check system type config/config:43: /usr/lib/speech-tools/config/config: No such file or directory config/common_make_rules:67: /usr/lib/speech-tools/config/rules/common_make_rules.mak: No such file or directory Makefile:84: /usr/lib/speech-tools/config/rules/top_level.mak: No such file or directory Makefile:85: /usr/lib/speech-tools/config/rules/install.mak: No such file or directory make: *** No rule to make target `/usr/lib/speech-tools/config/rules/install.mak'. Stop. !!! ERROR: app-accessibility/festival-1.4.3-r2 failed. !!! Function src_compile, Line 71, Exitcode 2 !!! (no error message) !!! If you need support, post the topmost build error, NOT this status message. porkoo ~ # equery l -p speech-tools [ Searching for package 'speech-tools' in all categories among: ] * installed packages [I--] [ ] app-accessibility/speech-tools-1.2.3 (0) </snip>
I have exactly same problem.
can you try re-emerging speech-tools
re-emerging speech-tools did not help
Please provide: emerge --info qpkg -l speech-tools
Created an attachment (id=46917) [edit] qpkg -l speech-tools this is the output I get from # qpkg -l speech-tools
# emerge --info # emerge --info Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r9 i686) ================================================================= System uname: 2.6.9-gentoo-r9 i686 AMD Athlon(tm) Gentoo Base System version 1.6.8 Python: dev-lang/python-2.3.4 [2.3.4 (#1, Jun 5 2004, 03:47:59)] ccache version 2.3 [enabled] dev-lang/python: 2.3.4 sys-devel/autoconf: 2.59-r6, 2.13 sys-devel/automake: 1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3 sys-devel/binutils: 2.15.92.0.2-r2 sys-devel/libtool: 1.5.10-r2 virtual/os-headers: 2.4.22 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-march=athlon-xp -O3 -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" 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/lib/mozilla/defaults/pref /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="-march=athlon-xp -O3 -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict" GENTOO_MIRRORS="ftp://bazaar.cites.uiuc.edu/pub/gentoo/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://bazaar.cites.uiuc.edu/gentoo-portage" USE="x86 3dnow 3dnowex S3TC X Xaw3d aalib acl acpi alsa apache2 apm arts avi berkdb bidi bitmap-fonts cairo canna cdr cjk crypt cscope cups curl dedicated dga directfb doc dvd dvdr emacs encode escreen esd f77 faad fam fbcon flac font-server foomaticdb fortran freewnn gcj gdbm ggi gif gnome gpm gstreamer gtk gtk2 gtkhtml guile idea imagemagick imap imlib ipv6 java jpeg junit kde kerberos ldap libwww lirc mad mbox mikmod mmx mmx2 motif mozcalendar mozilla mozsvg mpeg mpi mule multitarget music mysql mythtv ncurses network nls ntlm nvidia objc odbc offensive oggvorbis opengl oss pam pdflib perl plotutils png python qt quicktime readline real rtc samba sdl slang spell sse ssl svg svga tcltk tcpd theora tiff truetype truetype-fonts type1-fonts unicode usb uudeview v4l2 wmf xgetdefault xine xinerama xml xml2 xmms xrandr xv xvmc zlib linguas_en linguas_ja" (That was actually the first time I'd created a bugzilla attachment; if I'd known what I was doing this would have just been one comment...)
please strip the ansi on things you post as text. Can you pleasse include the full log of an 'emerge speech-tools'? I just emerged it again, and I have that file...
Created an attachment (id=47501) [edit] emerge speech-tools &> speechtoolslog.txt This is the output of an emerge of speech-tools on my machine.
>> Install speech-tools-1.2.3 into /var/tmp/portage/speech-tools-1.2.3/image/ category app-accessibility cpio: Too many arguments cpio: Too many arguments install: invalid option -- t Try `install --help' for more information. There's the problem... What version of cpio do you have? Can you please figure out what in src_install is giving the error about 'install'?
% cpio --version cpio (GNU cpio) 2.5.90 The install error appears to be under if use doc ; then cd ${S}/festdoc/speech_tools/doc dohtml * fi
This is actually a bug with cpio... so giving to vapier since he bumped cpio. $ cpio --version GNU cpio version 2.5 $ find config -print | cpio -pmd /usr/tmp/portage/speech-tools-1.2.3/image/usr/lib/speech-tools/ 1004 blocks $ rm -rf /usr/tmp/portage/speech-tools-1.2.3/image/usr/lib/speech-tools//config $ find config -print | cpio -pmd /usr/tmp/portage/speech-tools-1.2.3/image/usr/lib/speech-tools/ cpio: Too many arguments $ cpio -p /usr/tmp/portage/speech-tools-1.2.3/image/usr/lib/speech-tools/ cpio: Too many arguments I'm putting this version of cpio into package.mask until it is resolved.
*** This bug has been marked as a duplicate of 74841 ***