[MacPorts] #57292: xhyve @20180530: Undefined symbols _deflate _crc32 _deflateEnd _deflateInit_
MacPorts
noreply at macports.org
Fri Sep 24 19:38:33 UTC 2021
#57292: xhyve @20180530: Undefined symbols _deflate _crc32 _deflateEnd
_deflateInit_
-------------------------+----------------------
Reporter: ryandesign | Owner: jeremyhu
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords:
Port: xhyve |
-------------------------+----------------------
Changes (by catap):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"8ef7d36c054b1bc65fb2ae1a516c411e124ab97c/macports-ports"
8ef7d36c054b1bc65fb2ae1a516c411e124ab97c/macports-ports] (master):
{{{
#!ConfigurableCommitTicketReference repository="macports-ports"
revision="8ef7d36c054b1bc65fb2ae1a516c411e124ab97c"
xhyve: add missed dependencies
`xhyve` is linked to `zlib`. Usually it is installed as side effect from
another dependencies but it isn't trur for 10.11 and 10.10 builds. This
builds are failed on linking phase
```
Undefined symbols for architecture x86_64:
"_deflate", referenced from:
_rfb_send_screen in xhyve_lto.o
_rfb_send_all in xhyve_lto.o
"_crc32", referenced from:
_rfb_send_screen in xhyve_lto.o
"_deflateEnd", referenced from:
_rfb_thr in xhyve_lto.o
_rfb_send_screen in xhyve_lto.o
_rfb_send_all in xhyve_lto.o
"_deflateInit_", referenced from:
_rfb_thr in xhyve_lto.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
```
Closes: https://trac.macports.org/ticket/57292
}}}
--
Ticket URL: <https://trac.macports.org/ticket/57292#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list