Package Details: cambalache 0.92.0-3

Git Clone URL: https://aur.archlinux.org/cambalache.git (read-only, click to copy)
Package Base: cambalache
Description: A new RAD tool for Gtk 4 and 3
Upstream URL: https://gitlab.gnome.org/jpu/cambalache
Licenses: LGPL-2.1-only
Submitter: dusansimic
Maintainer: DodoGTA
Last Packager: DodoGTA
Votes: 11
Popularity: 0.007768
First Submitted: 2021-08-26 07:14 (UTC)
Last Updated: 2024-10-06 06:42 (UTC)

Latest Comments

1 2 Next › Last »

miffe commented on 2024-10-06 04:57 (UTC)

==> Starting prepare()...
Download casilda...
  -> Git program not found, cannot download casilda.wrap via git.
WARNING: Please check logs above as command failed in some subprojects which     could have been left in conflict state: casilda
==> ERROR: A failure occurred in prepare().
    Aborting...

Looks like it needs git in makedepends.

jakedane commented on 2024-10-05 17:16 (UTC)

It needs wayland-protocols in makedepends:

Run-time dependency casilda-0.1 found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency casilda-0.1

Executing subproject casilda

casilda| Project name: casilda
casilda| Project version: 0.2.0
casilda| C compiler for the host machine: cc (gcc 14.2.1 "cc (GCC) 14.2.1 20240910")
casilda| C linker for the host machine: cc ld.bfd 2.43.0
casilda| Run-time dependency epoxy found: YES 1.5.10
casilda| Dependency gtk4 found: YES 4.16.3 (cached)
casilda| Run-time dependency pixman-1 found: YES 0.43.4
casilda| Run-time dependency wayland-protocols found: NO (tried pkgconfig and cmake)
casilda| Looking for a fallback subproject for the dependency wayland-protocols

cambalache-0.92.0/subprojects/casilda/meson.build:19:25: ERROR: Neither a subproject directory nor a wayland-protocols.wrap file was found.

A full log can be found at /tmp/scratch/cambalache/src/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...

miffe commented on 2024-05-12 17:41 (UTC)

Program /usr/bin/g-ir-scanner found: NO

cambalache-0.90.2/cambalache/private/meson.build:20:8: ERROR: Dependency 'gobject-introspection-1.0' tool variable 'g_ir_scanner' contains erroneous value: '/usr/bin/g-ir-scanner'

Needs gobject-introspection in makedepends.

nilsw commented on 2023-11-02 11:50 (UTC) (edited on 2023-11-02 12:20 (UTC) by nilsw)

building this package dumps a lot of errors like

Running custom install script '/home/nils/.cache/yay/cambalache/src/cambalache-0.16.0/postinstall.py /usr/lib/python3.11/site-packages/' 
Listing '/usr/lib/python3.11/site-packages/'...
Listing '/usr/lib/python3.11/site-packages/Automat-22.10.0-py3.11.egg-info'...
Listing '/usr/lib/python3.11/site-packages/Brotli-1.1.0.dist-info'...
Listing '/usr/lib/python3.11/site-packages/Crypto'...
Listing '/usr/lib/python3.11/site-packages/Crypto/Cipher'...
Compiling '/usr/lib/python3.11/site-packages/Crypto/Cipher/AES.py'...
*** PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.11/site-packages/Crypto/Cipher/__pycache__/AES.cpython-311.pyc.139890174181168'
Compiling '/usr/lib/python3.11/site-packages/Crypto/Cipher/ARC2.py'...
*** PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.11/site-packages/Crypto/Cipher/__pycache__/ARC2.cpython-311.pyc.139890174239936'

it seems that (meson is calling postinstall.py which is trying to compile all Python files in prefix.

Reported to upstream, too: #196.

raininja commented on 2023-10-06 00:35 (UTC)

https://blogs.gnome.org/xjuan/2023/09/28/cambalache-0-16-0-released/

Rippanda12 commented on 2023-09-21 18:33 (UTC) (edited on 2023-09-21 18:33 (UTC) by Rippanda12)

add aarch64 armv7h to the arch= package section please

Salamandar commented on 2023-01-23 20:03 (UTC)

Same as @Fazer here. Cambalache-git fails too.

Fazer commented on 2022-08-14 10:54 (UTC) (edited on 2022-08-14 11:02 (UTC) by Fazer)

The installation in Manjaro fails with:

Message: Python module Adw found: NO
cambalache-0.10.3/meson.build:70:0: ERROR: Assert failed: One or more required modules where not found

simonzack commented on 2022-08-07 17:09 (UTC)

You forgot to update checksums for cambalache 0.10.3-1.

dusansimic commented on 2022-08-07 11:10 (UTC)

@andris shouldn't it be pulled as a transitive dependency via python-gobject? (gobject-introspection-runtime)