Bug 27377

Summary: (no subject)
Product: Ports & Packages Reporter: juha.o.ylitalo <juha.o.ylitalo>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description juha.o.ylitalo 2001-05-16 09:50:00 UTC
 Submitter-Id:	current-users
 Originator:	Juha Ylitalo
 Confidential:	no
 Synopsis:	AbiWord (0.7.13) port doesn't compile in FreeBSD 4.3 RELEASE
 Severity:	critical
 Priority:	medium
 Category:	ports
 Class:		sw-bug
 Release:	FreeBSD 4.3-RELEASE i386
 Environment:
 System: FreeBSD hedhcp21416.ntc.nokia.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Mon Apr 23 12:03:43 EEST 2001 root@jylitpc.ntc.nokia.com:/usr/obj/usr/src/sys/JYLITBSD i386
 gettext-0.10.35     GNU gettext package
 glib-1.2.10         Some useful routines of C programming
 gmake-3.79.1        GNU version of 'make' utility
 png-1.0.10          Library for manipulating PNG images
 unzip-5.42          List, test and extract compressed files in a ZIP archive
 ispell-3.1.20c      An interactive spelling checker for multiple languages
 
 Description:
     I noticed that there already is one identical case (ports/26892), but
     that was closed due to insufficient information about problem. I am
     trying to avoid that in this report.
     When I am compiling AbiWord in my FreeBSD 4.3-RELEASE box (originally
     4.1, but upgraded with make world and kernel compilations) all files
     download nicely, MD5s match, but actual building ends with 
     following messages:
 
 In file included from libole2/ms-ole.h:27,
                  from wv.h:25,
                  from oledecod/oledecod.c:55:
 /usr/local/include/glib12/glib.h:1314: warning: ANSI C does not allow macro with variable arguments
 /usr/local/include/glib12/glib.h:1317: warning: ANSI C does not allow macro with variable arguments
 /usr/local/include/glib12/glib.h:1320: warning: ANSI C does not allow macro with variable arguments
 /usr/local/include/glib12/glib.h:1323: warning: ANSI C does not allow macro with variable arguments
 oledecod/oledecod.c: In function `verbosePPSTree':
 oledecod/oledecod.c:509: warning: long unsigned int format, unsigned int arg (arg 2)
 oledecod/oledecod.c:509: warning: long int format, int arg (arg 3)
 oledecod/oledecod.c:516: warning: long unsigned int format, unsigned int arg (arg 2)
 laolareplace.c:
 In file included from libole2/ms-ole.h:27,
                  from wv.h:25,
                  from laolareplace.c:8:
 /usr/local/include/glib12/glib.h:1314: warning: ANSI C does not allow macro with variable arguments
 /usr/local/include/glib12/glib.h:1317: warning: ANSI C does not allow macro with variable arguments
 /usr/local/include/glib12/glib.h:1320: warning: ANSI C does not allow macro with variable arguments
 /usr/local/include/glib12/glib.h:1323: warning: ANSI C does not allow macro with variable arguments
 libole2/ms-ole.c:
 In file included from libole2/ms-ole.c:36:
 /usr/local/include/glib12/glib.h:1314: warning: ANSI C does not allow macro with variable arguments
 /usr/local/include/glib12/glib.h:1317: warning: ANSI C does not allow macro with variable arguments
 /usr/local/include/glib12/glib.h:1320: warning: ANSI C does not allow macro with variable arguments
 /usr/local/include/glib12/glib.h:1323: warning: ANSI C does not allow macro with variable arguments
 libole2/ms-ole.c:107: syntax error before `MsOleHandleType'
 libole2/ms-ole.c:170: syntax error before `open2_wrap'
 libole2/ms-ole.c:171: warning: return-type defaults to `int'
 libole2/ms-ole.c: In function `open2_wrap':
 libole2/ms-ole.c:175: `MsOleHandleType' undeclared (first use in this function)
 libole2/ms-ole.c:175: (Each undeclared identifier is reported only once
 libole2/ms-ole.c:175: for each function it appears in.)
 ...
 
 How-To-Repeat:
     cd /usr/ports/editors/AbiWord
     make install
 Fix:
     Work-around is to use StarOffice or other application compatible application.
Comment 1 greid freebsd_committer freebsd_triage 2001-05-21 19:31:20 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports

Misfiled
Comment 2 Ying-Chieh Liao freebsd_committer freebsd_triage 2001-05-24 15:22:23 UTC
Responsible Changed
From-To: freebsd-ports->gnome

over to maintainer
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2001-05-31 16:50:23 UTC
State Changed
From-To: open->closed

Please update your ports tree.  In particular, make sure you have the 
file ${PORTSDIR}/editors/AbiWord/files/patch-avoid-gnomeole2 
which fixes the problem you are showing here.