Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2013 12:42:47 GMT
From:      Piotr Kubaj <pkubaj@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176879: Abiword, Gnumeric, Shotwell  and Equinox engine don't compile
Message-ID:  <201303121242.r2CCglPN068008@red.freebsd.org>
Resent-Message-ID: <201303121250.r2CCo0RJ088066@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176879
>Category:       ports
>Synopsis:       Abiword, Gnumeric, Shotwell  and Equinox engine don't compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 12 12:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Piotr Kubaj
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD DESKTOP1 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r247765: Mon Mar  4 07:23:39 CET 2013     root@DESKTOP1:/usr/obj/usr/src/sys/DESKTOP1  amd64
>Description:
After update of pcre, pcre_info function was removed. Goffice compiled with new pcre causes compilation of Gnumeric and Abiword to fail.

Also, after update of glib, gtk-equinox-engine also fails to compile with following error: 
/usr/local/include/glib-2.0/glib/gtimer.h:28:2: error: "Only <glib.h> can be included directly."

After the same update, Shotwell compilation fails because of using the now deprecated GTK 2.0.
>How-To-Repeat:
portmaster editors/abiword math/gnumeric graphics/shotwell x11-themes/gtk-equinox-engine
>Fix:
For Abiword and Gnumeric: http://trac.macports.org/browser/trunk/dports/gnome/goffice/files/patch-goffice-utils-regutf8.c.diff?rev=94133

For Equinox engine:
--- /usr/ports/x11-themes/gtk-equinox-engine/work/equinox-1.50/src/animation.c   2013-03-12 13:40:06.837559287 +0100
+++ /usr/ports/x11-themes/gtk-equinox-engine/work/equinox-1.50/src/animation.c.orig      2013-03-12 13:39:39.726562012 +0100
@@ -7,7 +7,7 @@
 #include "animation.h"
 
 #ifdef HAVE_ANIMATION
-#include <glib.h>
+#include <glib/gtimer.h>
 
 struct _AnimationInfo {
        GTimer *timer;

I don't have a fix for Shotwell.

>Release-Note:
>Audit-Trail:
>Unformatted:



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