-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorlibcIssues related to libzigc and Zig's vendored libc code.Issues related to libzigc and Zig's vendored libc code.os-netbsd
Milestone
Description
Trying to compile TSan fails with:
$ zig build-exe test.zig -target x86_64-netbsd -fsanitize-thread
error: sub-compilation of libtsan failed
stage3/lib/zig/libc/include/generic-netbsd/sys/lua.h:38:10: note: 'lua.h' file not found with <angled> include; use "quotes" instead
#include <lua.h> /* for lua_State */
^
stage3/lib/zig/libtsan/sanitizer_common/sanitizer_platform_limits_netbsd.cpp:50:10: note: in file included from stage3/lib/zig/libtsan/sanitizer_common/sanitizer_platform_limits_netbsd.cpp:50:
#include <sys/lua.h>
^
stage3/lib/zig/libtsan/sanitizer_common/sanitizer_platform_limits_netbsd.cpp:94:10: note: 'sys/soundcard.h' file not found
#include <sys/soundcard.h>
^~~~~~~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorlibcIssues related to libzigc and Zig's vendored libc code.Issues related to libzigc and Zig's vendored libc code.os-netbsd