Announcement

Collapse
No announcement yet.

3 Bugs of Phoronix 2.8

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

  • 3 Bugs of Phoronix 2.8

    1. Installation from download cache failed.
    After investigation, we found that the copy() function (line 163) of /usr/share/phoronix-test-suite/pts-core/objects/pts_test_installer.php uses a context param which is always invalid. Remove this param will work around this issue.

    2. The access mode of 'pts/test-resources/tremulous' is not enough for regular user access, which will block the installation of this case.

    3. Crafty installation failed on 32bit linux due to the -DINLINE64 under 'Linux' category of the Makefile.

  • #2
    Regarding bug #1 it's strange as context should be allowed (http://us3.php.net/copy), but I'll work on a new copy function anyhow.

    The 2nd bug is fixed and the crafty bug will hopefully be addressed by upstream.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Originally posted by Michael View Post
      Regarding bug #1 it's strange as context should be allowed (http://us3.php.net/copy), but I'll work on a new copy function anyhow.

      The 2nd bug is fixed and the crafty bug will hopefully be addressed by upstream.
      Could you fix Phoronix Test Suite to use older version of Crafty until upstream fixed the issue?

      Comment


      • #4
        Is it fixed though in a later version of Crafty?
        Michael Larabel
        https://www.michaellarabel.com/

        Comment

        Working...
        X