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: 23 Feb 2010 16:11:29 -0000

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


Treeve Jelbert <treeve AT scarlet.be> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED




--- Comment #8 from Treeve Jelbert <treeve AT scarlet.be> 2010-02-23 10:11:27
---
looking at FindPhonon.cmake

# As discussed on kde-buildsystem: first look at CMAKE_PREFIX_PATH, then at
the suggested PATHS (kde4 install dir)
find_library(PHONON_LIBRARY NAMES phonon PATHS ${KDE4_LIB_INSTALL_DIR}
${QT_LIBRARY_DIR} NO_SYSTEM_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH)
# then at the default system locations (CMAKE_SYSTEM_PREFIX_PATH, i.e. /usr
etc.)
find_library(PHONON_LIBRARY NAMES phonon)


so, in order to be safe, we either install to /opt/kde4 or prevent qt4
installing anything.

I am trying some changes for qt4 at the moment, but it may be simpler to move
phonon, as it is much easier to rebuild it.


Incidentally, please note that default_build_x in kde4-support is obsolete

....
I have now changed the phonon spell - works for me

The qt4 changes also include some extra build options which I need to test

--
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