Needed to run paru -Ssc
to get passed the ==> ERROR: One or more files did not pass the validity check!
error
Search Criteria
Package Details: backblaze-b2-bin 4.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/backblaze-b2-bin.git (read-only, click to copy) |
---|---|
Package Base: | backblaze-b2-bin |
Description: | Backblaze B2 Command Line Client |
Upstream URL: | https://github.com/Backblaze/B2_Command_Line_Tool |
Keywords: | b2 backblaze backup cloud storage |
Licenses: | MIT |
Conflicts: | backblaze-b2 |
Provides: | backblaze-b2 |
Submitter: | chrisx8 |
Maintainer: | Amolith |
Last Packager: | Amolith |
Votes: | 4 |
Popularity: | 0.007938 |
First Submitted: | 2021-11-04 15:55 (UTC) |
Last Updated: | 2024-08-08 02:58 (UTC) |
Latest Comments
combat commented on 2024-08-18 17:28 (UTC)
arichiardi commented on 2024-07-18 17:07 (UTC)
Does anybody here see this error?
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.12/json/__init__.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
eightball commented on 2024-05-20 13:48 (UTC)
@ExBhal - It appears the correct SHA is the one in the PKGBUILD. Your build files might be out of date (mine were and I was encountering a bad checksum, too)
ExBhal commented on 2024-05-09 14:49 (UTC) (edited on 2024-05-09 14:50 (UTC) by ExBhal)
The checksum is wrong in the PKGBUILD. It should be:
b2sums=('c5038fbceb1bdf735ff7fcc1e6f987732973ac848b58a5e6b32b8c62e16f28a0b147954c095e65cc8a5e927ae740b1e554cbf4a8a6a49f8c32908f32ea487b73')
lynix commented on 2024-04-29 11:05 (UTC)
Currently doesn't build for me:
==> Making package: backblaze-b2-bin 3.19.1-1 (Mon 29 Apr 2024 01:00:16 PM CEST)
==> Retrieving sources...
-> Downloading b2-linux...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 29.2M 100 29.2M 0 0 23.7M 0 0:00:01 0:00:01 --:--:-- 55.3M
==> Validating source files with b2sums...
b2-linux ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'backblaze-b2-bin-3.19.1-1':
error: packages failed to build: backblaze-b2-bin-3.19.1-1
Amolith commented on 2024-03-14 15:06 (UTC) (edited on 2024-03-14 15:06 (UTC) by Amolith)
@jcf I changed the installation directory so it should work now. /usr/bin/b2
is provided by the boost
package in extra, so I named this binary bbb2
to avoid the conflict.
jcf commented on 2024-03-14 12:23 (UTC)
This package installs the B2 executable into /usr/local/bin. From the Arch Linux wiki:
A lot of software installs files relative to the /usr/local directory, which should only be done if you are manually building from source.
I don't have that directory in my PATH so this didn't work out of the box for me.
Amolith commented on 2023-12-01 18:10 (UTC)
Hm I don't know why you would be getting that. I just uninstalled it, cleared my cache, cleaned the package repo dir, then re-installed with makepkg with no issue.
gregdan3 commented on 2023-12-01 14:06 (UTC)
==> Making package: backblaze-b2-bin 3.11.0-1 (Fri 01 Dec 2023 08:05:46 AM CST)
==> Retrieving sources...
-> Found b2-linux
==> Validating source_x86_64 files with sha256sums...
b2-linux ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'backblaze-b2-bin-3.11.0-1':
error: packages failed to build: backblaze-b2-bin-3.11.0-1
Haven't looked into it beyond this error, but the hash for b2-linux
seems invalid.
Pinned Comments
Amolith commented on 2024-03-14 15:06 (UTC) (edited on 2024-03-14 15:06 (UTC) by Amolith)
@jcf I changed the installation directory so it should work now.
/usr/bin/b2
is provided by theboost
package in extra, so I named this binarybbb2
to avoid the conflict.