Opened 14 years ago
Closed 14 years ago
#27329 closed defect (invalid)
Cannot compile avahi
Reported by: | watsodw | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | avahi |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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 (5)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | avahi added |
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
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:3 follow-up: 4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Have you tried what I suggested above?
comment:4 Changed 14 years ago by watsodw
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.
comment:5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Has duplicate #27328.