From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 19:43:58 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 E220316A4CE for ; Wed, 17 Mar 2004 19:43:58 -0800 (PST) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8828043D45 for ; Wed, 17 Mar 2004 19:43:58 -0800 (PST) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i2I3hPmH024288; Wed, 17 Mar 2004 19:43:25 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Wed, 17 Mar 2004 19:43:56 -0800 User-Agent: KMail/1.6.1 References: <4057E0FE.5010006@sympatico.ca> <4058D762.5080203@sympatico.ca> <40591264.3040907@sympatico.ca> In-Reply-To: <40591264.3040907@sympatico.ca> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403171943.56540.kstewart@owt.com> cc: Marc LeMaire Subject: Re: Trouble compiling expat [Solved ] but.... 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: Thu, 18 Mar 2004 03:43:59 -0000 On Wednesday 17 March 2004 07:07 pm, Marc LeMaire wrote: > Marc LeMaire wrote: > > Matthew Seaman wrote: > >> On Wed, Mar 17, 2004 at 12:24:14AM -0500, Marc LeMaire wrote: > >>> I've just installed a fresh version of Freebsd 4.9 stable, > >>> cvsupped the port, build and install a generic kernel and world. > >>> I've done mergemaster and everything is ok. > >>> > >>> The problem arises when I try to compile Kde, Moz, LyX. Each of > >>> these programs crashes with the same message : > >>> > >>> building for expat-1.95.7 > >>> ------------- > >>> lib/xmlparse.c:76:#error memmove does not exist on this platform, > >>> nor is a substitute available > >>> ***Error 1 > >>> > >>> How can I fix this problem (or install the appropriate > >>> substitute)? I contacted the port maintainer but I have no reply > >>> yet. > >> > >> memmove(3) certainly should be available on FreeBSD. Sounds like > >> your make world didn't go entirely smoothly. Try cvsup'ing the > >> latest RELENG_4 sources and build the world again. Don't use any > >> '-j' flags for parallel build, use the default CPUTYPE and CFLAGS > >> settings in /etc/make.conf and if the make process reports an > >> error, don't try and restart the build, but investigate and try > >> and solve whatever it was that went wrong. Ask again here if you > >> get stuck, and include a good chunk of the make output including > >> from where any error first shows up to the end. > >> > >> Cheers, > >> > >> Matthew > > > > I've re-installed the whole 4.9 stable shebang, up to and including > > mergemaster. > > Expat2 compiled but now it's libiconv1.9.1_3 that is the > > troublemaker > > > > DHAVE_CONFIG_H -c ./relocatable.c -fPIC -o .libs/relocatable.lo > > ./relocatable.c: in function 'libconv_relocate': > > ./relocatable.c:392: (Each undeclared identifier is reported only > > once ./relocatable.c:392: for each function it appear in.) > > ***Error code 1 > > > > :-( > > > > I've never had these problems when doing a clean install of FBSD > > Ah, but you didn't do a clean install. You cvsup'ed ports-all and jumped into a massive update of expat and now freetype2. If you haven't cvsuped ports-all, the easy out on expat is portupgrade -rf expat. The header files for freetype2 no longer exist as freetype.h and it also needs a -rf update. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html