id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12132,ubuntu 64 bit icu detaction fails,konstantin.kivi@…,John Maddock,"bootstrap.sh code regarding icu presence looks like this {{{ $ECHO -n ""Unicode/ICU support for Boost.Regex?... "" 295 if test ""x$flag_icu"" != xno; then 296 if test ""x$ICU_ROOT"" = x; then 297 COMMON_ICU_PATHS=""/usr /usr/local /sw"" 298 for p in $COMMON_ICU_PATHS; do 299 if test -r $p/include/unicode/utypes.h; then 300 ICU_ROOT=$p }}} however on my 64 bit ubuntu 15.10 utypes.h is located here {{{ konst@konst:~/work/DUP/petra-one/boost/boost_1_60_0> locate utypes.h /usr/include/x86_64-linux-gnu/unicode/utypes.h }}} it even doesn't have a form of $p/include/unicode/utypes.h and thus it is not possible to provide path to icu manually ",Bugs,new,To Be Determined,regex,Boost 1.60.0,Problem,,icu regex boostrap,