#43912 closed defect (fixed)
qemu @2.0.0 fails to build with ssh variant enabled
Reported by: | abusse@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | Cc: | ||
Port: | qemu |
Description
The qemu port fails to build with the +ssh variant enabled (see attached log).
The reason is obvious looking at part of the the failed command. The library switches for ssh are between the arch switch and the actual architecture statement:
... -arch -lcurl -lssh2 -lz x86_64 ...
Attachments (1)
Change History (4)
Changed 10 years ago by abusse@…
comment:1 Changed 10 years ago by raimue (Rainer Müller)
Cc: | raimue@… removed |
---|---|
Owner: | changed from macports-tickets@… to raimue@… |
comment:2 Changed 10 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r120672.
Note: See
TracTickets for help on using
tickets.
Thanks for the report. I had seen this with release candidates and it was reported upstream, but I didn't realize it actually made its way into the 2.0 release.