You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to execute the build script I get the following:
Using tarball [http://releases.sailfishos.org/sdk/latest/Jolla-latest-Sailfish_SDK_Tooling-i486.tar.bz2]
Downloading 'Jolla-latest-Sailfish_SDK_Tooling-i486.tar.bz2'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 223M 100 223M 0 0 9595k 0 0:00:23 0:00:23 --:--:-- 9571k
INFO: md5sum matches - download ok
Unpacking tooling ...
Initializing machine ID for tooling 'SailfishOS-latest'
unshare: unshare failed: Operation not permitted
unshare: unshare failed: Operation not permitted
unshare: unshare failed: Operation not permitted
The command '/bin/sh -c sdk-assistant -y create SailfishOS-latest http://releases.sailfishos.org/sdk/latest/Jolla-latest-Sailfish_SDK_Tooling-i486.tar.bz2' returned a non-zero code: 1
Perhaps it's due to the recent update of the sailfish sdk. i'd really like to use this container, I want to be able to fix/build existing sailfish packages (like Quickddit which now fails to play youtube videos after google mucked something up again), but I can't just build those packages with the SDK, which I'd rather not install.
The text was updated successfully, but these errors were encountered:
Looking at the latest README, I see that build.sh now expects to be run as root. When I run it as a regular user it fails because it tries to add users to the sudoers file.
I don't really understand the idea behind this. Isn't the idea behind using docker that you don't need this? If everything is installed in the docker container it should work just fine, right?
Trying to execute the build script I get the following:
Perhaps it's due to the recent update of the sailfish sdk. i'd really like to use this container, I want to be able to fix/build existing sailfish packages (like Quickddit which now fails to play youtube videos after google mucked something up again), but I can't just build those packages with the SDK, which I'd rather not install.
The text was updated successfully, but these errors were encountered: