Changes between Initial Version and Version 1 of Ticket #27717


Ignore:
Timestamp:
Dec 18, 2010, 6:55:05 PM (13 years ago)
Author:
mf2k (Frank Schima)
Comment:

This is not a problem with Macports, but instead with your setup. Please post on the Macports-Users mailing list for support. Your version of Xcode is for Leopard and you need to install version 3.2.5 for Snow Leopard. My guess is that you upgraded your computer from Leopard and did not follow the migration procedure.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27717

    • Property Priority changed from High to Normal
    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Type changed from update to defect
  • Ticket #27717 – Description

    initial v1  
    22 I'm trying to update macports using command "sudo port selfupdate" which is failed with following error -
    33
     4{{{
    45--->  Updating the ports tree
    56--->  Updating MacPorts base sources using rsync
     
    1011
    1112Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: shell command "cd /opt/local/var/macports/sources/rsync.macports.org/release/base && ./configure --prefix=/opt/local --with-tclpackage=/Library/Tcl --with-install-user=root --with-install-group=admin --with-directory-mode=0755 --enable-readline && make && make install" returned error 1
     13}}}
    1214
    1315also while i try to install "Imagemagick", it fails too with following error -
     16{{{
    1417sudo port install Imagemagick
    1518Password:
    1619--->  Computing dependencies for ImageMagickError: Unable to execute port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it?
    1720Before reporting a bug, first run the command again with the -d flag to get complete output.
    18 
     21}}}
    1922
    2023Later, i've downloaded new version(dmg package), but it fails too with following error
    2124
     25{{{
    2226Xcode is not installed, or was installed with UNIX Development (10.5+) or Command Line Support (10.4) deselected.
     27}}}
    2328
    2429I've Xcode, see attached screenshot. Stuck for few days - please help me.