PDA

View Full Version : Has anyone successfully installed universe


love
08-08-2008, 03:29 AM
Hi,

I'm using pts 1.05 on ubuntu8.04, I'm trying to install universe by:
"phoronix-test-suite install universe"
but it seems I can't download one file "20417-8.txt"
See below some logs:

--15:18:09-- http://www.gutenberg.org/files/20417/20417-8.txt
(try: 9) => `20417-8.txt'
Connecting to www.gutenberg.org|152.46.7.81|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--15:21:27-- http://www.gutenberg.org/files/20417/20417-8.txt
(try:10) => `20417-8.txt'
Connecting to www.gutenberg.org|152.46.7.81|:80... connected.
HTTP request sent, awaiting response...

Has anyone installed universe on your computer.
Thanks in advance.

Michael
08-08-2008, 07:17 AM
Looks like Project Gutenberg changed their URL to the link... I'll correct it in git, but for 1.0.5 it will be broken unless you now manually download http://www.gutenberg.org/files/20417/20417.txt and rename it to 20417-8.txt and throw it in ~/.phoronix-test-suite/download-cache/

d1ckyklas
08-08-2008, 08:14 AM
-------------------------
actually you can download it manually by using wget, you can find the url in phoronix-test-suite/pts/test-resources/espeak/download.xml

so the syntax is...
# wget http://www.gutenberg.org/files/20417/20417-8.txt

after that move the file to .phoronix-test-suite/installed-tests/espeak/

then try again the syntax

phoronix-test-suite run universe

I Hope You Can DO IT

Hi,

I'm using pts 1.05 on ubuntu8.04, I'm trying to install universe by:
"phoronix-test-suite install universe"
but it seems I can't download one file "20417-8.txt"
See below some logs:

--15:18:09-- http://www.gutenberg.org/files/20417/20417-8.txt
(try: 9) => `20417-8.txt'
Connecting to www.gutenberg.org|152.46.7.81|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--15:21:27-- http://www.gutenberg.org/files/20417/20417-8.txt
(try:10) => `20417-8.txt'
Connecting to www.gutenberg.org|152.46.7.81|:80... connected.
HTTP request sent, awaiting response...

Has anyone installed universe on your computer.
Thanks in advance.

Michael
08-09-2008, 01:28 PM
This has now formally been fixed in git master.