[Bug 214538] sysutils/lnav: fails to build if databases/sqlite3 was built with ICU=on

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 15 16:39:10 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214538

            Bug ID: 214538
           Summary: sysutils/lnav: fails to build if databases/sqlite3 was
                    built with ICU=on
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: pavelivolkov at gmail.com, tom at hur.st
                CC: tom at hur.st

c++  -O2 -pipe -fstack-protector -fno-strict-aliasing  -Lsrc/static-libs   
-pthread -fstack-protector -L/usr/local/lib -L/usr/lib -L//lib -o lnav lnav.o
dump-pid-sh.o help.o init-sql.o default-log-formats-json.o
default-config-json.o dhclient-summary.opartition-by-boot.o libdiag.a
-lreadline -lncursesw -lsqlite3  -lpcrecpp -lpcrecpp -lpcre -ltinfo -lexecinfo
-lbz2 -lz -lutil
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuRegexpFunc':
(.text+0x1a2eb): undefined reference to `uregex_open'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuRegexpFunc':
(.text+0x1a338): undefined reference to `uregex_setText'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuRegexpFunc':
(.text+0x1a35d): undefined reference to `uregex_matches'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuRegexpFunc':
(.text+0x1a39a): undefined reference to `uregex_setText'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuCaseFunc16':
(.text+0x1a498): undefined reference to `u_strToUpper'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuCaseFunc16':
(.text+0x1a4bf): undefined reference to `u_strToLower'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuLikeFunc':
(.text+0x1a6be): undefined reference to `utf8_nextCharSafeBody'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuLoadCollation':
(.text+0x1a798): undefined reference to `ucol_open'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuLoadCollation':
(.text+0x1a7e7): undefined reference to `ucol_close'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuFunctionError':
(.text+0x1a843): undefined reference to `u_errorName'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuCollationColl':
(.text+0x1a8f3): undefined reference to `ucol_strcoll'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuCollationDel':
(.text+0x1a90e): undefined reference to `ucol_close'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuLikeCompare':
(.text+0x1a9eb): undefined reference to `u_foldCase'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuLikeCompare':
(.text+0x1a9fe): undefined reference to `u_foldCase'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuRegexpDelete':
(.text+0x1aa99): undefined reference to `uregex_close'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuOpen':
(.text+0x3112f): undefined reference to `utf8_nextCharSafeBody'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuOpen':
(.text+0x3114e): undefined reference to `u_foldCase'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuOpen':
(.text+0x31284): undefined reference to `utf8_nextCharSafeBody'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuOpen':
(.text+0x312ba): undefined reference to `ubrk_open'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuOpen':
(.text+0x312dd): undefined reference to `ubrk_first'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuClose':
(.text+0x312ff): undefined reference to `ubrk_close'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuNext':
(.text+0x31338): undefined reference to `ubrk_current'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuNext':
(.text+0x31345): undefined reference to `ubrk_next'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuNext':
(.text+0x313a5): undefined reference to `u_isspace'
src/static-libs/libsqlite3.a(sqlite3.o): In function `icuNext':
(.text+0x3141e): undefined reference to `u_strToUTF8'
c++: error: linker command failed with exit code 1 (use -v to see invocation)


http://package22.nyi.freebsd.org/data/103i386-default-PR214384/2016-11-14_20h14m36s/logs/errors/lnav-0.8.1.log

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list