Opened 11 years ago

Closed 11 years ago

#1101 closed defect (fixed)

osgeolive - OSGeo Software Help - link broken

Reported by: epifanio Owned by: live-demo@…
Priority: blocker Milestone: OSGeoLive6.5
Component: OSGeoLive Keywords: docs, sphinx, i18n
Cc:

Description

both from the icon-launcher and from the menu : Geospatial -> OSGeo Software Help

i got the browser pointing to the apache root directory instead of loading the documentation page.

Change history (2)

comment:1 by hamish, 11 years ago

Keywords: docs sphinx i18n added

Sphinx died in zh/quickstart/mapwindow.

It died the same for me on the adhoc build server when I had LANG=C, but not when I had LANG=en_US.UTF-8 with that it was ok.

...
reading sources... [ 97%] zh/quickstart/mapnik_quickstart
reading sources... [ 97%] zh/quickstart/mapproxy_quickstart
reading sources... [ 97%] zh/quickstart/mapserver_quickstart
reading sources... [ 97%] zh/quickstart/maptiler_quickstart
reading sources... [ 97%] zh/quickstart/mapwindow_quickstart

Exception occurred:
  File "/usr/lib/python2.7/dist-packages/sphinx/cmdline.py", line 189, in main
    app.build(force_all, filenames)
  File "/usr/lib/python2.7/dist-packages/sphinx/application.py", line 204, in build
    self.builder.build_update()
  File "/usr/lib/python2.7/dist-packages/sphinx/builders/__init__.py", line 196, in build_update
    'out of date' % len(to_build))
  File "/usr/lib/python2.7/dist-packages/sphinx/builders/__init__.py", line 216, in build
    purple, length):
  File "/usr/lib/python2.7/dist-packages/sphinx/builders/__init__.py", line 120, in status_iterator
    for item in iterable:
  File "/usr/lib/python2.7/dist-packages/sphinx/environment.py", line 613, in update_generator
    self.read_doc(docname, app=app)
  File "/usr/lib/python2.7/dist-packages/sphinx/environment.py", line 769, in read_doc
    self.process_images(docname, doctree)
  File "/usr/lib/python2.7/dist-packages/sphinx/environment.py", line 948, in process_images
    if not os.access(path.join(self.srcdir, imgpath), os.R_OK):
UnicodeEncodeError: 'ascii' codec can't encode characters in position 102-134: ordinal not in range(128)
The full traceback has been saved in /tmp/sphinx-err-2HfO3Q.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-dev/>,
or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
make: *** [sphinxbuild] Error 1
mv: cannot stat `*': No such file or directory
rm -rf _build
rm -f licenses.csv
# remove symbolic linked files
rm -f `find ./*/ -type l -print`
./install_main_docs.sh: 81: cd: can't cd to /var/www/_images/
install_main_docs.sh: Double-check that the Firefox home page is now set to file:///var/www/index.html
find: `/home/user/.mozilla/firefox/': No such file or directory
...

the quickstart after mapwindow is marble_quickstart.rst. could be that one too.

?

Hamish

comment:2 by kalxas, 11 years ago

Resolution: fixed
Status: newclosed

fixed and confirmed in [9982]

Note: See TracTickets for help on using tickets.