Seems like i686 package is no longer available, and that broke my procedure to update checksums.
The package should work now.
Git Clone URL: | https://aur.archlinux.org/dropbox.git (read-only, click to copy) |
---|---|
Package Base: | dropbox |
Description: | A free service that lets you bring your photos, docs, and videos anywhere and share them easily. |
Upstream URL: | https://www.dropbox.com |
Licenses: | custom |
Submitter: | mtorromeo |
Maintainer: | mtorromeo |
Last Packager: | mtorromeo |
Votes: | 2378 |
Popularity: | 1.86 |
First Submitted: | 2009-01-22 14:21 (UTC) |
Last Updated: | 2025-03-26 08:13 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 .. 97 Next › Last »
Seems like i686 package is no longer available, and that broke my procedure to update checksums.
The package should work now.
@username227 Did you figure out the issue of curl
returning 403? I compared my {pacman,makepkg}.conf
files and even list of keys from pacman-key
output (assuming key error), and both base and chroot versions are same. So I am just as clueless.
UPDATE: Never mind. I wasn't paying close attention to the URL which was returning 403 error. So as it happens, when doing makepkg -g
it tries to download all sources, including those not for current architecture, despite current arch explicitly set in makepkg.conf
. The reason why makechrootpkg
or just makepkg
was succeeding was because it was only downloading source for current arch. I had to comment out the *_i686
arrays.
@Richardk2n, you beat me to this comment. But a strange thing happened while I was trying to generate the new shasums - when I tried to run makepkg, it said that there was a 403 error from the source. When I tried to build in a chroot using "SKIP' instead of the shasums, though, it downloaded just fine. Never experienced anything like that before.
@armadillo
@mtorromeo forgot to update the SHA256.
New one is
ec2ee411a295ab1f559243ad267899f7b4b7405d97641374909ab0fd4b310fd0
for sha256sums_x86_64
dropbox 210.4.4854-1 fails to build at present:
==> Validating source_x86_64 files with sha256sums...
dropbox-lnx.x86_64-210.4.4854.tar.gz ... FAILED
dropbox-lnx.x86_64-210.4.4854.tar.gz.asc ... Skipped
==> ERROR: One or more files did not pass the validity check!
@cyclic3 same issue as @rosenberg. Clearing ~/.dropbox-dist doesn't help. Qtile/wayland (worked with previous versions).
@rosenberg, I had the same issue, and the solution here worked for me: https://unix.stackexchange.com/questions/198782/why-does-dropbox-say-killed-on-arch-linux
Basically, just nuke the ~/.dropbox-dist/ dir. I had to log in again to dropbox, and then everything started syncing again, although the folder has not come back :/
@rosenberg assuming you're using gnome, have you tried installing and enabling AppIndicator (gnome-shell-extension-appindicator) I had that problem and it fixed things for me.
Hello,it doesn't work for me anymore, it gets killed for no apparent reason
It used to work
➜ dropbox
dropbox: load fq extension '/opt/dropbox/cryptography.hazmat.bindings._openssl.abi3.so'
dropbox: load fq extension '/opt/dropbox/cryptography.hazmat.bindings._padding.abi3.so'
dropbox: load fq extension '/opt/dropbox/apex._apex.abi3.so'
dropbox: load fq extension '/opt/dropbox/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/opt/dropbox/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/opt/dropbox/google._upb._message.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/opt/dropbox/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/opt/dropbox/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/cryptography.hazmat.bindings._openssl.abi3.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/cryptography.hazmat.bindings._padding.abi3.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/apex._apex.abi3.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/google._upb._message.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
Killed
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/PyQt5.QtCore.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/PyQt5.sip.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/PyQt5.QtGui.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/PyQt5.QtWidgets.so'
dropbox: load fq extension '/home/USERNAME/.dropbox-dist/dropbox-lnx.x86_64-208.4.5824/PyQt5.QtDBus.so'
Pinned Comments
yan12125 commented on 2019-01-05 16:39 (UTC) (edited on 2019-02-27 08:11 (UTC) by yan12125)
Run the following command in case you got errors during "Verifying source file signatures with gpg..."
Alternatively, you can download Dropbox's public key from https://linux.dropbox.com/fedora/rpm-public-key.asc and import it with:
You can check whether keys are successfully imported or not using the output of
gpg -k
. You should find something like this:yan12125 commented on 2018-08-01 11:41 (UTC) (edited on 2020-01-24 15:13 (UTC) by yan12125)
If you can't run the dropbox@ service normally, try to create a read-only directory ~/.dropbox-dist and run again.
yan12125 commented on 2017-11-06 15:13 (UTC) (edited on 2019-03-18 03:50 (UTC) by yan12125)
Some useful places for issues about Dropbox itself (not the package):
https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016 Official Dropbox user feedback forum
Arch Linux discussion places: https://bbs.archlinux.org/, #archlinux on freenode.net, https://lists.archlinux.org/listinfo/aur-general