From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 19:07:16 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 1822316A4D9 for ; Wed, 17 Mar 2004 19:07:16 -0800 (PST) Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D1143D41 for ; Wed, 17 Mar 2004 19:07:15 -0800 (PST) (envelope-from krockmitaine@sympatico.ca) Received: from sympatico.ca ([65.92.33.210]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040318030712.UUOS23746.tomts5-srv.bellnexxia.net@sympatico.ca> for ; Wed, 17 Mar 2004 22:07:12 -0500 Message-ID: <40591264.3040907@sympatico.ca> Date: Wed, 17 Mar 2004 22:07:16 -0500 From: Marc LeMaire User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7a) Gecko/20040219 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4057E0FE.5010006@sympatico.ca> <20040317120816.GB26606@happy-idiot-talk.infracaninophile.co.uk> <4058D762.5080203@sympatico.ca> In-Reply-To: <4058D762.5080203@sympatico.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:07:16 -0000 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 > > Marc >