Ticket #27329 (closed defect: invalid)
Cannot compile avahi
| Reported by: | david.w.watson@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: | avahi |
Description (last modified by ryandesign@…) (diff)
dwwatson - ~ - 8 -->sudo port upgrade kdebase4 ---> Computing dependencies for avahi ---> Building avahi Error: Target org.macports.build returned: shell command failed (see log for details) Log for avahi is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_avahi/main.log Error: Unable to upgrade port: 1
:info:build i686-apple-darwin10-gcc-4.2.1: /usr/local/lib/libssp.dylib: No such file or directory
What is libssp?
Change History
comment:2 Changed 3 years ago by ryandesign@…
libssp is a library that is part of gcc. But it appears that for some reason some part of your tool chain is expecting to find that library under /usr/local. It is not supported to have anything in /usr/local while using MacPorts; software installed there can interfere with MacPorts. Please move or remove /usr/local, clean the affected port ("sudo port clean avahi") and try again. If it fails again, attach the above-referenced main.log file to this ticket.
comment:4 in reply to: ↑ 3 Changed 3 years ago by david.w.watson@…
Replying to ryandesign@…:
Have you tried what I suggested above?
Sorry I haven't responded. I did find a libssp.0.dylib and simlinked it to libssp.a, which avahi was looking for. All worked fine after that.
Note: See
TracTickets for help on using
tickets.


Has duplicate #27328.