Changes between Initial Version and Version 1 of Ticket #41758


Ignore:
Timestamp:
Dec 11, 2013, 2:19:16 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Why does the directory /opt/local/var/macports/distfiles/expat/ contain a Portfile?

Why are the permissions on the files in /opt/local/var/macports/distfiles/expat/ -rwx------ instead of -rw-r--r--? That's wrong.

Note that in MacPorts, the wine port is at version 1.6.1 and the wine-devel port is at version 1.7.8. So you won't be getting wine version 1.2, but that's ok; you should probably be using the latest stable version anyway.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41758

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords expat fetchfiles removed
    • Property Type changed from request to defect
    • Property Summary changed from Wine installation failing trying to install expat to expat: error deleting "/opt/local/var/macports/distfiles/expat/expat-2.0.1.tar.gz.TMP": permission denied
  • Ticket #41758 – Description

    initial v1  
    11Hello,
    22I am try to install wine 1.2 on Mac 10.8 (Mountain Lion).
     3{{{
    34sudo port install wine-devel
     5}}}
    46The above command fails when trying to install the dependency, expat. I am running these as user root.
    57I tried installing expat alone :
     8{{{
    69sudo port clean expat
    710sudo port uninstall expat (didn't do anything because it isn't installed)
    811sudo port install -d expat
     12}}}
    913I have attached the logs of the command to install expat. The expat-2.0.1.tar.gz file was downloaded successfully
     14{{{
    1015/opt/local/var/macports/distfiles/expat/
    1116-rwx------  1 macports  admin  446456 Jul 21  2010 expat-2.0.1.tar.gz
    1217-rwx------  1 macports  admin    1916 Jul 21  2010 Portfile
     18}}}
    1319
    1420Error message :
     21{{{
    1522:notice:fetch --->  Attempting to fetch expat-2.0.1.tar.gz from http://downloads.sourceforge.net/expat
    1623:debug:fetch Fetching distfile failed: Permission denied
    1724:error:fetch org.macports.fetch for port expat returned: error deleting "/opt/local/var/macports/distfiles/expat/expat-2.0.1.tar.gz.TMP": permission denied
    1825:debug:fetch Error code: POSIX EACCES {permission denied}
     26}}}
    1927
    2028Could you please suggest what needs to be done?