Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364399 - media-sound/kid3-1.6 - missing the dependency on Qt
Summary: media-sound/kid3-1.6 - missing the dependency on Qt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-21 21:09 UTC by avx
Modified: 2011-04-24 15:27 UTC (History)
2 users (show)

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 avx 2011-04-21 21:09:49 UTC
Trying to merge kid3 with
> USE="-kde flac mp3 mp4 taglib vorbis" emerge kid3

fails, because the ebuild is missing needed deps (Qt).

Reproducible: Always

Steps to Reproduce:
1. USE="-kde flac mp3 mp4 taglib vorbis" emerge kid3
2.
3.
Actual Results:  
Fails with
--snip--
loading initial cache file /var/tmp/portage/media-sound/kid3-1.6/temp/gentoo_common_config.cmake
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/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/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE 
CMake Error at /usr/share/cmake/Modules/FindQt4.cmake:1225 (MESSAGE):
  Qt qmake not found!
Call Stack (most recent call first):
  CMakeLists.txt:94 (find_package)
--snap--

Expected Results:  
Should pull in needed deps and build clean.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-04-24 14:58:37 UTC
*** Bug 364677 has been marked as a duplicate of this bug. ***
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2011-04-24 14:59:19 UTC
The KDE flag in CMakeLists.txt for kid3 has always been broken.   And that's why I have never added it before.   I guess this was committed untested.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-24 15:22:30 UTC
Yah i really didn't test -kde scenario

Tho based on what upstream says it should work.
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-24 15:27:55 UTC
I dropped the kde useflag. If someone wants its support then proper feature request with working patch is required.