Package Details: cernbox 5.3.2.15486-2

Git Clone URL: https://aur.archlinux.org/cernbox.git (read-only, click to copy)
Package Base: cernbox
Description: Synchronization client for CERN's CERNBox cloud service (based on ownCloud). Note: CERN IT does not provide official support for Arch Linux. Use at your own risk.
Upstream URL: http://cernbox.web.cern.ch/
Licenses: GPL
Provides: cernboxsync, ocsync
Submitter: joe
Maintainer: joe (vandelli)
Last Packager: vandelli
Votes: 12
Popularity: 0.000002
First Submitted: 2015-02-07 22:13 (UTC)
Last Updated: 2026-04-09 12:03 (UTC)

Pinned Comments

joe commented on 2020-02-11 12:04 (UTC)

If the build fails, that's normally due to a new version available as an rpm, so I just have to update the version and the checksums. This of course is only noticed if someone (re-)builds the package.

There's no need for you to post modified PKGBUILDs. Just flag the package out-of-date or drop me an e-mail and I'll take care of it.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

adeik commented on 2018-08-17 12:18 (UTC)

Hi all,

I tried to install this package but it seems that the addresses to download the rpm are broken, or have been moved by CERN IT staff elsewhere.

joe commented on 2017-02-16 17:51 (UTC)

Updated. Thanks for notifying!

dafero commented on 2017-02-16 13:15 (UTC)

@joe, I needed to manually install 'qt5-webkit' in order to make it work on Gnome. You may want to add this package as a required dependency. Thanks!

joe commented on 2016-11-06 16:45 (UTC)

@kgizdov, thanks for your feedback. The package does not really provide qtkeychain and ocsync. They are just used by this package in a wrapper script, because older versions are required. That's also why I think the linker configuration should not be updated here. I also don't really like this, but it's the easiest solution that prevents conflicts. The cernbox client (this package) and the CERNBox service are different things, so this is not "a self-referencing way", as the packaging standards put it.

kgizdov commented on 2016-10-28 16:26 (UTC) (edited on 2016-10-28 16:42 (UTC) by kgizdov)

EDIT: The package needs to indicate that it provides qtkeychain=0.4 and ocsync=1.7.2. Running namcap on this gives some problems: kgizdov@arch ~ namcap /var/cache/pacman/pkg/cernbox-1.7.2_3.1-4-x86_64.pkg.tar.xz cernbox W: Description should not contain the package name. cernbox W: Referenced library 'libqtkeychain.so.0' is an uninstalled dependency cernbox W: Referenced library 'libocsync.so.0' is an uninstalled dependency Please adhere to the AUR rules and fix the description of the package. Also, please put a file `cernbox.conf` in /etc/ld.so.conf.d/ to update the linker configuration. It can simply be done by adding the following to the PKGBUILD: # use a file that pacman can track and update environment install -d ${pkgdir}/etc/ld.so.conf.d echo '/usr/lib/cernbox' > ${pkgdir}/etc/ld.so.conf.d/cernbox.conf

joe commented on 2016-10-26 17:05 (UTC)

@knowak, I cannot confirm your problem, the client is still working for me.

knowak commented on 2016-10-26 15:27 (UTC) (edited on 2016-10-26 15:27 (UTC) by knowak)

Does anyone have a problem with "Could not authenticate to server: rejected Basic challenge" during syncing? At some point this client stopped working for me - it worked several months ago on a different arch installation (I am still authorized to use cernbox from the browser)

joe commented on 2016-06-06 19:14 (UTC)

I have included the working qtkeychain version from the cernbox repo into this package now. It's used by a wrapper script to not interfere with other versions and cause conflicts. Hope this works for you.

rajanandakumar commented on 2016-06-01 16:01 (UTC)

I too have the libqtchain problem. It would be wonderful if this could be fixed. Thanks and Cheers, Raja.

cmdric commented on 2016-04-13 13:58 (UTC)

Thanks, I used "downgrade" on qtkeychain-qt4, to reinstall qtkeychain-qt4-0.5-2-x86_64.pkg.tar.xz (remote). change the dependencies in the cernbox PKGBUILD to qtkeychain-qt4. works fine. thanks