Announcement

Collapse
No announcement yet.

Has anyone successfully installed universe

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Has anyone successfully installed universe

    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.

  • #2
    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/
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      -------------------------
      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

      Originally posted by love View Post
      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.

      Comment


      • #4
        This has now formally been fixed in git master.
        Michael Larabel
        https://www.michaellarabel.com/

        Comment

        Working...
        X