| Summary: | x11-apps/ccsm-0.8.4-r1: missing dependency on dev-util/intltool | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | nzqr <candysnell> |
| Component: | Current packages | Assignee: | Desktop-Effects herd <desktop-effects+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
Created attachment 279765 [details]
build.log
Seems fixed now. |
x11-apps/ccsm/ccsm-0.8.4-r1: missing build-time dependency on dev-util/intltool. I noticed this backtrace in build log: python2.7 setup.py build --prefix=/usr Traceback (most recent call last): File "setup.py", line 115, in <module> proc = subprocess.Popen(cmd) ... OSError: [Errno 2] No such file or directory A quotation from ccsm's setup.py: cmd = "intltool-merge -d -u po/ ccsm.desktop.in ccsm.desktop".split(" ") proc = subprocess.Popen(cmd) After installing dev-util/intltool ccsm installs and works. Reproducible: Always