New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15138 (new defect)

Opened 5 years ago

Last modified 4 years ago

avrdude links with both MacPorts and system ncurses

Reported by: ryandesign@… Owned by: bsd@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: avrdude

Description

avrdude 5.5 links with both the MacPorts ncurses and the OS ncurses:

$ otool -L /opt/local/bin/avrdude
/opt/local/bin/avrdude:
        /opt/local/lib/libusb-0.1.4.dylib (compatibility version 9.0.0, current version 9.4.0)
        /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 368.33.0)
        /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
        /opt/local/lib/libreadline.5.2.dylib (compatibility version 5.0.0, current version 5.2.0)
        /opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0)
        /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.11)
$

It should only link against the MacPorts ncurses.

Change History

comment:1 Changed 5 years ago by ryandesign@…

  • Cc bsd@… removed
  • Owner changed from macports-tickets@… to bsd@…
  • Port set to avrdude

comment:2 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.