Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2016 13:38:17 -0700 (MST)
From:      Jakub Lach <jakub_lach@mailplus.pl>
To:        freebsd-ports@freebsd.org
Subject:   Cannot update firebird25 after recent icu update
Message-ID:  <1467837497637-6112177.post@n5.nabble.com>

next in thread | raw e-mail | index | archive | help
../src/include/../common/classes/alloc.h:508:1: warning: replacement function
'operator delete[]'
      cannot be declared 'inline' [-Winline-new-delete]
inline void operator delete[](void* mem) throw()
^
4 warnings generated.
c++  -I../src/include/gen -I../src/include -I../src/vulcan
-DNAMESPACE=Vulcan -I/usr/local/include  -O -fno-builtin -DFREEBSD -DAMD64
-pipe -MMD -fPIC -D_THREAD_SAFE  -O2 -pipe -march=native -DAMD64
-fstack-protector -fno-strict-aliasing   -c ../src/isql/OptionsBase.cpp -o
../temp/std/isql/OptionsBase.o
c++  -O2 -pipe -march=native -DAMD64 -fstack-protector -fno-strict-aliasing 
-Wl,--version-script,../builds/posix/empty.vers  -L/usr/local/lib
-fstack-protector -D_THREAD_SAFE   -Wl,-rpath,/usr/local/lib
-Wl,-rpath,/usr/local/libexec/firebird/intl -Wl,-rpath,../gen/firebird/lib
../temp/std/isql/extract.o ../temp/std/isql/isql.o ../temp/std/isql/show.o
../temp/std/isql/Extender.o ../temp/std/isql/InputDevices.o
../temp/std/isql/ColList.o ../temp/std/isql/OptionsBase.o
../temp/std/jrd/path_utils.o ../temp/std/common/classes/ClumpletReader.o
../temp/std/common/classes/ClumpletWriter.o
../temp/std/common/fb_exception.o ../temp/std/common/thd.o
../temp/std/common/classes/MetaName.o ../temp/std/common/StatusHolder.o
../temp/std/common/classes/init.o ../temp/std/common/StatusArg.o
../temp/std/jrd/fbsyslog.o ../temp/std/common/utils.o
../temp/std/common/classes/alloc.o ../temp/std/common/classes/locks.o
../temp/std/common/classes/semaphore.o
../temp/std/common/classes/fb_string.o
../temp/std/common/classes/timestamp.o
../temp/std/common/classes/PublicHandle.o
../temp/std/common/classes/TempFile.o ../temp/std/common/classes/UserBlob.o
../temp/std/common/classes/SafeArg.o ../temp/std/common/classes/MsgPrint.o
../temp/std/common/classes/BaseStream.o -o ../gen/firebird/bin/isql-fb
-L../gen/firebird/lib -lfbembed -L/usr/local/lib -ledit -ltinfo   -lm 
-lpthread -lcurses
/usr/bin/ld: warning: libicui18n.so.55, needed by
/usr/local/lib/libfbembed.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicuuc.so.55, needed by
/usr/local/lib/libfbembed.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicudata.so.55, needed by
/usr/local/lib/libfbembed.so, not found (try using -rpath or -rpath-link)
/usr/local/lib/libfbembed.so: undefined reference to `u_countChar32_55'
/usr/local/lib/libfbembed.so: undefined reference to `u_toupper_55'
/usr/local/lib/libfbembed.so: undefined reference to
`utf8_nextCharSafeBody_55'
/usr/local/lib/libfbembed.so: undefined reference to `u_tolower_55'
/usr/local/lib/libfbembed.so: undefined reference to `u_strCompare_55'
/usr/local/lib/libfbembed.so: undefined reference to `ucnv_open_55'
/usr/local/lib/libfbembed.so: undefined reference to `ucnv_close_55'
/usr/local/lib/libfbembed.so: undefined reference to `ucnv_fromUChars_55'
c++: error: linker command failed with exit code 1 (use -v to see
invocation)
<...>

It looks to me 55 is hardlinked somwhere? icu is at 57 now.



--
View this message in context: http://freebsd.1045724.n5.nabble.com/Cannot-update-firebird25-after-recent-icu-update-tp6112177.html
Sent from the freebsd-ports mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1467837497637-6112177.post>