Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 10-29-2014, 02:50 PM   #1
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
running from source dbus error

The latest source will not allow me to start calibre:

Code:
calibre 2.7*  isfrozen: True is64bit: False
Linux-3.17.1-1-ARCH-i686-with-glibc2.0 Linux ('32bit', 'ELF')
('Linux', '3.17.1-1-ARCH', '#1 SMP PREEMPT Wed Oct 15 15:36:07 CEST 2014')
Python 2.7.8
Linux: ('', '', '')
Successfully initialized third party plugins: DeDRM && KindleUnpack - The Plugin && Modify ePub && Annotations && Kindle Collections && Quality Check && Overdrive Link && Diaps Editing Toolbag && Open With && Goodreads Sync
Traceback (most recent call last):
  File "site.py", line 51, in main
  File "/home/eschwartz/git/calibre/src/calibre/debug.py", line 217, in main
    calibre(['calibre'])
  File "/home/eschwartz/git/calibre/src/calibre/gui_launch.py", line 45, in calibre
    init_dbus()
  File "/home/eschwartz/git/calibre/src/calibre/gui_launch.py", line 39, in init_dbus
    from dbus.mainloop.glib import DBusGMainLoop, threads_init
  File "site-packages/dbus/mainloop/glib.py", line 29, in <module>
ImportError: /usr/lib/libdbus-glib-1.so.2: undefined symbol: g_type_check_instance_is_fundamentally_a
Restarted after unsetting CALIBRE_DEVELOP_FROM, working fine.
eschwartz is offline   Reply With Quote
Old 10-29-2014, 03:32 PM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,376
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
You have probably run into an instance where the binary must and will change, but isn't yet available. Revert your source to before the dbus commit, wait for Friday, and see if the problem goes away. I don't see Kovid releasing a beta binary for one day, but of course he may feel differently.
chaley is offline   Reply With Quote
Advert
Old 10-29-2014, 03:38 PM   #3
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
IIRC there was a previous time when the same kind of problem happened, and he set it up so only newer binaries would run the newer code. Besides, that was an instance of compiled C++ extensions that were part of calibre. Only .py files have changed in the git log.
eschwartz is offline   Reply With Quote
Old 10-29-2014, 03:47 PM   #4
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,376
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
It has happened to me several times in my 4 years of calibre work. In those cases, every time my development was stopped, Kovid made a binary for me. If I could work around it by not pulling changes then we did that.

Of course, you might have found a distro incompatibility that may require a different approach.
chaley is offline   Reply With Quote
Old 10-29-2014, 11:50 PM   #5
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,260
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Here are builds that include the needed dbus-glib library (I had to generate these anyway for my own testing on different VMs)

http://download.calibre-ebook.com/betas/
kovidgoyal is offline   Reply With Quote
Advert
Old 10-30-2014, 12:03 AM   #6
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by kovidgoyal View Post
Here are builds that include the needed dbus-glib library (I had to generate these anyway for my own testing on different VMs)

http://download.calibre-ebook.com/betas/
Why thanks!

(I figured that would be the issue, so I wanted to make sure you didn't get caught out on Friday.)
eschwartz is offline   Reply With Quote
Old 10-30-2014, 12:10 AM   #7
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,260
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Always good to get a heads up from people running from source, often saves release time pain. In this case, this issue would only affect people on bleeding edge distros like Arch/Gentoo~ but it is still good to have caught it before release.
kovidgoyal is offline   Reply With Quote
Old 10-30-2014, 12:15 AM   #8
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Always happy to be of service.

And good to see we have systray functionality back. Thanks for your hard work.
eschwartz is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Running recipe error: Python function terminated unexpectedly (Error Code: 1) jpassarella Recipes 0 10-05-2012 12:54 PM
Running from source and win_fonts davidfor Development 4 10-02-2012 03:22 AM
Error while running calibre with source Lev667 Development 3 03-05-2011 09:55 AM
Running from source after V0.7.32 chaley Calibre 0 12-04-2010 12:08 PM
Note for those running from source and 0.7.2 chaley Calibre 1 06-12-2010 08:19 AM


All times are GMT -4. The time now is 05:36 PM.


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