Admin message

Due to an influx of spam, we had to disable account registrations. If you don't have an account yet, please write an email to support@manjaro.org, with your desired username. Sorry for the inconvenience.

This project is archived. Its data is read-only. This project is read-only.
[Archlinux] Pamac 7.3.4 cannot be built with vala 0.42.5 : /src/alpm_utils.vala:102.3-102.18: error: The type name `AURPackageStruct' could not be found
Hello. I noticed pamac cannot be built with vala 0.42.5. It breaks quickly. Here is the beginning of the error log: ``` [8/70] Compiling Vala source ../src/co..._utils.vala ../src/system_daemon.vala. FAILED: src/25a6634@@pamac-system-daemon@exe/common_daemon.c src/25a6634@@pamac-system-daemon@exe/pamac_config.c src/25a6634@@pamac-system-daemon@exe/alpm_config.c src/25a6634@@pamac-system-daemon@exe/alpm_utils.c src/25a6634@@pamac-system-daemon@exe/system_daemon.c valac -C --debug --debug --pkg appstream-glib --pkg libcurl --pkg polkit-gobject-1 --pkg libsoup-2.4 --pkg json-glib-1.0 --pkg posix --pkg gio-2.0 --pkg libalpm --pkg gobject-2.0 --color=always --directory src/25a6634@@pamac-system-daemon@exe --basedir ../src --pkg=posix --target-glib=2.38 --vapidir=/home/fred/pamac-aur-git/src/pamac/vapi --thread ../src/common_daemon.vala ../src/pamac_config.vala ../src/alpm_config.vala ../src/alpm_utils.vala ../src/system_daemon.vala ../src/alpm_utils.vala:102.3-102.18: error: The type name `AURPackageStruct' could not be found AURPackageStruct[] to_build_pkgs; ``` Full changelog is attached.[vala-pamac-error.log](/uploads/1a6fbb1f1c04b4675583bc253f531592/vala-pamac-error.log) Vala 0.42.5 was released on January 22nd, 2019: https://wiki.gnome.org/Projects/Vala
issue