When I last built plasma I was using 5.3.1 and baloo-5.9.1 was part
of that.  But I'm currently doing another build in qemu (tracking
down the static libs) and baloo has migrated to the frameworks kde
source directory.  At the moment I'm using 5.13.0 versions of
frameworks, I expect 5.14 will appear soon.

Baloo now requires lmdb (part of openldap, but packaged separately).
https://github.com/LMDB/lmdb/releases

Building that is an exercise in how things used to be done years
ago: no configure file, just set variables or hack the Makefile (and
if you try a DESTDIR install you will need to create the directories
first 8)

The source is deep down in libraries/liblmdb/ - probably to fit in
with openldap.  It is set up to install debug versions into
/usr/local, with static and shared libs, and manpages for the
programs in /usr/local/man/man1 but sed is our friend.

cd libraries/liblmdb
sed -i -e 's/-g//' -e '/^ILIBS/s/liblmdb.a//' \
  -e 's%man/%/share/man/%' Makefile
make [ ok with -j4 ]
make test (if you wish)
make prefix=/usr install

ĸen
-- 
Il Porcupino Nil Sodomy Est! (if you will excuse my latatian)
  aka "The hedgehog song"
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to