Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15300] New: kdebase4-runtime PRE_BUILD fails

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 15300] New: kdebase4-runtime PRE_BUILD fails
  • Date: 19 Jul 2009 19:47:25 -0000

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

Summary: kdebase4-runtime PRE_BUILD fails
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: kde4
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: pyrobor AT ver.si


Error msg:
Unpacking source file kdebase-runtime-4.2.4.tar.bz2 for spell
kdebase4-runtime.
sed: can't read kioslave/network/mimetypes/CMakeLists.txt: No such file or
directory

My simple fix was to change PRE_BUILD from:
default_pre_build &&
cd $SOURCE_DIRECTORY &&
sed -i '/update_xdg_mimetypes/D' kioslave/network/mimetypes/CMakeLists.txt

to:
default_pre_build &&
cd $SOURCE_DIRECTORY

Then it complied fine... if is something wrong with compiled version I don't
know 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