> On Jan 7, 2016, at 2:57 PM, David Storrs <[email protected]> wrote: > > So, I'm now doing this: > > (require (planet neil/html-parsing:3:0) (planet neil/xexp:2:0)) > > Those loaded just fine right off, although I needed to figure out raco pkg > install sxml was necessary, but I got that. > > During the install, I got the following: > > [dstorrs@MacBook-Pro:~/Dropbox/dstorrs/personal/study/scheme/HTML-TreeBuilder:<dev*>]$ > raco pkg install sxml > <...ginormous amounts of stuff...> > raco setup: 4 skipping: <pkgs>/xrepl-doc/xrepl/xrepl.scrbl > raco setup: docs failure: query-exec: unable to open the database file > error code: 14 > SQL: "ATTACH $1 AS other" > database: #<path:/Users/dstorrs/Library/Racket/6.3/doc/docindex.sqlite> > mode: 'read-only > file permissions: (write read) > raco setup: --- installing collections --- > raco setup: --- post-installing collections --- > raco pkg install: packages installed, although setup reported errors > [dstorrs@MacBook-Pro:~/Dropbox/dstorrs/personal/study/scheme/HTML-TreeBuilder:<dev*>]$ > > > I do have sqlite3 installed on my machine, so that's not the problem. Why is > it failing and what do I need to do to fix it?
Wow! As quasi-maintainer of the sxml package… i don’t think this has anything to do with the sxml package :). Does the referenced file (docindex.sqlite) exist? More generally, I would expect that this doc build failure would not affect the operability of the sxml library. John -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

