Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76810 - Festival does not compile: No rule to make target `/usr/lib/speech-tools/lib/libestools.a'
Summary: Festival does not compile: No rule to make target `/usr/lib/speech-tools/lib/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 12:56 UTC by Jens Mayer
Modified: 2005-01-05 18:15 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Mayer 2005-01-05 12:56:34 UTC
Trying to compile festival, the compilation fails with the following error messages:

Making in directory src/main ...
making dependencies -- festival_main.cc audsp.cc festival_client.cc
g++ -c -fno-implicit-templates -march=pentium-m -O2 -fomit-frame-pointer -pipe -fPIC -fno-shared-data -Wall -Wno-non-template-friend -Wno-deprecated -I../../src/include -I/usr/lib/speech-tools/include festival_main.cc
make[2]: *** No rule to make target `/usr/lib/speech-tools/lib/libestools.a', needed by `festival'.  Stop.
make[1]: *** [main] Error 2
make: *** [src] Error 2

!!! ERROR: app-accessibility/festival-1.4.3-r2 failed.
!!! Function src_compile, Line 71, Exitcode 2


Reproducible: Always
Steps to Reproduce:
1. emerge festival
Actual Results:  
See "Details" above (error message).

Expected Results:  
Have a working festival installation to use with kismet.

# 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-bastp1 i686)
=================================================================
System uname: 2.6.9-bastp1 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Dec 19 2004, 01:12:32)]
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.4_p6, 1.8.5-r2, 1.5, 1.9.3, 1.7.9, 1.6.3
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium-m -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /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/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium-m -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sfperms"
GENTOO_MIRRORS="http://128.213.5.34/gentoo http://gentoo.inode.at
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror
http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LDFLAGS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d a52 aac aalib acl acpi alsa apache2 arts artworkextra async avi
bash-completion berkdb bitmap-fonts bluetooth bmp bzlibcaps cddb cdparanoia cdr
composite crypt cups curl curlwrappers dga dio divx4linux dv dvd edl encode
escreen esd ethereal exif fam fame fbcon flac foomaticdb fortran ftp fusion gd
gdbm gif gimpprint glep gnokii gnome gnomedb gphoto2 gpm graphviz gs gstreamer
gtk gtk2 gtkhtml iconv icq idea ignore-glep31 imagemagick imap imlib imlib2 irda
irmc jabber java javascript jce jikes jp2 jpeg jpeg2k kde lcms ldap libcaca
libwww live lua lzo lzw lzw-tiff mad maildir mbox md5sum mikmod mime mjpeg mmx
mng monkey motif mozilla moznocompose moznoirc moznomail mozsvg mp3 mpeg mpi
mplayer mysql ncurses network nls nptl offensive oggvorbis opengl operanom2
oscar oss pam pcmcia pdflib perl phppic png pnp posix ppds python qt quicktime
readline real rtc samba sdl slang smime sms spell sse sse2 ssl stencil-buffer
svg svga tcpd theora tidy tiff truetype truetype-fonts trusted type1-fonts
uptimed usb userlocales uudeview videos vim-with-x wifi wxwin wxwindows
xanimxface xgetdefault xine xml xml2 xmms xosd xscreensaver xv xvid xvmc yahoo
zlib video_cards_radeon"
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2005-01-05 16:35:41 UTC
ugg...
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2005-01-05 17:33:25 UTC
fixed in cvs, thanks... just emerge --sync in a few and try again.
Comment 3 Jens Mayer 2005-01-05 18:15:04 UTC
Wow, that was fast. Compiles and works perfectly now. Thank you very much for your quick response!