Package: libclucene-dev
Version: 2.3.3.4-1
Severity: normal

Dear Maintainer,

thanks for fixing 661703 and uploading the new clucene.

Though - From LO configure:

hecking which clucene to use... external
checking for CLUCENE... yes
checking for CLucene/analysis/cjk/CJKAnalyzer.h... no
configure: error: Your version of libclucene has contribs-lib missing.
Error running configure at ./autogen.sh line 187.

Checking in config.log:

configure:17031: checking for CLUCENE
configure:17038: $PKG_CONFIG --exists --print-errors "libclucene-core"
configure:17041: $? = 0
configure:17055: $PKG_CONFIG --exists --print-errors "libclucene-core"
configure:17058: $? = 0
configure:17116: result: yes
configure:17131: checking for CLucene/analysis/cjk/CJKAnalyzer.h
configure:17131: /usr/bin/ccache g++ -c -g -O2 -I/usr/include/CLucene/ext    
-I/usr/include/CLucene/ext   conftest.cpp >&5
In file included from /usr/include/CLucene/StdHeader.h:20:0,
                 from /usr/include/CLucene.h:11,
                 from conftest.cpp:32:
/usr/include/CLucene/SharedHeader.h:18:36: fatal error: 
CLucene/clucene-config.h: No such file or directory
compilation terminated.
configure:17131: $? = 1
configure: failed program was:
[...]

But it's there:

$ dpkg -L libclucene-dev| grep -i config\.h
/usr/lib/x86_64-linux-gnu/CLucene/clucene-config.h
/usr/include/CLucene/CLConfig.h
/usr/include/CLucene/ext/boost/config/select_compiler_config.hpp
/usr/include/CLucene/ext/boost/config/select_platform_config.hpp
/usr/include/CLucene/ext/boost/config/select_stdlib_config.hpp
/usr/include/CLucene/ext/boost/config.hpp

Should CLucene/clucene-config.h really be in /usr/*lib*/<multiarch triplet>?

Will work around with

--- configure.in-old    2012-08-13 13:19:05.592297194 +0200
+++ configure.in        2012-08-13 13:20:34.224736590 +0200
@@ -6189,6 +6189,8 @@
     AC_MSG_RESULT([external])
     SYSTEM_CLUCENE=YES
     PKG_CHECK_MODULES(CLUCENE, libclucene-core)
+    # hack for include in multiarch path...
+    CLUCENE_CFLAGS="$CLUCENE_CFLAGS -I/usr/lib/`dpkg-architecture 
-qDEB_HOST_MULTIARCH`"
 
     AC_LANG_PUSH([C++])
     save_CXXFLAGS=$CXXFLAGS

for now, but...

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libclucene-dev depends on:
ii  libc6-dev             2.13-35
ii  libclucene-contribs1  2.3.3.4-1
ii  libclucene-core1      2.3.3.4-1

libclucene-dev recommends no packages.

libclucene-dev suggests no packages.

-- no debconf information

Regards,

Rene


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to