Re: /usr/share/mk/bsd.sanitizer.mk not found

2021-08-03 Thread Jung-uk Kim
On 21. 8. 3., FreeBSD User wrote:
> Hallo,
> 
> running latest CURRENT as of FreeBSD 14.0-CURRENT #147 
> main-n248437-600745f1e226: Mon Aug  2
> 18:34:54 CEST 2021 amd64, while compiling x11/nividia-driver, I get an error, 
> stating
> /usr/share/mk/bsd.sanitizer.mk is missing. This file ist existent in 
> /usr/src/share/mk/, but
> does not get installed.
> 
> devel/libsysinfo is another port (requisite for firefox) failing due to the 
> same error.
> 
> What's wrong here?

It should be fixed with the following commit.

https://cgit.freebsd.org/src/commit/?id=428a32edba4c3bf3cfc0e4cf240c1b29397ecdbb

Jung-uk Kim



Re: /usr/share/mk/bsd.sanitizer.mk not found

2021-08-03 Thread Michael Schuster
On Tue, Aug 3, 2021 at 5:13 PM FreeBSD User  wrote:

> Hallo,
>
> running latest CURRENT as of FreeBSD 14.0-CURRENT #147
> main-n248437-600745f1e226: Mon Aug  2
> 18:34:54 CEST 2021 amd64, while compiling x11/nividia-driver, I get an
> error, stating
> /usr/share/mk/bsd.sanitizer.mk is missing. This file ist existent in
> /usr/src/share/mk/, but
> does not get installed.
>
> devel/libsysinfo is another port (requisite for firefox) failing due to
> the same error.
>
> What's wrong here?
>

wild guess: one of the environment variobles used for building (see
https://www.freebsd.org/cgi/man.cgi?build(7)) is set.

HTH
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
recursion, n: see 'recursion'


/usr/share/mk/bsd.sanitizer.mk not found

2021-08-03 Thread FreeBSD User
Hallo,

running latest CURRENT as of FreeBSD 14.0-CURRENT #147 
main-n248437-600745f1e226: Mon Aug  2
18:34:54 CEST 2021 amd64, while compiling x11/nividia-driver, I get an error, 
stating
/usr/share/mk/bsd.sanitizer.mk is missing. This file ist existent in 
/usr/src/share/mk/, but
does not get installed.

devel/libsysinfo is another port (requisite for firefox) failing due to the 
same error.

What's wrong here?


-- 
O. Hartmann