Package Details: spideroak-one 7.5.2-1

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. SpiderOak One client.
Upstream URL: https://crossclave.com/
Keywords: backup
Licenses: LicenseRef-SpiderOakONE
Provides: spideroak
Submitter: warnem2
Maintainer: warnem2
Last Packager: warnem2
Votes: 266
Popularity: 0.036338
First Submitted: 2015-07-18 19:17 (UTC)
Last Updated: 2025-04-20 03:51 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 29 Next › Last »

zero456 commented on 2017-04-01 00:41 (UTC) (edited on 2017-04-01 00:44 (UTC) by zero456)

@yochaigal @iegubkin - I can confirm that the issue is indeed caused by the latest version of libpng-1.6.29. After a bit of investigating, it seems it is actually due to SpiderOak shipping and using it's own version of libz located in its' install directory - /opt/SpiderOakONE/lib/ Backing up and then symlinking to Arch's built-in libz fixes the issue with the new version of libpng: # mv /opt/SpiderOakONE/lib/libz.so.1 /opt/SpiderOakONE/lib/libz.so.1.bak # ln -s /usr/lib/libz.so.1 /opt/SpiderOakONE/lib Hope this helps!

yochaigal commented on 2017-03-29 22:23 (UTC) (edited on 2017-03-29 23:15 (UTC) by yochaigal)

I'm having the same issue as @iegubkin had earlier: 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 21, 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/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/libpng16.so.16) Downgrading libpng with: pacman -U /var/cache/pacman/pkg/libpng-1.6.28-1-x86_64.pkg.tar.xz Resolves the issue for now.

nesk_aur commented on 2017-01-10 19:31 (UTC)

This is a problem when upgrading to harfbuzz 1.4.1 and still using Infinality fonts. See details here on how to migrate back to freetype2 https://gist.github.com/cryzed/e002e7057435f02cc7894b9e748c5671 It worked for me.

warnem2 commented on 2017-01-10 15:31 (UTC)

@iegubkin - All I can tell you is that I can't reproduce your error. harfbuzz isn't a dependency, so it sounds like an upstream problem to me. You should contact SpiderOak support directly. https://spideroak.com/support

iegubkin commented on 2017-01-10 00:21 (UTC) (edited on 2017-01-10 03:21 (UTC) by iegubkin)

I'm confused. I re-installed the package and it gives the same error. $ wget -c https://aur.archlinux.org/cgit/aur.git/snapshot/spideroak-one.tar.gz $ tar -xvzf spideroak-one.tar.gz $ cd spideroak-one $ makepkg -s # pacman -U *.pkg.tar.xz Is this what you meant by "you might want to try re-running makepkg with a fresh git clone"? Thanks

warnem2 commented on 2017-01-08 03:25 (UTC) (edited on 2017-01-08 04:17 (UTC) by warnem2)

@iegubkin - I'll try to figure this out tomorrow. It's entirely possible we'll need an upstream fix, though. EDIT - Just rebuilt the package with updated harfbuzz package, and it seems to be working fine. It executes from CLI without any errors, so you might want to try re-running makepkg with a fresh git clone.

iegubkin commented on 2017-01-08 03:12 (UTC)

The recent update of harfbuzz 1.3.4-1 to 1.4.1-1 seems to have killed spideroak-one. It crashes with: >> SpiderOakONE 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 21, in <module> File "PyQt4/QtGui.py", line 26, in <module> File "PyQt4/QtGui.py", line 17, in _bbfreeze_import_dynamic_module ImportError: /usr/lib/libharfbuzz.so.0: undefined symbol: FT_Get_Var_Blend_Coordinates Similar to bug with Zim Desktop: https://bbs.archlinux.org/viewtopic.php?id=221648 "needs to be rebuilt against the new harfbuzz lib" downgrading back to 1.3.4-1 fixes the problem.

warnem2 commented on 2016-06-03 01:34 (UTC)

I'm thinking about renaming this package to spideroakone (removing the hyphen) so that the package name is the same as SpiderOak's naming conventions. While it's not a big change, I wanted to advertise it before I made any changes. I'd appreciate any comments or thoughts anyone might have on this. Thanks!

scachemaille commented on 2016-04-25 21:52 (UTC) (edited on 2016-04-25 21:54 (UTC) by scachemaille)

A new version is out. The download link point to newer version 6.1.4 so the sha256sums is not valid anymore.

warnem2 commented on 2016-03-11 23:56 (UTC)

@cfr42 - Sorry, I just have a habit of always using the -v flag with tar. I removed it from the PKGBUILD, so you should see a much cleaner build now.