Package Details: zile 2.6.2-3

Git Clone URL: https://aur.archlinux.org/zile.git (read-only, click to copy)
Package Base: zile
Description: A small, fast, and powerful Emacs clone
Upstream URL: https://www.gnu.org/software/zile/
Licenses: GPL3
Submitter: arojas
Maintainer: SweetDee
Last Packager: SweetDee
Votes: 3
Popularity: 0.57
First Submitted: 2023-04-01 17:59 (UTC)
Last Updated: 2025-01-03 18:37 (UTC)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2025-01-30 17:44 (UTC)

Please use spdx license identifier.

simona commented on 2025-01-19 08:59 (UTC)

tnx

SweetDee commented on 2025-01-19 04:11 (UTC)

I believe the second key can be got by ID from hkps://keyserver.ubuntu.com

simona commented on 2025-01-17 22:45 (UTC)

:: PGP keys need importing:
-> 92978852A62FA5E285B2A17468089F7380EE4A00, required by: zile
-> 24093F016FFE8602EF449BB84C8EF3DA3FD37230, required by: zile
:: Importing keys with gpg...
gpg: chiave 4C8EF3DA3FD37230: no USER ID
gpg: chiave 68089F7380EE4A00: no USER ID
gpg: Number total examined: 2
-> problem importing keys

simona commented on 2025-01-17 22:44 (UTC)

gpg: error reading key: no public key

simona commented on 2025-01-03 19:28 (UTC)

key 92978852A62FA5E285B2A17468089F7380EE4A00 and 24093F016FFE8602EF449BB84C8EF3DA3FD37230 missing

micwoj92 commented on 2025-01-03 18:28 (UTC)

Pleese move old maintainer to contributor section instead of removing it.

wilfred commented on 2025-01-03 16:13 (UTC)

Build is currently failing. Looks like it needs to allow incompatible-pointer-types due to a pointer now being const.

src/eval.vala: In function 'minibuf_read_function_name':
src/eval.vala:87:39: error: passing argument 2 of 'g_hash_table_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
   87 |         LispFunc.table.@foreach ((name, f) => {
      |                                       ^~~~~~~~~           
      |                                       |
      |                                       void (*)(const void *, const void *, void *)
In file included from /usr/include/glib-2.0/glib.h:52:
/usr/include/glib-2.0/glib/ghash.h:114:61: note: expected 'GHFunc' {aka 'void (*)(void *, void *, void *)'} but argument is of type 'void (*)(const void *, const void *, void *)'
  114 |                                             GHFunc          func,
      |                                             ~~~~~~~~~~~~~~~~^~~~
make[2]: *** [Makefile:1904: src/eval.o] Error 1

malch commented on 2024-08-14 14:00 (UTC)

Thanks. Built okay with -fpermissive added to CFLAGS.

micwoj92 commented on 2024-08-13 17:53 (UTC) (edited on 2024-08-13 17:53 (UTC) by micwoj92)

This isn't due to glib2, but due to gcc14. Previously on gcc13 it was just a warning.