Changes between Initial Version and Version 1 of Ticket #33299


Ignore:
Timestamp:
Feb 19, 2012, 7:07:52 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33299

    • Property Component changed from ports to base
  • Ticket #33299 – Description

    initial v1  
    33However, using "--with-macports-user=root" will result in the following error message when trying to "sudo make install":
    44
     5{{{
    56   ===> making install in doc
    67   /usr/bin/install -c -d -o root -g admin -m 0755 /opt/local
     
    1112   make[1]: *** [install] Error 1
    1213   make: *** [install] Error 1
     14}}}
    1315
    1416Looking into "./doc/base.mtree" reveals  that "root" is also used as the group:
    1517
     18{{{
    1619   Preferences uname=root gname=root mode=755
     20}}}
    1721
    1822Changing the "gname" to "admin" solves the problem.