Thanks Kovid. Finally figured out all of the dependencies and got it to build on Karmic. Don't think its a huge deal but there looks to be an issue with a pickle script that may be stopping other stuff from being installed:
Quote:
Installing binary: /usr/bin/fetch-ebook-metadata
Installing binary: /usr/bin/calibre-smtp
Installing binary: /usr/bin/calibre
Installing binary: /usr/bin/lrfviewer
Installing binary: /usr/bin/ebook-viewer
Installing mount helper to /usr/bin/calibre-mount-helper
Installing code to /usr/lib/calibre
Installing resources to /usr/share/calibre
Traceback (most recent call last):
File "setup.py", line 99, in <module>
sys.exit(main())
File "setup.py", line 85, in main
command.run_all(opts)
File "/home/paul-rimmer/calibre/calibre/setup/__init__.py", line 158, in run_all
self.run_cmd(self, opts)
File "/home/paul-rimmer/calibre/calibre/setup/__init__.py", line 154, in run_cmd
cmd.run(opts)
File "/home/paul-rimmer/calibre/calibre/setup/install.py", line 138, in run
self.run_postinstall()
File "/home/paul-rimmer/calibre/calibre/setup/install.py", line 171, in run_postinstall
manifest=self.manifest)
File "/home/paul-rimmer/calibre/calibre/src/calibre/linux.py", line 113, in __init__
scripts = cPickle.loads(P('scripts.pickle', data=True))
File "/home/paul-rimmer/calibre/calibre/src/calibre/utils/resources.py", line 16, in get_path
return open(path, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/paul-rimmer/calibre/calibre/resources/scripts.pickle'
|