makepkg doesnot seem to install dependencies.
:: makepkg --syncdeps --skippgpcheck --install ==> Making package: drawing-git 1.0.2.r254.g00ea1587-1 (Wed 22 Nov 2023 01:52:51 PM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating drawing git repo... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... drawing ... Skipped ==> Extracting sources... -> Creating working copy of drawing git repo... Switched to a new branch 'makepkg' ==> Starting pkgver()... ==> Removing existing $pkgdir/ directory... ==> Starting build()... + exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=true -D b_pie=true -D python.bytecompile=1 drawing build The Meson build system Version: 1.3.0 Source dir: /opt/src/aur/drawing/src/drawing Build dir: /opt/src/aur/drawing/src/build Build type: native build Project name: drawing Project version: 1.2.0-dev Host machine cpu family: x86_64 Host machine cpu: x86_64 Program msgfmt found: YES (/usr/bin/msgfmt) Program desktop-file-validate found: YES (/usr/bin/desktop-file-validate) Program appstreamcli found: NO Program glib-compile-schemas found: YES (/usr/bin/glib-compile-schemas) Message: Making a list of icons Did not find pkg-config by name 'pkg-config' Found pkg-config: NO WARNING: Could not detect glib version, assuming 2.54. You may get build errors if your glib is older. Did not find CMake 'cmake' Found CMake: NO Build-time dependency gio-2.0 found: NO (tried pkgconfig and cmake) Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources) drawing/src/meson.build:12: WARNING: Project targets '>= 0.50' but uses feature deprecated since '0.48.0': module python3. Configuring drawing using configuration Program msginit found: YES (/usr/bin/msginit) Program msgmerge found: YES (/usr/bin/msgmerge) Program xgettext found: YES (/usr/bin/xgettext) Program itstool found: NO
Pinned Comments
fisch02 commented on 2020-10-07 12:11 (UTC)
Currently check() will fail. Build with "makepkg --nocheck" until fixed upstream.