Opened 16 years ago

Closed 10 years ago

Last modified 10 years ago

#15138 closed defect (fixed)

avrdude links with both MacPorts and system ncurses

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: bd34n (Brian Dean)
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 (4)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: bsd@… removed
Owner: changed from macports-tickets@… to bsd@…
Port: avrdude added

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:3 Changed 10 years ago by g5pw (Aljaž Srebrnič)

Resolution: fixed
Status: newclosed

Fixed with the update in r113331.

% otool -L /opt/local/bin/avrdude
/opt/local/bin/avrdude:
        /opt/local/lib/libusb-1.0.0.dylib (compatibility version 2.0.0, current version 2.0.0)
        /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 855.11.0)
        /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
        /opt/local/lib/libreadline.6.2.dylib (compatibility version 6.0.0, current version 6.2.0)
        /opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0)

comment:4 Changed 10 years ago by g5pw (Aljaž Srebrnič)

Hmm... why on earth does it link with both libusbs?

Note: See TracTickets for help on using tickets.