Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 11-14-2009, 02:15 AM   #1
AprilHare
Wizard
AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.
 
AprilHare's Avatar
 
Posts: 2,981
Karma: 11862367
Join Date: Apr 2008
Device: Sony Reader PRS-T2
Error upgrading calibre to 0.6.23-x86_64 - Ubuntu Karmic AMD64

Hey,
I received the following when upgrading from 0.6.21:
Quote:
aprilhare@aprilhare-x64-desktop:~$ sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
[sudo] password for aprilhare:
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.6/subprocess.py", line 488, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['tar', 'xjf', '/tmp/tmpOoDjLS', '-C', '/opt/calibre']' returned non-zero exit status 2
aprilhare@aprilhare-x64-desktop:~$
AprilHare is offline   Reply With Quote
Old 11-14-2009, 06:31 AM   #2
weedfreak
Addict
weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.
 
weedfreak's Avatar
 
Posts: 302
Karma: 185297
Join Date: Sep 2009
Location: Ankh Morpork
Device: calibre
No help I know, but I had the same error on Karmic 64 as well.

After running the upgrader Calibre does show it is running 6.23 and seems to run OK.

Last edited by weedfreak; 11-14-2009 at 06:35 AM.
weedfreak is offline   Reply With Quote
Advert
Old 11-14-2009, 11:58 AM   #3
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,842
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I just tried it, seems to be working. Can you try it again?
kovidgoyal is online now   Reply With Quote
Old 11-14-2009, 04:43 PM   #4
Tony Hoyle
Enthusiast
Tony Hoyle began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Nov 2009
Device: Sony PRS600
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)
Tony Hoyle is offline   Reply With Quote
Old 11-14-2009, 06:48 PM   #5
AprilHare
Wizard
AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.
 
AprilHare's Avatar
 
Posts: 2,981
Karma: 11862367
Join Date: Apr 2008
Device: Sony Reader PRS-T2
Quote:
Originally Posted by kovidgoyal View Post
I just tried it, seems to be working. Can you try it again?
Tried again, same problem:
Quote:
aprilhare@aprilhare-x64-desktop:~$ sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
[sudo] password for aprilhare:
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.6/subprocess.py", line 488, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['tar', 'xjf', '/tmp/tmpXw2rXe', '-C', '/opt/calibre']' returned non-zero exit status 2
aprilhare@aprilhare-x64-desktop:~$
AprilHare is offline   Reply With Quote
Advert
Old 11-14-2009, 09:41 PM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,842
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
OK can you try manually untarring the file (you can get it from) http://code.google.com/p/calibre-ebook/downloads/list
kovidgoyal is online now   Reply With Quote
Old 11-15-2009, 06:01 AM   #7
weedfreak
Addict
weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.
 
weedfreak's Avatar
 
Posts: 302
Karma: 185297
Join Date: Sep 2009
Location: Ankh Morpork
Device: calibre
Manual extraction with tar -xjf calibre-0.6.23-x86_64.tar.bz2 is OK , no error messages
weedfreak is offline   Reply With Quote
Old 11-15-2009, 11:45 AM   #8
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,842
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
OK I've added a flush call to the file descriptor for the tar file, that should fix this. Try the installer again.
kovidgoyal is online now   Reply With Quote
Old 11-16-2009, 03:59 AM   #9
weedfreak
Addict
weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.weedfreak can program the VCR without an owner's manual.
 
weedfreak's Avatar
 
Posts: 302
Karma: 185297
Join Date: Sep 2009
Location: Ankh Morpork
Device: calibre
Running installer still gives the same error messages, sorry to say.
weedfreak is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre Content Server error in Ubuntu 10.10 Bodman456 Calibre 1 07-07-2010 03:26 PM
Ubuntu Karmic with Calibre 0.6.13 BertReader Calibre 4 04-25-2010 04:21 PM
updating calibre installed on Ubuntu Karmic from repos karlitos Calibre 0 03-17-2010 08:21 AM
MR + Firefox on Karmic Ubuntu theducks Feedback 1 02-06-2010 10:59 PM
Calibre 0.6.27 does not start on Ubuntu Karmic (9.10) dmandala Calibre 7 12-15-2009 12:46 AM


All times are GMT -4. The time now is 01:55 AM.


MobileRead.com is a privately owned, operated and funded community.