10-15-2008, 08:13 PM | #1 |
Enthusiast
Posts: 39
Karma: 2112556
Join Date: Dec 2007
Location: Morristown
Device: Boox Nova 2, Kobo Clara, Nook Glowlight Plus, Samsung Galaxy Tab S 8.4
|
New versions of calibre in Ubuntu Hardy 64 Bit
I was wondering if anyone had upgraded to the latests versions of Calibre in 64bit Ubuntu Hardy.
I'm still running an older version (.4.77) that works just fine for managing my downloads from here, and Feedbooks, but I always enjoyed keeping up with the latest versions. Has anyone installed the precompiled binary as per the instructions, or any advice. Otherwise, I'm really just planning on keeping my current version. Fantastic application, and I absolutely appreciated kovidgoyal's help with getting it to work on my system earlier this year. Thanks all Happy reading! Devin |
10-15-2008, 10:21 PM | #2 |
creator of calibre
Posts: 44,543
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
i suggets installing from source. You'll need to install the development packages of python, qt, and pyqt4
|
Advert | |
|
10-16-2008, 09:36 PM | #3 |
Enthusiast
Posts: 39
Karma: 2112556
Join Date: Dec 2007
Location: Morristown
Device: Boox Nova 2, Kobo Clara, Nook Glowlight Plus, Samsung Galaxy Tab S 8.4
|
I went though and installed the dependencies and the ones that I could find with -dev packages.
Everything worked till the last step. I got the following output. devin@devin-desktop:~/calibre-0.4.96$ python setup.py build && sudo python setup.py install Setup calibre version: 0.4.96 running build running resources Compiling resources... running translations Compiling translations... Compiling nl Compiling el Compiling ru Compiling nb Compiling ca Compiling pt Compiling fr Compiling es Compiling nds Compiling sl Compiling sv Compiling te Compiling it Compiling bg Compiling gl Compiling de running gui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/filename_pattern.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/main.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/viewer/config.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/viewer/main.ui Promoting WebView Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/jobs.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/metadata_bulk.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/search_item.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/metadata_single.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/book_info.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/conversion_error.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/config.ui Implementing Workaround for buggy pyuic in form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/config.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/warning.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/lrf_single.ui Implementing Workaround for buggy pyuic in form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/lrf_single.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/search.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/choose_format.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/tag_editor.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/epub.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/password.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/job_view.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/user_profiles.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/comicconf.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/dialogs/fetch_metadata.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/lrf_renderer/config.ui Compiling form /home/devin/calibre-0.4.96/src/calibre/gui2/lrf_renderer/main.ui Compiling images... error: No such file or directory Any help would be appreciated. |
10-16-2008, 09:58 PM | #4 |
creator of calibre
Posts: 44,543
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
What happens if you do
Code:
python setup.py gui |
10-16-2008, 10:24 PM | #5 |
Enthusiast
Posts: 39
Karma: 2112556
Join Date: Dec 2007
Location: Morristown
Device: Boox Nova 2, Kobo Clara, Nook Glowlight Plus, Samsung Galaxy Tab S 8.4
|
I get the following error.
can't open file 'setup.py': [Errno 2] No such file or directory Thanks again so much |
Advert | |
|
10-16-2008, 10:27 PM | #6 |
creator of calibre
Posts: 44,543
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
run it in the calibre source directory (i.e. the directory where setup.py exists
|
10-16-2008, 10:36 PM | #7 |
Enthusiast
Posts: 39
Karma: 2112556
Join Date: Dec 2007
Location: Morristown
Device: Boox Nova 2, Kobo Clara, Nook Glowlight Plus, Samsung Galaxy Tab S 8.4
|
I get this same error.
Setup calibre version: 0.4.96 running gui Compiling images... error: No such file or directory |
10-16-2008, 10:44 PM | #8 |
creator of calibre
Posts: 44,543
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
post the result of doing ls src/calibre/gui2
|
10-16-2008, 10:48 PM | #9 |
Enthusiast
Posts: 39
Karma: 2112556
Join Date: Dec 2007
Location: Morristown
Device: Boox Nova 2, Kobo Clara, Nook Glowlight Plus, Samsung Galaxy Tab S 8.4
|
I get this error
ls: cannot access src/calibre/gui2: No such file or directory |
10-16-2008, 10:50 PM | #10 |
creator of calibre
Posts: 44,543
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
do it in the calibre source directory
|
10-16-2008, 11:02 PM | #11 |
Enthusiast
Posts: 39
Karma: 2112556
Join Date: Dec 2007
Location: Morristown
Device: Boox Nova 2, Kobo Clara, Nook Glowlight Plus, Samsung Galaxy Tab S 8.4
|
Sorry, I thought that that was in the source directory. I'm not sure ho to get there now. I'm still fairly new to Linux in general.
|
10-16-2008, 11:14 PM | #12 |
creator of calibre
Posts: 44,543
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
The source directory is the same directory where you ran python setup.py gui
perhaps you mistyped it? check to make sure it is Code:
ls src/calibre/gui2 |
10-16-2008, 11:33 PM | #13 |
Enthusiast
Posts: 39
Karma: 2112556
Join Date: Dec 2007
Location: Morristown
Device: Boox Nova 2, Kobo Clara, Nook Glowlight Plus, Samsung Galaxy Tab S 8.4
|
That time I get
cover_flow.py images lrf_renderer news.py update.py device.py images.qrc main.py pictureflow viewer dialogs __init__.py main.ui status.py widgets.py filename_pattern.ui jobs2.py main_ui.py tags.py filename_pattern_ui.py library.py main_window.py tools.py |
10-17-2008, 12:01 AM | #14 |
creator of calibre
Posts: 44,543
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
are you sure you installed pyqt4-dev, you seem to be missing the pyrcc4 command
|
10-17-2008, 08:20 PM | #15 |
Enthusiast
Posts: 39
Karma: 2112556
Join Date: Dec 2007
Location: Morristown
Device: Boox Nova 2, Kobo Clara, Nook Glowlight Plus, Samsung Galaxy Tab S 8.4
|
I had that package installed, however I did not have pyqt4-dev-tools installed.
The install make it quite a bit futher, and now I get the following error apparantly with make... gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Isrc/calibre/utils/msdes -I/usr/include/python2.5 -c src/calibre/utils/msdes/des.c -o build/temp.linux-x86_64-2.5/src/calibre/utils/msdes/des.o gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/calibre/utils/msdes/msdesmodule.o build/temp.linux-x86_64-2.5/src/calibre/utils/msdes/des.o -o src/calibre/plugins/msdes.so building 'calibre.plugins.pictureflow' extension qmake -o Makefile.qt pictureflow.pro make -f Makefile.qt g++ -c -pipe -fpermissive -g -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o pictureflow.o ../../../../src/calibre/gui2/pictureflow/pictureflow.cpp make: g++: Command not found make: *** [pictureflow.o] Error 127 error: command 'make' failed with exit status 2 |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
New Calibre install won't start/seg faults on Ubuntu 9.10 64-bit | lizajane999 | Calibre | 4 | 02-06-2010 03:42 PM |
ubuntu hardy problem with binary install `Illegal instruction` | lampadena | Calibre | 2 | 02-10-2009 03:57 AM |
Ubuntu Hardy Calibre Problem | vakya | Calibre | 27 | 01-26-2009 05:15 PM |
downloading calibre in ubuntu hardy | ElizabethN | Calibre | 1 | 12-29-2008 01:56 AM |
calibre install fails on Ubuntu hardy | Xpi6 | Calibre | 16 | 11-16-2008 02:29 PM |