| Summary: | www-servers/cherokee-1.2.103-r2:make[2]: no: Command not found | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | Anthony Basile <blueness> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge log | ||
|
Description
Toralf Förster
2015-02-20 12:17:13 UTC
Hi Toralf, It looks like the python var got munged leading to "no". Can you look in doc/Makefile and let me know what PYTHON is set to. Here's what I get on my system: yellow doc # cat Makefile | grep PYTHON PYTHON = /usr/bin/python ASCIIDOC = $(PYTHON) $(top_srcdir)/doc/build/asciidoc.py --conf-file=$(top_srcdir)/doc/build/doc.conf Notice the last line is the line which leads to the error: no ../doc/build/asciidoc.py --conf-file=../doc/build/doc.conf -o index.html ../doc/index.txt Also try using `eselect python set` to play around with your python version (in case that's an issue) and also try version 1.2.104 which I just added to the tree. Actually Toralf thanks but I figured it out. This is a duplicate bug. *** This bug has been marked as a duplicate of bug 514530 *** (In reply to Anthony Basile from comment #2) > Actually Toralf thanks but I figured it out. This is a duplicate bug. no problem - nd b/c I dropped already the old chroot it is good to know that the image was not needed now ;) |