Package Details: duc 1.4.5-1

Git Clone URL: https://aur.archlinux.org/duc.git (read-only, click to copy)
Package Base: duc
Description: A library and suite of tools for inspecting disk usage.
Upstream URL: http://duc.zevv.nl/
Licenses: GPL2
Submitter: beest
Maintainer: dundee
Last Packager: dundee
Votes: 17
Popularity: 0.000334
First Submitted: 2015-06-07 14:27 (UTC)
Last Updated: 2022-09-01 18:48 (UTC)

Latest Comments

m040601 commented on 2022-09-04 22:23 (UTC)

Thanks for maintaining this extremely usefull PKGBUILD.

Please change the arch from,

arch=('i686' 'x86_64')

to something like,

arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')

I've been running it for months (?years) on Archlinux ARM in Raspberry Pi's and Chromebooks.
As a simple tool written in "C" with all its dependencies as official arch packages, it is multiplatform.

Debian also has it for many platforms, https://packages.debian.org/bullseye/duc

jeewangue commented on 2021-02-13 13:32 (UTC)

rcrath, I had the same problem and I found the dev's key from the hkps://hkps.pool.sks-keyservers.net. Here's the recv command

gpg --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys CACDA4B54202FA2F

Tio commented on 2020-10-31 19:13 (UTC)

Error:

  -> Found ncursesw.patch
==> Validating source files with sha512sums...
    duc-1.4.4.tar.gz ... Passed
    duc-1.4.4.tar.gz.asc ... Skipped
    ncursesw.patch ... Passed
==> Verifying source file signatures with gpg...
    duc-1.4.4.tar.gz ... FAILED (unknown public key CACDA4B54202FA2F)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build duc

rcrath commented on 2019-07-19 07:48 (UTC)

==> Verifying source file signatures with gpg... duc-1.4.4.tar.gz ... FAILED (unknown public key CACDA4B54202FA2F)

kroylar commented on 2019-05-16 19:22 (UTC)

zwastik, upgrade your pango to 1.43.0-2 if you haven't already. duc will then build.

zwastik commented on 2019-03-23 22:44 (UTC) (edited on 2019-03-23 22:45 (UTC) by zwastik)

/usr/bin/ld: src/libduc-graph/graph-cairo.o: undefined reference to symbol 'g_object_unref'

/usr/bin/ld: /usr/lib/libgobject-2.0.so.0: error adding symbols: DSO missing from command line

collect2: error: ld returned 1 exit status

make[1]: *** [Makefile:580: duc] Error 1

make[1]: Leaving directory '/home/user/.cache/aurman/duc/src/duc-1.4.4'

make: *** [Makefile:397: all] Error 2

==> ERROR: A failure occurred in build().

Aborting...

2019-03-23 19:43:13,217 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/user/.cache/aurman/duc

~~ the following packages are now orphans

:: extra/leveldb

NicoHood commented on 2016-12-28 11:16 (UTC)

gpg --recv-keys F042F5CDB0A6EC6ACB80A829CACDA4B54202FA2F Better to have multiple message digest than only md5. However sha512 should be sufficient.

anntzer commented on 2016-12-28 11:13 (UTC)

Signature checking is failing despite the presence of validpgpkeys: ==> Verifying source file signatures with gpg... duc-1.4.2.tar.gz ... FAILED (unknown public key CACDA4B54202FA2F) ==> ERROR: One or more PGP signatures could not be verified! (as a side note providing checksums in md5, sha1, sha256 and sha512 seems a bit overkill too)