#13225 closed defect (fixed)
BUG: avahi activation gone wrong
Reported by: | vinc17@… | Owned by: | rhwood@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | Cc: | vinc17@… rhwood@… | |
Port: |
Description
Activating avahi leads to the following error:
[...] DEBUG: Adding file to file_map: /opt/local/share/man/man8/avahi-dnsconfd.8.gz for: avahi DEBUG: Adding file to file_map: /opt/local/share/man/man8/avahi-dnsconfd.action.8.gz for: avahi DEBUG: Adding file to file_map: /opt/local/var/macports/build/_Users_vinc17_software_dports_net_avahi/work/destroot/Library/LaunchDaemons/org.freedesktop.avahi-daemon.plist for: avahi DEBUG: Adding file to file_map: /opt/local/var/macports/build/_Users_vinc17_software_dports_net_avahi/work/destroot/Library/LaunchDaemons/org.freedesktop.avahi-dnsconfd.plist for: avahi DEBUG: Executing proc-post-org.macports.activate-activate-0 DEBUG: delete: /System/Library/LaunchDaemons/org.freedesktop.avahi-dnsconfd.plist Error: Target org.macports.activate returned: no such file or directory Warning: the following items did not execute (for avahi): org.macports.activate Error: Status 1 encountered during processing.
but the MacPorts shows it as active:
$ port installed avahi The following ports are currently installed: avahi @0.6.17_2 (active)
Change History (2)
comment:1 Changed 17 years ago by rhwood@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in changeset:30897
What is really annoying about this is that the documentation states that "delete" is just like "file delete" and the Tcl documentation for "file delete" is that deleting a file that does not exist does not raise an error, but "delete" does raise an error.
Grr.