maintainer-feedback requested: [Bug 201970] graphics/eom: fails to build in presence of gobject-introspection

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 29 14:39:25 UTC 2015


Dmitry Marakasov <amdmi3 at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gnome at FreeBSD.org:
Bug 201970: graphics/eom: fails to build in presence of gobject-introspection
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201970



--- Description ---
eom automatically detects presence of gobject-introspection and if it's
present, enables it and fails to build:

---
  CCLD	   eom
  GISCAN   Eom-1.0.gir
uta.c:44: Error: Eom: identifier not found on the first line:
 * eom_uta_new: Allocate a new uta.
   ^
uta.c:72: Error: Eom: identifier not found on the first line:
 * eom_uta_free: Free a uta.
   ^
uta.c:86: Error: Eom: identifier not found on the first line:
 * eom_irect_intersect: Find intersection of two integer rectangles.
   ^
uta.c:102: Error: Eom: identifier not found on the first line:
 * eom_irect_empty: Determine whether integer rectangle is empty.
   ^
uta.c:113: Error: Eom: identifier not found on the first line:
 * eom_uta_from_irect: Generate uta covering a rectangle.
   ^
---

full log: https://people.freebsd.org/~amdmi3/eom-introspection.log

Either this should be fixed (gobject-introspection updated to new version? eom
code fixed?) or introspection should be forcibly disabled by adding
--enable-introspection=no to CONFIGURE_ARGS.


More information about the freebsd-gnome mailing list