Changes between Initial Version and Version 1 of Ticket #36071


Ignore:
Timestamp:
Sep 10, 2012, 2:10:38 AM (12 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting, fill in the Port field of the failed port and Cc the maintainer(s) of that port.

Repeating the same command won't change anything. You need to clean llvm-3.1 first and then try again.

sudo port clean llvm-3.1
sudo port upgrade outdated

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36071

    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Keywords update outdated removed
    • Property Port llvm-3.1 added
  • Ticket #36071 – Description

    initial v1  
    11Running "sudo port upgrade outdated" on Mac OS X.8.1 and latest xcode, it ran for a while then reported this error then stopped:
    22
     3{{{
    34Error: Unable to exec port: couldn't open "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-3.1/llvm-3.1/work/.macports.llvm-3.1.state": permission denied
     5}}}
    46
    57Oddly, the file permissions look reasonable:
     8{{{
    69air2: ls -lF /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-3.1/llvm-3.1/work/.macports.llvm-3.1.state
    710-rw-r--r--  1 root  wheel  178 Aug 25 15:00 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-3.1/llvm-3.1/work/.macports.llvm-3.1.state
     11}}}
    812
    913Repeating the same command, the same error occurred almost immediately.