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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 15 22:27:51 UTC 2016


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

            Bug ID: 214551
           Summary: sysutils/cbsd: 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: olevole at olevole.ru, pavelivolkov at gmail.com
             Flags: maintainer-feedback?(olevole at olevole.ru)
                CC: olevole at olevole.ru

cc misc/src/sqlcli.c -static -pthread -lsqlite3 -L/usr/local/lib
-I/usr/local/include -o misc/sqlcli && "/usr/bin/strip" misc/sqlcli
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuRegexpFunc':
(.text+0x1a0c5): undefined reference to `uregex_open'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuRegexpFunc':
(.text+0x1a112): undefined reference to `uregex_setText'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuRegexpFunc':
(.text+0x1a137): undefined reference to `uregex_matches'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuRegexpFunc':
(.text+0x1a174): undefined reference to `uregex_setText'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuCaseFunc16':
(.text+0x1a272): undefined reference to `u_strToUpper'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuCaseFunc16':
(.text+0x1a299): undefined reference to `u_strToLower'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuLikeFunc':
(.text+0x1a498): undefined reference to `utf8_nextCharSafeBody'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuLoadCollation':
(.text+0x1a572): undefined reference to `ucol_open'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuLoadCollation':
(.text+0x1a5c1): undefined reference to `ucol_close'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuFunctionError':
(.text+0x1a61d): undefined reference to `u_errorName'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuCollationColl':
(.text+0x1a6cd): undefined reference to `ucol_strcoll'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuCollationDel':
(.text+0x1a6e8): undefined reference to `ucol_close'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuLikeCompare':
(.text+0x1a7c5): undefined reference to `u_foldCase'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuLikeCompare':
(.text+0x1a7d8): undefined reference to `u_foldCase'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuRegexpDelete':
(.text+0x1a873): undefined reference to `uregex_close'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuOpen':
(.text+0x30f03): undefined reference to `utf8_nextCharSafeBody'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuOpen':
(.text+0x30f22): undefined reference to `u_foldCase'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuOpen':
(.text+0x31058): undefined reference to `utf8_nextCharSafeBody'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuOpen':
(.text+0x3108e): undefined reference to `ubrk_open'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuOpen':
(.text+0x310b1): undefined reference to `ubrk_first'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuClose':
(.text+0x310d3): undefined reference to `ubrk_close'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuNext':
(.text+0x3110c): undefined reference to `ubrk_current'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuNext':
(.text+0x31119): undefined reference to `ubrk_next'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuNext':
(.text+0x31179): undefined reference to `u_isspace'
/usr/local/lib/libsqlite3.a(sqlite3.o): In function `icuNext':
(.text+0x311f2): undefined reference to `u_strToUTF8'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

http://package23.nyi.freebsd.org/data/103i386-default-PR214384/2016-11-14_20h14m36s/logs/errors/cbsd-11.0.4_1.log

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


More information about the freebsd-ports-bugs mailing list