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-16-2008, 08:13 PM   #1
erayd
Zealot
erayd doesn't littererayd doesn't litter
 
Posts: 134
Karma: 146
Join Date: Apr 2008
Device: Onyx Boox Poke 2
Error in latest binary installer

Hi guys,

When trying to install using the latest binary (on debian lenny 64bit) it dies with the following error. Any idea how I can get past this?
Code:
[...]
Creating /usr/bin/ebook-viewer
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 327, in <module>
  File "<string>", line 293, in main
  File "<string>", line 248, in do_postinstall
  File "/usr/lib/python2.5/subprocess.py", line 444, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
    errread, errwrite)
  File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Note that this is a headless server - so almost anything GUI-related is missing. I have previously installed calibre on this box using the easy_install method, but that no longer works.

Cheers,
Erayd
erayd is offline   Reply With Quote
Old 11-16-2008, 09:56 PM   #2
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,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
This is the post install stage so most things should work even if it fails.
kovidgoyal is offline   Reply With Quote
Advert
Old 11-16-2008, 10:03 PM   #3
erayd
Zealot
erayd doesn't littererayd doesn't litter
 
Posts: 134
Karma: 146
Join Date: Apr 2008
Device: Onyx Boox Poke 2
Except that they don't. Trying to run any of the standard utilities results in this error:
Code:
osiris:/opt/calibre# ./html2lrf --help
-bash: ./html2lrf: No such file or directory

osiris:/opt/calibre# ./mobi2lrf --help
-bash: ./mobi2lrf: No such file or directory

osiris:/opt/calibre# ./lit2lrf --help
-bash: ./lit2lrf: No such file or directory
Thanks for such a prompt reply - that was *very* quick!
erayd is offline   Reply With Quote
Old 11-16-2008, 10:28 PM   #4
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,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That menas there was an error earlier in the install process. do you have the full log?
kovidgoyal is offline   Reply With Quote
Old 11-16-2008, 10:37 PM   #5
erayd
Zealot
erayd doesn't littererayd doesn't litter
 
Posts: 134
Karma: 146
Join Date: Apr 2008
Device: Onyx Boox Poke 2
Assuming you mean the full installer output, here it is. If you're referring to a separate logfile, where is this located?

Cheers,
Erayd

Code:
osiris:/# python -c "import urllib2; exec urllib2.urlopen('http://calibre.kovidgoyal.net/download_linux_binary_installer').read(); main()"
Enter the installation directory for calibre (Its contents will be deleted!)[/opt/calibre]:
                                                                Downloading calibre...
100% [===========================================================================================================================================]
                                                                                                                                                     Extracting...
Extracting application files...
Creating /usr/bin/calibre-parallel
Creating /usr/bin/prs500
Creating /usr/bin/lrf-meta
Creating /usr/bin/rtf-meta
Creating /usr/bin/pdf-meta
Creating /usr/bin/lit-meta
Creating /usr/bin/imp-meta
Creating /usr/bin/rb-meta
Creating /usr/bin/opf-meta
Creating /usr/bin/odt-meta
Creating /usr/bin/epub-meta
Creating /usr/bin/txt2lrf
Creating /usr/bin/html2lrf
Creating /usr/bin/html2oeb
Creating /usr/bin/html2epub
Creating /usr/bin/odt2oeb
Creating /usr/bin/markdown-calibre
Creating /usr/bin/lit2lrf
Creating /usr/bin/epub2lrf
Creating /usr/bin/rtf2lrf
Creating /usr/bin/web2disk
Creating /usr/bin/feeds2disk
Creating /usr/bin/calibre-server
Creating /usr/bin/feeds2lrf
Creating /usr/bin/feeds2epub
Creating /usr/bin/web2lrf
Creating /usr/bin/pdf2lrf
Creating /usr/bin/mobi2lrf
Creating /usr/bin/fb22lrf
Creating /usr/bin/fb2-meta
Creating /usr/bin/any2lrf
Creating /usr/bin/any2epub
Creating /usr/bin/lrf2lrs
Creating /usr/bin/lrs2lrf
Creating /usr/bin/pdfreflow
Creating /usr/bin/isbndb
Creating /usr/bin/librarything
Creating /usr/bin/mobi2oeb
Creating /usr/bin/lrf2html
Creating /usr/bin/lit2oeb
Creating /usr/bin/comic2lrf
Creating /usr/bin/comic2epub
Creating /usr/bin/calibre-debug
Creating /usr/bin/calibredb
Creating /usr/bin/calibre-fontconfig
Creating /usr/bin/calibre-parallel
Creating /usr/bin/calibre
Creating /usr/bin/lrfviewer
Creating /usr/bin/ebook-viewer
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 327, in <module>
  File "<string>", line 293, in main
  File "<string>", line 248, in do_postinstall
  File "/usr/lib/python2.5/subprocess.py", line 444, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
    errread, errwrite)
  File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
osiris:/#
erayd is offline   Reply With Quote
Advert
Old 11-16-2008, 10:43 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,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
what does /usr/bin/calibre-debug give you
kovidgoyal is offline   Reply With Quote
Old 11-16-2008, 10:45 PM   #7
erayd
Zealot
erayd doesn't littererayd doesn't litter
 
Posts: 134
Karma: 146
Join Date: Apr 2008
Device: Onyx Boox Poke 2
It gives me this:
Code:
osiris:/# /usr/bin/calibre-debug
/usr/bin/calibre-debug: line 6: ./calibre-debug: No such file or directory
Running it from /opt/calibre gives this:
Code:
osiris:/# /opt/calibre/calibre-debug
-bash: /opt/calibre/calibre-debug: No such file or directory
erayd is offline   Reply With Quote
Old 11-16-2008, 11:15 PM   #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,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
ls -l /opt/calibre
kovidgoyal is offline   Reply With Quote
Old 11-16-2008, 11:16 PM   #9
erayd
Zealot
erayd doesn't littererayd doesn't litter
 
Posts: 134
Karma: 146
Join Date: Apr 2008
Device: Onyx Boox Poke 2
Code:
osiris:/# ls -l /opt/calibre/
total 49596
-rwxr-xr-x 1 root users   38454 2008-11-07 06:58 any2epub
-rwxr-xr-x 1 root users   38857 2008-11-07 06:58 any2lrf
-rw-r--r-- 1 root users   13310 2008-11-06 10:46 archive
-rwxr-xr-x 1 root users   32312 2008-11-06 11:36 array.so
-rwxr-xr-x 1 root users   16752 2008-11-06 11:36 binascii.so
-rwxr-xr-x 1 root users    7392 2008-11-06 11:36 _bisect.so
-rwxr-xr-x 1 root users   75680 2008-11-06 11:36 _bsddb.so
-rwxr-xr-x 1 root users   28264 2008-11-06 11:36 bz2.so
-rwxr-xr-x 1 root users   50412 2008-11-14 15:46 calibre
-rwxr-xr-x 1 root users   42368 2008-11-14 15:46 calibredb
-rwxr-xr-x 1 root users   38173 2008-11-07 06:58 calibre-debug
-rwxr-xr-x 1 root users   40496 2008-11-07 06:58 calibre-fontconfig
-rwxr-xr-x 1 root users   45479 2008-11-07 09:43 calibre-parallel
-rwxr-xr-x 1 root users   42637 2008-11-11 13:15 calibre_postinstall
-rwxr-xr-x 1 root users   41519 2008-11-14 15:46 calibre-server
-rwxr-xr-x 1 root users  127384 2008-11-06 11:36 _codecs_cn.so
-rwxr-xr-x 1 root users  138936 2008-11-06 11:36 _codecs_hk.so
-rwxr-xr-x 1 root users   15192 2008-11-06 11:36 _codecs_iso2022.so
-rwxr-xr-x 1 root users  223160 2008-11-06 11:36 _codecs_jp.so
-rwxr-xr-x 1 root users  118712 2008-11-06 11:36 _codecs_kr.so
-rwxr-xr-x 1 root users   94680 2008-11-06 11:36 _codecs_tw.so
-rwxr-xr-x 1 root users   20936 2008-11-06 11:36 collections.so
-rwxr-xr-x 1 root users   37004 2008-11-07 06:58 comic2epub
-rwxr-xr-x 1 root users   42155 2008-11-07 06:58 comic2lrf
-rwxr-xr-x 1 root users   61692 2008-11-06 11:36 cPickle.so
-rwxr-xr-x 1 root users   13152 2008-11-06 11:36 cStringIO.so
-rwxr-xr-x 1 root users   86500 2008-11-06 11:36 _ctypes.so
-rwxr-xr-x 1 root users   62100 2008-11-06 11:36 _curses.so
-rwxr-xr-x 1 root users   60072 2008-11-06 11:36 datetime.so
-rwxr-xr-x 1 root users    8708 2008-11-06 11:36 dbm.so
-rwxr-xr-x 1 root users  123928 2008-11-06 11:36 _dbus_bindings.so
-rwxr-xr-x 1 root users   42455 2008-11-07 06:58 ebook-viewer
-rwxr-xr-x 1 root users   37697 2008-11-07 06:58 epub2lrf
-rwxr-xr-x 1 root users   39461 2008-11-07 06:58 epub-meta
-rwxr-xr-x 1 root users   38302 2008-11-11 13:15 fb22lrf
-rwxr-xr-x 1 root users   37620 2008-11-07 06:58 fb2-meta
-rwxr-xr-x 1 root users   13360 2008-11-06 11:36 fcntl.so
-rwxr-xr-x 1 root users   39454 2008-11-07 06:58 feeds2disk
-rwxr-xr-x 1 root users   37596 2008-11-07 06:58 feeds2epub
-rwxr-xr-x 1 root users   37555 2008-11-07 06:58 feeds2lrf
-rwxr-xr-x 1 root users    6600 2008-11-06 11:36 _functools.so
-rwxr-xr-x 1 root users   12652 2008-11-06 11:36 gdbm.so
-rwxr-xr-x 1 root users    6792 2008-11-06 11:36 grp.so
-rwxr-xr-x 1 root users   11216 2008-11-06 11:36 _hashlib.so
-rwxr-xr-x 1 root users   16624 2008-11-06 11:36 _heapq.so
-rwxr-xr-x 1 root users   40837 2008-11-14 15:46 html2epub
-rwxr-xr-x 1 root users   56933 2008-11-07 06:58 html2lrf
-rwxr-xr-x 1 root users   48423 2008-11-11 13:15 html2oeb
-rwxr-xr-x 1 root users   11108 2008-11-06 11:36 _imagingft.so
-rwxr-xr-x 1 root users   37494 2008-11-07 06:58 imp-meta
drwxr-xr-x 6 root users    4568 2008-11-14 15:46 IPython
-rwxr-xr-x 1 root users   38587 2008-11-07 06:58 isbndb
-rwxr-xr-x 1 root users   29656 2008-11-06 11:36 itertools.so
-rw-r--r-- 1 root users   17319 2008-11-07 06:48 iu
-rwxr-xr-x 1 root users   66680 2008-11-06 11:36 libbz2.so.1
-rwxr-xr-x 1 root users  205580 2008-11-06 11:36 libdbus-1.so.3
-rwxr-xr-x 1 root users   66256 2008-11-06 11:36 libexslt.so.0
-rwxr-xr-x 1 root users  382040 2008-11-06 11:36 libmng.so.1
-rwxr-xr-x 1 root users 1712256 2008-11-06 11:36 libpoppler.so.3
-rwxr-xr-x 1 root users 1135104 2008-11-06 11:36 libpython2.5.so.1.0
-rwxr-xr-x 1 root users 2244836 2008-11-06 11:36 libQtCore.so.4
-rwxr-xr-x 1 root users 9268888 2008-11-06 11:36 libQtGui.so.4
-rwxr-xr-x 1 root users 1029288 2008-11-06 11:36 libQtNetwork.so.4
-rwxr-xr-x 1 root users  311092 2008-11-06 11:36 libQtSvg.so.4
-rwxr-xr-x 1 root users 9542900 2008-11-06 11:36 libQtWebKit.so.4
-rwxr-xr-x 1 root users  279600 2008-11-06 11:36 libQtXml.so.4
-rw-r--r-- 1 root users 6550997 2008-11-14 15:46 library.pyz
-rwxr-xr-x 1 root users   37829 2008-11-07 06:58 librarything
-rwxr-xr-x 1 root users  376456 2008-11-06 11:36 libsqlite3.so.0
-rwxr-xr-x 1 root users  204804 2008-11-06 11:36 libunrar.so
-rwxr-xr-x 1 root users     322 2008-08-05 05:28 libusb.so
-rwxr-xr-x 1 root users 1145936 2008-11-06 11:36 libxml2.so.2
-rwxr-xr-x 1 root users  193712 2008-11-06 11:36 libxslt.so.1
-rwxr-xr-x 1 root users   71224 2008-11-06 11:36 libz.so.1
-rwxr-xr-x 1 root users   37849 2008-11-07 06:58 lit2lrf
-rwxr-xr-x 1 root users   44763 2008-11-07 06:58 lit2oeb
-rwxr-xr-x 1 root users   37463 2008-11-07 06:58 lit-meta
-rwxr-xr-x 1 root users   15584 2008-11-06 11:36 _locale.so
-rwxr-xr-x 1 root users   38101 2008-11-07 06:58 lrf2html
-rwxr-xr-x 1 root users   38886 2008-11-07 06:58 lrf2lrs
-rwxr-xr-x 1 root users   43242 2008-11-14 15:46 lrf-meta
-rwxr-xr-x 1 root users   40395 2008-11-07 06:58 lrfviewer
-rwxr-xr-x 1 root users   40053 2008-11-07 06:58 lrs2lrf
-rwxr-xr-x 1 root users   15892 2008-11-06 11:36 _lsprof.so
-rwxr-xr-x 1 root users  840920 2008-11-06 11:36 lxml.etree.so
-rw-r--r-- 1 root users     509 2008-11-14 15:46 manifest
-rwxr-xr-x 1 root users   52736 2008-11-07 06:58 markdown-calibre
-rwxr-xr-x 1 root users   12416 2008-11-06 11:36 math.so
-rwxr-xr-x 1 root users   11780 2008-11-06 11:36 _md5.so
-rwxr-xr-x 1 root users   37534 2008-11-07 06:58 mobi2lrf
-rwxr-xr-x 1 root users   41978 2008-11-14 15:46 mobi2oeb
-rwxr-xr-x 1 root users   24528 2008-11-06 11:36 _multibytecodec.so
-rwxr-xr-x 1 root users   37673 2008-11-07 06:58 odt2oeb
-rwxr-xr-x 1 root users   39677 2008-11-07 06:58 odt-meta
-rwxr-xr-x 1 root users   25216 2008-11-06 11:36 operator.so
-rwxr-xr-x 1 root users   44645 2008-11-14 15:46 opf-meta
-rwxr-xr-x 1 root users   35968 2008-11-06 11:36 parser.so
-rwxr-xr-x 1 root users   38397 2008-11-07 06:58 pdf2lrf
-rwxr-xr-x 1 root users   37313 2008-11-07 06:58 pdf-meta
-rwxr-xr-x 1 root users   40972 2008-11-07 06:58 pdfreflow
-rwxr-xr-x 1 root users   64228 2008-11-06 11:36 pdftohtml
drwxr-xr-x 2 root users    8280 2008-11-14 15:46 PIL
drwxr-xr-x 2 root users     128 2008-11-14 15:46 plugins
-rwxr-xr-x 1 root users   40794 2008-11-07 06:58 prs500
-rwxr-xr-x 1 root users 1731712 2008-11-06 11:36 PyQt4.QtCore.so
-rwxr-xr-x 1 root users 7570008 2008-11-06 11:36 PyQt4.QtGui.so
-rwxr-xr-x 1 root users  473824 2008-11-06 11:36 PyQt4.QtNetwork.so
-rwxr-xr-x 1 root users    3720 2008-11-06 11:36 PyQt4.Qt.so
-rwxr-xr-x 1 root users  110920 2008-11-06 11:36 PyQt4.QtSvg.so
-rwxr-xr-x 1 root users  195824 2008-11-06 11:36 PyQt4.QtWebKit.so
drwxr-xr-x 5 root users     136 2008-11-14 15:46 qtplugins
-rwxr-xr-x 1 root users   10192 2008-11-06 11:36 _random.so
-rwxr-xr-x 1 root users   37573 2008-11-07 06:58 rb-meta
-rwxr-xr-x 1 root users   17280 2008-11-06 11:36 readline.so
-rwxr-xr-x 1 root users   38769 2008-11-07 06:58 rtf2lrf
-rwxr-xr-x 1 root users   38436 2008-11-07 06:58 rtf-meta
-rwxr-xr-x 1 root users   12320 2008-11-06 11:36 select.so
-rwxr-xr-x 1 root users   17436 2008-11-06 11:36 _sha256.so
-rwxr-xr-x 1 root users   45884 2008-11-06 11:36 _sha512.so
-rwxr-xr-x 1 root users   11620 2008-11-06 11:36 _sha.so
-rwxr-xr-x 1 root users   65216 2008-11-06 11:36 sip.so
-rwxr-xr-x 1 root users   49956 2008-11-06 11:36 _socket.so
-rwxr-xr-x 1 root users   53656 2008-11-06 11:36 _sqlite3.so
-rwxr-xr-x 1 root users   15280 2008-11-06 11:36 _ssl.so
-rwxr-xr-x 1 root users   21024 2008-11-06 11:36 strop.so
-rw-r--r-- 1 root users    3684 2008-06-10 06:48 struct
-rwxr-xr-x 1 root users   24660 2008-11-06 11:36 _struct.so
-rwxr-xr-x 1 root users   15344 2008-11-06 11:36 termios.so
-rwxr-xr-x 1 root users   15984 2008-11-06 11:36 time.so
-rwxr-xr-x 1 root users   38265 2008-11-07 06:58 txt2lrf
-rwxr-xr-x 1 root users  471704 2008-11-06 11:36 unicodedata.so
-rw-r--r-- 1 root users       7 2008-11-14 15:46 version
-rwxr-xr-x 1 root users    4672 2008-11-06 11:36 _weakref.so
-rwxr-xr-x 1 root users   41977 2008-11-07 09:43 web2disk
-rwxr-xr-x 1 root users   39431 2008-11-07 06:58 web2lrf
-rwxr-xr-x 1 root users  152628 2008-11-06 11:36 xml.parsers.pyexpat.so
-rwxr-xr-x 1 root users   17456 2008-11-06 11:36 xml.parsers.sgmlop.so
-rwxr-xr-x 1 root users   21536 2008-11-06 11:36 zlib.so
osiris:/#
erayd is offline   Reply With Quote
Old 11-16-2008, 11:18 PM   #10
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,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
cat /usr/bin/calibre-debug
kovidgoyal is offline   Reply With Quote
Old 11-16-2008, 11:20 PM   #11
erayd
Zealot
erayd doesn't littererayd doesn't litter
 
Posts: 134
Karma: 146
Join Date: Apr 2008
Device: Onyx Boox Poke 2
Code:
osiris:/# cat /usr/bin/calibre-debug
#!/bin/bash
frozen_path=/opt/calibre
export ORIGWD=`pwd`
export LD_LIBRARY_PATH=$frozen_path:$LD_LIBRARY_PATH
cd $frozen_path
./calibre-debug "$@"
osiris:/#
erayd is offline   Reply With Quote
Old 11-16-2008, 11:35 PM   #12
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,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
ok i'm stumped that doesn't make any sense
kovidgoyal is offline   Reply With Quote
Old 11-16-2008, 11:38 PM   #13
erayd
Zealot
erayd doesn't littererayd doesn't litter
 
Posts: 134
Karma: 146
Join Date: Apr 2008
Device: Onyx Boox Poke 2
Yep.... I'm stumped too. Is there anything I can try that would help solve this? I'm not sure whether it's an issue with my system or with the installer. The current mess occurred after trying to install the latest version via the binary installer. The previous version on the system was pre-epub, and was installed via easy_install-2.5. As I couldn't find an uninstaller for this, I just let the new calibre installer steamroll whatever else was in the way - could this be part of the problem?

Another thought - is it looking for GUI libraries or something that don't exist?
erayd is offline   Reply With Quote
Old 11-17-2008, 02:03 AM   #14
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,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
No a previous installation shouldn't matter. According to that error message it's failing to find a file that exists, which should be impossible
kovidgoyal is offline   Reply With Quote
Old 11-17-2008, 02:28 AM   #15
erayd
Zealot
erayd doesn't littererayd doesn't litter
 
Posts: 134
Karma: 146
Join Date: Apr 2008
Device: Onyx Boox Poke 2
It is? My understanding of that error is that the named file is generating the "No such file or directory" message, but isn't saying which file it failed to find. That's the way bash usually handles such things iirc, although I could be wrong.
erayd is offline   Reply With Quote
Reply

Tags
binary installer, calibre, error, install


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Very Old Thread] msi installer error message AxelK Calibre 2 08-19-2012 11:31 PM
Calibre 0.6.51 Installer Error - Win XP DaMenace123 Calibre 0 05-01-2010 06:37 PM
Error Building on Ubuntu from latest Bazaar Source RoninTech Calibre 5 04-09-2010 10:01 PM
Binary Install of calibre Glenendale Calibre 1 11-10-2008 12:58 PM
Either a userbug or a problem with the generic Linux binary installer. Ingrid Calibre 11 07-16-2008 03:26 AM


All times are GMT -4. The time now is 10:12 PM.


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