| Summary: | app-text/asciidoc throws SyntaxError when built with PYTHON_SINGLE_TARGET="python3_4" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | gentoo-user |
| Component: | Current packages | Assignee: | Dirkjan Ochtman (RETIRED) <djc> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | carlphilippreh, Dessa |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Well, happening to me to. Noob question. Fix will be released as 8.6.9-r2, so I can keep -r1 in package.env and forget about it? No, I just reverted my change for bug 546110 again in 8.6.9-r1. |
Running `asciidoc' causes asciidoc to fail with: File "/usr/bin/asciidoc.py", line 101 except KeyError, k: raise AttributeError, k ^ SyntaxError: invalid syntax Reproducible: Always Steps to Reproduce: 1. Install asciidoc with PYTHON_SINGLE_TARGET="python3_4" 2. Run asciidoc 3. See error Actual Results: asciidoc errors out with a syntax error Expected Results: asciidoc shows usage/processes files