From gugod@gugod.ath.cx  Tue Apr 17 01:42:14 2001
Return-Path: <gugod@gugod.ath.cx>
Received: from gugod.ath.cx (dhcp10.csie.ntu.edu.tw [140.112.31.121])
	by hub.freebsd.org (Postfix) with ESMTP id A0A0637B43F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Apr 2001 01:41:39 -0700 (PDT)
	(envelope-from gugod@gugod.ath.cx)
Received: (from gugod@localhost)
	by gugod.ath.cx (8.11.3/8.11.3) id f3H87jA15811;
	Tue, 17 Apr 2001 16:07:45 +0800 (CST)
	(envelope-from gugod)
Message-Id: <200104170807.f3H87jA15811@gugod.ath.cx>
Date: Tue, 17 Apr 2001 16:07:45 +0800 (CST)
From: gugod@gugod.ath.cx
Reply-To: gugod@gugod.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: gugod@gugod.ath.cx
Subject: editor/abiword installation problem
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         26639
>Category:       ports
>Synopsis:       AbiWord 0.7.13 's libole2 conflict witn devel/libole2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 17 01:50:00 PDT 2001
>Closed-Date:    Sat May 19 08:46:36 PDT 2001
>Last-Modified:  Sat May 19 08:48:12 PDT 2001
>Originator:     Kang-min Liu
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
National Taiwan Univ. CSIE Dep.
>Environment:
System: FreeBSD gugod.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Mar 30 09:21:05 CST 2001 root@gugod.ath.cx:/usr/obj/usr/src/sys/X20 i386

>Description:


The editor/abiword (Abiword 0.7.13) has an installation problem.
In the file work/wv/libole2/ms-ole.c , there is 

#include <libole2/ms-ole.h>

in it. In the Makefile, '/usr/local/include' is the first include
path.  But /usr/local/include/libole2 will exist if
'ports/devel/libole2 is' installed, which cause compilation failed.


>How-To-Repeat:
	install ports/devel/libole2 first. Then make install
	ports/editor/AbiWord
>Fix:
pkg_delete libole2 first befor install AbiWord
or apply this patch to work/wv/lilbole2/ms-ole.c


--- ms-ole.c.orig       Fri Jan 26 00:52:17 2001
+++ ms-ole.c    Tue Apr 17 16:00:02 2001
@@ -36,7 +36,7 @@
 #include <glib.h>
 #include <string.h>
 
-#include <libole2/ms-ole.h>
+#include <ms-ole.h>
 
 #ifdef HAVE_MMAP
 #include <sys/mman.h>



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->gnome 
Responsible-Changed-By: ijliao 
Responsible-Changed-When: Sat May 19 08:35:48 PDT 2001 
Responsible-Changed-Why:  
over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26639 
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Sat May 19 08:46:36 PDT 2001 
State-Changed-Why:  
Please update your ports and try again.  This particular problem 
has been worked around (look for files/patch-avoid-gnomeole2). Thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26639 
>Unformatted:
