From owner-freebsd-current Sat Mar 18 17: 8:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from RedDust.BlueSky.net.au (reddust.bluesky.net.au [203.31.37.15]) by hub.freebsd.org (Postfix) with ESMTP id 570E437BBF2 for ; Sat, 18 Mar 2000 17:08:34 -0800 (PST) (envelope-from receiver@RedDust.BlueSky.net.au) Received: from localhost (receiver@localhost) by RedDust.BlueSky.net.au (8.9.3/8.9.3) with ESMTP id LAA46801; Sun, 19 Mar 2000 11:09:04 +1000 (EST) (envelope-from receiver@RedDust.BlueSky.net.au) Date: Sun, 19 Mar 2000 11:09:04 +1000 (EST) From: Idea Receiver To: ANAZAWA Akio Cc: current@FreeBSD.ORG Subject: Re: port/XFree86-4 make install fail. In-Reply-To: <86r9d8p9gz.wl@localhost.hic-soft.co.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Finally! IT WORKS! :-) On Sun, 19 Mar 2000, ANAZAWA Akio wrote: > Hi, > > >>>>> In > >>>>> at Thu, 16 Mar 2000 14:41:53 +1000 (EST), > >>>>> Idea Receiver wrote: > > > IR> "make all" success without any problem. > IR> however, make install fail ;( > > IR> following are the error msg. > > IR> anyway I can fix this problem? > > IR> thx~ > > This morning, I've encountered same problem. > (FreeBSD 5.0-CURRENT + XFree86 4.0) > > Probability, you can get around the problem with this patch. > (Note that you are required "make World" again) > > bash$ diff -U2 FreeBSD.cf.orig FreeBSD.cf > --- FreeBSD.cf.orig Fri Feb 18 02:19:43 2000 > +++ FreeBSD.cf Sun Mar 19 00:27:11 2000 > @@ -464,6 +464,7 @@ > * A hack to work around an optimisation problem with the compiler on > * FreeBSD 4.0-current in late 1999/early 2000. > + * (and FreeBSD 5.0-current in early 2000) > */ > -#if OSMajorVersion == 4 && OSMinorVersion == 0 && OSTeenyVersion == 0 > +#if (OSMajorVersion == 4 || OSMajorVersion == 5) && OSMinorVersion == 0 && OSTeenyVersion == 0 > #define FreeBSDGccOptBug > #endif > > > Regards, > Akio Anazawa > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message