Ticket #173 (closed defect: invalid)

Opened 15 years ago

Last modified 13 years ago

require fails with errors

Reported by: spdegabrielle@… Owned by: jaymccarthy
Priority: major Milestone:
Component: jaymccarthy/sqlite.plt Keywords:
Cc: Version: (4 1)
Racket Version: 4.1.5.4

Description

require fails with errors;
require: unknown module: 'program
setup-plt: error: during Building docs for /Users/stephen/Library/PLT Scheme/planet/300/4.1.5.4/cache/cce/scheme.plt/4/1/scribblings/main.scrbl
setup-plt: require: unknown module: 'program
WARNING: collected information for key multiple times: (mod-path "(planet schematics/sake)"); values: (vector #<path:/Users/stephen/Library/PLT Scheme/planet/300/4.1.5.4/cache/schematics/sake.plt/1/0/doc/sake/Build_files.html> ("Build files") true (mod-path "(planet schematics/sake)")) (vector #<path:/Users/stephen/Library/PLT Scheme/planet/300/4.1.5.4/cache/schematics/sake.plt/1/0/doc/sake/The_Sake_API.html> ("The Sake API") true `(mod-path "(planet schematics/sake)"))
WARNING: collected information for key multiple times: (index-entry (mod-path "(planet schematics/sake)")); values: (("(planet schematics/sake)") (,(make-sized-element ... ...)) ,(make-module-path-index-desc ...)) `(("(planet schematics/sake)") (,(make-sized-element ... ...)) ,(make-module-path-index-desc ...))
WARNING: collected information for key multiple times: (mod-path "(planet schematics/sake)"); values: (vector #<path:/Users/stephen/Library/PLT Scheme/planet/300/4.1.5.4/cache/schematics/sake.plt/1/0/doc/sake/Build_files.html> ("Build files") true (mod-path "(planet schematics/sake)")) (vector #<path:/Users/stephen/Library/PLT Scheme/planet/300/4.1.5.4/cache/schematics/sake.plt/1/0/doc/sake/The_Sake_API.html> ("The Sake API") true `(mod-path "(planet schematics/sake)"))
WARNING: collected information for key multiple times: (index-entry (mod-path "(planet schematics/sake)")); values: (("(planet schematics/sake)") (,(make-sized-element ... ...)) ,(make-module-path-index-desc ...)) `(("(planet schematics/sake)") (,(make-sized-element ... ...)) ,(make-module-path-index-desc ...))
ffi-obj: couldn't get "sqlite3_prepare_v2" from #<path:/Applications/PLT Scheme Full v4.1.5.4/lib/libsqlite3.dylib> (dlsym(0x10c1b0, sqlite3_prepare_v2): symbol not found)
reference to an identifier before its definition: provide/contract-contract-id-sqlite3_open.5


Change History

Changed 13 years ago by jaymccarthy

  • status changed from new to closed
  • resolution set to invalid

This is an error in another package SQLite used to depend on.

Note: See TracTickets for help on using tickets.