Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 12-27-2014, 09:06 AM   #1
mvelte54
Junior Member
mvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the rough
 
Posts: 9
Karma: 7054
Join Date: Dec 2014
Device: Ubuntu PC and Kindle II / Kindle Fire HD
calibre will not run on Ubuntu 10.04

I don't do forums so I thought I'd try yours. I am stumped and am looking for help. I am running Ubuntu 10.04 and have enjoyed Calibre for years. Recently I updated calibre and I'm not sure what happened but now when I open Calibre I get the following message:

Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/library.py", line 631, in headerData
return QVariant(self.headers[self.column_map[section]])
KeyError: 'ondevice'

I have removed and reinstalled Calibre both via the terminal and Synaptic and rebooted with the same results.
I used:
sudo python /usr/bin/calibre-uninstall
sudo rm -fr /opt/calibre
sudo reboot

With the same results I cannot figure out what is wrong I dual boot with Windows 7 and it works fine there but I prefer not to use Windows 7. I thought that would completely remove Calibre via terminal then I did a new install via Synaptic, or is it a OS problem? I am totally lost.
Please help.
mvelte54 is offline   Reply With Quote
Old 12-27-2014, 09:37 AM   #2
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,515
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Can you share with us some info on what version of calibre, and also post the output from running calibre in debug mode. Since you can't start calibre and select debug mode in preferences, try doing calibre-debug -g > calibre.log 2>&1 to redirect both stdout and stderr to a file, calibre.log.
PeterT is offline   Reply With Quote
Old 12-27-2014, 10:51 AM   #3
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,057
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
ondevice?

That is a column that appears when device is connected
it may only exist as a standalone (temporary) table, not in the Libraries DB

try starting without any device connected,
change the TEMP, TMP environment location (not in root)
theducks is offline   Reply With Quote
Old 12-27-2014, 11:00 AM   #4
aleyx
Addict
aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.
 
Posts: 250
Karma: 20386
Join Date: Sep 2010
Location: France
Device: Bookeen Diva, Kobo Clara BW
Also make sure that Calibre is _not_ installed in Synaptics. That's the version of Calibre maintained by Ubuntu, and it's ancient (v0.6). Try to clear that package and reinstall according to the website's instructions.

N.
aleyx is offline   Reply With Quote
Old 12-27-2014, 11:30 AM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,057
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
10.04

Besides the common hardware issues for CPU's of that era.

The dependencies for Python and QT5 will bite you

You are probably stuck at 1.48
theducks is offline   Reply With Quote
Old 12-27-2014, 01:56 PM   #6
mvelte54
Junior Member
mvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the rough
 
Posts: 9
Karma: 7054
Join Date: Dec 2014
Device: Ubuntu PC and Kindle II / Kindle Fire HD
Thank you Aleyx I do know that the version in snyaptic is ancient and that is what I have currently installed but at your suggestion I will try and remove it again via terminal then try and reinstall via the web site. Thank you all for your replies however some are a little over my head. I will try Aleyx's way if nothing or the same results I will post it.
mvelte54 is offline   Reply With Quote
Old 12-27-2014, 02:02 PM   #7
mvelte54
Junior Member
mvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the rough
 
Posts: 9
Karma: 7054
Join Date: Dec 2014
Device: Ubuntu PC and Kindle II / Kindle Fire HD
Cannot remove via terminal:

mikey@R2D2:~$ sudo python /usr/bin/calibre-uninstall
[sudo] password for mikey:
python: can't open file '/usr/bin/calibre-uninstall': [Errno 2] No such file or directory

To theducks I have no devices connected I am trying to just open the software and this is as far as I get.

Going to try removing with Synaptic (which is odd why can't I remove it through the terminal?)
mvelte54 is offline   Reply With Quote
Old 12-27-2014, 02:22 PM   #8
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,057
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by mvelte54 View Post
Cannot remove via terminal:

mikey@R2D2:~$ sudo python /usr/bin/calibre-uninstall
[sudo] password for mikey:
python: can't open file '/usr/bin/calibre-uninstall': [Errno 2] No such file or directory

To theducks I have no devices connected I am trying to just open the software and this is as far as I get.

Going to try removing with Synaptic (which is odd why can't I remove it through the terminal?)
connect to folder is a device
If you did not 'eject' it, it can become persistent.

If you installed with Synaptic, you should remove (including the install files) with Synaptic
theducks is offline   Reply With Quote
Old 12-27-2014, 02:27 PM   #9
mvelte54
Junior Member
mvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the rough
 
Posts: 9
Karma: 7054
Join Date: Dec 2014
Device: Ubuntu PC and Kindle II / Kindle Fire HD
I have uninstalled calibre via synaptic and then went to the web site downloaded version 2.14.0-i386.txz and I got this:

There were 2 warnings

* Setting up completion failed with error:

* Setting up desktop integration failed with error:

If I try opening calibre I get this:

Run "calibre" to start calibre
mikey@R2D2:~$ calibre
Failed to unpickle stored object:
Traceback (most recent call last):
File "site-packages/calibre/utils/config.py", line 215, in refresh
ImportError: ('No module named PyQt4.QtCore', <built-in function _unpickle_type>, ('PyQt4.QtCore', 'QByteArray', ('\x01\xd9\xd0\xcb\x00\x01\x00\x00\x00\x00\x03\r\x 00\x00\x00\xc5\x00\x00\x05\x99\x00\x00\x03d\x00\x0 0\x03\r\x00\x00\x00\xc5\x00\x00\x05\x99\x00\x00\x0 3d\x00\x00\x00\x00\x00\x00',)))
This application failed to start because it could not find or load the Qt platform plugin "xcb".

Available platform plugins are: linuxfb, minimal, offscreen, xcb.

Reinstalling the application may fix this problem.
Aborted

I checked Synaptic and all but linuxfb were installed and offscreen doesn't even exist in Synaptic. I installed liuxfb (scim-gtk2-immodule).
I have reinstalled Calibre as well with the same results.
mvelte54 is offline   Reply With Quote
Old 12-27-2014, 02:36 PM   #10
mvelte54
Junior Member
mvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the rough
 
Posts: 9
Karma: 7054
Join Date: Dec 2014
Device: Ubuntu PC and Kindle II / Kindle Fire HD
To PeterT you say to "calibre-debug -g > calibre.log 2>&1" then redirect to a calibre.log file? Okay is that sudo calibre-debug -g > calibre.log 2>&1?

I know a little about Linux but I am no where near fluent in it, please bear with me. I appreciate every one help. Thank you
mvelte54 is offline   Reply With Quote
Old 12-27-2014, 03:44 PM   #11
aleyx
Addict
aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.aleyx can self-interpret dreams as they happen.
 
Posts: 250
Karma: 20386
Join Date: Sep 2010
Location: France
Device: Bookeen Diva, Kobo Clara BW
Quote:
Originally Posted by mvelte54 View Post
Cannot remove via terminal:

mikey@R2D2:~$ sudo python /usr/bin/calibre-uninstall
[sudo] password for mikey:
python: can't open file '/usr/bin/calibre-uninstall': [Errno 2] No such file or directory

To theducks I have no devices connected I am trying to just open the software and this is as far as I get.

Going to try removing with Synaptic (which is odd why can't I remove it through the terminal?)
The correct way to remove packages from the terminal in Ubuntu Lucid/10.04 is by using:
Code:
apt-get remove <package>
I'm not aware of any '/usr/bin/calibre-uninstall' script, and apparently neither is Ubuntu.

Quote:
I have uninstalled calibre via synaptic and then went to the web site downloaded version 2.14.0-i386.txz
Did you download the file manually, or did you copy/paste the command recommended by Kovid?

Code:
sudo -v && wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
The error you get means that Python doesn't find the QT modules for Python, which is strange because Calibre should come with its own version.

Is there something keeping you from upgrading Ubuntu to 14.04? It's also a long-term support and the hardware requirements aren't much different, if I recall correctly.

Quote:
To PeterT you say to "calibre-debug -g > calibre.log 2>&1" then redirect to a calibre.log file? Okay is that sudo calibre-debug -g > calibre.log 2>&1?
No need for sudo. Just run

Code:
calibre-debug -g > calibre.log 2>&1
The redirection part is > calibre.log 2>&1.

"> calibre.log" means "redirect the standard output (AKA stdout, AKA whatever the program wants printed on the terminal), to the calibre.log file", and "2>&1" means "additionally, redirect output 2 (the standard error output, AKA stderr, AKA what gets printed on the terminal when things get horribly wrong) to stdout", so everything will end up in calibre.log.

Technically we can also write it as "calibre-debug -g &> calibre.log", which means "redirect both stdout and stderr to calibre.log", but this is nitpicking and I'm getting sidetracked...

N.
aleyx is offline   Reply With Quote
Old 12-27-2014, 10:28 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: 45,351
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Sounds like a missing/outdated dependency, either glibc/libstdc++ or one of the X server libraries.

Run calibre as

LD_DEBUG=libs calibre

and examine the output for lines containg the words error or failed to see which libraries are failing to load.
kovidgoyal is offline   Reply With Quote
Old 12-27-2014, 10:41 PM   #13
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,188
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by kovidgoyal View Post
Sounds like a missing/outdated dependency, either glibc/libstdc++ or one of the X server libraries.

Run calibre as

LD_DEBUG=libs calibre

and examine the output for lines containg the words error or failed to see which libraries are failing to load.
Ubuntu 10.04 is listed as having glibc 2.11.1.
Quote:
You need GLIBC 2.13 or higher and libstdc++.so.6.0.17 (from gcc 4.7.0) or higher to run calibre
The OP needs to update to a more recent distro.

bernie
gbm is offline   Reply With Quote
Old 12-28-2014, 06:43 AM   #14
mvelte54
Junior Member
mvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the rough
 
Posts: 9
Karma: 7054
Join Date: Dec 2014
Device: Ubuntu PC and Kindle II / Kindle Fire HD
wow! Thanks for all the help guys...

To Aleyx yes I did copy and paste the code into terminal. When I looked for the Qt4 it was installed according to Synaptic. Why don't I update to 14.04? My machine is older than Lucid 10.04 it was built by me back in 1999. I have been running Jaunty then upgraded to Lucid all the way to Narwhal and none performed as well as Lucid does for me. I hate to install another distro then again go back and reinstall Lucid. I just installed 12.04 on my netbook and so far I'm impressed. I am willing to attempt 14.04 on a live CD and run that for a while to get the feel for it. I did run: calibre-debug -g > calibre.log 2>&1 and proptly got the message: Aborted so I tried sudo with the same results. Aborted

To Kovidgoyal: Thank you sir I love your product and have used it for many years. When you say to run Calibre as:

LD_DEBUG=libs calibre

Would that be sudo as well?

To gbm I to found that glibc 2.11.1 is installed so if I understand correctly I need to update the OS?

If that is the case why can't I flush the system and install a previous version of Calibre? One listed in the repositories?
mvelte54 is offline   Reply With Quote
Old 12-28-2014, 07:53 AM   #15
mvelte54
Junior Member
mvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the roughmvelte54 is a jewel in the rough
 
Posts: 9
Karma: 7054
Join Date: Dec 2014
Device: Ubuntu PC and Kindle II / Kindle Fire HD
To kovidgoyal: I ran LD_DEBUG=libs calibre and here are the results:

Spoiler:

3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/_hashlib.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/_random.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/future_builtins.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/itertools.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/_collections.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/_heapq.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/fcntl.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/_io.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/cStringIO.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/cPickle.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/_struct.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/site-packages/calibre/plugins/speedup.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/strop.so
3171:
3171: find library=libicudata.so.53 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libicudata.so.53
3171:
3171: find library=libicui18n.so.53 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libicui18n.so.53
3171:
3171: find library=libicuuc.so.53 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libicuuc.so.53
3171:
3171: find library=libicuio.so.53 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libicuio.so.53
3171:
3171: find library=libstdc++.so.6 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libstdc++.so.6
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/libstdc++.so.6
3171:
3171: find library=libgcc_s.so.1 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgcc_s.so.1
3171: search cache=/etc/ld.so.cache
3171: trying file=/lib/libgcc_s.so.1
3171:
3171:
3171: calling init: /lib/libgcc_s.so.1
3171:
3171:
3171: calling init: /usr/lib/libstdc++.so.6
3171:
3171:
3171: calling init: /opt/calibre/lib/libicuuc.so.53
3171:
3171:
3171: calling init: /opt/calibre/lib/libicui18n.so.53
3171:
3171:
3171: calling init: /opt/calibre/lib/libicuio.so.53
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/site-packages/calibre/plugins/icu.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/_ctypes.so
3171:
3172: find library=libc.so.6 [0]; searching
3172: search path=/opt/calibre/lib/tls/i686/sse2/cmov:/opt/calibre/lib/tls/i686/sse2:/opt/calibre/lib/tls/i686/cmov:/opt/calibre/lib/tls/i686:/opt/calibre/lib/tls/sse2/cmov:/opt/calibre/lib/tls/sse2:/opt/calibre/lib/tls/cmov:/opt/calibre/lib/tls:/opt/calibre/lib/i686/sse2/cmov:/opt/calibre/lib/i686/sse2:/opt/calibre/lib/i686/cmov:/opt/calibre/lib/i686:/opt/calibre/lib/sse2/cmov:/opt/calibre/lib/sse2:/opt/calibre/lib/cmov:/opt/calibre/lib (LD_LIBRARY_PATH)
3172: trying file=/opt/calibre/lib/tls/i686/sse2/cmov/libc.so.6
3172: trying file=/opt/calibre/lib/tls/i686/sse2/libc.so.6
3172: trying file=/opt/calibre/lib/tls/i686/cmov/libc.so.6
3172: trying file=/opt/calibre/lib/tls/i686/libc.so.6
3172: trying file=/opt/calibre/lib/tls/sse2/cmov/libc.so.6
3172: trying file=/opt/calibre/lib/tls/sse2/libc.so.6
3172: trying file=/opt/calibre/lib/tls/cmov/libc.so.6
3172: trying file=/opt/calibre/lib/tls/libc.so.6
3172: trying file=/opt/calibre/lib/i686/sse2/cmov/libc.so.6
3172: trying file=/opt/calibre/lib/i686/sse2/libc.so.6
3172: trying file=/opt/calibre/lib/i686/cmov/libc.so.6
3172: trying file=/opt/calibre/lib/i686/libc.so.6
3172: trying file=/opt/calibre/lib/sse2/cmov/libc.so.6
3172: trying file=/opt/calibre/lib/sse2/libc.so.6
3172: trying file=/opt/calibre/lib/cmov/libc.so.6
3172: trying file=/opt/calibre/lib/libc.so.6
3172: search cache=/etc/ld.so.cache
3172: trying file=/lib/tls/i686/cmov/libc.so.6
3172:
3172:
3172: calling init: /lib/tls/i686/cmov/libc.so.6
3172:
3172:
3172: initialize program: sh
3172:
3172:
3172: transferring control: sh
3172:
3171: /lib/tls/i686/cmov/libpthread.so.0: error: symbol lookup error: undefined symbol: pthread_setname_np (fatal)
3171: find library=libdbus-1.so.3 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libdbus-1.so.3
3171:
3171: find library=librt.so.1 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/librt.so.1
3171: search cache=/etc/ld.so.cache
3171: trying file=/lib/tls/i686/cmov/librt.so.1
3171:
3171:
3171: calling init: /lib/tls/i686/cmov/librt.so.1
3171:
3171:
3171: calling init: /opt/calibre/lib/libdbus-1.so.3
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/site-packages/_dbus_bindings.so
3171:
3171: find library=libexpat.so.1 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libexpat.so.1
3171:
3171:
3171: calling init: /opt/calibre/lib/libexpat.so.1
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/pyexpat.so
3171:
3171: find library=libdbus-glib-1.so.2 [0]; searching
3171: search path=/home/kovid/sw/lib/tls/i686/sse2/cmov:/home/kovid/sw/lib/tls/i686/sse2:/home/kovid/sw/lib/tls/i686/cmov:/home/kovid/sw/lib/tls/i686:/home/kovid/sw/lib/tls/sse2/cmov:/home/kovid/sw/lib/tls/sse2:/home/kovid/sw/lib/tls/cmov:/home/kovid/sw/lib/tls:/home/kovid/sw/lib/i686/sse2/cmov:/home/kovid/sw/lib/i686/sse2:/home/kovid/sw/lib/i686/cmov:/home/kovid/sw/lib/i686:/home/kovid/sw/lib/sse2/cmov:/home/kovid/sw/lib/sse2:/home/kovid/sw/lib/cmov:/home/kovid/sw/lib (RPATH from file /opt/calibre/lib/python2.7/site-packages/_dbus_glib_bindings.so)
3171: trying file=/home/kovid/sw/lib/tls/i686/sse2/cmov/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/tls/i686/sse2/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/tls/i686/cmov/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/tls/i686/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/tls/sse2/cmov/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/tls/sse2/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/tls/cmov/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/tls/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/i686/sse2/cmov/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/i686/sse2/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/i686/cmov/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/i686/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/sse2/cmov/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/sse2/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/cmov/libdbus-glib-1.so.2
3171: trying file=/home/kovid/sw/lib/libdbus-glib-1.so.2
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libdbus-glib-1.so.2
3171:
3171: find library=libgobject-2.0.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgobject-2.0.so.0
3171:
3171: find library=libglib-2.0.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libglib-2.0.so.0
3171:
3171: find library=libgio-2.0.so.0 [0]; searching
3171: search path= (RPATH from file /opt/calibre/lib/python2.7/site-packages/_dbus_glib_bindings.so)
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgio-2.0.so.0
3171:
3171: find library=libiconv.so.2 [0]; searching
3171: search path= (RPATH from file /opt/calibre/lib/python2.7/site-packages/_dbus_glib_bindings.so)
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libiconv.so.2
3171:
3171: find library=libffi.so.5 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libffi.so.5
3171:
3171: find library=libgmodule-2.0.so.0 [0]; searching
3171: search path= (RPATH from file /opt/calibre/lib/python2.7/site-packages/_dbus_glib_bindings.so)
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgmodule-2.0.so.0
3171:
3171: find library=libresolv.so.2 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libresolv.so.2
3171: search cache=/etc/ld.so.cache
3171: trying file=/lib/tls/i686/cmov/libresolv.so.2
3171:
3171:
3171: calling init: /lib/tls/i686/cmov/libresolv.so.2
3171:
3171:
3171: calling init: /opt/calibre/lib/libffi.so.5
3171:
3171:
3171: calling init: /opt/calibre/lib/libiconv.so.2
3171:
3171:
3171: calling init: /opt/calibre/lib/libglib-2.0.so.0
3171:
3171:
3171: calling init: /opt/calibre/lib/libgmodule-2.0.so.0
3171:
3171:
3171: calling init: /opt/calibre/lib/libgobject-2.0.so.0
3171:
3171:
3171: calling init: /opt/calibre/lib/libgio-2.0.so.0
3171:
3171:
3171: calling init: /opt/calibre/lib/libdbus-glib-1.so.2
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/site-packages/_dbus_glib_bindings.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/_socket.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/lib-dynload/_ssl.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/site-packages/PyQt5/Qt.so
3171:
3171: find library=libQt5Core.so.5 [0]; searching
3171: search path=/home/kovid/sw/qt/lib/tls/i686/sse2/cmov:/home/kovid/sw/qt/lib/tls/i686/sse2:/home/kovid/sw/qt/lib/tls/i686/cmov:/home/kovid/sw/qt/lib/tls/i686:/home/kovid/sw/qt/lib/tls/sse2/cmov:/home/kovid/sw/qt/lib/tls/sse2:/home/kovid/sw/qt/lib/tls/cmov:/home/kovid/sw/qt/lib/tls:/home/kovid/sw/qt/lib/i686/sse2/cmov:/home/kovid/sw/qt/lib/i686/sse2:/home/kovid/sw/qt/lib/i686/cmov:/home/kovid/sw/qt/lib/i686:/home/kovid/sw/qt/lib/sse2/cmov:/home/kovid/sw/qt/lib/sse2:/home/kovid/sw/qt/lib/cmov:/home/kovid/sw/qt/lib (RPATH from file /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so)
3171: trying file=/home/kovid/sw/qt/lib/tls/i686/sse2/cmov/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/tls/i686/sse2/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/tls/i686/cmov/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/tls/i686/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/tls/sse2/cmov/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/tls/sse2/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/tls/cmov/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/tls/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/i686/sse2/cmov/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/i686/sse2/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/i686/cmov/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/i686/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/sse2/cmov/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/sse2/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/cmov/libQt5Core.so.5
3171: trying file=/home/kovid/sw/qt/lib/libQt5Core.so.5
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libQt5Core.so.5
3171:
3171: find library=libgthread-2.0.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgthread-2.0.so.0
3171:
3171:
3171: calling init: /opt/calibre/lib/libgthread-2.0.so.0
3171:
3171:
3171: calling init: /opt/calibre/lib/libQt5Core.so.5
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/site-packages/sip.so
3171:
3171: find library=libQt5Gui.so.5 [0]; searching
3171: search path= (RPATH from file /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so)
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libQt5Gui.so.5
3171:
3171: find library=libGL.so.1 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libGL.so.1
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/nvidia-173/libGL.so.1
3171:
3171: find library=libpng16.so.16 [0]; searching
3171: search path= (RPATH from file /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so)
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libpng16.so.16
3171:
3171: find library=libGLcore.so.1 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libGLcore.so.1
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/nvidia-173/libGLcore.so.1
3171:
3171: find library=libnvidia-tls.so.1 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libnvidia-tls.so.1
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/nvidia-173/tls/libnvidia-tls.so.1
3171:
3171: find library=libXext.so.6 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libXext.so.6
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/libXext.so.6
3171:
3171: find library=libX11.so.6 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libX11.so.6
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/libX11.so.6
3171:
3171: find library=libxcb.so.1 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libxcb.so.1
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/libxcb.so.1
3171:
3171: find library=libXau.so.6 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libXau.so.6
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/libXau.so.6
3171:
3171: find library=libXdmcp.so.6 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libXdmcp.so.6
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/libXdmcp.so.6
3171:
3171:
3171: calling init: /usr/lib/libXdmcp.so.6
3171:
3171:
3171: calling init: /usr/lib/libXau.so.6
3171:
3171:
3171: calling init: /usr/lib/libxcb.so.1
3171:
3171:
3171: calling init: /usr/lib/libX11.so.6
3171:
3171:
3171: calling init: /usr/lib/libXext.so.6
3171:
3171:
3171: calling init: /opt/calibre/lib/libpng16.so.16
3171:
3171:
3171: calling init: /usr/lib/nvidia-173/libGL.so.1
3171:
3171:
3171: calling init: /opt/calibre/lib/libQt5Gui.so.5
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/site-packages/PyQt5/QtGui.so
3171:
3171: find library=libQt5Network.so.5 [0]; searching
3171: search path= (RPATH from file /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so)
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libQt5Network.so.5
3171:
3171:
3171: calling init: /opt/calibre/lib/libQt5Network.so.5
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/site-packages/PyQt5/QtNetwork.so
3171:
3171: find library=libQt5Sensors.so.5 [0]; searching
3171: search path= (RPATH from file /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so)
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libQt5Sensors.so.5
3171:
3171:
3171: calling init: /opt/calibre/lib/libQt5Sensors.so.5
3171:
3171:
3171: calling init: /opt/calibre/lib/python2.7/site-packages/PyQt5/QtSensors.so
3171:
3171: find library=libQt5WebKit.so.5 [0]; searching
3171: search path= (RPATH from file /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so)
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libQt5WebKit.so.5
3171:
3171: find library=libXrender.so.1 [0]; searching
3171: search path= (RPATH from file /opt/calibre/lib/python2.7/site-packages/PyQt5/QtCore.so)
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libXrender.so.1
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/libXrender.so.1
3171:
3171: find library=libXcomposite.so.1 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libXcomposite.so.1
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/libXcomposite.so.1
3171:
3171: find library=libjpeg.so.8 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libjpeg.so.8
3171:
3171: find library=libxslt.so.1 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libxslt.so.1
3171:
3171: find library=libxml2.so.2 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libxml2.so.2
3171:
3171: find library=libgstreamer-0.10.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgstreamer-0.10.so.0
3171:
3171: find library=libgstapp-0.10.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgstapp-0.10.so.0
3171:
3171: find library=libgstbase-0.10.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgstbase-0.10.so.0
3171:
3171: find library=libgstinterfaces-0.10.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgstinterfaces-0.10.so.0
3171:
3171: find library=libgstpbutils-0.10.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgstpbutils-0.10.so.0
3171:
3171: find library=libgstvideo-0.10.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libgstvideo-0.10.so.0
3171:
3171: find library=libsqlite3.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libsqlite3.so.0
3171:
3171: find library=libQt5Sql.so.5 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libQt5Sql.so.5
3171:
3171: find library=libQt5Positioning.so.5 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libQt5Positioning.so.5
3171:
3171: find library=libXfixes.so.3 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/libXfixes.so.3
3171: search cache=/etc/ld.so.cache
3171: trying file=/usr/lib/libXfixes.so.3
3171:
3171: find library=liborc-0.4.so.0 [0]; searching
3171: search path=/opt/calibre/lib (LD_LIBRARY_PATH)
3171: trying file=/opt/calibre/lib/liborc-0.4.so.0
3171:
Segmentation fault
mikey@R2D2:~$


And I found this error: 3171: /lib/tls/i686/cmov/libpthread.so.0: error: symbol lookup error: undefined symbol: pthread_setname_np (fatal)

Last edited by BetterRed; 12-28-2014 at 10:36 AM.
mvelte54 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
'RUN, RUN, RUN' a crime thriller $1.61 tothepoint Self-Promotions by Authors and Publishers 10 09-01-2014 12:07 PM
Do I need to run Calibre content server to use Calibre Companion flyash Calibre 2 04-06-2013 10:19 PM
calibre 0.8.51 for ubuntu 10.04 anishtain4 Calibre 26 05-28-2012 08:43 AM


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


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