Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2015 14:39:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 201970] graphics/eom: fails to build in presence of gobject-introspection
Message-ID:  <bug-201970-6497-kRyAUJGO6f@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201970-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201970-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Dmitry Marakasov <amdmi3@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@FreeBSD.o=
rg:
Bug 201970: graphics/eom: fails to build in presence of gobject-introspecti=
on
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201970



--- 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=3Dno to CONFIGURE_ARGS.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201970-6497-kRyAUJGO6f>