Package Details: ganv-git 1.8.2.r27.ga59bd3b-1

Git Clone URL: https://aur.archlinux.org/ganv-git.git (read-only, click to copy)
Package Base: ganv-git
Description: An interactive Gtkmm canvas widget for graph-based interfaces (git version)
Upstream URL: https://gitlab.com/drobilla/ganv
Licenses: GPL-3.0-or-later
Conflicts: ganv
Provides: ganv, libganv-1.so
Submitter: VirtualTam
Maintainer: SpotlightKid
Last Packager: SpotlightKid
Votes: 1
Popularity: 0.000000
First Submitted: 2016-03-25 18:56 (UTC)
Last Updated: 2025-06-16 16:33 (UTC)

Required by (3)

Sources (1)

Latest Comments

SpotlightKid commented on 2026-09-05 19:24 (UTC)

@dreieck: I can't reproduce the error. The package builds ok here.

Unfortunately the output you posted doesn't really say why the g-ir-scanner command failed.

You seem to have non-default CFLAGS, though, e.g. -march=native -mtune=native. Maybe try again with a default /etc/makepkg.conf?

dreieck commented on 2026-09-05 11:22 (UTC)

Build fails for me:

[...]
[17/18] Generating Ganv-1.0.gir with a custom command (wrapped by meson to set env)
FAILED: [code=139] Ganv-1.0.gir 
env PKG_CONFIG_PATH=/var/cache/makepkg/build/ganv-git/src/ganv-build/meson-uninstalled PKG_CONFIG=/usr/bin/pkg-config CC=cc 'CFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -march=native -mtune=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -fstack-clash-protection -fcf-protection -flto=auto' /usr/bin/g-ir-scanner --quiet --no-libtool --namespace=Ganv --nsversion=1.0 --warn-all --output Ganv-1.0.gir --c-include=ganv.h --quiet -lstdc++ -I/var/cache/makepkg/build/ganv-git/src/ganv/ -I/var/cache/makepkg/build/ganv-git/src/ganv-build/ -I/var/cache/makepkg/build/ganv-git/src/ganv/include -I/var/cache/makepkg/build/ganv-git/src/ganv-build/include --filelist=/var/cache/makepkg/build/ganv-git/src/ganv-build/libganv-1.so.1.8.3.p/Ganv_1.0_gir_filelist --include=GObject-2.0 --include=Gdk-2.0 --include=Gtk-2.0 --cflags-begin -DHAVE_AGRAPH -DGANV_FDGL -I/var/cache/makepkg/build/ganv-git/src/ganv/include -I/var/cache/makepkg/build/ganv-git/src/ganv-build/include -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 --cflags-end --add-include-path=/usr/share/gir-1.0 -L/var/cache/makepkg/build/ganv-git/src/ganv-build/ --extra-library=ganv-1 -L/var/cache/makepkg/build/ganv-git/src/ganv-build/ --library ganv-1 --extra-library=gtk-x11-2.0 --extra-library=gdk-x11-2.0 --extra-library=pangocairo-1.0 --extra-library=atk-1.0 --extra-library=gdk_pixbuf-2.0 --extra-library=pangoft2-1.0 --extra-library=pango-1.0 --extra-library=gio-2.0 --extra-library=fribidi --extra-library=cairo --extra-library=fontconfig --extra-library=harfbuzz --extra-library=freetype --extra-library=gobject-2.0 --extra-library=glib-2.0 --extra-library=gtkmm-2.4 --extra-library=atkmm-1.6 --extra-library=gdkmm-2.4 --extra-library=giomm-2.4 --extra-library=pangomm-1.4 --extra-library=glibmm-2.4 --extra-library=cairomm-1.0 --extra-library=sigc-2.0 --extra-library=gvc --extra-library=cgraph --extra-library=cdt --extra-library=m --extra-library=girepository-1.0 --sources-top-dirs /var/cache/makepkg/build/ganv-git/src/ganv/ --sources-top-dirs /var/cache/makepkg/build/ganv-git/src/ganv-build/ --warn-error
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: ganv-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
ganv-git - exit status 4

Regards!

simona commented on 2025-06-16 16:43 (UTC)

now ok. thx.

simona commented on 2025-06-16 12:38 (UTC)

sed: impossibile leggere wscript: File o directory non esistente

SpotlightKid commented on 2020-04-16 11:12 (UTC)

@milk; thanks, fixed! Also switches project and sources URLs to HTTPS, so rebuilding requires a clean srcdir.

milkii commented on 2020-04-15 21:58 (UTC)

install' finished successfully (0.130s)
install: creating directory '/home/aurbuild/src/ganv-git/pkg/ganv-git/usr/share'
install: creating directory '/home/aurbuild/src/ganv-git/pkg/ganv-git/usr/share/doc'
install: creating directory '/home/aurbuild/src/ganv-git/pkg/ganv-git/usr/share/doc/ganv-git'
'AUTHORS' -> '/home/aurbuild/src/ganv-git/pkg/ganv-git/usr/share/doc/ganv-it/AUTHORS'
'NEWS' -> '/home/aurbuild/src/ganv-git/pkg/ganv-git/usr/share/doc/ganv-git/NEWS'
install: cannot stat 'README': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

VirtualTam commented on 2018-02-06 12:46 (UTC)

@milkmiruku Sure, I'll update the PKGBUILD over the weekend

milkii commented on 2018-01-25 01:46 (UTC)

can pkgver() { } be changed to

  # Git, no tags available
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"

as just the commit sha breaks update ordering for some AUR helpers (in my instance, trizen)