Package Details: entangle 3.0-3

Git Clone URL: https://aur.archlinux.org/entangle.git (read-only, click to copy)
Package Base: entangle
Description: GTK graphical interface for tethered photography with digital cameras powered by libgphoto2
Upstream URL: https://gitlab.com/entangle/entangle
Licenses: GPL-3.0-or-later
Submitter: qwertzdenek
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 50
Popularity: 0.52
First Submitted: 2011-12-15 16:54 (UTC)
Last Updated: 2025-05-02 08:43 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

FabioLolix commented on 2025-05-03 09:59 (UTC) (edited on 2025-06-17 20:57 (UTC) by FabioLolix)

==> ERROR: entangle is not available for the 'aarch64' architecture. -> error downloading sources: /home/.../.cache/yay/entangle context: exit status 12

I'm a total newb so likely entirely unsure what's happening except that it's not working.

that was happening because you are on ARM 64 bit but the architecture was missing in arch=()

54795d275a93e94331a614c8712740fcedbdd4f0.patch ... FAILED ==> ERROR: One or more files did not pass the validity check! 
The patch failed to pass the validity check.

github sometimes change the git index length value which result in this fails, saved the patch so it don't change again

Missing dependency to glib2-devel

Made the change last year but forgot to push here, sorry, if you see that I don't push an update after 2 weeks flag OOD the pkgbuild, I receive too much comments to remember everything

Program pod2man found: NO

meson.build:13:10: ERROR: Program 'pod2man' not found or not executable

pod2man is part of perl (a core package)

$ which pod2man
/usr/bin/core_perl/pod2man
[fabio@archlinux ~]$ pod2man -h
Usage:
    pod2man [--center=string] [--date=string] [--encoding=encoding]
    [--errors=style] [--fixed=font] [--fixedbold=font] [--fixeditalic=font]

Do you have /usr/bin/core_perl in PATH ?

$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl

zimbi commented on 2025-05-03 06:42 (UTC)

I'm getting a missing dependency for pod2man

Program pod2man found: NO

meson.build:13:10: ERROR: Program 'pod2man' not found or not executable

lexxrexx commented on 2025-05-02 14:38 (UTC)

Wow that did it! Thank you so much! :*)

FabioLolix commented on 2025-05-02 08:44 (UTC)

Try again I have fixed some things

lexxrexx commented on 2025-05-02 08:10 (UTC)

Tried installing and got error:

==> ERROR: entangle is not available for the 'aarch64' architecture. -> error downloading sources: /home/.../.cache/yay/entangle context: exit status 12

I'm a total newb so likely entirely unsure what's happening except that it's not working.

ukdave commented on 2025-02-07 14:07 (UTC)

Tried to install today and got this

:: (1/1) Parsing SRCINFO: entangle ==> Making package: entangle 3.0-2 (Fri 07 Feb 2025 14:06:09 GMT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found entangle-3.0.tar.xz -> Found 54795d275a93e94331a614c8712740fcedbdd4f0.patch ==> Validating source files with sha256sums... entangle-3.0.tar.xz ... Passed 54795d275a93e94331a614c8712740fcedbdd4f0.patch ... FAILED ==> ERROR: One or more files did not pass the validity check! -> error making: entangle-exit status 1 -> Failed to install the following packages. Manual intervention is required:

Geoffroy commented on 2024-07-03 07:07 (UTC)

Missing dependency to glib2-devel, otherwise the build system shows:

Program /usr/bin/glib-mkenums found: NO

src/backend/meson.build:72:39: ERROR: Dependency 'glib-2.0' tool variable 'glib_mkenums' contains erroneous value: '/usr/bin/glib-mkenums'

This is a distributor issue -- please report it to your glib-2.0 provider.

Davidyz commented on 2024-01-25 15:54 (UTC)

The patch failed to pass the validity check.

==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    entangle-3.0.tar.xz ... Passed
    54795d275a93e94331a614c8712740fcedbdd4f0.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/davidyz/.cache/yay/entangle
         context: exit status 1

FabioLolix commented on 2022-05-01 10:06 (UTC)

@hertog libraw is correctly listed as dependency

hertog commented on 2022-05-01 09:53 (UTC)

I was having some issues with building this package causing the following error:

meson.build:53:0: ERROR: C shared or static library 'raw_r' not found

because libraw is missing as dependency.