New comment by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/issues/48753#issuecomment-1947957741 Comment: @LinArcX `planify` is broken on `*-musl` ``` bash # Template file for 'planify' pkgname=planify version=4.4 revision=1 build_style=meson hostmakedepends="desktop-file-utils gettext glib-devel gtk-update-icon-cache pkg-config vala" makedepends="evolution-data-server-devel granite7-devel gtksourceview5-devel libadwaita-devel libportal-gtk4-devel libwebkitgtk60-devel" short_desc="Task manager with Todoist support designed for GNU/Linux" maintainer="linarcx " license="GPL-3.0-or-later" homepage="https://github.com/alainm23/planify" distfiles="https://github.com/alainm23/planify/archive/${version}.tar.gz" checksum=bb5625dcdd6e12994ac6dee2d35e695f7b70d78fa8d813bedd7f3325c85c8527 # x86_64-musl error: '_NL_TIME_FIRST_WEEKDAY' undeclared # armv6l-musl error: unknown type name '__gnuc_va_list' # aarch-musl error: #error "Assumed value of MB_LEN_MAX wrong" if [ "$XBPS_TARGET_LIBC" = musl ]; then broken="multiple errors: unknown type name '__gnuc_va_list', etc." fi planner_package() { build_style=meta depends=planify short_desc+=" (transitional dummy package)" } ```