Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166215 - media-sound/mumble-0.9.4 can be compiled with USE=sqlite3 QT4
Summary: media-sound/mumble-0.9.4 can be compiled with USE=sqlite3 QT4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Timothy Redaelli (RETIRED)
URL:
Whiteboard:
Keywords:
: 171916 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-10 16:17 UTC by Tomasz Mon
Modified: 2007-03-23 14:54 UTC (History)
3 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 Tomasz Mon 2007-02-10 16:17:40 UTC
localhost ~ # emerge mumble
Calculating dependencies ... done!

>>> Emerging (1 of 1) media-sound/mumble-0.9.4 to /
 * mumble-0.9.4.tar.bz2 MD5 ;-) ...                                       [ ok ]
 * mumble-0.9.4.tar.bz2 RMD160 ;-) ...                                    [ ok ]
 * mumble-0.9.4.tar.bz2 SHA1 ;-) ...                                      [ ok ]
 * mumble-0.9.4.tar.bz2 SHA256 ;-) ...                                    [ ok ]
 * mumble-0.9.4.tar.bz2 size ;-) ...                                      [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking mumble-0.9.4.tar.bz2 ;-) ...                                  [ ok ]

 * You need to build Qt4 with the sqlite use flag


!!! ERROR: media-sound/mumble-0.9.4 failed.
Call stack:
  ebuild.sh, line 1562:   Called dyn_setup
  ebuild.sh, line 665:   Called pkg_setup
  mumble-0.9.4.ebuild, line 29:   Called die

!!! Your Qt4 has no sqlite support
!!! If you need support, post the topmost build error, and the call stack if relevant.


localhost ~ # emerge -pv qt

These are the packages that would be merged, in order:

Calculating dependencies ... done!
[ebuild   R   ] x11-libs/qt-4.2.2  USE="cups dbus debug doc examples gif jpeg mng opengl png qt3support sqlite3 zlib -accessibility (-firebird) -glib -mysql -nas -nis -odbc -pch -postgres -sqlite -xinerama" INPUT_DEVICES="-wacom" 36,754 kB 

Total size of downloads: 36,754 kB

When I changed the ebuild, it comiled fine (I have sqlite3 use flag not sqlite which mumble ebuild needs)

Reproducible: Always
Comment 1 Timothy Redaelli (RETIRED) gentoo-dev 2007-02-28 09:24:36 UTC
In CVS thanks (also for murmur)
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-03-23 14:42:20 UTC
*** Bug 171916 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-03-23 14:43:51 UTC
The check doesn't do what you intended...

-if ! built_with_use =x11-libs/qt-4* sqlite sqlite3; then
+if ! built_with_use -o =x11-libs/qt-4* sqlite sqlite3; then
Comment 4 Timothy Redaelli (RETIRED) gentoo-dev 2007-03-23 14:54:35 UTC
Oops, I done it correctly on murmur and I forgot it on mumble, sorry