Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2000 00:46:20 +0900
From:      ANAZAWA Akio <anazawa@hic-soft.co.jp>
To:        current@freebsd.org
Subject:   Re: port/XFree86-4 make install fail.
Message-ID:  <86r9d8p9gz.wl@localhost.hic-soft.co.jp>
In-Reply-To: In your message of "Thu, 16 Mar 2000 14:41:53 %2B1000 (EST)" <Pine.BSF.4.10.10003161435180.39886-100000@RedDust.BlueSky.net.au>
References:  <Pine.BSF.4.10.10003161435180.39886-100000@RedDust.BlueSky.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>>>>> In <Pine.BSF.4.10.10003161435180.39886-100000@RedDust.BlueSky.net.au> 
>>>>>	at Thu, 16 Mar 2000 14:41:53 +1000 (EST),
>>>>>	Idea Receiver <receiver@RedDust.BlueSky.net.au> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86r9d8p9gz.wl>