Announcement

Collapse
No announcement yet.

sqlite fails to install on openSUSE 11.2 RC2

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

  • sqlite fails to install on openSUSE 11.2 RC2

    I staged a system with openSUSE 11.2 RC2 (64-bit) and am running Phoronix Test Suite as a non-root user from a local directory. I did

    $ ./phoronix-test-suite install filesystem

    Everything installed except the sqlite test - it fails with no error messages:

    znmeb@linux-ulfm:~/phoronix-test-suite> ./phoronix-test-suite install sqlite

    Checking For Needed External Dependencies.

    ====================================
    Installing Test: sqlite
    Estimated Install Size: 18.4 MB
    ====================================


    The sqlite installer exited with a non-zero exit status. Installation failed.
    znmeb@linux-ulfm:~/phoronix-test-suite>


    I'm guessing this is something simple - are there log files from the compiles I can look at / post here?

  • #2
    Originally posted by znmeb View Post
    I staged a system with openSUSE 11.2 RC2 (64-bit) and am running Phoronix Test Suite as a non-root user from a local directory. I did

    $ ./phoronix-test-suite install filesystem

    Everything installed except the sqlite test - it fails with no error messages:

    znmeb@linux-ulfm:~/phoronix-test-suite> ./phoronix-test-suite install sqlite

    Checking For Needed External Dependencies.

    ====================================
    Installing Test: sqlite
    Estimated Install Size: 18.4 MB
    ====================================


    The sqlite installer exited with a non-zero exit status. Installation failed.
    znmeb@linux-ulfm:~/phoronix-test-suite>


    I'm guessing this is something simple - are there log files from the compiles I can look at / post here?

    IIRC it will fail to compile if you don't have yasm installed on the system.

    Comment


    • #3
      Originally posted by deanjo View Post
      IIRC it will fail to compile if you don't have yasm installed on the system.
      I'll try that, but I think it's something simpler, like permissions. It worked when I did the install as "root".

      Meanwhile, even as "root", "encode-ape" doesn't install. That one I'm guessing is a missing dependency, but I don't know the video libraries well enough to track that down. Knowing where compile and link log files were would be a very big help (broad hint) ;-)

      Oh, yeah - this is 2.2 beta 2 - should I be filing bug reports?
      Last edited by znmeb; 04 November 2009, 04:39 AM.

      Comment


      • #4
        Originally posted by znmeb View Post
        I'll try that, but I think it's something simpler, like permissions. It worked when I did the install as "root".

        Meanwhile, even as "root", "encode-ape" doesn't install. That one I'm guessing is a missing dependency, but I don't know the video libraries well enough to track that down. Knowing where compile and link log files were would be a very big help (broad hint) ;-)

        Oh, yeah - this is 2.2 beta 2 - should I be filing bug reports?
        Looks like the upstream source might be bad for the "encode-ape" test:

        g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Shared -I../../src/Shared -O3 -Wall -pedantic -Wno-long-long -MT APELink.lo -MD -MP -MF .deps/APELink.Tpo -c APELink.cpp -fPIC -DPIC -o .libs/APELink.o
        APELink.cpp: In member function ?void CAPELink::ParseData(const char*, const str_utf16*)?:
        APELink.cpp:66: error: invalid conversion from ?const char*? to ?char*?
        APELink.cpp:67: error: invalid conversion from ?const char*? to ?char*?
        APELink.cpp:68: error: invalid conversion from ?const char*? to ?char*?
        APELink.cpp:69: error: invalid conversion from ?const char*? to ?char*?
        make[3]: *** [APELink.lo] Error 1
        make[3]: Leaving directory `/benchmark/phoronix-test-suite/pts/test-resources/encode-ape/mac-3.99-u4-b5-s4/src/MACLib'
        make[2]: *** [all-recursive] Error 1
        make[2]: Leaving directory `/benchmark/phoronix-test-suite/pts/test-resources/encode-ape/mac-3.99-u4-b5-s4/src/MACLib'
        make[1]: *** [all-recursive] Error 1
        make[1]: Leaving directory `/benchmark/phoronix-test-suite/pts/test-resources/encode-ape/mac-3.99-u4-b5-s4/src'
        make: *** [all-recursive] Error 1
        AlgoCompSynth:/benchmark/phoronix-test-suite/pts/test-resources/encode-ape/mac-3.99-u4-b5-s4 #

        Comment


        • #5
          znmeb: Logs are generally found in ~/.phoronix-test-suite/installed-tests/<test name>/install-failed.log
          Michael Larabel
          https://www.michaellarabel.com/

          Comment


          • #6
            Discussion &amp; collaboration on the Phoronix Test Suite software and specification.

            Comment

            Working...
            X