Announcement

Collapse
No announcement yet.

Wine & phoronix-test-suite

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

  • Wine & phoronix-test-suite

    I want to use phoronix-test-suite 3.8 with wine 1.4 on a Ubuntu 12.04 64bits.

    Wine works correctly, but I have no test available:

    Code:
    > wine 'C:\PHP\php.exe' 'C:\phoronix-test-suite\pts-core\phoronix-test-suite.php' list-available-tests
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
    Fichier introuvable.
    
    Fichier introuvable.
    
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    
    Phoronix Test Suite v3.8.0
    Available Tests
    
    
    No tests found. Please check that you have Internet connectivity to download test profile data from OpenBenchmarking.org. The Phoronix Test Suite has documentation on configuring the network setup, proxy settings, and PHP network options. Please contact Phoronix Media if you continuing to experience problems.
    
    
    
    fixme:msvcrt:MSVCRT__sopen_s : pmode 0x01b6 ignored
    I use PHP 5.2. It seems that I have no network in phoronix-test-suite, but I have in wine:

    Code:
    > wine ipconfig
    Adaptateur Ethernet lo
    
        Suffixe DNS propre ? la connexion : 
        Adresse IP. . . . . . . . . . . . : 127.0.0.1
        Adresse IP. . . . . . . . . . . . : ::1
        Passerelle par d?faut . . . . . . : 
    
    Adaptateur Ethernet eth0
    
        Suffixe DNS propre ? la connexion : 
        Adresse IP. . . . . . . . . . . . : 192.168.168.168
        Adresse IP. . . . . . . . . . . . : 2a01:e35:2f59:1bf0:6ef0:49ff:fed5:1892
        Adresse IP. . . . . . . . . . . . : fe80::6ef0:49ff:fed5:1892%2
        Passerelle par d?faut . . . . . . : 192.168.168.254
    IPv6 could be a problem ?

  • #2
    From Stefan, one of the Wine/CodeWeaver guys using PTS:

    None that I am aware of, but I don't have an ipv6 configuration here. I experiemtned with ipv6 a while ago to figure out how it works, but stopped the experiment since my ISP doesn't offer ipv6 yet. But it is possible that ipv6 in Wine is broken, I don't think it has been a big priority yet. A few things to check: *) Test it on windows. maybe the initial download is broken in pts, and I didn't notice it because I have a fully setup up .phoronix-test-suite directory already *) Check the content of C:\users\<username>\.phoronix-test-suite *) Try native msvcrt. I use builtin, but the user has some msvcrt warnings I am not aware of
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      The content of C:\users\<username>\.phoronix-test-suite looks good.

      How can I do to use native msvcrt ?

      Comment

      Working...
      X