From owner-freebsd-questions@FreeBSD.ORG Wed Mar 17 04:08:24 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 9E7CD16A4CE for ; Wed, 17 Mar 2004 04:08:24 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B9A43D31 for ; Wed, 17 Mar 2004 04:08:23 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i2HC8JBY028341 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 Mar 2004 12:08:19 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i2HC8GBb028336; Wed, 17 Mar 2004 12:08:16 GMT (envelope-from matthew) Date: Wed, 17 Mar 2004 12:08:16 +0000 From: Matthew Seaman To: Marc LeMaire Message-ID: <20040317120816.GB26606@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Marc LeMaire , freebsd-questions@freebsd.org References: <4057E0FE.5010006@sympatico.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XF85m9dhOBO43t/C" Content-Disposition: inline In-Reply-To: <4057E0FE.5010006@sympatico.ca> User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk X-Virus-Scanned: clamd / ClamAV version devel-20040304, clamav-milter version 0.67j cc: freebsd-questions@freebsd.org Subject: Re: Trouble compiling expat 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: Wed, 17 Mar 2004 12:08:24 -0000 --XF85m9dhOBO43t/C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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= =20 > port, build and install a generic kernel and world. I've done=20 > mergemaster and everything is ok. >=20 > The problem arises when I try to compile Kde, Moz, LyX. Each of these=20 > programs crashes with the same message : >=20 > building for expat-1.95.7 > ------------- > lib/xmlparse.c:76:#error memmove does not exist on this platform, nor is= =20 > a substitute available > ***Error 1 >=20 > How can I fix this problem (or install the appropriate substitute)? I=20 > 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 --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --XF85m9dhOBO43t/C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAWD+wdtESqEQa7a0RAjl/AKCTOWQvIIZ701V/QGIFHr56xBkuzACbBVeY QONl5jgnXS3vWT9PoR1TEQg= =zxMD -----END PGP SIGNATURE----- --XF85m9dhOBO43t/C--