build failed with "/bin/sh: rst2man: command not found"

Bug #747500 reported by NAKAMURA Yoshitaka
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kupfer
Fix Released
Undecided
Unassigned

Bug Description

./waf build failed with "/bin/sh: rst2man: command not found"

My environment don't have rst2man but rst2man.py.
waf found it correctly and report as:

  Checking for program rst2man : /usr/bin/rst2man.py

but kupfer's wscript don't use it.

Revision history for this message
X (u78qir8a9-deactivatedaccount) wrote :

Thank you for reporting bugs in Kupfer. I'm sorry for this problem, I forgot about it.
I have committed a fix to the master branch.

The best workaround is simply to apply the same changes to your wscript file (if you don't update from git or wait for next release).

Line 266 in wscript should be like this:

    rule = '%s ${SRC} > ${TGT}' % bld.env["RST2MAN"],

Changed in kupfer:
assignee: nobody → Ulrik Sverdrup (ulrik-sverdrup)
status: New → Fix Committed
Revision history for this message
NAKAMURA Yoshitaka (arumakanoy) wrote :

Thank you for your quick response. I confirmed that build finished successfully.

Changed in kupfer:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.