qt5-qtbase-nacl icon indicating copy to clipboard operation
qt5-qtbase-nacl copied to clipboard

NaCl pepper 42 not available any more

Open theshadowx opened this issue 9 years ago • 2 comments

Lately I've tried to build my docker image of Qt 5.4 with NaCl pepper 42. Unfortunately it didn't succeed. When I analysed the error message, the problem was that the NaCl was not installed, even in the docker file there is command line to do it. The problem of that was : the pepper_42 is not available anymore.

when I do ./naclsdk list to list the available pepper versions, it shows

Bundles:
 I: installed
 *: update available

  I* sdk_tools (stable)
     vs_addin (dev)
     pepper_44 (post_stable)
     pepper_45 (post_stable)
     pepper_46 (post_stable)
     pepper_47 (stable)
     pepper_49 (beta)
     pepper_50 (dev)
     pepper_canary (canary)

Can anyone check if it is still possible to use pepper_42 ?

theshadowx avatar Feb 20 '16 23:02 theshadowx

There was a mention on Native-Client-Discuss that old SDKs are available at

http://gsdview.appspot.com/nativeclient-mirror/nacl/nacl_sdk/

Unfortunately the directory listing there ends at pepper_34, and the 'more' link does not work. Perhaps you can dig out pepper_42 somehow?

Or you can upgrade? Qt is not tied to a specific pepper version by design.

msorvig avatar Feb 21 '16 08:02 msorvig

Ok, I'll look for that. I'm planning to do another image with the latest versions of Qt and NaCl. I just wanted that this image would be still working.

theshadowx avatar Feb 21 '16 09:02 theshadowx