Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374053 - media-libs/phonon-vlc-9999 doesn’t compile
Summary: media-libs/phonon-vlc-9999 doesn’t compile
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-04 17:51 UTC by basti
Modified: 2011-10-24 14:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description basti 2011-07-04 17:51:18 UTC
Compiling phonon-vlc-9999 stops with following messages. phonon-vlc-0.4.0 compiles fine. Using amd64 architecture.


>>> Failed to emerge media-libs/phonon-vlc-9999, Log file:
>>>  '/var/tmp/portage/media-libs/phonon-vlc-9999/temp/build.log'
 * Package:    media-libs/phonon-vlc-9999
 * Repository: gentoo
 * Maintainer: kde@gentoo.org
 * USE:        amd64 consolekit elibc_glibc kernel_linux multilib policykit userland_GNU
 * FEATURES:   ccache sandbox
Cloning into bare repository /usr/portage/distfiles/egit-src/phonon-vlc...
remote: Counting objects: 2526, done.
remote: Compressing objects: 100% (801/801), done.
remote: Total 2526 (delta 1893), reused 2240 (delta 1689)
Receiving objects: 100% (2526/2526), 421.02 KiB | 180 KiB/s, done.
Resolving deltas: 100% (1893/1893), done.
GIT NEW clone -->
   repository:               git://anongit.kde.org/phonon-vlc
   at the commit:            57a8493d9a5aa8e7d77ef76fcb08b2ccc64d4f2c
   branch:                   master
   storage directory:        "/usr/portage/distfiles/egit-src/phonon-vlc"
   checkout type:            bare repository
Cloning into /var/tmp/portage/media-libs/phonon-vlc-9999/work/phonon-backend-vlc-9999...
done.
Branch branch-master set up to track remote branch master from origin.
Switched to a new branch 'branch-master'
>>> Unpacked to /var/tmp/portage/media-libs/phonon-vlc-9999/work/phonon-backend-vlc-9999
>>> Working in BUILD_DIR: "/var/tmp/portage/media-libs/phonon-vlc-9999/work/phonon-vlc-9999_build"
cmake --no-warn-unused-cli -C /var/tmp/portage/media-libs/phonon-vlc-9999/temp/gentoo_common_config.cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_v4l2=OFF -DWITH_V4L2=OFF -DWITH_V4l2=OFF -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/media-libs/phonon-vlc-9999/temp/gentoo_rules.cmake  /var/tmp/portage/media-libs/phonon-vlc-9999/work/phonon-backend-vlc-9999
Not searching for unused variables given on the command line.
loading initial cache file /var/tmp/portage/media-libs/phonon-vlc-9999/temp/gentoo_common_config.cmake
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Warning at cmake/modules/FindPhonon.cmake:9 (find_package):
  Could not find a configuration file for package Phonon.

  Set Phonon_DIR to the directory containing a CMake configuration file for
  Phonon.  The file will have one of the following names:

    PhononConfig.cmake
    phonon-config.cmake

Call Stack (most recent call first):
  CMakeLists.txt:7 (find_package)


CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  Could NOT find Phonon (missing: Phonon_DIR)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
  cmake/modules/FindPhonon.cmake:16 (find_package_handle_standard_args)
  CMakeLists.txt:7 (find_package)


-- Configuring incomplete, errors occurred!
 * ERROR: media-libs/phonon-vlc-9999 failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_configure
 *   environment, line 3132:  Called cmake-utils_src_configure
 *   environment, line  776:  Called _execute_optionaly 'src_configure'
 *   environment, line  246:  Called enable_cmake-utils_src_configure
 *   environment, line 1080:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 * 
 * If you need support, post the output of 'emerge --info =media-libs/phonon-vlc-9999',
 * the complete build log and the output of 'emerge -pqv =media-libs/phonon-vlc-9999'.
 * The complete build log is located at '/var/tmp/portage/media-libs/phonon-vlc-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/phonon-vlc-9999/temp/environment'.
 * S: '/var/tmp/portage/media-libs/phonon-vlc-9999/work/phonon-backend-vlc-9999'


Reproducible: Always

Actual Results:  
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  Could NOT find Phonon (missing: Phonon_DIR)

Expected Results:  
Correct installation of the package.
Comment 1 Nikos Chantziaras 2011-07-18 08:50:16 UTC
Same here.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2011-08-07 18:15:31 UTC
Please try again...
Comment 3 basti 2011-08-07 20:04:14 UTC
In the upcoming four weeks I got no time (vacancy).
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2011-08-11 19:20:43 UTC
Well, it's a live ebuild... Best thing is probably to file a bug upstream. (BTW, you are using phonon-9999 as well?) Not much we can do.
Comment 5 Alexey 2011-10-23 16:32:30 UTC
phonon-vlc-9999 doesn't build with phonon-4.5.0 and 4.5.0-r1, but it builds fine with phonon-9999.

So perhaps it would be good to make phonon-vlc-9999 to depend on phonon-9999 for now, and relax the requirements when new phonon is released as ebuild?
Comment 6 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-10-24 14:06:47 UTC
Neither package has keywords and both are live packages, so IMHO we shouldn't change the dependency.