NetBSD Problem Report #58999
From www@netbsd.org Wed Jan 15 20:30:49 2025
Return-Path: <www@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256
client-signature RSA-PSS (2048 bits) client-digest SHA256)
(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
by mollari.NetBSD.org (Postfix) with ESMTPS id 3AB641A923A
for <gnats-bugs@gnats.NetBSD.org>; Wed, 15 Jan 2025 20:30:49 +0000 (UTC)
Message-Id: <20250115203044.948F11A923C@mollari.NetBSD.org>
Date: Wed, 15 Jan 2025 20:30:44 +0000 (UTC)
From: netbsd@muk.phoenix-advice.nl
Reply-To: netbsd@muk.phoenix-advice.nl
To: gnats-bugs@NetBSD.org
Subject: ./build.sh fails on recent macOS
X-Send-Pr-Version: www-1.0
>Number: 58999
>Category: toolchain
>Synopsis: ./build.sh fails on recent macOS
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: toolchain-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jan 15 20:35:00 +0000 2025
>Last-Modified: Fri Jan 17 10:05:01 +0000 2025
>Originator: Keve Müller
>Release: netbsd-10
>Organization:
Phoenix Advice
>Environment:
Darwin Mac-1736967244829.local 24.2.0 Darwin Kernel Version 24.2.0: Fri Dec 6 18:57:59 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_VMAPPLE arm64
>Description:
While building tools, the gcc step fails.
The last 1000 lines of the log are
2025-01-15T19:29:15.4042000Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4042500Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4042770Z | ^
2025-01-15T19:29:15.4043060Z warning: unknown warning option '-Werror=format-diag' [-Wunknown-warning-option]
2025-01-15T19:29:15.4043620Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:36:
2025-01-15T19:29:15.4044270Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/c/c-tree.h:24:
2025-01-15T19:29:15.4044940Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/diagnostic.h:24:
2025-01-15T19:29:15.4046060Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:430:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4049850Z 430 | pp_scalar (pp, HOST_WIDE_INT_PRINT_DEC, i);
2025-01-15T19:29:15.4051690Z | ^
2025-01-15T19:29:15.4091220Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:329:7: note: expanded from macro 'pp_scalar'
2025-01-15T19:29:15.4091810Z 329 | sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
2025-01-15T19:29:15.4092030Z | ^
2025-01-15T19:29:15.4092420Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4093230Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4093750Z | ^
2025-01-15T19:29:15.4094100Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4094600Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4094870Z | ^
2025-01-15T19:29:15.4095330Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4095980Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4096870Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:951:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4097380Z 951 | HOOK_VECTOR_END (asm_out)
2025-01-15T19:29:15.4097530Z | ^
2025-01-15T19:29:15.4097950Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4098490Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4098790Z | ^
2025-01-15T19:29:15.4099240Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4099880Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4100670Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:1642:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4101180Z 1642 | HOOK_VECTOR_END (sched)
2025-01-15T19:29:15.4101320Z | ^
2025-01-15T19:29:15.4101740Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4102280Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4102520Z | ^
2025-01-15T19:29:15.4102970Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4103610Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4104330Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:1672:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4104830Z 1672 | HOOK_VECTOR_END (simd_clone)
2025-01-15T19:29:15.4104990Z | ^
2025-01-15T19:29:15.4105410Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4105950Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4106190Z | ^
2025-01-15T19:29:15.4106710Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4112620Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4113350Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:1684:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4113850Z 1684 | HOOK_VECTOR_END (simt)
2025-01-15T19:29:15.4114000Z | ^
2025-01-15T19:29:15.4114410Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4114950Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4115200Z | ^
2025-01-15T19:29:15.4115650Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4116290Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4117090Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:1699:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4117600Z 1699 | HOOK_VECTOR_END (omp)
2025-01-15T19:29:15.4117740Z | ^
2025-01-15T19:29:15.4118160Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4118700Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4118940Z | ^
2025-01-15T19:29:15.4119440Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4120080Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4120940Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:1751:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4121450Z 1751 | HOOK_VECTOR_END (goacc)
2025-01-15T19:29:15.4121590Z | ^
2025-01-15T19:29:15.4122010Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4122550Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4122790Z | ^
2025-01-15T19:29:15.4123240Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4123880Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4124600Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:2075:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4125100Z 2075 | HOOK_VECTOR_END (vectorize)
2025-01-15T19:29:15.4125260Z | ^
2025-01-15T19:29:15.4125680Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4127370Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4127630Z | ^
2025-01-15T19:29:15.4128100Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4128750Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4129480Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:3360:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4130000Z 3360 | HOOK_VECTOR_END (addr_space)
2025-01-15T19:29:15.4130170Z | ^
2025-01-15T19:29:15.4130590Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4131140Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4131990Z | ^
2025-01-15T19:29:15.4132450Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4133100Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4133940Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:5264:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4134440Z 5264 | HOOK_VECTOR_END (calls)
2025-01-15T19:29:15.4134580Z | ^
2025-01-15T19:29:15.4135000Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4135540Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4135790Z | ^
2025-01-15T19:29:15.4136270Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4136910Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4137670Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6115:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4138180Z 6115 | HOOK_VECTOR_END (c)
2025-01-15T19:29:15.4138310Z | ^
2025-01-15T19:29:15.4138730Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4139330Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4142820Z | ^
2025-01-15T19:29:15.4143270Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4143920Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4144630Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6268:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4145130Z 6268 | HOOK_VECTOR_END (cxx)
2025-01-15T19:29:15.4145280Z | ^
2025-01-15T19:29:15.4145690Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4146230Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4146470Z | ^
2025-01-15T19:29:15.4146920Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4147560Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4148270Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6357:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4148780Z 6357 | HOOK_VECTOR_END (emutls)
2025-01-15T19:29:15.4148930Z | ^
2025-01-15T19:29:15.4149340Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4149880Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4150120Z | ^
2025-01-15T19:29:15.4150560Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4151210Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4151910Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6478:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4152520Z 6478 | HOOK_VECTOR_END (target_option)
2025-01-15T19:29:15.4152690Z | ^
2025-01-15T19:29:15.4153100Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4153640Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4153890Z | ^
2025-01-15T19:29:15.4154330Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4155020Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4155780Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6580:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4156300Z 6580 | HOOK_VECTOR_END (shrink_wrap)
2025-01-15T19:29:15.4156450Z | ^
2025-01-15T19:29:15.4156870Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4157410Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4157650Z | ^
2025-01-15T19:29:15.4158090Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4158740Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4159450Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6848:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4159960Z 6848 | HOOK_VECTOR_END (mode_switching)
2025-01-15T19:29:15.4160130Z | ^
2025-01-15T19:29:15.4160540Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4161080Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4161320Z | ^
2025-01-15T19:29:15.4161770Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:51:
2025-01-15T19:29:15.4162410Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4163120Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6875:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4163620Z 6875 | HOOK_VECTOR_END (C90_EMPTY_HACK)
2025-01-15T19:29:15.4163800Z | ^
2025-01-15T19:29:15.4164210Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4164750Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4164990Z | ^
2025-01-15T19:29:15.4165430Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:52:
2025-01-15T19:29:15.4166090Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/c-family/c-target.h:30:
2025-01-15T19:29:15.4166850Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/c-family/c-target.def:116:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4167420Z 116 | HOOK_VECTOR_END (C90_EMPTY_HACK)
2025-01-15T19:29:15.4167590Z | ^
2025-01-15T19:29:15.4168010Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4168550Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4168790Z | ^
2025-01-15T19:29:15.4169230Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:30:
2025-01-15T19:29:15.4169910Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/coretypes.h:461:
2025-01-15T19:29:15.4170630Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/hash-table.h:594:
2025-01-15T19:29:15.4171760Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/mem-stats.h:99:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4172700Z 99 | sprintf (s, "%s:%i (%s)", get_trimmed_filename (),
2025-01-15T19:29:15.4172900Z | ^
2025-01-15T19:29:15.4173280Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4174060Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4174570Z | ^
2025-01-15T19:29:15.4174930Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4175420Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4175690Z | ^
2025-01-15T19:29:15.4176650Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:685:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4177630Z 685 | sprintf (buf, "_OBJC_ClassRefs_%d", class_reference_idx++);
2025-01-15T19:29:15.4177850Z | ^
2025-01-15T19:29:15.4178220Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4179010Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4179520Z | ^
2025-01-15T19:29:15.4179870Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4180350Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4180620Z | ^
2025-01-15T19:29:15.4181580Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-01.c:2288:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4182600Z 2288 | sprintf (string, ".objc_class_name_%s", name);
2025-01-15T19:29:15.4182790Z | ^
2025-01-15T19:29:15.4183170Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4183960Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4184470Z | ^
2025-01-15T19:29:15.4184860Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4185350Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4185610Z | ^
2025-01-15T19:29:15.4186120Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:38:
2025-01-15T19:29:15.4186780Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/c/c-tree.h:24:
2025-01-15T19:29:15.4187370Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/diagnostic.h:24:
2025-01-15T19:29:15.4188470Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:430:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4189390Z 430 | pp_scalar (pp, HOST_WIDE_INT_PRINT_DEC, i);
2025-01-15T19:29:15.4189580Z | ^
2025-01-15T19:29:15.4189980Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:329:7: note: expanded from macro 'pp_scalar'
2025-01-15T19:29:15.4190490Z 329 | sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
2025-01-15T19:29:15.4190710Z | ^
2025-01-15T19:29:15.4191090Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4191870Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4192380Z | ^
2025-01-15T19:29:15.4192730Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4193210Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4193480Z | ^
2025-01-15T19:29:15.4193940Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4194580Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4195290Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:951:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4195790Z 951 | HOOK_VECTOR_END (asm_out)
2025-01-15T19:29:15.4195950Z | ^
2025-01-15T19:29:15.4196370Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4196910Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4197190Z | ^
2025-01-15T19:29:15.4197640Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4198290Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4199000Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:1642:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4199500Z 1642 | HOOK_VECTOR_END (sched)
2025-01-15T19:29:15.4199670Z | ^
2025-01-15T19:29:15.4200090Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4200630Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4200870Z | ^
2025-01-15T19:29:15.4201360Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4202010Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4202720Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:1672:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4203230Z 1672 | HOOK_VECTOR_END (simd_clone)
2025-01-15T19:29:15.4203390Z | ^
2025-01-15T19:29:15.4203800Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4204350Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4204590Z | ^
2025-01-15T19:29:15.4205040Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4205680Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4206390Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:1684:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4206890Z 1684 | HOOK_VECTOR_END (simt)
2025-01-15T19:29:15.4207030Z | ^
2025-01-15T19:29:15.4207450Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4207980Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4208230Z | ^
2025-01-15T19:29:15.4208680Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4209310Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4210030Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:1699:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4210610Z 1699 | HOOK_VECTOR_END (omp)
2025-01-15T19:29:15.4210750Z | ^
2025-01-15T19:29:15.4211170Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4211700Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4211950Z | ^
2025-01-15T19:29:15.4212430Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4213070Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4213780Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:1751:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4214280Z 1751 | HOOK_VECTOR_END (goacc)
2025-01-15T19:29:15.4214420Z | ^
2025-01-15T19:29:15.4214870Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4215410Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4215650Z | ^
2025-01-15T19:29:15.4216150Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4216790Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4217500Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:2075:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4218000Z 2075 | HOOK_VECTOR_END (vectorize)
2025-01-15T19:29:15.4218160Z | ^
2025-01-15T19:29:15.4218570Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4219110Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4219350Z | ^
2025-01-15T19:29:15.4219810Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4220440Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4221150Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:3360:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4221650Z 3360 | HOOK_VECTOR_END (addr_space)
2025-01-15T19:29:15.4221810Z | ^
2025-01-15T19:29:15.4222230Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4222760Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4223010Z | ^
2025-01-15T19:29:15.4223460Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4224100Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4224810Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:5264:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4225310Z 5264 | HOOK_VECTOR_END (calls)
2025-01-15T19:29:15.4225450Z | ^
2025-01-15T19:29:15.4225870Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4226400Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4226640Z | ^
2025-01-15T19:29:15.4227120Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4227760Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4228470Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6115:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4228970Z 6115 | HOOK_VECTOR_END (c)
2025-01-15T19:29:15.4229100Z | ^
2025-01-15T19:29:15.4229520Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4230080Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4230320Z | ^
2025-01-15T19:29:15.4230810Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4231450Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4233290Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6268:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4233820Z 6268 | HOOK_VECTOR_END (cxx)
2025-01-15T19:29:15.4233970Z | ^
2025-01-15T19:29:15.4234400Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4234960Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4235220Z | ^
2025-01-15T19:29:15.4235680Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4236340Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4237070Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6357:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4237570Z 6357 | HOOK_VECTOR_END (emutls)
2025-01-15T19:29:15.4237720Z | ^
2025-01-15T19:29:15.4238140Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4238680Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4238930Z | ^
2025-01-15T19:29:15.4239380Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4240030Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4240910Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6478:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4241420Z 6478 | HOOK_VECTOR_END (target_option)
2025-01-15T19:29:15.4241590Z | ^
2025-01-15T19:29:15.4242000Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4242540Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4242790Z | ^
2025-01-15T19:29:15.4243240Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4244050Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4244760Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6580:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4245260Z 6580 | HOOK_VECTOR_END (shrink_wrap)
2025-01-15T19:29:15.4245420Z | ^
2025-01-15T19:29:15.4245840Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4246440Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4246680Z | ^
2025-01-15T19:29:15.4247170Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4247850Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4248560Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6848:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4249070Z 6848 | HOOK_VECTOR_END (mode_switching)
2025-01-15T19:29:15.4249240Z | ^
2025-01-15T19:29:15.4249650Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4250190Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4250430Z | ^
2025-01-15T19:29:15.4250880Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:52:
2025-01-15T19:29:15.4251520Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.h:276:
2025-01-15T19:29:15.4252230Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target.def:6875:1: warning: empty macro arguments are a C99 feature [-Wc99-extensions]
2025-01-15T19:29:15.4252740Z 6875 | HOOK_VECTOR_END (C90_EMPTY_HACK)
2025-01-15T19:29:15.4252910Z | ^
2025-01-15T19:29:15.4253370Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/target-hooks-macros.h:43:50: note: expanded from macro 'HOOK_VECTOR_END'
2025-01-15T19:29:15.4362780Z 43 | #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
2025-01-15T19:29:15.4363180Z | ^
2025-01-15T19:29:15.4363370Z 16 warnings generated.
2025-01-15T19:29:15.4364350Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:1394:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4365400Z 1394 | sprintf (buf, "OBJC_IVAR_$_%s.%s", IDENTIFIER_POINTER (class_name),
2025-01-15T19:29:15.4365640Z | ^
2025-01-15T19:29:15.4366010Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4366810Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4367320Z | ^
2025-01-15T19:29:15.4367680Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4368430Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4368700Z | ^
2025-01-15T19:29:15.4373030Z c++ -fno-PIE -c -DIN_GCC_FRONTEND -O -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libcpp/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/net
bsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libbacktrace -DNETBSD_TOOLS -DTARGET_SYSTEM_ROOT=0 -DTARGET_SYSTEM_ROOT_RELOCATABLE -o objc/objc-encoding.o -MT objc/objc-encoding.o -MMD -MP -MF objc/.deps/objc-encoding.TPo /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c
2025-01-15T19:29:15.4378150Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-next-runtime-abi-02.c:2053:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4379090Z 2053 | sprintf (p, "RO_%s", dollar);
2025-01-15T19:29:15.4379260Z | ^
2025-01-15T19:29:15.4379630Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4380420Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4380930Z | ^
2025-01-15T19:29:15.4381290Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4381780Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4382050Z | ^
2025-01-15T19:29:15.4382380Z clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
2025-01-15T19:29:15.4382790Z warning: unknown warning option '-Werror=format-diag' [-Wunknown-warning-option]
2025-01-15T19:29:15.4383060Z 22 warnings generated.
2025-01-15T19:29:15.4387210Z c++ -fno-PIE -c -DIN_GCC_FRONTEND -O -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Iobjc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libcpp/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/net
bsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libbacktrace -DNETBSD_TOOLS -DTARGET_SYSTEM_ROOT=0 -DTARGET_SYSTEM_ROOT_RELOCATABLE -o objc/objc-map.o -MT objc/objc-map.o -MMD -MP -MF objc/.deps/objc-map.TPo /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-map.c
2025-01-15T19:29:15.4391590Z clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
2025-01-15T19:29:15.4392000Z warning: unknown warning option '-Werror=format-diag' [-Wunknown-warning-option]
2025-01-15T19:29:15.4392520Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c:22:
2025-01-15T19:29:15.4393140Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/coretypes.h:461:
2025-01-15T19:29:15.4393740Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/hash-table.h:594:
2025-01-15T19:29:15.4394830Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/mem-stats.h:99:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4395750Z 99 | sprintf (s, "%s:%i (%s)", get_trimmed_filename (),
2025-01-15T19:29:15.4395940Z | ^
2025-01-15T19:29:15.4396320Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4397110Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4397620Z | ^
2025-01-15T19:29:15.4397980Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4398740Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4399010Z | ^
2025-01-15T19:29:15.4399440Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c:31:
2025-01-15T19:29:15.4400050Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/c/c-tree.h:24:
2025-01-15T19:29:15.4400630Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/diagnostic.h:24:
2025-01-15T19:29:15.4401730Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:430:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4402710Z 430 | pp_scalar (pp, HOST_WIDE_INT_PRINT_DEC, i);
2025-01-15T19:29:15.4402910Z | ^
2025-01-15T19:29:15.4403300Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:329:7: note: expanded from macro 'pp_scalar'
2025-01-15T19:29:15.4403820Z 329 | sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
2025-01-15T19:29:15.4404030Z | ^
2025-01-15T19:29:15.4538390Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4539480Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4540190Z | ^
2025-01-15T19:29:15.4540560Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4541100Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4541430Z | ^
2025-01-15T19:29:15.4542370Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c:139:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4543320Z 139 | sprintf (buf, "%d@0:%d", parm_offset, i);
2025-01-15T19:29:15.4543510Z | ^
2025-01-15T19:29:15.4543890Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4544670Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4545190Z | ^
2025-01-15T19:29:15.4545550Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4546030Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4546300Z | ^
2025-01-15T19:29:15.4547230Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c:157:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4548150Z 157 | sprintf (buf, "%d", parm_offset);
2025-01-15T19:29:15.4550850Z | ^
2025-01-15T19:29:15.4551290Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4552110Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4552630Z | ^
2025-01-15T19:29:15.4552980Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4553480Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4553740Z | ^
2025-01-15T19:29:15.4554690Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c:394:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4555800Z 394 | sprintf (buffer, "[" HOST_WIDE_INT_PRINT_DEC, (HOST_WIDE_INT)0);
2025-01-15T19:29:15.4556030Z | ^
2025-01-15T19:29:15.4556410Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4557190Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4557750Z | ^
2025-01-15T19:29:15.4558110Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4558600Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4558900Z | ^
2025-01-15T19:29:15.4559870Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c:397:4: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4561590Z 397 | sprintf (buffer, "[" HOST_WIDE_INT_PRINT_DEC, (HOST_WIDE_INT)0);
2025-01-15T19:29:15.4561830Z | ^
2025-01-15T19:29:15.4562210Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4563510Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4564040Z | ^
2025-01-15T19:29:15.4564420Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4564910Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4565170Z | ^
2025-01-15T19:29:15.4566110Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c:399:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4567060Z 399 | sprintf (buffer, "[" HOST_WIDE_INT_PRINT_DEC,
2025-01-15T19:29:15.4567250Z | ^
2025-01-15T19:29:15.4567630Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4568420Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4568930Z | ^
2025-01-15T19:29:15.4569290Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4569780Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4570050Z | ^
2025-01-15T19:29:15.4570980Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c:425:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4572670Z 425 | sprintf (buffer, "![" HOST_WIDE_INT_PRINT_DEC ",%d",
2025-01-15T19:29:15.4572870Z | ^
2025-01-15T19:29:15.4573250Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4574030Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4574550Z | ^
2025-01-15T19:29:15.4575440Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4575950Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4576220Z | ^
2025-01-15T19:29:15.4577250Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c:586:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4578170Z 586 | sprintf (buffer, "b%d", width);
2025-01-15T19:29:15.4578340Z | ^
2025-01-15T19:29:15.4578710Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4579490Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4580010Z | ^
2025-01-15T19:29:15.4580360Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4580850Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4581120Z | ^
2025-01-15T19:29:15.4582600Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-encoding.c:808:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4583560Z 808 | sprintf (buffer, "b%d%c%d", position, charType, size);
2025-01-15T19:29:15.4583770Z | ^
2025-01-15T19:29:15.4584140Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4584920Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4585430Z | ^
2025-01-15T19:29:15.4585780Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4586270Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4586530Z | ^
2025-01-15T19:29:15.4586940Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/objc/objc-map.c:22:
2025-01-15T19:29:15.4587550Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/coretypes.h:461:
2025-01-15T19:29:15.4588140Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/hash-table.h:594:
2025-01-15T19:29:15.4589290Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/mem-stats.h:99:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.4590200Z 99 | sprintf (s, "%s:%i (%s)", get_trimmed_filename (),
2025-01-15T19:29:15.4590400Z | ^
2025-01-15T19:29:15.4590770Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.4591580Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.4592090Z | ^
2025-01-15T19:29:15.4593070Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.4593580Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.4593850Z | ^
2025-01-15T19:29:15.4594030Z 2 warnings generated.
2025-01-15T19:29:15.4594170Z 11 warnings generated.
2025-01-15T19:29:15.4598150Z c++ -fno-PIE -c -O -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libcpp/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetB
SD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libbacktrace -DNETBSD_TOOLS -DTARGET_SYSTEM_ROOT=0 -DTARGET_SYSTEM_ROOT_RELOCATABLE -o gcov.o -MT gcov.o -MMD -MP -MF ./.deps/gcov.TPo /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c
2025-01-15T19:29:15.4606390Z c++ -fno-PIE -c -O -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libcpp/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetB
SD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libbacktrace -DNETBSD_TOOLS -DTARGET_SYSTEM_ROOT=0 -DTARGET_SYSTEM_ROOT_RELOCATABLE -o gcov-dump.o -MT gcov-dump.o -MMD -MP -MF ./.deps/gcov-dump.TPo /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov-dump.c
2025-01-15T19:29:15.4610720Z clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
2025-01-15T19:29:15.4611180Z warning: unknown warning option '-Werror=format-diag' [-Wunknown-warning-option]
2025-01-15T19:29:15.4611580Z clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
2025-01-15T19:29:15.4611980Z warning: unknown warning option '-Werror=format-diag' [-Wunknown-warning-option]
2025-01-15T19:29:15.4612290Z 21 warnings generated.
2025-01-15T19:29:15.4722260Z c++ -fno-PIE -c -O -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libcpp/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetB
SD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libbacktrace -DNETBSD_TOOLS -DTARGET_SYSTEM_ROOT=0 -DTARGET_SYSTEM_ROOT_RELOCATABLE -o gcov-tool.o -MT gcov-tool.o -MMD -MP -MF ./.deps/gcov-tool.TPo /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov-tool.c
2025-01-15T19:29:15.4842020Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov-dump.c:21:
2025-01-15T19:29:15.4845760Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/coretypes.h:461:
2025-01-15T19:29:15.4939040Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/hash-table.h:594:
2025-01-15T19:29:15.5040960Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/mem-stats.h:99:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.5045430Z 99 | sprintf (s, "%s:%i (%s)", get_trimmed_filename (),
2025-01-15T19:29:15.5047110Z | ^
2025-01-15T19:29:15.5148170Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.5248740Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.5282320Z | ^
2025-01-15T19:29:15.5283120Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.5283970Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.5384910Z | ^
2025-01-15T19:29:15.5486090Z clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
2025-01-15T19:29:15.5586430Z warning: unknown warning option '-Werror=format-diag' [-Wunknown-warning-option]
2025-01-15T19:29:15.5702420Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov-dump.c:25:
2025-01-15T19:29:15.5803780Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/diagnostic.h:24:
2025-01-15T19:29:15.5906740Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:430:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.6009270Z 430 | pp_scalar (pp, HOST_WIDE_INT_PRINT_DEC, i);
2025-01-15T19:29:15.6110070Z | ^
2025-01-15T19:29:15.6211120Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:329:7: note: expanded from macro 'pp_scalar'
2025-01-15T19:29:15.6310600Z 329 | sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
2025-01-15T19:29:15.6436490Z | ^
2025-01-15T19:29:15.6547900Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.6649710Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.6750350Z | ^
2025-01-15T19:29:15.6851260Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.6951950Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.6993780Z | ^
2025-01-15T19:29:15.7094830Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7095600Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7096110Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7096650Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7097250Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7097750Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7098310Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7099160Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7099710Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7100520Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:496:3: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
2025-01-15T19:29:15.7101010Z 496 | _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { return do_toupper(__c); }
2025-01-15T19:29:15.7101500Z | ^
2025-01-15T19:29:15.7102760Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:874:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
2025-01-15T19:29:15.7103290Z 874 | __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
2025-01-15T19:29:15.7103640Z | ^
2025-01-15T19:29:15.7104560Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7105260Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7105780Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7106430Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7107030Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7107540Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7108100Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7108660Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7109230Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7109820Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:496:57: error: expected ';' at end of declaration list
2025-01-15T19:29:15.7113130Z 496 | _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { return do_toupper(__c); }
2025-01-15T19:29:15.7113500Z | ^
2025-01-15T19:29:15.7114140Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:498:68: error: too many arguments provided to function-like macro invocation
2025-01-15T19:29:15.7114750Z 498 | _LIBCPP_HIDE_FROM_ABI const char_type* toupper(char_type* __low, const char_type* __high) const {
2025-01-15T19:29:15.7115110Z | ^
2025-01-15T19:29:15.7115960Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
2025-01-15T19:29:15.7116350Z 146 | #define toupper(c) do_not_use_toupper_with_safe_ctype
2025-01-15T19:29:15.7116680Z | ^
2025-01-15T19:29:15.7117230Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7117770Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7118280Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7118790Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7119510Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7119950Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7120440Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7121000Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7121430Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7122000Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:504:68: error: too many arguments provided to function-like macro invocation
2025-01-15T19:29:15.7122400Z 504 | _LIBCPP_HIDE_FROM_ABI const char_type* tolower(char_type* __low, const char_type* __high) const {
2025-01-15T19:29:15.7122690Z | ^
2025-01-15T19:29:15.7123290Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
2025-01-15T19:29:15.7123600Z 148 | #define tolower(c) do_not_use_tolower_with_safe_ctype
2025-01-15T19:29:15.7123860Z | ^
2025-01-15T19:29:15.7124380Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7124860Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7125290Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7125740Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7126250Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7126680Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7127160Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7127650Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7128070Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7128690Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:575:3: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
2025-01-15T19:29:15.7129080Z 575 | _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { return do_toupper(__c); }
2025-01-15T19:29:15.7129330Z | ^
2025-01-15T19:29:15.7129850Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:874:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
2025-01-15T19:29:15.7130210Z 874 | __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
2025-01-15T19:29:15.7130480Z | ^
2025-01-15T19:29:15.7130950Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7131430Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7131850Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7132290Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7132800Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7133220Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7133700Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7134220Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7134650Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7135160Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:575:57: error: expected ';' at end of declaration list
2025-01-15T19:29:15.7135540Z 575 | _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { return do_toupper(__c); }
2025-01-15T19:29:15.7135830Z | ^
2025-01-15T19:29:15.7136390Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:577:68: error: too many arguments provided to function-like macro invocation
2025-01-15T19:29:15.7136820Z 577 | _LIBCPP_HIDE_FROM_ABI const char_type* toupper(char_type* __low, const char_type* __high) const {
2025-01-15T19:29:15.7137110Z | ^
2025-01-15T19:29:15.7137710Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
2025-01-15T19:29:15.7138020Z 146 | #define toupper(c) do_not_use_toupper_with_safe_ctype
2025-01-15T19:29:15.7138270Z | ^
2025-01-15T19:29:15.7138740Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7139200Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7139630Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7140070Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7140570Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7141000Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7141480Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7141970Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7142390Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7142960Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:583:68: error: too many arguments provided to function-like macro invocation
2025-01-15T19:29:15.7143370Z 583 | _LIBCPP_HIDE_FROM_ABI const char_type* tolower(char_type* __low, const char_type* __high) const {
2025-01-15T19:29:15.7143650Z | ^
2025-01-15T19:29:15.7144210Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
2025-01-15T19:29:15.7144520Z 148 | #define tolower(c) do_not_use_tolower_with_safe_ctype
2025-01-15T19:29:15.7144770Z | ^
2025-01-15T19:29:15.7145230Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7145700Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7146130Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7147100Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7147630Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7148130Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7148690Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7149940Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7150390Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7151100Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:683:55: error: too many arguments provided to function-like macro invocation
2025-01-15T19:29:15.7151470Z 683 | inline _LIBCPP_HIDE_FROM_ABI bool isspace(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7151750Z | ^
2025-01-15T19:29:15.7152410Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include/safe-ctype.h:140:9: note: macro 'isspace' defined here
2025-01-15T19:29:15.7152730Z 140 | #define isspace(c) do_not_use_isspace_with_safe_ctype
2025-01-15T19:29:15.7152990Z | ^
2025-01-15T19:29:15.7153470Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7153950Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7154380Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7154820Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7155340Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7155780Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7156260Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7156750Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7157190Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7157780Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:683:35: error: declaration conflicts with target of using declaration already in scope
2025-01-15T19:29:15.7158140Z 683 | inline _LIBCPP_HIDE_FROM_ABI bool isspace(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7158410Z | ^
2025-01-15T19:29:15.7158890Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h:269:1: note: target of using declaration
2025-01-15T19:29:15.7159150Z 269 | isspace(int _c)
2025-01-15T19:29:15.7159400Z | ^
2025-01-15T19:29:15.7159850Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cctype:120:9: note: using declaration
2025-01-15T19:29:15.7160160Z 120 | using ::isspace _LIBCPP_USING_IF_EXISTS;
2025-01-15T19:29:15.7160420Z | ^
2025-01-15T19:29:15.7160880Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7161350Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7161780Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7162220Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7162770Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7163200Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7163680Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7164160Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7164630Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7165120Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:683:42: error: expected ';' at end of declaration
2025-01-15T19:29:15.7165480Z 683 | inline _LIBCPP_HIDE_FROM_ABI bool isspace(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7165830Z | ^
2025-01-15T19:29:15.7166320Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:683:76: error: expected unqualified-id
2025-01-15T19:29:15.7166670Z 683 | inline _LIBCPP_HIDE_FROM_ABI bool isspace(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7166950Z | ^
2025-01-15T19:29:15.7167520Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:688:55: error: too many arguments provided to function-like macro invocation
2025-01-15T19:29:15.7167880Z 688 | inline _LIBCPP_HIDE_FROM_ABI bool isprint(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7168160Z | ^
2025-01-15T19:29:15.7168710Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include/safe-ctype.h:136:9: note: macro 'isprint' defined here
2025-01-15T19:29:15.7169030Z 136 | #define isprint(c) do_not_use_isprint_with_safe_ctype
2025-01-15T19:29:15.7169290Z | ^
2025-01-15T19:29:15.7169750Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7170220Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7170650Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7171090Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7171610Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7172040Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7172530Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7173010Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7173440Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7174030Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:688:35: error: declaration conflicts with target of using declaration already in scope
2025-01-15T19:29:15.7174390Z 688 | inline _LIBCPP_HIDE_FROM_ABI bool isprint(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7174660Z | ^
2025-01-15T19:29:15.7175130Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h:257:1: note: target of using declaration
2025-01-15T19:29:15.7175420Z 257 | isprint(int _c)
2025-01-15T19:29:15.7175680Z | ^
2025-01-15T19:29:15.7176130Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cctype:118:9: note: using declaration
2025-01-15T19:29:15.7176430Z 118 | using ::isprint _LIBCPP_USING_IF_EXISTS;
2025-01-15T19:29:15.7176680Z | ^
2025-01-15T19:29:15.7177150Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7177610Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7179210Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7179770Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7180300Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7180810Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7181310Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7181810Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7182250Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7182750Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:688:42: error: expected ';' at end of declaration
2025-01-15T19:29:15.7183120Z 688 | inline _LIBCPP_HIDE_FROM_ABI bool isprint(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7183400Z | ^
2025-01-15T19:29:15.7183890Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:688:76: error: expected unqualified-id
2025-01-15T19:29:15.7184250Z 688 | inline _LIBCPP_HIDE_FROM_ABI bool isprint(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7184560Z | ^
2025-01-15T19:29:15.7185130Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:693:55: error: too many arguments provided to function-like macro invocation
2025-01-15T19:29:15.7185490Z 693 | inline _LIBCPP_HIDE_FROM_ABI bool iscntrl(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7190920Z | ^
2025-01-15T19:29:15.7192080Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include/safe-ctype.h:128:9: note: macro 'iscntrl' defined here
2025-01-15T19:29:15.7192390Z 128 | #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype
2025-01-15T19:29:15.7192650Z | ^
2025-01-15T19:29:15.7193120Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7193600Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7194080Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7194560Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7195090Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7195610Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7196110Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7196720Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7197150Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7197760Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:693:35: error: declaration conflicts with target of using declaration already in scope
2025-01-15T19:29:15.7198120Z 693 | inline _LIBCPP_HIDE_FROM_ABI bool iscntrl(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7198390Z | ^
2025-01-15T19:29:15.7198910Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_ctype.h:232:1: note: target of using declaration
2025-01-15T19:29:15.7199280Z 232 | iscntrl(int _c)
2025-01-15T19:29:15.7199510Z | ^
2025-01-15T19:29:15.7199920Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cctype:114:9: note: using declaration
2025-01-15T19:29:15.7200920Z 114 | using ::iscntrl _LIBCPP_USING_IF_EXISTS;
2025-01-15T19:29:15.7201170Z | ^
2025-01-15T19:29:15.7201600Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov.c:39:
2025-01-15T19:29:15.7202020Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/system.h:233:
2025-01-15T19:29:15.7202410Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/map:2193:
2025-01-15T19:29:15.7202810Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/functional:526:
2025-01-15T19:29:15.7203270Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
2025-01-15T19:29:15.7203650Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/vector:325:
2025-01-15T19:29:15.7204120Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_bool.h:20:
2025-01-15T19:29:15.7204560Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__format/formatter_integral.h:35:
2025-01-15T19:29:15.7204940Z In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/locale:202:
2025-01-15T19:29:15.7205380Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__locale:693:42: error: expected ';' at end of declaration
2025-01-15T19:29:15.7205680Z 693 | inline _LIBCPP_HIDE_FROM_ABI bool iscntrl(_CharT __c, const locale& __loc) {
2025-01-15T19:29:15.7205920Z | ^
2025-01-15T19:29:15.7206190Z fatal error: too many errors emitted, stopping now [-ferror-limit=]
2025-01-15T19:29:15.7206390Z 3 warnings generated.
2025-01-15T19:29:15.7206800Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov-tool.c:28:
2025-01-15T19:29:15.7207210Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/coretypes.h:461:
2025-01-15T19:29:15.7207630Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/hash-table.h:594:
2025-01-15T19:29:15.7208570Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/mem-stats.h:99:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.7208820Z 99 | sprintf (s, "%s:%i (%s)", get_trimmed_filename (),
2025-01-15T19:29:15.7209000Z | ^
2025-01-15T19:29:15.7209460Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.7210080Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.7210270Z | ^
2025-01-15T19:29:15.7210710Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.7210990Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.7211200Z | ^
2025-01-15T19:29:15.7217920Z c++ -fno-PIE -c -O -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libcpp/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbs
d-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libbacktrace -DNETBSD_TOOLS -DTARGET_SYSTEM_ROOT=0 -DTARGET_SYSTEM_ROOT_RELOCATABLE -I. -I. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libcpp/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/Ne
tBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libbacktrace -o libgcov-util.o /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov-util.c
2025-01-15T19:29:15.7218350Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/gcov-tool.c:31:
2025-01-15T19:29:15.7218760Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/diagnostic.h:24:
2025-01-15T19:29:15.7219730Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:430:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.7219970Z 430 | pp_scalar (pp, HOST_WIDE_INT_PRINT_DEC, i);
2025-01-15T19:29:15.7220190Z | ^
2025-01-15T19:29:15.7220670Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:329:7: note: expanded from macro 'pp_scalar'
2025-01-15T19:29:15.7220930Z 329 | sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
2025-01-15T19:29:15.7221120Z | ^
2025-01-15T19:29:15.7221570Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.7222130Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.7222350Z | ^
2025-01-15T19:29:15.7222780Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.7223060Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.7223320Z | ^
2025-01-15T19:29:15.7223670Z clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
2025-01-15T19:29:15.7223860Z 3 warnings generated.
2025-01-15T19:29:15.7224160Z warning: unknown warning option '-Werror=format-diag' [-Wunknown-warning-option]
2025-01-15T19:29:15.7230400Z c++ -fno-PIE -c -O -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libcpp/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbs
d-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libbacktrace -DNETBSD_TOOLS -DTARGET_SYSTEM_ROOT=0 -DTARGET_SYSTEM_ROOT_RELOCATABLE -I. -I. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/. -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libcpp/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/Ne
tBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/include -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libdecnumber/dpd -I../libdecnumber -I/Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libbacktrace \
2025-01-15T19:29:15.7230900Z -DIN_GCOV_TOOL=1 -o libgcov-driver-tool.o /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov-driver.c
2025-01-15T19:29:15.7231140Z 1 warning and 20 errors generated.
2025-01-15T19:29:15.7231340Z nbgmake[1]: *** [gcov.o] Error 1
2025-01-15T19:29:15.7231560Z nbgmake[1]: *** Waiting for unfinished jobs....
2025-01-15T19:29:15.7231890Z clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
2025-01-15T19:29:15.7283700Z warning: unknown warning option '-Werror=format-diag' [-Wunknown-warning-option]
2025-01-15T19:29:15.7370320Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov-util.c:30:
2025-01-15T19:29:15.7371140Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov.h:113:
2025-01-15T19:29:15.7371730Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/coretypes.h:461:
2025-01-15T19:29:15.7372170Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/hash-table.h:594:
2025-01-15T19:29:15.7373140Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/mem-stats.h:99:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.7373330Z 99 | sprintf (s, "%s:%i (%s)", get_trimmed_filename (),
2025-01-15T19:29:15.7373460Z | ^
2025-01-15T19:29:15.7373880Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.7374420Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.7374560Z | ^
2025-01-15T19:29:15.7374950Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.7375180Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.7375330Z | ^
2025-01-15T19:29:15.7797650Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov-util.c:32:
2025-01-15T19:29:15.7798470Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/diagnostic.h:24:
2025-01-15T19:29:15.7799430Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:430:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.7799620Z 430 | pp_scalar (pp, HOST_WIDE_INT_PRINT_DEC, i);
2025-01-15T19:29:15.7799750Z | ^
2025-01-15T19:29:15.7800180Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/pretty-print.h:329:7: note: expanded from macro 'pp_scalar'
2025-01-15T19:29:15.7800420Z 329 | sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
2025-01-15T19:29:15.7800550Z | ^
2025-01-15T19:29:15.7800950Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.7801460Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.7801590Z | ^
2025-01-15T19:29:15.7801990Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.7802410Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.7802570Z | ^
2025-01-15T19:29:15.8019050Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov-driver.c:26:
2025-01-15T19:29:15.8019900Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov.h:113:
2025-01-15T19:29:15.8020290Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/coretypes.h:461:
2025-01-15T19:29:15.8020870Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/hash-table.h:594:
2025-01-15T19:29:15.8021870Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/mem-stats.h:99:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.8022070Z 99 | sprintf (s, "%s:%i (%s)", get_trimmed_filename (),
2025-01-15T19:29:15.8022210Z | ^
2025-01-15T19:29:15.8022610Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.8023150Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.8023280Z | ^
2025-01-15T19:29:15.8023670Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.8023900Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.8024060Z | ^
2025-01-15T19:29:15.8464620Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov-driver.c:172:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.8565450Z 172 | sprintf (buffer, "(unknown)");
2025-01-15T19:29:15.8586410Z | ^
2025-01-15T19:29:15.8586890Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.8587500Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.8587640Z | ^
2025-01-15T19:29:15.8588040Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.8588280Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.8588440Z | ^
2025-01-15T19:29:15.8589380Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov-driver.c:177:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.8589560Z 177 | sprintf (buffer, "%u.%u (%s)", major, minor,
2025-01-15T19:29:15.8589950Z | ^
2025-01-15T19:29:15.8590370Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.8590890Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.8591030Z | ^
2025-01-15T19:29:15.8591420Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.8591640Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.8591890Z | ^
2025-01-15T19:29:15.8592320Z In file included from /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov-driver.c:214:
2025-01-15T19:29:15.8593360Z /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc/../../external/gpl3/gcc/dist/gcc/../libgcc/libgcov-driver-system.c:161:8: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
2025-01-15T19:29:15.8593550Z 161 | sprintf (buffer, "%d", getpid ());
2025-01-15T19:29:15.8593680Z | ^
2025-01-15T19:29:15.8594080Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:274:1: note: 'sprintf' has been explicitly marked deprecated here
2025-01-15T19:29:15.8594590Z 274 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
2025-01-15T19:29:15.8594720Z | ^
2025-01-15T19:29:15.8595100Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg'
2025-01-15T19:29:15.8595320Z 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
2025-01-15T19:29:15.8595470Z | ^
2025-01-15T19:29:15.8595610Z 3 warnings generated.
2025-01-15T19:29:15.9506500Z 5 warnings generated.
2025-01-15T19:29:15.9522560Z rm gcc.pod
2025-01-15T19:29:15.9523000Z nbgmake[1]: Leaving directory `/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tools/gcc/build/gcc'
2025-01-15T19:29:15.9539940Z nbgmake: *** [all-gcc] Error 2
2025-01-15T19:29:15.9559300Z
2025-01-15T19:29:15.9559560Z *** Failed target: .build_done
2025-01-15T19:29:15.9559770Z *** Failed commands:
2025-01-15T19:29:15.9559970Z @(cd build && ${BUILD_COMMAND} ${ALL_TARGET})
2025-01-15T19:29:15.9573040Z => @(cd build && /usr/bin/env -i gcc_cv_libc_provides_ssp=yes gcc_cv_as_sparc_gotdata_op=no AR=ar AWK=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbawk CC=cc CFLAGS=-O\ -O2\ -no-cpp-precomp CONFIG_SHELL=/bin/sh CPPFLAGS= CXX=c++ CXXFLAGS=-O INSTALL=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/aarch64--netbsd-install\ -c\ -p\ -r LDFLAGS= LEX=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nblex FLEX=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nblex M4=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbm4 MAKE=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbgmake PATH="/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin:$PATH" RANLIB=ranlib YACC=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/too
ldir.Darwin-24.2.0-arm64/bin/nbyacc MACHINE= MAKEINFO=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmakeinfo LIBGCC= LIBGCC1= LIBGCC1_TEST= LIBGCC2= INSTALL_LIBGCC= EXTRA_PARTS= CPPFLAGS=-DNETBSD_TOOLS\ -DTARGET_SYSTEM_ROOT=0\ \ -DTARGET_SYSTEM_ROOT_RELOCATABLE AR=ar RANLIB=ranlib BISON=true DESTDIR= INSTALL=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/aarch64--netbsd-install\ -c\ -p\ -r /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbgmake -j 3 -e MACHINE= MAKEINFO=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmakeinfo LIBGCC= LIBGCC1= LIBGCC1_TEST= LIBGCC2= INSTALL_LIBGCC= EXTRA_PARTS= CPPFLAGS=-DNETBSD_TOOLS\ -DTARGET_SYSTEM_ROOT=0\ \ -DTARGET_SYSTEM_ROOT_RELOCATABLE AR=ar RANLIB=ranlib BISON=true DESTDIR= INSTALL=/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/aarch64--netbsd-install\ -c\ -p\ -r
all-gcc)
2025-01-15T19:29:15.9578840Z @if [ ! -f $@ ] || [ -n "$$(find build -type f -newer .build_done -print)" ]; then touch $@; fi
2025-01-15T19:29:15.9579290Z => @if [ ! -f .build_done ] || [ -n "$(find build -type f -newer .build_done -print)" ]; then touch .build_done; fi
2025-01-15T19:29:15.9579720Z *** [.build_done] Error code 2
2025-01-15T19:29:15.9579930Z
2025-01-15T19:29:15.9580100Z nbmake[3]: stopped in /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc
2025-01-15T19:29:15.9580350Z 1 error
2025-01-15T19:29:15.9580420Z
2025-01-15T19:29:15.9580580Z nbmake[3]: stopped in /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc
2025-01-15T19:29:15.9580810Z
2025-01-15T19:29:15.9580960Z nbmake[2]: stopped in /Users/runner/work/netbsd-src/netbsd-src/src/tools/gcc
2025-01-15T19:29:15.9587290Z
2025-01-15T19:29:15.9587510Z *** Failed target: dependall-gcc
2025-01-15T19:29:15.9591270Z *** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget gcc dependall
2025-01-15T19:29:15.9592450Z *** Error code 2
2025-01-15T19:29:15.9592540Z
2025-01-15T19:29:15.9592580Z Stop.
2025-01-15T19:29:15.9592790Z nbmake[1]: stopped in /Users/runner/work/netbsd-src/netbsd-src/src/tools
2025-01-15T19:29:15.9603730Z
2025-01-15T19:29:15.9603910Z *** Failed target: build_install
2025-01-15T19:29:15.9604090Z *** Failed commands:
2025-01-15T19:29:15.9604280Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1}:C/^/dependall-/}
2025-01-15T19:29:15.9606070Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-host-mkdep dependall-compat dependall-binstall dependall-date
2025-01-15T19:29:15.9607470Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1}:C/^/install-/}
2025-01-15T19:29:15.9608890Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-host-mkdep install-compat install-binstall install-date
2025-01-15T19:29:15.9610150Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11}:C/^/dependall-/}
2025-01-15T19:29:15.9611440Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-mktemp
2025-01-15T19:29:15.9612650Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11}:C/^/install-/}
2025-01-15T19:29:15.9614010Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-mktemp
2025-01-15T19:29:15.9615150Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111}:C/^/dependall-/}
2025-01-15T19:29:15.9616360Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-sed
2025-01-15T19:29:15.9617500Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111}:C/^/install-/}
2025-01-15T19:29:15.9618650Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-sed
2025-01-15T19:29:15.9619820Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111}:C/^/dependall-/}
2025-01-15T19:29:15.9621370Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-genassym dependall-cap_mkdb dependall-crunchgen dependall-ctags dependall-gencat dependall-hexdump dependall-makewhatis dependall-mtree dependall-nbperf
2025-01-15T19:29:15.9623050Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111}:C/^/install-/}
2025-01-15T19:29:15.9624510Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-genassym install-cap_mkdb install-crunchgen install-ctags install-gencat install-hexdump install-makewhatis install-mtree install-nbperf
2025-01-15T19:29:15.9626180Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111}:C/^/dependall-/}
2025-01-15T19:29:15.9627610Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-uudecode dependall-cat dependall-rpcgen dependall-join dependall-lorder dependall-m4 dependall-mkdep dependall-tsort
2025-01-15T19:29:15.9629560Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111}:C/^/install-/}
2025-01-15T19:29:15.9631070Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-uudecode install-cat install-rpcgen install-join install-lorder install-m4 install-mkdep install-tsort
2025-01-15T19:29:15.9632440Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111}:C/^/dependall-/}
2025-01-15T19:29:15.9633580Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-yacc
2025-01-15T19:29:15.9634700Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111}:C/^/install-/}
2025-01-15T19:29:15.9635800Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-yacc
2025-01-15T19:29:15.9636920Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111}:C/^/dependall-/}
2025-01-15T19:29:15.9638040Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-awk
2025-01-15T19:29:15.9639240Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111}:C/^/install-/}
2025-01-15T19:29:15.9640350Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-awk
2025-01-15T19:29:15.9641530Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111}:C/^/dependall-/}
2025-01-15T19:29:15.9642700Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-lex dependall-xz-include
2025-01-15T19:29:15.9643900Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111}:C/^/install-/}
2025-01-15T19:29:15.9645120Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-lex install-xz-include
2025-01-15T19:29:15.9646280Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9647800Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-grep dependall-xz-lib dependall-pax
2025-01-15T19:29:15.9649040Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111}:C/^/install-/}
2025-01-15T19:29:15.9650250Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-grep install-xz-lib install-pax
2025-01-15T19:29:15.9651420Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9652600Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-libprop
2025-01-15T19:29:15.9653740Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111}:C/^/install-/}
2025-01-15T19:29:15.9654880Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-libprop
2025-01-15T19:29:15.9656080Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9657210Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-texinfo
2025-01-15T19:29:15.9658370Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111}:C/^/install-/}
2025-01-15T19:29:15.9659690Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-texinfo
2025-01-15T19:29:15.9660840Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9661970Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-tic
2025-01-15T19:29:15.9663090Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111}:C/^/install-/}
2025-01-15T19:29:15.9664180Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-tic
2025-01-15T19:29:15.9665370Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9666510Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-gmake
2025-01-15T19:29:15.9667640Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111}:C/^/install-/}
2025-01-15T19:29:15.9668810Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-gmake
2025-01-15T19:29:15.9670070Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9671370Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-gmp
2025-01-15T19:29:15.9672610Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111}:C/^/install-/}
2025-01-15T19:29:15.9673830Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-gmp
2025-01-15T19:29:15.9675000Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9677270Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-mpfr
2025-01-15T19:29:15.9678480Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9679630Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-mpfr
2025-01-15T19:29:15.9680810Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9681990Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-mpc
2025-01-15T19:29:15.9683310Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9684540Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-mpc
2025-01-15T19:29:15.9685780Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9687120Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-binutils
2025-01-15T19:29:15.9688450Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9690150Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-binutils
2025-01-15T19:29:15.9691420Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9692580Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-gcc
2025-01-15T19:29:15.9693720Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9694860Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-gcc
2025-01-15T19:29:15.9695990Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9697190Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-dbsym dependall-mdsetimage
2025-01-15T19:29:15.9698490Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9699670Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-dbsym install-mdsetimage
2025-01-15T19:29:15.9700850Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9702110Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-elftoolchain
2025-01-15T19:29:15.9703250Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9704510Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-elftoolchain
2025-01-15T19:29:15.9705630Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9706740Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-libctf
2025-01-15T19:29:15.9707840Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9708950Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-libctf
2025-01-15T19:29:15.9710080Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9711730Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-ctfconvert dependall-ctfmerge dependall-asn1_compile dependall-cksum dependall-compile_et dependall-db dependall-file dependall-lint1 dependall-slc dependall-makefs dependall-sortinfo
2025-01-15T19:29:15.9713250Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9714720Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-ctfconvert install-ctfmerge install-asn1_compile install-cksum install-compile_et install-db install-file install-lint1 install-slc install-makefs install-sortinfo
2025-01-15T19:29:15.9716230Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9717560Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-menuc dependall-mkcsmapper dependall-mkesdb dependall-mklocale dependall-mknod dependall-msgc
2025-01-15T19:29:15.9718910Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9720210Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-menuc install-mkcsmapper install-mkesdb install-mklocale install-mknod install-msgc
2025-01-15T19:29:15.9721500Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9722640Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-disklabel dependall-gpt
2025-01-15T19:29:15.9723780Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9724940Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-disklabel install-gpt
2025-01-15T19:29:15.9726120Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9727270Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-paxctl
2025-01-15T19:29:15.9728410Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9729600Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-paxctl
2025-01-15T19:29:15.9730730Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9731870Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-fdisk
2025-01-15T19:29:15.9733010Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9734110Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-fdisk
2025-01-15T19:29:15.9735210Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9736600Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-installboot dependall-pwd_mkdb dependall-strfile dependall-sunlabel dependall-vgrind dependall-zic dependall-stat
2025-01-15T19:29:15.9737960Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U111111111111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9739290Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-installboot install-pwd_mkdb install-strfile install-sunlabel install-vgrind install-zic install-stat
2025-01-15T19:29:15.9740610Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9741950Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-config dependall-xz-bin dependall-groff dependall-mandoc dependall-mkubootimage dependall-libfdt
2025-01-15T19:29:15.9743290Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U1111111111111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9744580Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-config install-xz-bin install-groff install-mandoc install-mkubootimage install-libfdt
2025-01-15T19:29:15.9746040Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111111111111111}:C/^/dependall-/}
2025-01-15T19:29:15.9747280Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . dependall-dtc dependall-cvslatest
2025-01-15T19:29:15.9748460Z ${MAKEDIRTARGET} . ${SUBDIR_GROUP.${:U11111111111111111111111111111}:C/^/install-/}
2025-01-15T19:29:15.9749650Z => @_makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools" ;; *) this="${dir}/"; real="/Users/runner/work/netbsd-src/netbsd-src/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /Users/runner/work/netbsd-src/netbsd-src/NetBSD.O/tooldir.Darwin-24.2.0-arm64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-dtc install-cvslatest
2025-01-15T19:29:15.9750700Z 1 error
2025-01-15T19:29:15.9750760Z
2025-01-15T19:29:15.9750840Z ERROR: Failed to make build_install in "tools"
2025-01-15T19:29:15.9750980Z
2025-01-15T19:29:15.9751020Z *** BUILD ABORTED ***
2025-01-15T19:29:15.9751160Z *** [build_install] Error code 1
2025-01-15T19:29:15.9751260Z
2025-01-15T19:29:15.9751380Z nbmake: stopped in /Users/runner/work/netbsd-src/netbsd-src/src/tools
2025-01-15T19:29:15.9751570Z
2025-01-15T19:29:15.9751690Z nbmake: stopped in /Users/runner/work/netbsd-src/netbsd-src/src/tools
2025-01-15T19:29:15.9762840Z ##[error]Process completed with exit code 1.
2025-01-15T19:29:15.9851370Z Post job cleanup.
2025-01-15T19:29:16.2563820Z [command]/opt/homebrew/bin/git version
2025-01-15T19:29:16.2838120Z git version 2.47.1
2025-01-15T19:29:16.2874380Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/8d0368a8-4fd7-474d-a374-7e2fa20593af/.gitconfig'
2025-01-15T19:29:16.2880710Z Temporarily overriding HOME='/Users/runner/work/_temp/8d0368a8-4fd7-474d-a374-7e2fa20593af' before making global git config changes
2025-01-15T19:29:16.2881260Z Adding repository directory to the temporary git global config as a safe directory
2025-01-15T19:29:16.2884300Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/netbsd-src/netbsd-src/src
2025-01-15T19:29:16.2978950Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-01-15T19:29:16.3050160Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-01-15T19:29:16.4386780Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-01-15T19:29:16.4409770Z http.https://github.com/.extraheader
2025-01-15T19:29:16.4411040Z [command]/opt/homebrew/bin/git config --local --unset-all http.https://github.com/.extraheader
2025-01-15T19:29:16.4440240Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-01-15T19:29:16.5202360Z Cleaning up orphan processes
>How-To-Repeat:
Checkout a fresh copy on NetBSD on a macOS 15 system, e.g. a Github runner.
>Fix:
>Audit-Trail:
From: Harold Gutch <logix@foobar.franken.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: toolchain/58999: ./build.sh fails on recent macOS
Date: Thu, 16 Jan 2025 15:49:41 +0100
Hi,
the subject says "recent macOS" but the Description and How-To-Repeat
both talk about GitHub runners. Do you know if this also happens on a
plain macOS 15? I am just wondering if this is specific to something
to GitHub runners or not. And if you have the XCode / XCode
commandline tools version available, that would be useful too.
I don't have an easy way of verifying this myself for now, I'd have to
see if I have access to a sufficiently new macOS+Xcode.
Harold
From: Keve <netbsd@muk.phoenix-advice.nl>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: toolchain/58999: ./build.sh fails on recent macOS
Date: Thu, 16 Jan 2025 19:56:26 +0100
--Apple-Mail=_7A50AF6F-4F8B-4330-9949-DC94C40E43EF
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=utf-8
Hi Harold,=20
Below is the email exchange I had with Robert Swindells, who asked me to =
report it in gnats.
There error was originally on my MacBook Pro/2019, Intel, macOS 15.2.
I reproduced it on a =E2=80=9Cclean=E2=80=9D environment at GitHub, so =
you guys can have a look at it.
On my machine the Xcode command line tools is=20
package-id: com.apple.pkg.CLTools_Executables
version: 16.2.0.0.1.1733547573
volume: /
location: /
install-time: 1734092853
Cheers,
Keve
I can reproduce the error on a GitHub runner. Here is the action:=20
https://github.com/kevemueller/netbsd-src/actions/runs/12795484800
After checking out a branch (default netbsd-10) I am running=20
=3D=3D=3D> build.sh command: ./build.sh -U -u -j4 -D =
/Users/runner/work/netbsd-src/netbsd-src/NetBSD.D -M =
/Users/runner/work/netbsd-src/netbsd-src/NetBSD.M -O =
/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O -m evbarm -a aarch64 =
tools
This succeeds on Ubuntu24.04 & macOS 13, but fails on macOS 15.
The build log is at=20
=
https://productionresultssa6.blob.core.windows.net/actions-results/10ea05d=
a-da30-440c-beaa-6c7be665fd1e/workflow-job-run-a5a27f24-6fa1-5f22-6f3b-3e7=
811e676a9/logs/job/job-logs.txt?rsct=3Dtext%2Fplain&se=3D2025-01-15T19%3A4=
1%3A49Z&sig=3DXq%2Fq%2FNiTCS3RzCwq%2FMztdCdihZJWyumDv4fPw5nV4tk%3D&ske=3D2=
025-01-16T05%3A39%3A31Z&skoid=3Dca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=3D=
b&skt=3D2025-01-15T17%3A39%3A31Z&sktid=3D398a6654-997b-47e9-b12b-9515b896b=
4de&skv=3D2024-11-04&sp=3Dr&spr=3Dhttps&sr=3Db&st=3D2025-01-15T19%3A31%3A4=
4Z&sv=3D2024-11-04
The error is during the compilation of gcc, it was the same on my =
environment when I tried yesterday. I am using macOS 15.2 on Intel. The =
runner is macOS 15.2 on Apple Silicon (aarch64).
I don=E2=80=99t think that you can trigger runs in my environment, but =
you can certainly use the Github Action. It is very simple and can be =
found at=20
=
https://github.com/kevemueller/netbsd-src/blob/trunk/.github/workflows/bui=
ld.yaml
Once you check that into your default branch, you can go to the Actions =
tab and trigger a run against any ref.
> On 16 Jan 2025, at 15:50, Harold Gutch via gnats =
<gnats-admin@NetBSD.org> wrote:
>=20
> The following reply was made to PR toolchain/58999; it has been noted =
by GNATS.
>=20
> From: Harold Gutch <logix@foobar.franken.de>
> To: gnats-bugs@NetBSD.org
> Cc:=20
> Subject: Re: toolchain/58999: ./build.sh fails on recent macOS
> Date: Thu, 16 Jan 2025 15:49:41 +0100
>=20
> Hi,
>=20
> the subject says "recent macOS" but the Description and How-To-Repeat
> both talk about GitHub runners. Do you know if this also happens on a
> plain macOS 15? I am just wondering if this is specific to something
> to GitHub runners or not. And if you have the XCode / XCode
> commandline tools version available, that would be useful too.
>=20
> I don't have an easy way of verifying this myself for now, I'd have to
> see if I have access to a sufficiently new macOS+Xcode.
>=20
>=20
> Harold
>=20
--Apple-Mail=_7A50AF6F-4F8B-4330-9949-DC94C40E43EF
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=utf-8
<html><head><meta http-equiv=3D"content-type" content=3D"text/html; =
charset=3Dutf-8"></head><body style=3D"overflow-wrap: break-word; =
-webkit-nbsp-mode: space; line-break: after-white-space;">Hi =
Harold, <div><br></div><div>Below is the email exchange I had with =
Robert Swindells, who asked me to report it in =
gnats.</div><div><br></div><div>There error was originally on my MacBook =
Pro/2019, Intel, macOS 15.2.</div><div>I reproduced it on a =E2=80=9Cclean=
=E2=80=9D environment at GitHub, so you guys can have a look at =
it.</div><div>On my machine the Xcode command line tools =
is </div><div><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-stretch: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><span =
style=3D"font-variant-ligatures: no-common-ligatures">package-id: =
com.apple.pkg.CLTools_Executables</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-stretch: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures">version: 16.2.0.0.1.1733547573</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-stretch: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures">volume: /</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-stretch: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures">location: /</span></p>
<p style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-stretch: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><span style=3D"font-variant-ligatures: =
no-common-ligatures">install-time: 1734092853</span></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-stretch: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;"><br></p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-stretch: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: =
normal;">Cheers,</p><p style=3D"margin: 0px; font-style: normal; =
font-variant-caps: normal; font-stretch: normal; font-size: 11px; =
line-height: normal; font-family: Menlo; font-size-adjust: none; =
font-kerning: auto; font-variant-alternates: normal; =
font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: normal;"><br></p><p =
style=3D"margin: 0px; font-style: normal; font-variant-caps: normal; =
font-stretch: normal; font-size: 11px; line-height: normal; font-family: =
Menlo; font-size-adjust: none; font-kerning: auto; =
font-variant-alternates: normal; font-variant-ligatures: normal; =
font-variant-numeric: normal; font-variant-east-asian: normal; =
font-variant-position: normal; font-variant-emoji: normal; =
font-feature-settings: normal; font-optical-sizing: auto; =
font-variation-settings: normal;">Keve</p><p style=3D"margin: 0px; =
font-style: normal; font-variant-caps: normal; font-stretch: normal; =
font-size: 11px; line-height: normal; font-family: Menlo; =
font-size-adjust: none; font-kerning: auto; font-variant-alternates: =
normal; font-variant-ligatures: normal; font-variant-numeric: normal; =
font-variant-east-asian: normal; font-variant-position: normal; =
font-variant-emoji: normal; font-feature-settings: normal; =
font-optical-sizing: auto; font-variation-settings: =
normal;"><br></p></div><div><br></div><div>I can reproduce the error on =
a GitHub runner. Here is the action: <br><a =
href=3D"https://github.com/kevemueller/netbsd-src/actions/runs/12795484800=
">https://github.com/kevemueller/netbsd-src/actions/runs/12795484800</a><b=
r><br>After checking out a branch (default netbsd-10) I am =
running <br>=3D=3D=3D> build.sh command: =
./build.sh -U -u -j4 -D =
/Users/runner/work/netbsd-src/netbsd-src/NetBSD.D -M =
/Users/runner/work/netbsd-src/netbsd-src/NetBSD.M -O =
/Users/runner/work/netbsd-src/netbsd-src/NetBSD.O -m evbarm -a aarch64 =
tools<br><br>This succeeds on Ubuntu24.04 & macOS 13, but fails on =
macOS 15.<br>The build log is at <br><a =
href=3D"https://productionresultssa6.blob.core.windows.net/actions-results=
/10ea05da-da30-440c-beaa-6c7be665fd1e/workflow-job-run-a5a27f24-6fa1-5f22-=
6f3b-3e7811e676a9/logs/job/job-logs.txt?rsct=3Dtext%2Fplain&se=3D2025-=
01-15T19%3A41%3A49Z&sig=3DXq%2Fq%2FNiTCS3RzCwq%2FMztdCdihZJWyumDv4fPw5=
nV4tk%3D&ske=3D2025-01-16T05%3A39%3A31Z&skoid=3Dca7593d4-ee42-46cd=
-af88-8b886a2f84eb&sks=3Db&skt=3D2025-01-15T17%3A39%3A31Z&skti=
d=3D398a6654-997b-47e9-b12b-9515b896b4de&skv=3D2024-11-04&sp=3Dr&a=
mp;spr=3Dhttps&sr=3Db&st=3D2025-01-15T19%3A31%3A44Z&sv=3D2024-=
11-04">https://productionresultssa6.blob.core.windows.net/actions-results/=
10ea05da-da30-440c-beaa-6c7be665fd1e/workflow-job-run-a5a27f24-6fa1-5f22-6=
f3b-3e7811e676a9/logs/job/job-logs.txt?rsct=3Dtext%2Fplain&se=3D2025-0=
1-15T19%3A41%3A49Z&sig=3DXq%2Fq%2FNiTCS3RzCwq%2FMztdCdihZJWyumDv4fPw5n=
V4tk%3D&ske=3D2025-01-16T05%3A39%3A31Z&skoid=3Dca7593d4-ee42-46cd-=
af88-8b886a2f84eb&sks=3Db&skt=3D2025-01-15T17%3A39%3A31Z&sktid=
=3D398a6654-997b-47e9-b12b-9515b896b4de&skv=3D2024-11-04&sp=3Dr&am=
p;spr=3Dhttps&sr=3Db&st=3D2025-01-15T19%3A31%3A44Z&sv=3D2024-1=
1-04</a><br><br>The error is during the compilation of gcc, it was the =
same on my environment when I tried yesterday. I am using macOS 15.2 on =
Intel. The runner is macOS 15.2 on Apple Silicon (aarch64).<br><br>I =
don=E2=80=99t think that you can trigger runs in my environment, but you =
can certainly use the Github Action. It is very simple and can be found =
at <br><a =
href=3D"https://github.com/kevemueller/netbsd-src/blob/trunk/.github/workf=
lows/build.yaml">https://github.com/kevemueller/netbsd-src/blob/trunk/.git=
hub/workflows/build.yaml</a><br>Once you check that into your default =
branch, you can go to the Actions tab and trigger a run against any =
ref.<br><div><br></div><div><br></div><div><br><blockquote =
type=3D"cite"><div>On 16 Jan 2025, at 15:50, Harold Gutch via gnats =
<gnats-admin@NetBSD.org> wrote:</div><br =
class=3D"Apple-interchange-newline"><div><div>The following reply was =
made to PR toolchain/58999; it has been noted by GNATS.<br><br>From: =
Harold Gutch <logix@foobar.franken.de><br>To: =
gnats-bugs@NetBSD.org<br>Cc: <br>Subject: Re: toolchain/58999: =
./build.sh fails on recent macOS<br>Date: Thu, 16 Jan 2025 15:49:41 =
+0100<br><br> Hi,<br><br> the subject says "recent macOS" but the =
Description and How-To-Repeat<br> both talk about GitHub runners. =
Do you know if this also happens on a<br> plain macOS 15? I =
am just wondering if this is specific to something<br> to GitHub runners =
or not. And if you have the XCode / XCode<br> commandline tools =
version available, that would be useful too.<br><br> I don't have an =
easy way of verifying this myself for now, I'd have to<br> see if I have =
access to a sufficiently new macOS+Xcode.<br><br><br> =
Harold<br><br></div></div></blockquote></div><br></div></body>=
</html>=
--Apple-Mail=_7A50AF6F-4F8B-4330-9949-DC94C40E43EF--
From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: toolchain/58999: ./build.sh fails on recent macOS
Date: Thu, 16 Jan 2025 20:04:02 +0100
Christof Badura pointed out that this is a known gcc bug fixed in newer
versions:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
We need to apply simmilar patches to the gcc 12 in -current and the
gcc-10 in netbsd-10.
Martin
From: Harold Gutch <logix@foobar.franken.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: toolchain/58999: ./build.sh fails on recent macOS
Date: Fri, 17 Jan 2025 11:02:41 +0100
--6lCXDTVICvIQMz0h
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi,
the gcc in current seems to already include that patch so that
shouldn't fail like this (except for vax which uses gcc.old).
As you put "netbsd-10" under "Release" I guess that is where you are
trying this - can you test if the attached patch fixes this for you?
thanks,
Harold
--6lCXDTVICvIQMz0h
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="pr58999_netbsd-10.patch"
--- src/external/gpl3/gcc/dist/gcc/system.h.orig
+++ src/external/gpl3/gcc/dist/gcc/system.h
@@ -200,27 +200,8 @@ extern int fprintf_unlocked (FILE *, const char *, ...);
#undef fread_unlocked
#undef fwrite_unlocked
-/* Include <string> before "safe-ctype.h" to avoid GCC poisoning
- the ctype macros through safe-ctype.h */
-
-#ifdef __cplusplus
-#ifdef INCLUDE_STRING
-# include <string>
-#endif
-#endif
-
-/* There are an extraordinary number of issues with <ctype.h>.
- The last straw is that it varies with the locale. Use libiberty's
- replacement instead. */
-#include "safe-ctype.h"
-
-#include <sys/types.h>
-
-#include <errno.h>
-
-#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO
-extern int errno;
-#endif
+/* Include C++ standard headers before "safe-ctype.h" to avoid GCC
+ poisoning the ctype macros through safe-ctype.h */
#ifdef __cplusplus
#if defined (INCLUDE_ALGORITHM) || !defined (HAVE_SWAP_IN_UTILITY)
@@ -235,6 +216,9 @@ extern int errno;
#ifdef INCLUDE_SET
# include <set>
#endif
+#ifdef INCLUDE_STRING
+# include <string>
+#endif
#ifdef INCLUDE_VECTOR
# include <vector>
#endif
@@ -243,6 +227,19 @@ extern int errno;
# include <utility>
#endif
+/* There are an extraordinary number of issues with <ctype.h>.
+ The last straw is that it varies with the locale. Use libiberty's
+ replacement instead. */
+#include "safe-ctype.h"
+
+#include <sys/types.h>
+
+#include <errno.h>
+
+#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO
+extern int errno;
+#endif
+
/* Some of glibc's string inlines cause warnings. Plus we'd rather
rely on (and therefore test) GCC's string builtins. */
#define __NO_STRING_INLINES
--- src/external/gpl3/gcc/dist/libcc1/libcc1plugin.cc.orig
+++ src/external/gpl3/gcc/dist/libcc1/libcc1plugin.cc
@@ -31,6 +31,8 @@
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
+#define INCLUDE_MEMORY
+#define INCLUDE_VECTOR
#include "gcc-plugin.h"
#include "system.h"
#include "coretypes.h"
--- src/external/gpl3/gcc/dist/libcc1/libcp1plugin.cc.orig
+++ src/external/gpl3/gcc/dist/libcc1/libcp1plugin.cc
@@ -32,6 +32,8 @@
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
+#define INCLUDE_MEMORY
+#define INCLUDE_VECTOR
#include "gcc-plugin.h"
#include "system.h"
#include "coretypes.h"
--6lCXDTVICvIQMz0h--
(Contact us)
$NetBSD: query-full-pr,v 1.47 2022/09/11 19:34:41 kim Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2025
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.