Changes between Initial Version and Version 1 of Ticket #40700


Ignore:
Timestamp:
Oct 8, 2013, 2:33:55 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

This was not a clean attempt. Please clean and try again.

Also, use of su is not recommended. Instead, use sudo. If you want a root shell, use sudo -s instead of sudo su.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40700

    • Property Owner changed from macports-tickets@… to markd@…
    • Property Keywords NeDi (Network Discovery) removed
    • Property Port nedi added
  • Ticket #40700 – Description

    initial v1  
    99 Peter
    1010
    11 1 xxx@myMac $ sudo su[[BR]]
    12 0 root@myMac $ port -v install nedi[[BR]]
    13 --->  Computing dependencies for nedi.[[BR]]
    14 --->  Installing nedi @1.0.7_3[[BR]]
    15 xinstall: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/nedi/files/org.macports.nedisyslog.plist -> \[[BR]]
    16 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nedi/nedi/work/destroot/opt/local/etc/LaunchDaemons/org.macports.nedisyslog//org.macports.nedisyslog.plist[[BR]]
    17 ln: ./org.macports.nedisyslog.plist: Operation not permitted[[BR]]
    18 Command failed: cd /Library/LaunchDaemons && ln -sf  /opt/local/etc/LaunchDaemons/org.macports.nedisyslog/org.macports.nedisyslog.plist[[BR]]
    19 Exit code: 1[[BR]]
    20 Error: org.macports.install for port nedi returned: command execution failed[[BR]]
    21 Warning: targets not executed for nedi: org.macports.activate org.macports.install[[BR]]
    22 Please see the log file for port nedi for details:[[BR]]
    23     /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nedi/nedi/main.log[[BR]]
    24 To report a bug, follow the instructions in the guide:[[BR]]
    25     http://guide.macports.org/#project.tickets[[BR]]
    26 Error: Processing of port nedi failed[[BR]]
     11{{{
     121 xxx@myMac $ sudo su
     130 root@myMac $ port -v install nedi
     14--->  Computing dependencies for nedi.
     15--->  Installing nedi @1.0.7_3
     16xinstall: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/nedi/files/org.macports.nedisyslog.plist -> \
     17/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nedi/nedi/work/destroot/opt/local/etc/LaunchDaemons/org.macports.nedisyslog//org.macports.nedisyslog.plist
     18ln: ./org.macports.nedisyslog.plist: Operation not permitted
     19Command failed: cd /Library/LaunchDaemons && ln -sf  /opt/local/etc/LaunchDaemons/org.macports.nedisyslog/org.macports.nedisyslog.plist
     20Exit code: 1
     21Error: org.macports.install for port nedi returned: command execution failed
     22Warning: targets not executed for nedi: org.macports.activate org.macports.install
     23Please see the log file for port nedi for details:
     24    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nedi/nedi/main.log
     25To report a bug, follow the instructions in the guide:
     26    http://guide.macports.org/#project.tickets
     27Error: Processing of port nedi failed
    2728
    28291 root$
     30}}}