From owner-freebsd-questions@FreeBSD.ORG Mon Jun 21 02:54:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9F0B16A4CE for ; Mon, 21 Jun 2004 02:54:57 +0000 (GMT) Received: from mta8.srv.hcvlny.cv.net (mta8.srv.hcvlny.cv.net [167.206.5.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA1C543D48 for ; Mon, 21 Jun 2004 02:54:57 +0000 (GMT) (envelope-from tscheng@ic.sunysb.edu) Received: from [192.168.0.2] (ool-18b9101b.dyn.optonline.net [24.185.16.27]) by mta8.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0HZN00MRY1FDI9@mta8.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sun, 20 Jun 2004 22:54:51 -0400 (EDT) Date: Sun, 20 Jun 2004 22:54:53 -0400 (EDT) From: tscheng@ic.sunysb.edu X-X-Sender: tfcheng@192.168.0.13 To: freebsd-questions Message-id: <20040620225206.C95494@192.168.0.13> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: cannot compile 2 ports on FBSD4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 02:54:58 -0000 Hi folks, have a few problems about 2 ports, one is editor/AbiWord2, the other is security/nss, I compiled them from ports on FBSD4.8 and I got: --for aibword--- ie_imp_MsWord_97.cpp: In method `int IE_Imp_MsWord_97::_beginPara(_wvParseStruct *, unsigned int, void *, int)': ie_imp_MsWord_97.cpp:2507: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp:2511: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp:2513: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp:2523: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp:2524: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp:2627: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp:2631: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp:2637: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp:2637: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp:2654: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp:2684: `struct _PAP' has no member named `linfo' ie_imp_MsWord_97.cpp: In method `int IE_Imp_MsWord_97::_beginChar(_wvParseStruct *, unsigned int, void *, int)': ie_imp_MsWord_97.cpp:2946: `struct _CHP' has no member named `stylename' ie_imp_MsWord_97.cpp: In method `void IE_Imp_MsWord_97::_handleNotes(const _wvParseStruct *)': ie_imp_MsWord_97.cpp:4609: implicit declaration of function `int wvGetPLCF(...)' gmake[4]: *** [ie_imp_MsWord_97.o] Error 1 gmake[4]: Leaving directory `/usr/ports/editors/AbiWord2/work/abiword-2.0.7/abi/src/wp/impexp/xp' ---nss---- ../../../../dist/FreeBSD4.8_OPT.OBJ/lib/libnss3.so: undefined reference to `PR_CallOnceWithArg' ../../../../dist/FreeBSD4.8_OPT.OBJ/lib/libsoftokn3.so: undefined reference to `PR_GetLibraryFilePathname' gmake[2]: *** [FreeBSD4.8_OPT.OBJ/atob] Error 1 gmake[2]: Leaving directory `/usr/ports/security/nss/work/nss-3.9/mozilla/security/nss/cmd/atob' any idea? Eureka!