Adventures in Drive-By Coding

Things i do while procrastinating

Blog

Build-Tool Recipe updated

I just pushed the changes necessary to build kdeutils after it was moved to git and splitted.

Update the recipe and then remove the old kdeutils checkout and its build directory. Then rebuild kdeutils with kde-build build -u kdeutils/. This applies naturally only if you have the…

Build-tool and the frameworks branch

As recently announced in kde-core-devel mailing list kdelibs master is now frozen. Development will happen in the branches

frameworks
The modularization effort for kdelibs
KDE/4.7
Bugfixes for the 4.7 branch

Since this is not about announcing…

Build-Tool Version 0.5.4 Released

I just pushed the next bugfix release of build-tool to rubygems. Hang on for the changelog.

== 0.5.4 ==

- Features
    - Support --resume-from for all module based commands (configure)
    - Show a progressbar when checking for obstacles at the
      beginning. That can take quite some time.
    - If a repository contains a file named .commit-template add it
  …

Build-tool recipe for rasqal, raptor and redland

If you use build-tool to compile kde from sources you most likely encountered the current confusion around soprano and its dependencies. It requires a fairly recent raptor version which is not yet packaged for many distros. And it needs recent…

How to valgrind nepomuk

I was asked to write down some instructions on how to valgrind nepomuk since i have done it before.

The perceived difficulty in nepomuk is that there are many nepomuk processes all started by the nepomukserver process. Here it currently looks like this (output…