pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/48120: sysutils/strigi DragonFly undefined reference to symbol '_ZN6lucene4util14atomic_threads16atomic_decrementEPj'
>Number: 48120
>Category: pkg
>Synopsis: sysutils/strigi DragonFly undefined reference to symbol
>'_ZN6lucene4util14atomic_threads16atomic_decrementEPj'
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Aug 14 01:10:00 +0000 2013
>Originator: David Shao
>Release: DragonFly 3.5-DEVELOPMENT x86_64 and i386
>Organization:
>Environment:
DragonFly 3.5-DEVELOPMENT x86_64 and i386
>Description:
Using latest cvs pkgsrc through
Subject: CVS commit: pkgsrc/math/py-pytables
Date: Tue, 13 Aug 2013 21:24:37 +0000
and using master on DragonFly 3.5-DEVELOPMENT x86_64 and i386 through
commit 3863e4c79923b765ed05e23769649c5a0f1240d4
Date: Mon Aug 12 22:04:19 2013 +0200
sysctl_add_oid.9: Reduce diffs to Free a bit.
sysutils/strigi fails to build even after textproc/libclucene is rebuilt and
even after forced deletion with errors:
=> Adding run-time search paths to pkg-config files.
WARNING: [subst.mk:pkgconfig] Ignoring non-existent file
"./src/streamanalyzer/libstreamanalyzer.pc.cmake".
WARNING: [subst.mk:pkgconfig] Ignoring non-existent file
"./src/streams/libstreams.pc.cmake".
...
-- The following REQUIRED packages have been found:
* ZLIB , Support for gzip compressed files and data streams ,
<http://www.zlib.net>
* BZip2 , Support for BZip2 compressed files and data streams ,
<http://www.bzip.org>
* Iconv
* Threads , The thread library of the system
-- Found LibXml2: /usr/pkg/lib/libxml2.so (found version "2.9.1")
-- Found CLucene library:
/usr/pkgsrc/sysutils/strigi/work/.buildlink/lib/libclucene-core.so
-- Found CLucene include dir:
/usr/pkgsrc/sysutils/strigi/work/.buildlink/include
-- Found CLucene library dir:
/usr/pkgsrc/sysutils/strigi/work/.buildlink/include
-- Found CLucene:
/usr/pkgsrc/sysutils/strigi/work/.buildlink/lib/libclucene-core.so
** CLucene is found. Support for CLucene backend is enabled
-- Found PkgConfig: /usr/pkgsrc/sysutils/strigi/work/.tools/bin/pkg-config
(found version "0.28")
-- checking for module 'libclucene-core'
-- found libclucene-core, version 2.3.3.4
** CLucene1 is found. Support for CLucene Version 1+ backend is enabled
-- checking for module 'exiv2'
-- found exiv2, version 0.23
-- Found Exiv2: /usr/pkg/lib/libexiv2.so (found version "0.23.0", required is
"0.12")
** Exiv2 is found. Support for indexing of EXIF/IPTC metadata is enabled
** FFmpeg is disabled. No support for indexing FFMPEG
--
-- The following OPTIONAL packages have been found:
* CLucene
* CLucene1
* PkgConfig
* Exiv2
-- The following REQUIRED packages have been found:
* ZLIB , Support for gzip compressed files and data streams ,
<http://www.zlib.net>
* BZip2 , Support for BZip2 compressed files and data streams ,
<http://www.bzip.org>
* Threads , The thread library of the system
* LibXml2 , <http://xmlsoft.org>
* Iconv
-- The following OPTIONAL packages have not been found:
* XAttr
-- checking for module 'dbus-1'
-- found dbus-1, version 1.6.12
-- Found DBUS: /usr/pkg/lib/libdbus-1.so
** DBus is found. Support for dbus inter-process communication is enabled
-- Please use Gamin instead of FAM if possible
-- Found FAM: /usr/pkgsrc/sysutils/strigi/work/.buildlink/lib/libfam.so
** FAM is found. Support for efficient file change monitoring system is enabled
-- NOT Found log4cxx, disabling it
** Log4cxx not found. Support for advanced logging is disabled
-- Found cppunit: -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lcppunit -ldl
...
gmake[2]: Warning: File
`libstreamanalyzer/plugins/lineplugins/CMakeFiles/deb.dir/depend.make' has
modification time 0.0018 s in the future
[ 61%] Building CXX object
libstreamanalyzer/plugins/lineplugins/CMakeFiles/deb.dir/deblineanalyzer.cpp.o
Linking CXX shared module strigila_deb.so
gmake[2]: warning: Clock skew detected. Your build may be incomplete.
...
[ 66%] Building CXX object
libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeFiles/index2dump.dir/__/tcharutils.cpp.o
Linking CXX executable index2dump
/usr/libexec/binutils222/elf/ld.bfd: CMakeFiles/index2dump.dir/indexdump.cpp.o:
undefined reference to symbol
'_ZN6lucene4util14atomic_threads16atomic_decrementEPj'
/usr/libexec/binutils222/elf/ld.bfd: note:
'_ZN6lucene4util14atomic_threads16atomic_decrementEPj' is defined in DSO
/usr/pkg/lib/libclucene-shared.so.1 so try adding it to the linker command line
/usr/pkg/lib/libclucene-shared.so.1: could not read symbols: Invalid operation
gmake[2]: ***
[libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/index2dump]
Error 1
gmake[1]: ***
[libstreamanalyzer/plugins/indexers/clucenengindexer/indexdump/CMakeFiles/index2dump.dir/all]
Error 2
gmake: *** [all] Error 2
*** Error code 2
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index