Opened 9 years ago

Closed 9 years ago

#46253 closed defect (invalid)

sqlite3 @3.8.7.4_0 breaks Yosemite xcode-select (current Xcode: version 6.1.1)

Reported by: phillips@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: sqlite3

Description

installation of sqlite3 (a dependency of root5 in my case) breaks xcode-select (dyld: Symbol not found: _sqlite3_intarray_bind):

bash-3.2$ xcode-select --version
xcode-select version 2339.

sudo port install root5   (done here on a new macports install in another window)

bash-3.2$ xcode-select --version
dyld: Symbol not found: _sqlite3_intarray_bind
  Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
  Expected in: /opt/local/lib/libsqlite3.dylib
 in /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Trace/BPT trap: 5
bash-3.2$ 

Change History (1)

comment:1 Changed 9 years ago by neverpanic (Clemens Lang)

Resolution: invalid
Status: newclosed

Do not set DYLD_LIBRARY_PATH. It's not necessary on OS X and as you just noticed often harmful.

Note: See TracTickets for help on using tickets.