Your message dated Mon, 12 Aug 2013 19:48:16 +0000
with message-id <e1v8y6c-0000kl...@franck.debian.org>
and subject line Bug#718374: fixed in bibletime 2.9.1-3
has caused the Debian Bug report #718374,
regarding bibletime: FTBFS: Could not find CLucene.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
718374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718374
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bibletime
Version: 2.9.1-2
Severity: serious
Tags: patch

Hi,

bibletime fails to build with the recently uploaded clucene 2.x:

[...]
-- Detecting C compiler ABI info - done
-- Setting up build environment for BibleTime version 2.9.1
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake (found suitable version "4.8.5", minimum required 
is "4.5.0") 
-- Using DBUS
-- Found CLucene library: /usr/lib/x86_64-linux-gnu/libclucene-core.so
-- Found CLucene include dir: /usr/include
-- CLucene library dir not found.
CMake Error at cmake/FindCLucene.cmake:127 (MESSAGE):
  Could not find CLucene.
Call Stack (most recent call first):
  CMakeLists.txt:79 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo returned exit 
code 1
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1357:
dpkg-buildpackage -rfakeroot -D -us -uc -b failed

This is because it's looking for clucene-config.h and doesn't find it -
and thus is the case because it doesn't look in the multiarch library dir.

Adding /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE} as in the attached patch
fixes it.

Regards,

Rene
diff -Nru bibletime-2.9.1/debian/changelog bibletime-2.9.1/debian/changelog
--- bibletime-2.9.1/debian/changelog	2012-04-17 21:42:03.000000000 +0000
+++ bibletime-2.9.1/debian/changelog	2013-07-30 19:24:21.000000000 +0000
@@ -1,3 +1,10 @@
+bibletime (2.9.1-3) unstable; urgency=low
+
+  * fix FindCLucene.cmake to look in /usr/lib/{CMAKE_LIBRARY_ARCHITECTURE}
+    to find clucene-config.h with multiarched clucene
+
+ -- Rene Engelhard <r...@debian.org>  Tue, 30 Jul 2013 19:23:42 +0000
+
 bibletime (2.9.1-2) unstable; urgency=low
 
   * Disable -Werror to work-around FTBFS with gcc-4.7 (Closes: #667113)
diff -Nru bibletime-2.9.1/debian/patches/find-clucene-config.h.diff bibletime-2.9.1/debian/patches/find-clucene-config.h.diff
--- bibletime-2.9.1/debian/patches/find-clucene-config.h.diff	1970-01-01 00:00:00.000000000 +0000
+++ bibletime-2.9.1/debian/patches/find-clucene-config.h.diff	2013-07-30 19:02:08.000000000 +0000
@@ -0,0 +1,13 @@
+Description: find clucene-config.h in clucene 2.x' multiarch dir
+Author: Rene Engelhard <r...@debian.org>
+
+--- bibletime-2.9.1.orig/cmake/FindCLucene.cmake
++++ bibletime-2.9.1/cmake/FindCLucene.cmake
+@@ -55,6 +55,7 @@ SET(TRIAL_INCLUDE_PATHS
+     ${CMAKE_INSTALL_PREFIX}/include
+     /usr/local/include
+     /usr/include
++    /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}
+     /sw/include
+     /usr/pkg/include
+     ${WIN_CLUCENE_INCLUDE_PATH}
diff -Nru bibletime-2.9.1/debian/patches/series bibletime-2.9.1/debian/patches/series
--- bibletime-2.9.1/debian/patches/series	2012-04-17 21:37:39.000000000 +0000
+++ bibletime-2.9.1/debian/patches/series	2013-07-30 19:00:14.000000000 +0000
@@ -1 +1,2 @@
 gcc4.7-ftbfs.patch
+find-clucene-config.h.diff

--- End Message ---
--- Begin Message ---
Source: bibletime
Source-Version: 2.9.1-3

We believe that the bug you reported is fixed in the latest version of
bibletime, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 718...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard <r...@debian.org> (supplier of updated bibletime package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 30 Jul 2013 19:23:42 +0000
Source: bibletime
Binary: bibletime bibletime-data
Architecture: source amd64 all
Version: 2.9.1-3
Distribution: unstable
Urgency: low
Maintainer: CrossWire Packages <pkg-crosswire-de...@lists.alioth.debian.org>
Changed-By: Rene Engelhard <r...@debian.org>
Description: 
 bibletime  - bible study tool for Qt
 bibletime-data - Documentation and data for bibletime, a bible study tool
Closes: 718374
Changes: 
 bibletime (2.9.1-3) unstable; urgency=low
 .
   * fix FindCLucene.cmake to look in /usr/lib/{CMAKE_LIBRARY_ARCHITECTURE}
     to find clucene-config.h with multiarched clucene (Closes: #718374)
Checksums-Sha1: 
 e020700e525b43427f20eb79cea52ce1e7bd6796 2107 bibletime_2.9.1-3.dsc
 f00a3a3cfdf011c16ac9d424815f9ee985b539c9 5968979 bibletime_2.9.1.orig.tar.bz2
 a8f64ed4ca5bb4aef89ac68a7dd1ef21eb3f9e78 12428 bibletime_2.9.1-3.debian.tar.gz
 b412d1e53feb309d625f5da1091607165fe7e138 684424 bibletime_2.9.1-3_amd64.deb
 7b4387570a4ee2a57ec35f2f2ba493c447d70641 1742722 bibletime-data_2.9.1-3_all.deb
Checksums-Sha256: 
 a244c7e8ddff088216dbae8c3de8de170d6bbe822688ed524f1462f59abd413f 2107 
bibletime_2.9.1-3.dsc
 308a86d4a1f63203e01438e75be8306377927498b5d0ae8769a4df3c828013b5 5968979 
bibletime_2.9.1.orig.tar.bz2
 3adc8618853816e71f26d5cb6783c35df32e35b9c6aa4876fc4487aa74a091f4 12428 
bibletime_2.9.1-3.debian.tar.gz
 02ea09506006dddeb2e35f8e4a842766fd0bb5fa2c4756be5e61c273974cbeda 684424 
bibletime_2.9.1-3_amd64.deb
 e62ea36e4465c3dfb1cb1baf3281d23bbb5d1241a0100ad79ea0d8c3656cd450 1742722 
bibletime-data_2.9.1-3_all.deb
Files: 
 790a419ad043b15c94601f2cdfc8350e 2107 kde optional bibletime_2.9.1-3.dsc
 ff89f440418f3e23c0bf039810f21479 5968979 kde optional 
bibletime_2.9.1.orig.tar.bz2
 3146fbf1ee19d2c09d921a770ac34365 12428 kde optional 
bibletime_2.9.1-3.debian.tar.gz
 e4069df81da03ad153cb09bbbe101e54 684424 kde optional 
bibletime_2.9.1-3_amd64.deb
 463aa0ddadd057252fc720dc6c552e38 1742722 kde optional 
bibletime-data_2.9.1-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSCTdqAAoJEIh7YGGLPBauM0AQAKsOAN5vQ3AgBCE0dCs35aTX
r5HJp/RSK2OmozpTdaOn8C/mxNKSgS025anjrYn84udh24EH4sKs0nGDqRplLRPG
WsQ0zZWM+EKK50ZIu9rXj7yu1hI+QwgO66nlGEMoya1LXYpgHyyJM4nzaYaVthi3
qC5b/82VJpS+9X1Bn3G9yS2Rc14+y/7keA0CG8BigTRyemQCkHGXIjNwr7tbRFkw
HjmajawMCx2kkCuakZD5RFYvqALjWaw0SKut5h9bTBRFO398ONHSaJYcYX4PTz4Q
+bU7NvyZwuMt8ndPssz/YX9Gqj7h1kya6d+8Q6UTF4441u379xlmp/h9665jp794
rQCsL/EjFSDOq79y8imuyf5alXIcv1DprSy0uVRhkWyJd+TporMTyNUsexqpAfQU
3YJdAeNsx5+SBhunUJpbiFGMbZTp1pxLE0s079rqkwx0qUYimkyY/Qbuls0JJ1+N
HBO2XvpkraFhqz6Oyilv9IN64s0aBSoV3dcqCnFkAdBJDVTaxK45PCCBUFvQmIb1
ZTl4948JTsIZzQcWm5IOWQLlIONYvx7RoNGSYZL7W6XA9UeqbNAVQIUJaZLI9gJh
NYl1Oekejgm5oKjX+GFeEHz4tq2gFia1937K+ysEbB0H9Fjq3JFTxNsLWVDpU5Ah
QuByvmwDF3X++wN43ES7
=H2CL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to