View Single Post
Old 08-27-2009, 08:58 PM   #4
troymc
Groupie
troymc will become famous soon enoughtroymc will become famous soon enoughtroymc will become famous soon enoughtroymc will become famous soon enoughtroymc will become famous soon enoughtroymc will become famous soon enough
 
Posts: 161
Karma: 608
Join Date: Aug 2008
Location: Plano, TX
Device: Sony PRS-505 + B&N Nook + Motion LE1700 + Motorola Xoom Wifi
hmm....same issue with 0.6.9 -- I must be doing something silly..

And I must correct myself, it's not linking, it's trying to copy that file somewhere.

I removed everything under /opt/calibre & cut-n-pasted the build instructions from the website. Here's the error message from 'python setup.py build'
Code:
creating build/lib.linux-i686-2.6/calibre/plugins
error: can't copy 'src/calibre/plugins/calibre_poppler.so': doesn't exist or not a regular file
definitely not there:
Code:
/opt/calibre/calibre-0.6.9$ ls -l src/calibre/plugins
total 632
drwxr-xr-x 3 root root   4096 2009-08-27 19:47 calibre
-rwxr-xr-x 1 root root 637477 2009-08-27 19:47 pictureflow.so
but it is way down here:
Code:
/opt/calibre/calibre-0.6.9$ ls -lR src/calibre/plugins
src/calibre/plugins:
total 632
drwxr-xr-x 3 root root   4096 2009-08-27 19:47 calibre
-rwxr-xr-x 1 root root 637477 2009-08-27 19:47 pictureflow.so

src/calibre/plugins/calibre:
total 4
drwxr-xr-x 2 root root 4096 2009-08-27 19:47 plugins

src/calibre/plugins/calibre/plugins:
total 396
-rwxr-xr-x 1 root root 226191 2009-08-27 19:47 calibre_poppler.so
-rwxr-xr-x 1 root root  17980 2009-08-27 19:47 cPalmdoc.so
-rwxr-xr-x 1 root root  31646 2009-08-27 19:47 fontconfig.so
-rwxr-xr-x 1 root root  89222 2009-08-27 19:47 lzx.so
-rwxr-xr-x 1 root root  24481 2009-08-27 19:47 msdes.so
and, of course, if I copy everything from src/calibre/plugins/calibre/plugins up to src/calibre/plugins then run the build again, it works.

Troy
troymc is offline   Reply With Quote