#45268: icu @53.1_1 +universal 10.5 destroot failure ---------------------+-------------------------------- Reporter: snc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Resolution: | Keywords: Port: icu | ---------------------+-------------------------------- Comment (by snc@…): The -config files differ regarding endian/architecture: {{{ $ sudo diff -u "/tmp/muniversal.19cP5CrA/1-icu-config" "/tmp/muniversal.19cP5CrA/2-icu-config" --- /tmp/muniversal.19cP5CrA/1-icu-config 2014-10-06 13:15:17.000000000 -0400 +++ /tmp/muniversal.19cP5CrA/2-icu-config 2014-10-06 13:15:17.000000000 -0400 @@ -187,9 +187,9 @@ ################################################################## # Information about the host that 'configure' was run on. -host="powerpc-apple-darwin9.8.0" -host_alias="powerpc-apple-darwin9.8.0" -host_cpu="powerpc" +host="i386-apple-darwin9.8.0" +host_alias="" +host_cpu="i386" host_vendor="apple" host_os="darwin9.8.0" # Our platform canonical name (as determined by configure) @@ -211,7 +211,7 @@ CXXFLAGS="" CXX="/usr/bin/g++-4.2" DEFAULT_MODE="dll" -DEFS="-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LIBPTHREAD=1 -DHAVE_INTTYPES_H=1 -DHAVE_DIRENT_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_WCHAR_H=1 -DSIZEOF_WCHAR_T=4 " +DEFS="-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LIBPTHREAD=1 -DHAVE_INTTYPES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_WCHAR_H=1 -DSIZEOF_WCHAR_T=4 " FFLAGS="@FFLAGS@" # use a consistent INSTALL INSTALL="${SHELL} ${pkgdatadir}/install-sh -c" @@ -229,7 +229,7 @@ SHELL="/bin/sh" SHLIB_c="${CC} ${DEFS} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -shared" SHLIB_cc="${CXX} ${DEFS} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -shared" -U_IS_BIG_ENDIAN="1" +U_IS_BIG_ENDIAN="0" includedir="${prefix}/include" infodir="${datarootdir}/info" localstatedir="${prefix}/var" @@ -249,8 +249,8 @@ ################################################################## # The basename of the ICU data file (i.e. icudt21b ) -ICUDATA_CHAR="b" -ICUDATA_NAME="icudt53b" +ICUDATA_CHAR="l" +ICUDATA_NAME="icudt53l" # Defaults for pkgdata's mode and directories # The default data dir changes depending on what packaging mode }}} -- Ticket URL: <https://trac.macports.org/ticket/45268#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X