Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15585] kdebase4-runtime fails to build

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15585] kdebase4-runtime fails to build
  • Date: 19 Feb 2010 23:49:47 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15585





--- Comment #3 from Tommy Boatman <tboatman AT sourcemage.org> 2010-02-19
17:49:46 ---
I agree with this. As phonon is not a dependency of qt4 itself, I would not
expect to see issues with non-KDE4 apps that use qt4, such as virtualbox-ose.

QT4 includes phonon support. This support is recommended to be disabled when
building for KDE4. Refer to
http://www.mail-archive.com/blfs-support AT linuxfromscratch.org/msg10605.html

This also indicates to me that ALL of kde4-support should be installed to
$KDE4DIR.

Below is a snippet of kde4-support/FUNCTIONS

default_build_x() {
# persistent_add KDE4DIR &&
# KDE4DIR="$INSTALL_ROOT/opt/kde4" &&
QTDIR=$INSTALL_ROOT/usr/bin/qt4 &&
cd $SOURCE_DIRECTORY &&
mkdir -p build &&
cd build &&
PATH=$QTDIR:$PATH &&
# PATH=$KDE4DIR:$QTDIR:$PATH &&
# CMAKE_PREFIX_PATH=$KDE4DIR &&
cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr \
../ &&
make
}

I'm thinking this is bad, but I'm not entirely certain how to fix it yet.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page