Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 374843

Summary: x11-apps/ccsm-0.8.4-r1: missing dependency on dev-util/intltool
Product: Gentoo Linux Reporter: nzqr <candysnell>
Component: Current packagesAssignee: 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

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.