Search Criteria
Package Details: btdu 0.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/btdu.git (read-only, click to copy) |
---|---|
Package Base: | btdu |
Description: | sampling disk usage profiler for btrfs |
Upstream URL: | https://github.com/CyberShadow/btdu |
Licenses: | GPL2 |
Submitter: | CyberShadow |
Maintainer: | CyberShadow |
Last Packager: | CyberShadow |
Votes: | 27 |
Popularity: | 0.171599 |
First Submitted: | 2020-11-08 09:28 (UTC) |
Last Updated: | 2025-01-01 14:19 (UTC) |
Dependencies (5)
- d-runtime (liblphobos-gitAUR, libgphobos-gitAUR, liblphobos, libphobos)
- ncurses (ncurses-gitAUR)
- d-compiler (ldc-gitAUR, gdc-staticAUR, gdc-gitAUR, dmd, ldc) (make)
- dtools (make)
- dub (dub-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
melonion commented on 2025-06-06 18:38 (UTC)
Same issue, almost gave up until seeing the message, restricting the dependency to ldc only could be a workaround in the meantime
patrakov commented on 2025-04-21 02:14 (UTC)
I started compiling it yesterday through pikaur, and the compilation process is still running. dmd eats 100% of one CPU core.
Could you please figure out what's wrong?
P.S. With ldc instead of dmd, it compiles quickly.
CyberShadow commented on 2024-02-26 12:25 (UTC)
Well, what I need to do is finish working on and then tag the next version of btdu, but nothing regarding the dependencies specifically.
CyberShadow commented on 2024-02-26 12:21 (UTC)
Your observation is correct. No action is needed.
C0rn3j commented on 2024-02-26 12:00 (UTC) (edited on 2024-02-26 12:01 (UTC) by C0rn3j)
the source libraries are out of date in both upstream https://github.com/CyberShadow/btdu/blob/master/dub.selections.json (which may be intended) but more importantly also in the PKGBUILD against upstream.
CyberShadow commented on 2023-08-11 09:32 (UTC)
Thanks for the report, it's a breaking change in the latest compiler version. The fix will be in the next btdu release (and possibly the next compiler patch release will downgrade the error to a warning).
GeorgP commented on 2023-08-08 21:52 (UTC)
I am not sure what caused this, but recently this fails in
build()
:CyberShadow commented on 2023-06-20 13:19 (UTC)
@xiota I think I solved the problem from the library side, so the next version of btdu will not have this issue.
CyberShadow commented on 2023-06-17 05:11 (UTC)
No, that happens in the kernel.
Yes, but that code is in libraries and isn't being used.
I don't think so without tying it to a specific toolchain. Right now it depends on
d-compiler
which can be satisfied by three packages.xiota commented on 2023-06-16 19:22 (UTC) (edited on 2023-06-16 19:24 (UTC) by xiota)
@CyberShadow Is
zlib
also not needed for btrfs compression?grep -Rn zlib
insrc
returns lots of results.Is it possible to adjust the PKGBUILD to enable/force garbage collection?
1 2 3 Next › Last »