NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/59456: nbdate not found building -10 on Linux host



The following reply was made to PR misc/59456; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: misc/59456: nbdate not found building -10 on Linux host
Date: Tue, 03 Jun 2025 14:53:25 +0700

     Date:        Tue,  3 Jun 2025 06:15:00 +0000 (UTC)
     From:        gson%gson.org@localhost (Andreas Gustafsson)
     Message-ID:  <20250603061501.00FBF1A923F%mollari.NetBSD.org@localhost>
 
   | Building the netbsd-10 branch on a Debian 12 host fails at an early
   | stage with an error message like
 
 "early stage" == "make clean" (from before anything has been built).
 
   | The problem started with the pullup commit
   |
   |   2024.04.20.13.26.35 martin src/external/bsd/ntp/lib/libntp/Makefile 1.25.6.3
 
 That's setting the date (etc) for MKREPRO - it needs to be guarded
 by a test which checks that the make target isn't one of the clean
 variety (timestamps aren't needed for cleaning).
 
 The version in HEAD is done differently, but I'm guessing that the
 necessary make features aren't in -10.
 
 A workaround, until it is fixed, would be to run the build with -u,
 so no make clean happens.
 
 kre
 


Home | Main Index | Thread Index | Old Index