Changes between Initial Version and Version 1 of Ticket #42227


Ignore:
Timestamp:
Jan 23, 2014, 1:54:04 AM (10 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Please use WikiFormatting in ticket descriptions.

Replying to ian.scott-fleming@…:

Have just upgraded OS X from 10.6.8 to 10.9 (Mavericks)

You need to follow the migration instructions. MacPorts records the location of the system’s tar on installation; Mavericks no longer has /usr/bin/gnutar, but your MacPorts installation is still trying to use the old executable.

Did sudo port install gnutar, which installed gnutar @1.27.1_0 to /sw/bin/gnutar, not to /usr/bin/gnutar

The log you attached suggests that your MacPorts is installed to /opt/local, so /sw/bin/gnutar is coming from somewhere else. Probably Fink.

Note that we don’t support having Fink installed at the same time as MacPorts, as it can interfere with builds.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42227

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #42227 – Description

    initial v1  
    11"sudo port upgrade outdated" fails with "Error: org.macports.extract for port antlr returned: command execution failed".  From antlr/main.log, problem appears to be that macports is looking in wrong place for gnutar.
    22
    3 Have just upgraded OS X from 10.6.8 to 10.9 (Mavericks)
    4 XCode 5.0.2
     3Have just upgraded OS X from 10.6.8 to 10.9 (Mavericks)\\
     4XCode 5.0.2\\
    55G++ v.4.2.1
    66
    77
    88from antlr/main.log:
     9{{{
     10:info:extract sh: /usr/bin/gnutar: No such file or directory
     11}}}
    912
    10 :info:extract sh: /usr/bin/gnutar: No such file or directory
    11 
    12 Did sudo port install gnutar, which installed gnutar @1.27.1_0 to /sw/bin/gnutar, not to /usr/bin/gnutar
    13 
     13Did `sudo port install gnutar`, which installed gnutar @1.27.1_0 to `/sw/bin/gnutar`, not to `/usr/bin/gnutar`
     14{{{
    1415d25ft0k8dhjv:iscottfl:~ $ which gnutar
    1516/sw/bin/gnutar
     17}}}
    1618
    17 have done
    18      sudo port selfupdate
    19      sudo port clean antlr
     19have done
     20{{{
     21sudo port selfupdate
     22sudo port clean antlr
     23}}}
    2024but still get same error
    2125
     
    2428
    2529Thanks for your attention to this.  Have attempted to find solution in wiki, but not found anything specific to solve the problem.
    26 
     30{{{
    2731d25ft0k8dhjv:iscottfl:~ $ sudo port selfupdate
    2832--->  Updating MacPorts base sources using rsync
     
    97101Try `/sw/bin/gnutar --help' or `/sw/bin/gnutar --usage' for more information.
    98102d25ft0k8dhjv:iscottfl:~ $
     103}}}