From 20e6b67365a33e2494cd44c41e8c1cb9217fbb47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 17 Jun 2010 13:08:36 +0000 Subject: [PATCH] - add information about issues with building, which are being hunted git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36428 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/tokyocabinet.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buildout/software-profiles/tokyocabinet.cfg b/buildout/software-profiles/tokyocabinet.cfg index 9ab373dd4e..bb1c7ef050 100644 --- a/buildout/software-profiles/tokyocabinet.cfg +++ b/buildout/software-profiles/tokyocabinet.cfg @@ -2,6 +2,12 @@ parts = tokyocabinet [tokyocabinet] +# XXX-Luke: There is issue when with linking. After building for first time +# libtokyocabinet.so.9: is not correctly linked with parts/tokyocabinet/bin/tcamgr +# and others. +# As workaround please just rebuild, by invoking: +# bin/buildout install tokyocabinet +# Packages depending on tokyocabinet (like flare) are unaffected. recipe = hexagonit.recipe.cmmi url = http://1978th.net/tokyocabinet/tokyocabinet-1.4.45.tar.gz md5sum = 4e891fef32663c707ae0156b47c7ee1f -- 2.30.9