Opened 12 months ago
Closed 12 months ago
#68681 closed defect (invalid)
Cannot unload installed ports
Reported by: | COOLak | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
erik@MacBook-Pro-Erik Downloads % sudo port unload libproxy Password: Error: Failed to unload libproxy: Launchd plist /Library/LaunchDaemons/org.macports.libproxy.plist was not found Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_libproxy/libproxy/main.log for details. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port libproxy failed
Please explain what to do. It has to do with these tickets:
People were able to install aom by disabling their ssl proxy, but I don't know how to do it, I tried intuitively and got that error.
Change History (1)
comment:1 Changed 12 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The
port load
andport unload
commands are used to start and stop daemons of ports that install them. libproxy does not install any daemons soload
andunload
are not applicable to that port.