Changes between Initial Version and Version 1 of Ticket #20559


Ignore:
Timestamp:
Aug 5, 2009, 2:49:05 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20559

    • Property Keywords Upgrading / Installing Fails removed
  • Ticket #20559 – Description

    initial v1  
    11I have had macports working for a while, and decided to get the 'gimp - GNU image manipulation program'
    22
     3{{{
    34'''#sudo port install gimp2'''
    45''Error: Unable to execute port: Could not find Portfile in /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/openexr
    56''
     7}}}
    68I figured that its been a long time since I used it so I tried
    79
     10{{{
    811'''#sudo port -d sync
    912'''
     13}}}
     14
    1015which output a whole list of new ports, then tried to get the gimp again
    1116
     17{{{
    1218'''#sudo port install gimp2
    1319'''''Error: Requested variants do not match original selection.
    1420Please perform 'port clean gimp2' or specify the force option.
    1521Error: Status 1 encountered during processing.''
     22}}}
    1623
    1724so i followed the instructions
    1825
     26{{{
    1927'''#port clean gimp2'''
    2028
    2129''Error: Unable to execute port: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_gimp2/work/.macports.gimp2.state is not writable - check permission on port directory''
     30}}}
    2231
    2332Frustrated I tried to update the whole macports system
    2433
     34{{{
    2535'''#sudo port selfupdate'''
    2636
     
    6070configure: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
    6171configure: error: Could not find a working Foundation implementation''
     72}}}
    6273
    6374What does this mean, I've looked around but nothing made sense ... I already had a working version of Macports, now suddenly I can't update it?