qt5-qtbase-nacl
qt5-qtbase-nacl copied to clipboard
NaCl pepper 42 not available any more
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 ?
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.
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.