Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2000 11:09:04 +1000 (EST)
From:      Idea Receiver <receiver@RedDust.BlueSky.net.au>
To:        ANAZAWA Akio <anazawa@hic-soft.co.jp>
Cc:        current@FreeBSD.ORG
Subject:   Re: port/XFree86-4 make install fail.
Message-ID:  <Pine.BSF.4.10.10003191108250.46799-100000@RedDust.BlueSky.net.au>
In-Reply-To: <86r9d8p9gz.wl@localhost.hic-soft.co.jp>

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


Finally! IT WORKS!

:-)



On Sun, 19 Mar 2000, ANAZAWA Akio wrote:

> 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
> 



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?Pine.BSF.4.10.10003191108250.46799-100000>