SpiderOakONE
does not appear to be maintained anymore. The last update to this package was in February 2019.
Do with that info what you want.
Git Clone URL: | https://aur.archlinux.org/spideroak-one.git (read-only, click to copy) |
---|---|
Package Base: | spideroak-one |
Description: | Secure file backup, sync and sharing client. SpiderOakONE client. |
Upstream URL: | https://crossclave.com/ |
Keywords: | backup |
Licenses: | LicenseRef-SpiderOakONE |
Provides: | spideroak |
Submitter: | warnem2 |
Maintainer: | lquidfire |
Last Packager: | lquidfire |
Votes: | 267 |
Popularity: | 0.47 |
First Submitted: | 2015-07-18 19:17 (UTC) |
Last Updated: | 2025-01-24 19:54 (UTC) |
SpiderOakONE
does not appear to be maintained anymore. The last update to this package was in February 2019.
Do with that info what you want.
I just took over this package and did a few updates.
The package builds and runs on my system and in a clean chroot.
I cannot recreate the issue with icu and libstdc++.
SpiderOakONE does not run with icu version 75.1-2 because /opt/SpiderOakONE/lib/libstdc++.so.6 does not support the lowest ABI version required by /usr/lib/libicuuc.so.75 (they apparently do not ship their own libicuuc so it's using the system one).
Seems to work alright just letting it use the system libstdc++.
sudo mv /opt/SpiderOakONE/lib/libstdc++.so.6{,.bak}
Original traceback for reference:
Traceback (most recent call last):
File "<string>", line 6, in <module>
File "__main__.py", line 128, in <module>
File "__main__SpiderOakONE__.py", line 183, in <module>
File "__main__SpiderOakONE__.py", line 168, in main
File "oak/Oak.py", line 22, in <module>
File "PyQt4/QtGui.py", line 26, in <module>
File "PyQt4/QtGui.py", line 17, in _bbfreeze_import_dynamic_module
ImportError: /opt/SpiderOakONE/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/libicuuc.so.75)
Installing on a new computer, it builds ok, but when running SpiderOakONE, it gives this error:
➜ ~ SpiderOakONE
Traceback (most recent call last):
File "<string>", line 5, in <module>
zipimport.ZipImportError: not a Zip file: '/opt/SpiderOakONE/lib/library.zip'
I grabbed the build from the paru cache on a computer where the same version of SpiderOak is already installed (built and installed May 30, 2023). When installing that previously built package on the new computer, it runs just fine.
Couldn't get this to install yesterday, but tried again today and now it's downloading fine. Not sure what changed, but thank you!
Curl can grab the file fine in a regular terminal. Looks like the url in the PKGBUILD is incomplete? I've never created a PKGBUILD file before. But curl seems to report it tried to download the source without the file name.
curl: (22) The requested URL returned error: 403
==> ERROR: Failure while downloading https://spideroak-releases.s3.us-east-2.amazonaws.com
Aborting...
Apologies. Just marked as out of date, because install still failing, but then I noticed the download link has actually been updated. Looks like curl is getting a 403 (Forbidden) error when attempting to download, although I can download using the same url from Spideroak's site without needing to log in. Not sure what's causing this.
I saw this package has been orphaned and decided to maintain it - it feels like SpiderOak might not be actively developing this anymore, but if they do, I can maintain it for now unless anyone else would prefer the job.
@coolpyrofreak OK, I have adopted the package.
Pinned Comments
lquidfire commented on 2025-01-24 20:26 (UTC) (edited on 2025-01-24 20:27 (UTC) by lquidfire)
SpiderOakONE
does not appear to be maintained anymore. The last update to this package was in February 2019.Do with that info what you want.