Opened 9 years ago
Closed 9 years ago
#50432 closed defect (invalid)
sqlite3 -- Build failure on Lion
Reported by: | ctreleaven (Craig Treleaven) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | sqlite3 |
Description
Trying to upgrade outdated packages on Lion (Core2Duo machine) failed with sqlite3. Many underfined symbols, ala:
:info:build ld: warning: ignoring file sqlite3.o, file was built for unsupported file format which is not the architecture being linked (x86_64) :info:build Undefined symbols for architecture x86_64: :info:build "_sqlite3_sourceid", referenced from: :info:build _main in sqlite3-shell.o :info:build _do_meta_command in sqlite3-shell.o ...
Will attach main.log
Attachments (1)
Change History (2)
Changed 9 years ago by ctreleaven (Craig Treleaven)
Attachment: | sqlite3 2016jan24 build fail main.log added |
---|
comment:1 Changed 9 years ago by ctreleaven (Craig Treleaven)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Inexplicably, that machine still had XCode 4.3.3 installed. After upgrading to the much-less-troubled XCode 4.6.3, sqlite3 installed without complaint. Believe the problem is that clang 318.0.61 (in 4.3.3) doesn't obey LIBRARY_PATH whereas clang 425.0.28 is a little less truculent.
Closting