Opened 17 months ago

Last modified 14 months ago

#66590 closed defect

zig @0.10.0_0 : Failed to build zig - command execution failed — at Version 1

Reported by: dfousek Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: Cc:
Port: zig

Description (last modified by dfousek)

:info:build [100%] Linking CXX executable zig2
:info:build /opt/local/bin/cmake -E cmake_link_script CMakeFiles/zig2.dir/link.txt --verbose=ON
:info:build /opt/local/bin/clang++-mp-15 -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -arch x86_64 -mmacosx-version-min=1$
:info:build ld: warning: directory not found for option '-L/opt/local/share/cmake/Modules'
:info:build Undefined symbols for architecture x86_64:
:info:build   "___ulock_wait2", referenced from:
:info:build       _std.Thread.Futex.DarwinImpl.wait in zig2.o
:info:build   "__availability_version_check", referenced from:
:info:build       ___isPlatformVersionAtLeast in zig2.o
:info:build   "_posix_spawn_file_actions_addchdir_np", referenced from:
:info:build       _posix_spawn.Actions.chdirZ in zig2.o
:info:build   "_posix_spawn_file_actions_addfchdir_np", referenced from:
:info:build       _posix_spawn.Actions.fchdir in zig2.o
:info:build ld: symbol(s) not found for architecture x86_64
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make[2]: *** [zig2] Error 1

Change History (1)

comment:1 Changed 17 months ago by dfousek

Description: modified (diff)
Summary: Failed to build zig: command execution failedzig @0.10.0_0 : Failed to build zig - command execution failed
Note: See TracTickets for help on using tickets.