According to /usr/ports/UPDATING item from 20121218 I try to rebuild all ports depends on devel/icu. With databases/firebird25-client I've got following error: /usr/bin/ld: warning: libicui18n.so.48, needed by /usr/local/lib/libfbembed.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libicuuc.so.48, needed by /usr/local/lib/libfbembed.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libicudata.so.48, needed by /usr/local/lib/libfbembed.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libfbembed.so: undefined reference to `ucnv_close_48' /usr/local/lib/libfbembed.so: undefined reference to `u_toupper_48' /usr/local/lib/libfbembed.so: undefined reference to `u_tolower_48' /usr/local/lib/libfbembed.so: undefined reference to `ucnv_open_48' /usr/local/lib/libfbembed.so: undefined reference to `u_strCompare_48' /usr/local/lib/libfbembed.so: undefined reference to `utf8_nextCharSafeBody_48' /usr/local/lib/libfbembed.so: undefined reference to `ucnv_fromUChars_48' /usr/local/lib/libfbembed.so: undefined reference to `u_countChar32_48' gmake[2]: *** [../gen/firebird/bin/isql-fb] Error 1 gmake[2]: Leaving directory `/usr/ports/databases/firebird25-client/work/Firebird-2.5.1.26351-0/gen' gmake[1]: *** [embed_isql] Error 2 gmake[1]: Leaving directory `/usr/ports/databases/firebird25-client/work/Firebird-2.5.1.26351-0/gen' gmake: *** [embed_isql] Error 2 *** [do-build] Error code 1 How-To-Repeat: make databases/firebird25-client
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=174580 I have experienced this bug on two 9.0-RELEASE development servers. The bug, however, didn't bite on a fresh (last Thursday) 9.0-RELEASE rollout. firebird25-{server,client} built without errors from port. -- Greg Cunningham ph: +613 6440 7453 fx: +613 6440 7456 mo: +614 0705 6788 -- The information contained in this e-mail message and any accompanying files is or may be confidential. If you are not the intended recipient, any use, dissemination, reliance, forwarding, printing or copying of this e-mail or any attached files is unauthorised. This e-mail is subject to copyright. No part of it should be reproduced, adapted or communicated without the written consent of the copyright owner. If you have received this e-mail in error please advise the sender immediately by return e-mail or telephone and delete all copies. Fairfax Media does not guarantee the accuracy or completeness of any information contained in this e-mail or attached files. Internet communications are not secure, therefore Fairfax Media does not accept legal responsibility for the contents of this message or attached files.
2013/1/14 Greg Cunningham <greg.cunningham@fairfaxmedia.com.au>: > http://www.freebsd.org/cgi/query-pr.cgi?pr=174580 > I have experienced this bug on two 9.0-RELEASE development servers. The > bug, however, didn't bite on a fresh (last Thursday) 9.0-RELEASE rollout. > firebird25-{server,client} built without errors from port. > Just after I'd received you're letter I tried to update the port again with the latest ports tree and it built without errors, thank you. Please, close the PR.
State Changed From-To: open->closed - Ports update solved the problem