Same error on debian.
$ sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
Enter the installation directory for calibre [/opt]:
Will download and install calibre-0.6.23-x86_64.tar.bz2
Downloading calibre-0.6.23-x86_64.tar.bz2
100% [================================================== ================================================== ================================================== ==]
Extracting files to /opt/calibre ...
Extracting application files...
bzip2: I/O or other error, bailing out. Possible reason follows.
bzip2: Broken pipe
Input file = (stdin), output file = (stdout)
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 210, in main
File "<string>", line 183, in extract_tarball
File "/usr/lib/python2.5/subprocess.py", line 462, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['tar', 'xjf', '/tmp/tmp2Cwwhw', '-C', '/opt/calibre']' returned non-zero exit status 2
Is there a manual installation procedure? I can run the resultant binary but it does not work:
$ /opt/calibre/calibre
link hasn't been detected!
link hasn't been detected!
Failed to create mount point with error: Permission denied
Failed to create marker with error: No such file or directory
Failed to create mount point with error: Permission denied
Failed to create marker with error: No such file or directory
Unable to open device <calibre.devices.prs700.driver.PRS700 object at 0x3187310>
Traceback (most recent call last):
File "/home/kovid/build/calibre/src/calibre/gui2/device.py", line 100, in do_connect
File "/home/kovid/build/calibre/src/calibre/devices/prs505/driver.py", line 59, in open
File "/home/kovid/build/calibre/src/calibre/devices/usbms/device.py", line 562, in open
File "/home/kovid/build/calibre/src/calibre/devices/usbms/device.py", line 538, in open_linux
DeviceError: Unable to mount main memory (Error code: 1)
|