Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. dyld: Symbol not found: _unumsys_openAvailableNames
Forum Updated to NodeBB v4.3 + New Features

dyld: Symbol not found: _unumsys_openAvailableNames

Scheduled Pinned Locked Moved Unsolved Qt WebKit
9 Posts 3 Posters 3.0k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mpergand
    wrote on last edited by mpergand
    #1

    Hi all,
    When visiting some pages, i'm getting:

    dyld: Symbol not found: _unumsys_openAvailableNames
      Referenced from: /Users/marc/Qt5.8.0/5.8/clang_64/lib/QtWebKit.framework/Versions/5.602.3/QtWebKit
      Expected in: /usr/lib/libicucore.A.dylib
    

    Maybe it's related with pages containing videos.

    My config:
    Mac OXS 10.9.5 Mavericks
    Qt 5.8
    qtwebkit-tp5-qt58-darwin-x64

    Any help greatly appreciated

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      How did you install QtWebKit ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mpergand
        wrote on last edited by mpergand
        #3

        @SGaist said in dyld: Symbol not found: _unumsys_openAvailableNames:

        How did you install QtWebKit ?

        Hi @SGaist,

        I follow this link:
        http://qt5blogger.blogspot.fr/2017/02/building-qtwebkit-technology-preview-5.html
        using the pre built version.

        Some web pages work, like youtube ,
        but for ex: https://fr.yahoo.com/?p=us crash.

        Surprisingly, i try again today and it doesn't crash !
        It seems it depends of the contents (video ?) of the page.

        I'm using OSX Mavricks 10.9.5 and i wonder if this tp5 version wasn't built with a newer version of OSX, hence the missing symbol in 10.9

        1 Reply Last reply
        0
        • K Offline
          K Offline
          Konstantin Tokarev
          wrote on last edited by
          #4

          Hi,

          Provided binaries require Mac OS X 10.10 and higher. It was reported that QtWebKit can be successfully built for 10.9 target (without QML API), but it is not tested and not supported.

          1 Reply Last reply
          0
          • K Offline
            K Offline
            Konstantin Tokarev
            wrote on last edited by
            #5

            See https://github.com/annulen/webkit/issues/485#issuecomment-290676408

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mpergand
              wrote on last edited by
              #6

              My assumption was right !
              Thanks for the reply @Konstantin-Tokarev

              K 1 Reply Last reply
              0
              • M mpergand

                My assumption was right !
                Thanks for the reply @Konstantin-Tokarev

                K Offline
                K Offline
                Konstantin Tokarev
                wrote on last edited by
                #7

                @mpergand BTW, you should use alpha2 now, tp5 is outdated

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  mpergand
                  wrote on last edited by mpergand
                  #8

                  @Konstantin-Tokarev said in dyld: Symbol not found: _unumsys_openAvailableNames:

                  Provided binaries require Mac OS X 10.10 and higher.

                  Since Qt 5.8 is compatible with 10.5.9, i thought it should be the same with qtwebkit-tp5-qt58 ...

                  BTW thanks for the hard work.

                  K 1 Reply Last reply
                  0
                  • M mpergand

                    @Konstantin-Tokarev said in dyld: Symbol not found: _unumsys_openAvailableNames:

                    Provided binaries require Mac OS X 10.10 and higher.

                    Since Qt 5.8 is compatible with 10.5.9, i thought it should be the same with qtwebkit-tp5-qt58 ...

                    BTW thanks for the hard work.

                    K Offline
                    K Offline
                    Konstantin Tokarev
                    wrote on last edited by
                    #9

                    @mpergand Compatinbility with 10.9 was removed from Mac-specific parts of WebKit code base. Getting it back would be extra work.

                    1 Reply Last reply
                    0

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved