pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/50663: editors/vim: linked to system Python
>Number: 50663
>Category: pkg
>Synopsis: editors/vim: linked to system Python
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Jan 16 23:15:00 +0000 2016
>Originator: yegle
>Release:
>Organization:
>Environment:
Darwin yegle-laptop.local 15.2.0 Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 x86_64
>Description:
It seems like the vim binary was linked to the system Python instead of the ones from pkgsrc.
$ which vim
/Users/yegle/pkg/bin/vim
$ otool -L `which vim`
/Users/yegle/pkg/bin/vim:
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 22.0.0)
/System/Library/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.10)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)
/Users/yegle/pkg/lib/libncurses.6.dylib (compatibility version 7.0.0, current version 7.0.0)
/Users/yegle/pkg/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.1.0)
/Users/yegle/pkg/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.4.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1404.34.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1256.14.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 728.6.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1256.1.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index