PDA

View Full Version : eSpeak error


deanjo
04-26-2008, 10:56 PM
I get this for the eSpeak test using the latest GIT


dean@linux:~/Desktop/phoronix-test-suite> ./phoronix-test-suite run espeak
Would you like to save these benchmark results (Y/n)? Y
Enter a name to save these results: espeak Phenom
Enter a unique identifier for distinguishing this series of tests: ^C
dean@linux:~/Desktop/phoronix-test-suite> ./phoronix-test-suite run espeak
Would you like to save these benchmark results (Y/n)? Y
Enter a name to save these results: EspeakPhenom
Enter a unique identifier for distinguishing this series of tests: 1

====================================
eSpeak Speech Synthesis (Run 1 of 2)
====================================

/usr/bin/time: cannot run ./espeak-1.37-source/src/espeak: No such file or directory
Command exited with non-zero status 127
eSpeak Synthesis Time: 0.00 Seconds

====================================
eSpeak Speech Synthesis (Run 2 of 2)
====================================

/usr/bin/time: cannot run ./espeak-1.37-source/src/espeak: No such file or directory
Command exited with non-zero status 127
eSpeak Synthesis Time: 0.00 Seconds

====================================
eSpeak Speech Synthesis:

0.00 Seconds
0.00 Seconds

Average: 0.00 Seconds
====================================

Results Saved To: /home/dean/pts-test-results/espeakphenom/composite.xml
Do you want to view the results in your web browser (y/N)? n
Would you like to upload these results to PTS Global (Y/n)? n

Michael
04-27-2008, 06:56 AM
Did you install espeak?

deanjo
04-27-2008, 07:04 AM
Did you install espeak?

yes using the install flag

Michael
04-27-2008, 07:08 AM
Did it properly install within your benchmarking folder?

deanjo
04-27-2008, 07:12 AM
yes it is there

Michael
04-27-2008, 07:34 AM
To git I've just committed a force-install option.

So you can try

phoronix-test-suite force-install espeak

to have it install again to see if reinstalling will fix it or anything interesting is outputted as to why it's not building. It's running fine here.

deanjo
04-27-2008, 07:44 AM
I actually completely got rid of the complete testing suite and the issue persists

Michael
04-27-2008, 07:58 AM
Is anything outputted when installing the test?

deanjo
04-27-2008, 08:37 AM
Is anything outputted when installing the test?

Yes it compiles cleanly and is invokable when switched to the packages src directory. Anything more when will have to wait when I get back from work today.

Michael
04-27-2008, 08:46 AM
Does by chance the latest commit fix it?

deanjo
04-27-2008, 08:57 AM
Does by chance the latest commit fix it?

Will check when I get home.

deanjo
04-27-2008, 04:47 PM
Will check when I get home.

OK checked it, still does not work but was able to isolate it to the espeak source package rather then the test-suites source. It seems the makefile for the package is extremely debian/buntu specific. I would suggest you try to build it on Fedora as the issue is the same there as well.

deanjo
04-27-2008, 06:07 PM
OK here is the solution, the default header of portaudio.h is used for portaudio v18. To build it against portaudio v19 there is a header file in the source renamed portaudio.v19 to portaudio.h. After that is done everything is good. It's a sloppy way of building but it works.

Erik_
06-06-2008, 08:38 PM
I've installed (configured && make && make install) the portaudio from the pa_stable_v19_20071207.tar.gz (http://www.portaudio.com/download.html) file. And I have the latest portaudio.h in the right place: /usr/local/include/portaudio.h, yet when I attempt a phoronix-test-suite install-all I still get the following message:

================================================== =======
PortAudio Development Files
Possible Package Names: libportaudio-dev, portaudio-devel
================================================== =======

The above dependencies should be installed before proceeding. Press any key when you're ready to continue.

I'm doing this on a x86_64 system. Any hints on how to get these dependencies installed ?