Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redo depending on markdown, etc. #9

Open
The-Blue-Wizard opened this issue Dec 3, 2018 · 0 comments
Open

redo depending on markdown, etc. #9

The-Blue-Wizard opened this issue Dec 3, 2018 · 0 comments

Comments

@The-Blue-Wizard
Copy link

I attempted to build a redo on my Devuan Linux box, and upon invoking "./redo" at the shell, I get the following messages:

redo all
redo _all
redo redo-sh
Testing dash... warnings W18 W56 W94 W114 W115
Testing /usr/xpg4/bin/sh... missing
Testing ash... missing
Testing posh... missing
Testing mksh... missing
Testing ksh... missing
Testing ksh88... missing
Testing ksh93... missing
Testing pdksh... missing
Testing zsh... warnings W118
Testing bash... warnings W118
Testing busybox... warnings W18 W56 W111 W118
Testing sh... warnings W18 W56 W94 W114 W115
Selected mostly good shell: /bin/dash
redo version/all
redo version/vars
redo version/gitvars
redo version/_version.py
redo Documentation/all
redo Documentation/doc.list
redo Documentation/redo-always.1
redo Documentation/md-to-man
Traceback (most recent call last):
File "./md2man.py", line 2, in
import sys, os, markdown, re
ImportError: No module named markdown
Warning: md2man.py missing modules; can't generate manpages.
Warning: try this: sudo easy_install markdown BeautifulSoup
redo Documentation/redo-always.md.tmp
Skipping: redo-always.1
redo Documentation/redo-ifchange.1
redo Documentation/redo-ifchange.md.tmp
Skipping: redo-ifchange.1
redo Documentation/redo-ifcreate.1
redo Documentation/redo-ifcreate.md.tmp
Skipping: redo-ifcreate.1
redo Documentation/redo-log.1
redo Documentation/redo-log.md.tmp
Skipping: redo-log.1
redo Documentation/redo.1
redo Documentation/redo.md.tmp
Skipping: redo.1
redo Documentation/redo-ood.1
redo Documentation/redo-ood.md.tmp
Skipping: redo-ood.1
redo Documentation/redo-sources.1
redo Documentation/redo-sources.md.tmp
Skipping: redo-sources.1
redo Documentation/redo-stamp.1
redo Documentation/redo-stamp.md.tmp
Skipping: redo-stamp.1
redo Documentation/redo-targets.1
redo Documentation/redo-targets.md.tmp
Skipping: redo-targets.1
redo Documentation/redo-whichdo.1
redo Documentation/redo-whichdo.md.tmp
Skipping: redo-whichdo.1
redo Documentation/t/testitem.1
redo Documentation/t/testitem.md.tmp
Skipping: t/testitem.1
redo Documentation/mkdocs
Warning: mkdocs is missing; can't generate website.
Nothing much to do. Try 'redo t/all' or 'redo test'

I think there are several assumptions that redo makes, but I am not sure. Also, I am not sure which markdown library redo is using. Care to take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant