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

Bug 351229

Summary: media-video/cclive-0.7.1 : fail to build
Product: Gentoo Linux Reporter: Maxime de Roucy <maxime.deroucy>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: alexanders83, amigadave, jmbsvicetto, lpmichalik, nbowler, nikoli, tobias.pal, tomaszg
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
cclive-0.7.1 build log
cclive 0.7.1 verbose build log

Description Maxime de Roucy 2011-01-09 17:40:59 UTC
I can't update from cclive-0.6.5 to cclive-0.7.1.
The building process fail.

Reproducible: Always

Steps to Reproduce:
1. keyword media-video/cclive
2. emerge media-video/cclive
Comment 1 Maxime de Roucy 2011-01-09 17:42:51 UTC
Created attachment 259390 [details]
emerge --info
Comment 2 Maxime de Roucy 2011-01-09 17:43:34 UTC
Created attachment 259392 [details]
cclive-0.7.1 build log
Comment 3 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-01-09 17:46:17 UTC
-- checking for modules 'libquvi>=0.2.0;QUIET'
--   package 'QUIET' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:259 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:311 (_pkg_check_modules_internal)
  CMakeLists.txt:79 (pkg_check_modules)

This seems an upstream issue.
Comment 4 Maxime de Roucy 2011-01-09 18:30:20 UTC
In fact I can build cclive from source on my archlinux but not in gentoo.

It seams that I don't have all the dependencies ... but I didn't search much further for special options.

I used :
cmake -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=/usr ..
as the INSTALL file say.
Comment 5 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-01-09 18:52:23 UTC
Please attach the output of "VERBOSE=1 ebuild $(portageq portdir)/media-video/cclive/cclive-0.7.1.ebuild clean install"
Comment 6 Maxime de Roucy 2011-01-09 19:30:04 UTC
Created attachment 259410 [details]
cclive 0.7.1 verbose build log
Comment 7 Alexis Ballier gentoo-dev 2011-01-09 20:31:26 UTC
'emerge -pv cmake' please
Comment 8 Maxime de Roucy 2011-01-09 20:49:35 UTC
I reinstall cmake an the problem remain...

Also :
$ emerge -pv cmake
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-util/cmake-2.8.1-r2  USE="ncurses -emacs -qt4 -vim-syntax" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB
Comment 9 Paul Tobias 2011-01-13 01:53:04 UTC
I had the same problem. Solved it by upgrading cmake to 2.8.3-r1 (the current testing).

cclive 0.7.1 needs >=cmake-2.8.2 or >=cmake-2.8.3 (I was lazy to look up exactly which version introduced the functionality cclive needs now). (I was too lazy to open a bugreport too.)
Comment 10 Tim Harder gentoo-dev 2011-02-09 05:25:50 UTC
Fixed in 0.7.2 in CVS.