Changes between Initial Version and Version 1 of Ticket #48654


Ignore:
Timestamp:
Aug 21, 2015, 3:40:47 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Ok, the main.log says:

:info:configure dyld: Library not loaded: /opt/local/lib/libncurses.5.dylib
:info:configure   Referenced from: /opt/local/lib/libreadline.6.dylib

ncurses has already been upgraded to version 6, but your readline is still using ncurses 5. You can fix the problem by upgrading readline first, then upgrading texinfo.

texinfo itself doesn't require readline. But texinfo does require awk for this part of the configuration. The texinfo port doesn't declare a dependency on awk, because little text-processing utilities like awk, sed and grep are already installed as a part of OS X, and those versions are usually good enough. However, you already have the gawk port installed, so texinfo used that, but gawk uses readline.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48654

    • Property Cc ryandesign@… added
    • Property Port texinfo added
  • Ticket #48654 – Description

    initial v1  
    11log files attached
    22Full screen dump of port upgrade follows:
    3 ------------------------------------------
     3
     4{{{
    45sudo port upgrade outdated
    56--->  Fetching archive for ncurses
     
    5758To report a bug, follow the instructions in the guide:
    5859    http://guide.macports.org/#project.tickets
     60}}}