Opened 2 years ago

Closed 13 months ago

#64658 closed defect (fixed)

zig @0.9.0 undefined symbols __availability_version_check, _fstatat$INODE64

Reported by: cave-canem Owned by: felix@…
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Mavericks Cc: evd6219@…, cave-canem
Port: zig

Description

sudo port -vd install zig
...
Undefined symbols for architecture x86_64:
  "__availability_version_check", referenced from:
      ___isPlatformVersionAtLeast in zig1.o
  "_fstatat$INODE64", referenced from:
      _std.fs.Dir.deleteFile in zig1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

make[2]: *** [zig] Error 1
make[2]: Leaving directory `/opt/MacPorts/var/macports/build/_opt_macports-ports_lang_zig/zig/work/build'
make[1]: *** [CMakeFiles/zig.dir/all] Error 2
make[1]: Leaving directory `/opt/MacPorts/var/macports/build/_opt_macports-ports_lang_zig/zig/work/build'
make: *** [all] Error 2
make: Leaving directory `/opt/MacPorts/var/macports/build/_opt_macports-ports_lang_zig/zig/work/build'
Command failed:  cd "/opt/MacPorts/var/macports/build/_opt_macports-ports_lang_zig/zig/work/build" && /usr/bin/make -j4 -w all VERBOSE=ON
Exit code: 2
Error: Failed to build zig: command execution failed
DEBUG: Error code: CHILDSTATUS 55675 2
DEBUG: Backtrace: command execution failed
    while executing
"system {*}$notty {*}$callback {*}$nice $fullcmdstring"
    invoked from within
"command_exec -callback portprogress::target_progress_callback build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"

Detailed log in attachment

Attachments (1)

main.log.tar.xz (22.2 KB) - added by cave-canem 2 years ago.
main.log

Download all attachments as: .zip

Change History (8)

Changed 2 years ago by cave-canem

Attachment: main.log.tar.xz added

main.log

comment:1 Changed 2 years ago by jmroot (Joshua Root)

Summary: zig @0.9.0 Failed to build Error code: CHILDSTATUS 55675 2 ("$procedure $targetname")zig @0.9.0 undefined symbols __availability_version_check, _fstatat$INODE64

comment:2 Changed 2 years ago by cave-canem

Cc: cave-canem added
Owner: set to cave-canem, zack466
Status: newassigned
Summary: zig @0.9.0 undefined symbols __availability_version_check, _fstatat$INODE64zig @0.9.0 Failed to build Error code: CHILDSTATUS 55675 2 ("$procedure $targetname")

comment:3 Changed 2 years ago by jmroot (Joshua Root)

Cc: felix@… removed
Owner: changed from cave-canem, zack466 to felix@…
Summary: zig @0.9.0 Failed to build Error code: CHILDSTATUS 55675 2 ("$procedure $targetname")zig @0.9.0 undefined symbols __availability_version_check, _fstatat$INODE64

comment:4 Changed 2 years ago by evanmiller (Evan Miller)

comment:5 Changed 2 years ago by mforbes (Michael McNeil Forbes)

For anyone stumbling on this because of ncdu note that you can install ncdu1 as a workaround. https://github.com/macports/macports-ports/pull/13978

comment:6 Changed 2 years ago by jspraul

https://github.com/ziglang/zig/pull/10232#issue-1064864004

did not retain the backwards compatibility logic [...] Zig supports only the last three macOS versions

comment:7 Changed 13 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In 64fb69ba7dfea00c8e9613d8b2a79a6b011e2114/macports-ports (master):

zig: Requires macOS 11 or later

See: ziglang/zig@2d03f389

Closes: #59774
Closes: #64658
Closes: #66590
Closes: #66919

Note: See TracTickets for help on using tickets.