I also get the same build error while building czkawka-gui
package: "czkawka": target does not exist
. Resetting pamac's build files doesn't help.
However, czkawka-gui-bin
builds ok, which is sufficient to use.
Git Clone URL: | https://aur.archlinux.org/czkawka.git (read-only, click to copy) |
---|---|
Package Base: | czkawka |
Description: | Multi functional app to find duplicates, empty folders, similar images etc. (Desktop App) |
Upstream URL: | https://github.com/qarmin/czkawka |
Licenses: | LicenseRef-MIT AND CC-BY-4.0 |
Submitter: | fabiscafe |
Maintainer: | fabiscafe |
Last Packager: | fabiscafe |
Votes: | 37 |
Popularity: | 0.74 |
First Submitted: | 2021-08-09 09:49 (UTC) |
Last Updated: | 2024-10-13 11:20 (UTC) |
« First ‹ Previous 1 2 3 4
I also get the same build error while building czkawka-gui
package: "czkawka": target does not exist
. Resetting pamac's build files doesn't help.
However, czkawka-gui-bin
builds ok, which is sufficient to use.
@fabiscafe thank you, you were right. all good after building in clean chroot!
@jose1711 that's on your end - try to build in a clean chroot https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot#Classic_way
received an error during build:
error[E0277]: `[&OsStr; 7]` is not an iterator
--> /home/jose/.cargo/registry/src/github.com-1ecc6299db9ec823/ffmpeg_cmdline_utils-0.1.0/src/ffmpeg_ops.rs:134:21
|
134 | args.extend([
| _____________________^
135 | | OsStr::new("-pix_fmt"), OsStr::new("rgb24"),
136 | | OsStr::new("-c:v"), OsStr::new("rawvideo"),
137 | | OsStr::new("-f"), OsStr::new("image2pipe"),
138 | | OsStr::new("-")
139 | | ]);
| |_________^ expected an implementor of trait `IntoIterator`
@fabiscafe yes you’re right. It was on my side. Resetting the Build-Files solved the problem.
Thanks!!
@birnenwerfer try to clone again. If the PKGBUILD is missing, that's on your side.
Error while updating to new version (4.0.0-1) on 20th January 2022:
Erstelle czkawka... ==> FEHLER: PKGBUILD existiert nicht.
Translation to Englisch: ==> ERROR: PKGBUILD doesn't exist.
Upgrading to 3.3.1
actually upgrades to 3.3.0
. Did you perhaps forget to bump the version somewhere?
Edit: oh nevermind. Something went wrong with my build cache. Everything was fine after clearing cache and rebuilding.
Pinned Comments
fabiscafe commented on 2023-06-11 14:41 (UTC) (edited on 2024-02-21 16:45 (UTC) by fabiscafe)
Key Import
This PKGBUILD uses signed commits. If not done you need to import GitHubs (web-flow) public pgp key.
Merge/Pull Requests
https://gitlab.archlinux.org/fabiscafe/czkawka_aur
Known issues
Build takes a long time for --release builds: https://github.com/rust-lang/rust/issues/121354