Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2016 13:55:33 -0700
From:      Ngie Cooper <yaneurabeya@gmail.com>
To:        Bryan Drewery <bdrewery@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r301287 - head
Message-ID:  <CAGHfRMBQG1nZLuuOOuA0qkAL2_S3Q_JsgXKW%2B_EPUBUFO4PcyA@mail.gmail.com>
In-Reply-To: <201606032049.u53KnnuL093930@repo.freebsd.org>
References:  <201606032049.u53KnnuL093930@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 3, 2016 at 1:49 PM, Bryan Drewery <bdrewery@freebsd.org> wrote:
> Author: bdrewery
> Date: Fri Jun  3 20:49:49 2016
> New Revision: 301287
> URL: https://svnweb.freebsd.org/changeset/base/301287
>
> Log:
>   WITHOUT_CROSS_COMPILER: Fix installworld.
>
>   Since no WORLDTMP/usr/bin/cc is created, cc cannot be found
>   during installworld time since /usr/bin is not in the PATH.
>   Pass along the known compiler metadata to allow installworld
>   to work.  The same fix was used for WITH_SYSTEM_COMPILER.
>
>   A better route would be to store a cookie in buildworld
>   containing this compiler metadata and then using that
>   at install time, rather than rerunning cc.
>
>   Reported by:  Mark Millard
>   Sponsored by: EMC / Isilon Storage Division

Thank you. This should fix the Trebuca Canyon's I've been using.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGHfRMBQG1nZLuuOOuA0qkAL2_S3Q_JsgXKW%2B_EPUBUFO4PcyA>