From owner-freebsd-questions@FreeBSD.ORG Sat Oct 9 15:08:30 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 6634216A4CE for ; Sat, 9 Oct 2004 15:08:30 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1BA43D1F for ; Sat, 9 Oct 2004 15:08:30 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9690 invoked from network); 9 Oct 2004 15:08:30 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender ) by mail3.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Oct 2004 15:08:29 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 9B62BE; Sat, 9 Oct 2004 11:08:29 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Alexandr References: <20041008171604.GC25831@alexandr.fdns.net> From: Lowell Gilbert Date: 09 Oct 2004 11:08:29 -0400 In-Reply-To: <20041008171604.GC25831@alexandr.fdns.net> Message-ID: <44llegexoy.fsf@be-well.ilk.org> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-5 Content-Transfer-Encoding: quoted-printable cc: freebsd-questions@freebsd.org Subject: Re: Can't compile wine port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 15:08:30 -0000 Alexandr writes: > I cvsuped ports tree and do this: > cd /usr/ports/emulators/wine > make install >=20 > and get in end this message: > ../.././..//gcc-3.4-20040827/libiberty/fibheap.c:395: warning: implicit > +declaration of function `memset' > gmake[2]: *** [fibheap.o] =BE=E8=D8=D1=DA=D0 1 > gmake[2]: Leaving directory > +`/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libiberty' > gmake[1]: *** [all-target-libiberty] =BE=E8=D8=D1=DA=D0 2 > gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build' > gmake: *** [bootstrap-lean] =BE=E8=D8=D1=DA=D0 2 > *** Error code 2 >=20 > Stop in /usr/ports/lang/gcc34. > *** Error code 1 >=20 > Stop in /usr/ports/emulators/wine. >=20 >=20 > This I get when type some 'make'. >=20 > What can I do??? It looks like you're running 5.2.1. Are you using the ports that came with that release, or something more current?=20=20 If you are in fact running FreeBSD 5.2.1, you should be able to edit the file /usr/ports/emulators/wine/Makefile and remove the "USE_GCC" line.