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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201970

            Bug ID: 201970
           Summary: graphics/eom: fails to build in presence of
                    gobject-introspection
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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