Announcement

Collapse
No announcement yet.

Bug reports related to `phoronix-test-suite install ...`

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

  • Bug reports related to `phoronix-test-suite install ...`

    The bugs presented below are related to pts test profiles that fail to install e.g.:

    Code:
    $ phoronix-test-suite install pts/aio-stress
    ...
    The following tests failed to install:
    
    	- pts/aio-stress-1.1.0
    The following pts test profiles fail to install because a URL (in downloads.xml) does not exist anymore:

    Code:
    pts/aio-stress,      URL does not exist:    http://fsbench.filesystems.org/bench/aio-stress.c
    pts/doom3,           URL does not exist:    ftp://ftp.idsoftware.com/idstuff/doom3/linux/doom3-linux-1.3.1.1304.x86.run
    pts/video-cpu-usage, requires ftp password: ftp://video.blendertestbuilds.de/download/bigbuckbunny_movies/big_buck_bunny_1080p_h264.mov
    The following pts test profiles fail to install if curl is not enabled in php (no php5-curl). The installation fails because the source archive defined in the test's downloads.xml cannot be downloaded. If curl is enabled in php then these tests install without errors.

    Code:
    pts/clomp
    pts/compilebench
    pts/dolfyn
    pts/lammps

  • #2
    pts/apache is dependent on pcre-devel

    The pts/apache test profile fails to install on many Linux distros due to the missing pcre-devel package. Is it possible to add this package to the dependencies of pts/apache so that it is installed automatically? Also in apache's install.sh `mkdir $HOME/http_` isn't ideal.

    Comment


    • #3
      Thanks for the feedback!

      The AIO-Stress upstream URL does work but the code doesn't build under modern compilers.

      For Doom 3, you also need the retail binaries to manually copy over from the DVD/CDs, so if you have them chances are you also have the Doom 3 binary already. The id FTP Server was shutdown.

      In terms of "`mkdir $HOME/http_` isn't ideal.", it's fine because the Phoronix Test Suite overrides $HOME to the test profile's installation location within ~/.phoronix-test-suite/installed-tests/pts/xxx
      Michael Larabel
      https://www.michaellarabel.com/

      Comment

      Working...
      X