Package Details: capacity-tester 0.7c-2

Git Clone URL: https://aur.archlinux.org/capacity-tester.git (read-only, click to copy)
Package Base: capacity-tester
Description: A simple tool that attempts to determine if a drive is a fake or not.
Upstream URL: https://github.com/c0xc/CapacityTester
Keywords: drive fake flash usb
Licenses: GPL-3.0-only
Submitter: cyqsimon
Maintainer: cyqsimon
Last Packager: cyqsimon
Votes: 2
Popularity: 0.000000
First Submitted: 2022-08-01 10:39 (UTC)
Last Updated: 2025-11-29 14:56 (UTC)

Latest Comments

cyqsimon commented on 2025-11-29 14:44 (UTC)

@sfs namcap spits out the following warning:

capacity-tester E: GPL3 is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.
capacity-tester E: Dependency libusb detected and not included (libraries ['usr/lib/libusb-1.0.so.0'] needed in files ['usr/bin/capacity-tester'])
capacity-tester W: Dependency glibc detected and implicitly satisfied (libraries ['usr/lib/libc.so.6'] needed in files ['usr/bin/capacity-tester'])
capacity-tester W: Dependency systemd-libs detected and implicitly satisfied (libraries ['usr/lib/libudev.so.1'] needed in files ['usr/bin/capacity-tester'])
capacity-tester W: Dependency gcc-libs detected and implicitly satisfied (libraries ['usr/lib/libstdc++.so.6', 'usr/lib/libgcc_s.so.1'] needed in files ['usr/bin/capacity-tester'])

I'll fix both errors but I think the warnings are fine? udisks2 is a direct dependency of systemd-libs.

sfs commented on 2025-11-28 13:01 (UTC)

It is necessary to add udisks2 to the dependencies

BujuArena commented on 2025-10-19 06:13 (UTC)

Thanks. That fixed it.

cyqsimon commented on 2025-10-18 15:46 (UTC)

Thanks all. I've done a few things:

  1. Updated source checksum. Upstream seems to have retagged, which changed the checksum of the source tarball. Questionable thing to do obviously, but whatever.
  2. Added qt5-tools to makedepends. Thanks for reporting.
  3. Tried to build with qmake6, because I saw in CMakeLists.txt that it does mention QT6. Turns out v0.7c doesn't build just yet due to some API removal. So we will stay on QT5 for the moment.

BujuArena commented on 2025-10-17 05:32 (UTC)

I could only get this to work by adding "qt5-tools" to the makedepends array, setting the version to 0.7c, and setting the checksum to 'SKIP'. It doesn't build otherwise with the current PKGBUILD.

k0r0ng commented on 2024-02-10 17:32 (UTC) (edited on 2024-02-11 01:02 (UTC) by k0r0ng)

Failed to build:

/usr/bin/lrelease languages/capacitytester_pt_br.ts -qm .qm/capacitytester_pt_br.qm
make: /usr/bin/lrelease: No such file or directory
make: *** [Makefile:473: .qm/capacitytester_pt_br.qm] Error 127

Edit: fixed with add qt5-tools to makedepends array, build it in clean chroot.