From owner-freebsd-current Sat Mar 18 7:46:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from hautmedoc.hic-soft.co.jp (PPP265.kawasaki-ap5.dti.ne.jp [210.170.195.99]) by hub.freebsd.org (Postfix) with ESMTP id 366A137B537 for ; Sat, 18 Mar 2000 07:46:25 -0800 (PST) (envelope-from anazawa@hic-soft.co.jp) Received: from localhost.hic-soft.co.jp (hautmedoc [127.0.0.1]) by hautmedoc.hic-soft.co.jp (8.9.3/3.7W2000011002) with ESMTP id AAA25952; Sun, 19 Mar 2000 00:46:20 +0900 (JST) Date: Sun, 19 Mar 2000 00:46:20 +0900 Message-ID: <86r9d8p9gz.wl@localhost.hic-soft.co.jp> From: ANAZAWA Akio To: current@freebsd.org Subject: Re: port/XFree86-4 make install fail. In-Reply-To: In your message of "Thu, 16 Mar 2000 14:41:53 +1000 (EST)" References: User-Agent: Wanderlust/2.2.18 (Please Forgive Me) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.2 (beta31) (Iris) (i386-unknown-freebsdelf3.4) Organization: HIC -- Human Interface Communications Co.,Ltd. MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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