Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374843 - x11-apps/ccsm-0.8.4-r1: missing dependency on dev-util/intltool
Summary: x11-apps/ccsm-0.8.4-r1: missing dependency on dev-util/intltool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop-Effects herd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 12:52 UTC by nzqr
Modified: 2012-05-09 11:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,1.39 KB, text/plain)
2011-07-11 12:52 UTC, nzqr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nzqr 2011-07-11 12:52:01 UTC
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
Comment 1 nzqr 2011-07-11 12:52:28 UTC
Created attachment 279765 [details]
build.log
Comment 2 nzqr 2012-05-09 11:47:47 UTC
Seems fixed now.