[MacPorts] #49101: gimp-app: CoreSimulator assertion failure

MacPorts noreply at macports.org
Tue Oct 13 23:22:05 PDT 2015


#49101: gimp-app: CoreSimulator assertion failure
------------------------+------------------------
  Reporter:  oyamada@…  |      Owner:  jeremyhu@…
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.3.4
Resolution:             |   Keywords:  elcapitan
      Port:  gimp-app   |
------------------------+------------------------

Comment (by ryandesign@…):

 Replying to [comment:24 oyamada@…]:
 > Thanks Jeremy and Ulrich. As you pointed out, my user home directory
 does not exist.
 > {{{
 > $ id macports
 > uid=502(macports) gid=501(macports)
 groups=501(macports),12(everyone),20(staff),61(localaccounts),100(_lpoperator)
 > $ echo ~macports
 > /Users/macports
 > $ ls -al ~macports
 > ls: /Users/macports: No such file or directory
 > }}}

 To fix this, please run:

 {{{
 sudo dscl . -change Users/macports NFSHomeDirectory /Users/macports
 /opt/local/var/macports/home
 }}}


 Replying to [comment:26 swordangel@…]:
 > Interesting. On my machine, the macports user's home directory is at
 `/var/macports/home` for some reason. Naturally, the directory doesn't
 exist.

 Perhaps the `${PREFIX}` variable in the installer's postflight script was
 empty for some reason, in whatever version of MacPorts you used to install
 MacPorts originally.

 To fix this, please run:

 {{{
 sudo dscl . -change Users/macports NFSHomeDirectory /var/macports/home
 /opt/local/var/macports/home
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/49101#comment:27>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list