[MacPorts] #50867: port upgrade outdated fails with checksum error but checksum is OK.

MacPorts noreply at macports.org
Fri Apr 1 19:04:33 PDT 2016


#50867: port upgrade outdated fails with checksum error but checksum is OK.
------------------------+--------------------------------
  Reporter:  orcioni@…  |      Owner:  macports-tickets@…
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.3.4
Resolution:             |   Keywords:
      Port:             |
------------------------+--------------------------------

Comment (by ryandesign@…):

 Replying to [comment:3 orcioni@…]:
 > Replying to [comment:2 ryandesign@…]:
 > > The log says:
 > >
 > > {{{
 > > DEBUG: openssl output: couldn't create error file for command:
 permission denied
 > > }}}

 With a little more research, I've found that this is a Tcl error message,
 generated when Tcl is trying to launch a program, but cannot create a
 temporary file to store that program's error output. The problem is not
 specific to the openssl command. This explains why running the openssl
 command on the command line, outside of Tcl, succeeds.


 > {{{
 > bash-3.2# ls -ld /tmp
 > lrwxr-xr-x@ 1 root  wheel  11 15 Nov  2014 /tmp -> private/tmp
 > }}}

 This only shows us the permissions of the /tmp symlink, not the
 permissions of the /private/tmp directory that the symlink points to. Can
 you try:

 {{{
 ls -ld /private/tmp
 }}}

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


More information about the macports-tickets mailing list