On 4/18/2017 3:26 PM, Simon J. Gerraty wrote:
>>> [Creating objdir /usr/obj/usr/obj/root/git/freebsd/sys/GENERIC...]
>> Wrong^
>>
>> Note we have 'cd /usr/obj/' and 'MAKEOBJDIRPREFIX=/usr/obj' in
>> there, so we get a nested /usr/obj/.CURDIR problem of /usr/obj/usr/obj.
>
> The following would
> > [Creating objdir /usr/obj/usr/obj/root/git/freebsd/sys/GENERIC...]
> Wrong^
>
> Note we have 'cd /usr/obj/' and 'MAKEOBJDIRPREFIX=/usr/obj' in
> there, so we get a nested /usr/obj/.CURDIR problem of /usr/obj/usr/obj.
The following would probably help that case:
Index: auto.obj.mk
===
Bryan Drewery wrote:
> > What is the issue above? diff?
>
> I don't know what the issue is with buildkernel specifically, I never
> looked into it. Buildworld had other issues like rescue/rescue not being
> AUTO_OBJ safe. That's fixed. I forget the details of buildworld as well.
> One of the simp
On 4/18/2017 2:33 PM, Simon J. Gerraty wrote:
> Bryan Drewery wrote:
>> Aha /usr/obj/usr/obj.
>>
>> That was in Renato's report as well.
>>
>> The bug is WITH_AUTO_OBJ. I just confirmed that. A bunch of errors occur
>> when doing the first build and the opt_*.h files are not generated in
>> the "p
Bryan Drewery wrote:
> Aha /usr/obj/usr/obj.
>
> That was in Renato's report as well.
>
> The bug is WITH_AUTO_OBJ. I just confirmed that. A bunch of errors occur
> when doing the first build and the opt_*.h files are not generated in
> the "proper" place by config(8).
>
> WITH_AUTO_OBJ is not
On 4/10/2017 11:14 AM, Bryan Drewery wrote:
> On 4/7/2017 12:13 PM, Ngie Cooper (yaneurabeya) wrote:
>> Hi,
>> I ran into this error when trying to run a meta mode build (for the
>> first time). It might be related to the recent assym* ordering changes.
>> Thanks!
>> -Ngie
>>
>> $ cat /etc/sr
On 4/7/2017 12:13 PM, Ngie Cooper (yaneurabeya) wrote:
> Hi,
> I ran into this error when trying to run a meta mode build (for the
> first time). It might be related to the recent assym* ordering changes.
> Thanks!
> -Ngie
>
> $ cat /etc/src-env.conf
> WITH_AUTO_OBJ= yes
> WITH_META_MODE=
Hi,
I ran into this error when trying to run a meta mode build (for the
first time). It might be related to the recent assym* ordering changes.
Thanks!
-Ngie
$ cat /etc/src-env.conf
WITH_AUTO_OBJ= yes
WITH_META_MODE= yes
UPDATE_DEPENDFILE= yes
$ pwd
/usr/src
$ svnversion
316603M
$ s