Re: 10.0 Kernel build (link) failure
Martin Husemann <[email protected]> Tue, 16 Jul 2024 20:13:04 +0200
| Newsgroups | gmane.os.netbsd.ports.alpha |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 16, 2024 at 08:01:55PM +0200, Ede Wolf wrote: > nbmake[7]: "/clutter/src/external/bsd/ntp/lib/libntp/Makefile" line 92: > MKREPRO_TIMESTAMP is undefined with MKREPRO active How are you building this? If you ask for MKREPRO (e.g. via -v MKREPRO=yes) you need to provide a MKREPRO_TIMESTAMP (via -v) as well. Or leave it to build.sh to figure it out by using build.sh -P and dropping the -v MKREPRO=yes. Martin