View Single Post
Old 12-10-2013, 11:17 PM   #1
colonel337
Junior Member
colonel337 began at the beginning.
 
colonel337's Avatar
 
Posts: 2
Karma: 10
Join Date: Dec 2013
Device: none
Problem installing calibre 1.14 on freebsd 9.0

Hello!
Help if you can, already exhausted.

Version 0.8.7 was decided to update..

As a result - set of ports:
Code:
copying pytz.egg-info/top_level.txt -> build/bdist.freebsd-9.0-RELEASE-p3-i386/egg/EGG-INFO
creating dist
creating 'dist/pytz-2013.8-py2.7.egg' and adding 'build/bdist.freebsd-9.0-RELEASE-p3-i386/egg' to it
removing 'build/bdist.freebsd-9.0-RELEASE-p3-i386/egg' (and everything under it)
===>  Staging for py27-pytz-2013.8,1
===>   py27-pytz-2013.8,1 depends on file: /usr/local/bin/easy_install-2.7 - found
===>   py27-pytz-2013.8,1 depends on file: /usr/local/bin/python2.7 - found
===>   py27-pytz-2013.8,1 depends on executable: python - found
===>   Generating temporary packing list
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: option --user not recognized
*** Error code 1

Stop in /usr/ports/devel/py-pytz.
*** Error code 1

Stop in /usr/ports/devel/py-babel.
*** Error code 1

Stop in /usr/ports/devel/py-Jinja2.
*** Error code 1

Stop in /usr/ports/devel/py-Jinja2.
*** Error code 1

Stop in /usr/ports/textproc/py-sphinx.
*** Error code 1

Stop in /usr/ports/www/py-cssselect.
*** Error code 1

Stop in /usr/ports/www/py-cssselect.
*** Error code 1

Stop in /usr/ports/deskutils/calibre.
Installation of the binaries:
Code:
fr# python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main()"
Enter the installation directory for calibre [/opt]: /usr/local/lib
Using previously downloaded calibre-1.14.0-i686.tar.bz2
Extracting files to /usr/local/lib/calibre ...
Extracting application files...
Failed to read exe path.


You can automate future calibre installs by specifying the
installation directory in the install command itself, like
this:

sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='/opt')"

Change /opt above to whatever directory you want calibre to be
automatically installed to


Run "calibre" to start calibre
Help, good people who can ..
colonel337 is offline   Reply With Quote