Re: Failed compiling releng/13.2, commit missing?

2024-03-04 Thread Dag-Erling Smørgrav
Johannes Totz writes: > Releng/13.2 has "import tzdata 2023d" and "...2024a", but no > "...2023c". Is that commit simply missing on that branch? No, releng/13.2 does not have 2023d or 2024a. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Failed compiling releng/13.2, commit missing?

2024-03-04 Thread Johannes Totz
On 04/03/2024 09:42, Dag-Erling Smørgrav wrote: Johannes Totz writes: Releng/13.2 has "import tzdata 2023d" and "...2024a", but no "...2023c". Is that commit simply missing on that branch? No, releng/13.2 does not have 2023d or 2024a. I might be mis-reading https://github.com/freebsd/freeb

Re: Failed compiling releng/13.2, commit missing?

2024-03-04 Thread Dag-Erling Smørgrav
Johannes Totz writes: > I might be mis-reading > https://github.com/freebsd/freebsd-src/commits/releng/13.2/ ... > > It shows: > "contrib/tzdata: import tzdata 2023d" and > "contrib/tzdata: import tzdata 2024a". > Both came with FreeBSD-EN-24:01.tzdata on the 14th Feb. You're confusing tzdata and

Running tests for a single program in src/bin, src/usr.bin, etc

2024-03-04 Thread henrichhartzer
Hi everyone, Not sure if this is the best list for this. Maybe hackers@ would be better? I wanted to tinker with utilities in /usr/src/bin and /usrsrc/usr.bin. I noticed that rmdir exits 1 for usage, which is a pet peeve of mine. I updated it to exit 2 and then wanted to alter the tests to ensu