Announcement

Collapse
No announcement yet.

Multiple tests fail on SuSE 42.3

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

  • Multiple tests fail on SuSE 42.3

    Hi !

    There is something way wrong with the path handling.

    tail -n 100 user-config.xml | grep Environment
    <EnvironmentDirectory>/bench320/</EnvironmentDirectory>

    bench320 is writeable/readable by anyone
    The rest is in ~user/ directory

    1) phoronix-test-suite benchmark Test smart
    It tries to install smartmontools which already installed, then refuse to run.

    2) phoronix-test-suite benchmark unpack-linux
    Installed: pts/linux-kernel-base-1.0.0
    Installed: pts/unpack-linux-1.0.0
    The test executable for pts/unpack-linux-1.0.0 could not be located.

    3) phoronix-test-suite benchmark fio
    The installer exited with a non-zero exit status.
    LOG: /bench320/pts/fio-1.9.0/install-failed.log

    tail /bench320/pts/fio-1.9.0/install-failed.log
    Makefile:14: config-host.mak: No such file or directory
    FIO_VERSION = fio-2.1.13
    Running configure for you...
    make: execvp: ./configure: Permission denied
    Makefile:10: recipe for target 'config-host.mak' failed
    make: *** [config-host.mak] Error 127

    Any idea what went wrong ?
    Thanks in advance.

  • #2
    dbench install also failed
    install.sh: line 7: ./autogen.sh: Permission denied
    install.sh: line 8: ./configure: No such file or directory

    bench320 is a dir on ext4 formatted partition, I checked it for write, everything is OK.

    Comment

    Working...
    X