Coder Social home page Coder Social logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Note: Ganeti (http://code.google.com/p/ganeti/) fixed this a while ago.

Original comment by [email protected] on 9 Jul 2009 at 9:50

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
I've had a look at ganeti's git repo, but haven't been able to figure out what 
change
imsnah is referring to

Original comment by kormat on 9 Jul 2009 at 7:21

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
The configure script looks for rst2html but (on my openSUSE install) it's called
rst2html.py. The script then looks for rst2html[$ac_executable_extensions] but I
can't seem to find where this $ac_executable_extensions is set. 

(I fixed it by making a symbolic link from rst2html to rst2html.py)

Original comment by [email protected] on 14 Jul 2009 at 9:04

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
ac_executable_extensions is likely for systems on which all programs have 
certain
extensions (e.g. “.exe” on Windows). You should be able to use
--with-rst2html=/usr/bin/rst2html.py for configure.

Original comment by [email protected] on 14 Jul 2009 at 9:09

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Compiling on OpenSolaris 2009.06 build 117 had the same issue,
--with-rst2html=/usr/bin/rst2html reported:
configure: WARNING: unrecognized options: --with-rst2html

I worked around the problem by putting
ac_executable_extensions=${ac_executable_extensions-'.py'}

into the configure file, but I'm sure thats not the best way.

Original comment by [email protected] on 14 Jul 2009 at 10:16

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Oh, I got it wrong. It's “./configure RST2HTML=/usr/bin/rst2html.py”.

Original comment by [email protected] on 14 Jul 2009 at 10:36

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
I have a patch out for review to fix the original issue (that of make failing if
rst2html isn't available)

Original comment by kormat on 6 Aug 2009 at 4:57

  • Changed state: Started

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Fixed in http://code.google.com/p/neatx/source/detail?r=40

Original comment by kormat on 12 Feb 2010 at 11:38

  • Changed state: Fixed

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
configure still fails to find rst2html.py, would it be possible to change 
configure
so it looks for rst2html.py?

Original comment by [email protected] on 16 Feb 2010 at 4:01

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
@wibaje: i've taken another look at this, and changed how things work a bit. 
Sending a 
patch out for review that should work with both rst2html and rst2html.py.

Original comment by kormat on 19 Feb 2010 at 1:51

  • Changed state: Started

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
@wibaje: Fixed in http://code.google.com/p/neatx/source/detail?r=58

Original comment by kormat on 19 Feb 2010 at 4:16

  • Changed state: Fixed

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Thanks, I verified it and it works now.

Original comment by [email protected] on 22 Feb 2010 at 10:30

from neatx.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Just in case someone comes here for answer,
I fixed this issue when trying to install Midori by installing the pkg 
"Docutils"  & was very easy install as well,just follow the readme inside pkg.
You need to have python installed

Original comment by [email protected] on 4 Aug 2010 at 6:15

from neatx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.