Support troubleshooting iOS Build Tools Installation

Gary Adams gary.adams at oracle.com
Mon Nov 13 12:33:12 UTC 2017


It looks like the configure and make step were successful.
You should have a usable "exploded image".

Not clear from the log why the image target was not successful.

Along with LOG=debug, another useful build setting is to use JOBS=1
to prevent parallel build steps getting out of sync.

The dependency is in make/Main.gmk :
...
   # The demos are currently linking to libjvm and libjava, just like 
all other
   # jdk libs, even though they don't need to. To avoid warnings, make 
sure they
   # aren't built until after libjava and libjvm are available to link to.
   demos-jdk: java.base-libs exploded-image-optimize
   test-image-demos-jdk: demos-jdk

We don't support the full jdk build for the mobile libraries.
You could try commenting out the demos-jdk dependency
if you want to get further through the images build.

On 11/9/17, 3:18 PM, juanmarianofuentes wrote:
> No errors during the configure, that I can see.
>
> I copy the logs for: make images, make and configure, hopefully you 
> see something that I miss.
>
> Currently using jdk1.8.0_144, since on the configure example of the 
> webpage uses jdk1.8.0_25, don’t know if makes any difference the JDK 
> and OS.
>
> *make images **LOG=debug*:
> LiloLaptop:ios-x86_64-normal-minimal1-release lilo$ make images LOG=debug
> FindJtregGroups hotspot
> FindJtregGroups jdk
> FindJtregGroups langtools
> FindJtregGroups nashorn
> FindJtregGroups jaxp
> /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/module-deps.gmk
> Generating main target list
> Running make as 
> '/Applications/Xcode.app/Contents/Developer/usr/bin/make LOG=debug images'
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log.old 
> 2> /dev/null && /bin/mv 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log.old 
> 2> /dev/null || true
> /bin/rm -f -r 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/failure-logs 
> 2> /dev/null && /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/failure-logs
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/exit-with-error 
> 2> /dev/null
> /usr/bin/printf "Building target 'images' in configuration 
> 'ios-x86_64-normal-minimal1-release'\n" > >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log) 
> 2> >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> >&2) && wait
> /bin/rm -f -r 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times 
> 2> /dev/null && /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times 
> && /bin/date '+%Y %m %d %H %M %S' | /usr/bin/awk '{ print 
> $1,$2,$3,$4,$5,$6,($4*3600+$5*60+$6) }' > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_start_TOTAL 
> && /bin/date '+%Y-%m-%d %H:%M:%S' > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_start_TOTAL_human_readable
> Building target 'images' in configuration 
> 'ios-x86_64-normal-minimal1-release'
> /bin/rm -f -r 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/javacservers 
> 2> /dev/null && /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/javacservers 
>
> ( cd /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev 
> && \
>         /usr/bin/nice /usr/bin/make  -r -R -I 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make/common 
> SPEC=/Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/spec.gmk 
> MAKE_LOG_FLAGS="" LOG_LEVEL=debug  \
>             -j 8 -f make/Main.gmk  \
>             images > >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log) 
> 2> >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> >&2) && wait || \
>         ( exitcode=$? && \
>         /usr/bin/printf "\nERROR: Build failed for target 'images' in 
> configuration 'ios-x86_64-normal-minimal1-release' (exit code 
> $exitcode) \n" \
> > >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log) 
> 2> >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> >&2) && wait && \
>         cd 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev && 
> /usr/bin/make  -r -R -I 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make/common 
> SPEC=/Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/spec.gmk 
> MAKE_LOG_FLAGS="" LOG_LEVEL=debug -j 1 -f make/Init.gmk \
>             HAS_SPEC=true on-failure ; \
>         exit $exitcode ) )
> FindJtregGroups hotspot
> FindJtregGroups jdk
> FindJtregGroups langtools
> FindJtregGroups nashorn
> FindJtregGroups jaxp
> /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/module-deps.gmk
> (cd 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make 
> && /usr/bin/make  -r -R -I 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make/common 
> SPEC=/Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/spec.gmk 
> MAKE_LOG_FLAGS="" LOG_LEVEL=debug -f ZipSource.gmk)
> make[2]: *** No rule to make target `java.base-libs', needed by 
> `demos-jdk'.  Stop.
> make[2]: *** Waiting for unfinished jobs....
> /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/module-deps.gmk
> /usr/bin/make  -r -R -I 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make/common 
> SPEC=/Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/spec.gmk 
> MAKE_LOG_FLAGS="" LOG_LEVEL=debug -f ZipSource.gmk do-zip 
> SRC_GENERATED=true
> SetupZipArchive BUILD_SRC_ZIP
>  [2] SRC :=
>  [3] INCLUDES :=
>  [4] INCLUDE_FILES :=
>  [5] EXCLUDES :=
>  [6] EXCLUDE_FILES :=
>  [7] SUFFIXES := .java
>  [8] ZIP := 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/support/src.zip 
>
> /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/module-deps.gmk
> make[4]: Nothing to be done for `do-zip'.
>
> ERROR: Build failed for target 'images' in configuration 
> 'ios-x86_64-normal-minimal1-release' (exit code 2)
> [ -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/javacservers/server.port 
> ] && /bin/echo Stopping sjavac server && /usr/bin/touch 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/javacservers/server.port.stop; 
> true
> /bin/date '+%Y %m %d %H %M %S' | /usr/bin/awk '{ print 
> $1,$2,$3,$4,$5,$6,($4*3600+$5*60+$6) }' > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_end_TOTAL
> /bin/date '+%Y-%m-%d %H:%M:%S' > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_end_TOTAL_human_readable
> /bin/echo `/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_start_TOTAL` 
> `/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_end_TOTAL` 
> TOTAL | /usr/bin/awk '{ F=$7; T=$14; if (F > T) { T+=3600*24 }; D=T-F; 
> H=int(D/3600); M=int((D-H*3600)/60); S=D-H*3600-M*60; 
> printf("%02d:%02d:%02d %s\n",H,M,S,$15); }' > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_diff_TOTAL
> /usr/bin/printf  -- "----- Build times -------\nStart %s\nEnd   
> %s\n%s\n%s\n-------------------------\n" "`/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_start_TOTAL_human_readable`" 
> "`/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_end_TOTAL_human_readable`" 
> "`/bin/ls 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_diff_* 
> | /usr/bin/grep -v _TOTAL | /usr/bin/xargs /bin/cat | /usr/bin/sort -k 
> 2`" "`/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_diff_TOTAL`" 
> > >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log) 
> 2> >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> >&2) && wait
> ----- Build times -------
> Start 2017-11-09 21:11:42
> End   2017-11-09 21:11:42
>
> 00:00:00 TOTAL
> -------------------------
> if /usr/bin/grep -q "recipe for target .* failed" 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> 2> /dev/null; then /usr/bin/printf "\n=== Make failed targets repeated 
> here ===\n" ; /usr/bin/grep "recipe for target .* failed" 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> ; /usr/bin/printf "=== End of repeated output ===\n" ; /usr/bin/printf 
> "\nHint: Try searching the build log for the name of the first failed 
> target.\n" ; else /usr/bin/printf "\nNo indication of failed target 
> found.\n" ; /usr/bin/printf "Hint: Try searching the build log for '] 
> Error'.\n" ; fi
>
> No indication of failed target found.
> Hint: Try searching the build log for '] Error'.
> /usr/bin/printf "Hint: See common/doc/building.html#troubleshooting 
> for assistance.\n\n"
> Hint: See common/doc/building.html#troubleshooting for assistance.
>
> make[1]: *** [main] Error 2
> make: *** [images] Error 2
> LiloLaptop:ios-x86_64-normal-minimal1-release lilo$
>
> *make LOG=debug*:
> LiloLaptop:mobile-dev lilo$  make LOG=debug
> FindJtregGroups hotspot
> FindJtregGroups jdk
> FindJtregGroups langtools
> FindJtregGroups nashorn
> FindJtregGroups jaxp
> /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/module-deps.gmk
> Generating main target list
> Running make as 
> '/Applications/Xcode.app/Contents/Developer/usr/bin/make LOG=debug'
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log.old 
> 2> /dev/null && /bin/mv 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log.old 
> 2> /dev/null || true
> /bin/rm -f -r 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/failure-logs 
> 2> /dev/null && /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/failure-logs
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/exit-with-error 
> 2> /dev/null
> /usr/bin/printf "Building target 'default (exploded-image)' in 
> configuration 'ios-x86_64-normal-minimal1-release'\n" > >(/usr/bin/tee 
> -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log) 
> 2> >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> >&2) && wait
> /bin/rm -f -r 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times 
> 2> /dev/null && /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times 
> && /bin/date '+%Y %m %d %H %M %S' | /usr/bin/awk '{ print 
> $1,$2,$3,$4,$5,$6,($4*3600+$5*60+$6) }' > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_start_TOTAL 
> && /bin/date '+%Y-%m-%d %H:%M:%S' > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_start_TOTAL_human_readable
> Building target 'default (exploded-image)' in configuration 
> 'ios-x86_64-normal-minimal1-release'
> /bin/rm -f -r 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/javacservers 
> 2> /dev/null && /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/javacservers 
>
> ( cd /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev 
> && \
>         /usr/bin/nice /usr/bin/make  -r -R -I 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make/common 
> SPEC=/Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/spec.gmk 
> MAKE_LOG_FLAGS="" LOG_LEVEL=debug  \
>             -j 8 -f make/Main.gmk  \
>             default > >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log) 
> 2> >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> >&2) && wait || \
>         ( exitcode=$? && \
>         /usr/bin/printf "\nERROR: Build failed for target 'default 
> (exploded-image)' in configuration 
> 'ios-x86_64-normal-minimal1-release' (exit code $exitcode) \n" \
> > >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log) 
> 2> >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> >&2) && wait && \
>         cd 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev && 
> /usr/bin/make  -r -R -I 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make/common 
> SPEC=/Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/spec.gmk 
> MAKE_LOG_FLAGS="" LOG_LEVEL=debug -j 1 -f make/Init.gmk \
>             HAS_SPEC=true on-failure ; \
>         exit $exitcode ) )
> FindJtregGroups hotspot
> FindJtregGroups jdk
> FindJtregGroups langtools
> FindJtregGroups nashorn
> FindJtregGroups jaxp
> /bin/mkdir -p 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/module-deps.gmk
> (cd 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make 
> && /usr/bin/make  -r -R -I 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make/common 
> SPEC=/Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/spec.gmk 
> MAKE_LOG_FLAGS="" LOG_LEVEL=debug -f SourceRevision.gmk 
> create-source-revision-tracker)
> SetupGetRevisionForRepo .
> /bin/echo .:`/usr/local/bin/hg id -i --repository 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/.` > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/support/src-rev/top
> /bin/echo `/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/support/src-rev/top` 
> > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/support/src-rev/source-revision-tracker.tmp
> if [ ! -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/support/src-rev/source-revision-tracker 
> ] || [ "`/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/support/src-rev/source-revision-tracker`" 
> != "`/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/support/src-rev/source-revision-tracker.tmp`" 
> ]; then /bin/mv 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/support/src-rev/source-revision-tracker.tmp 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/support/src-rev/source-revision-tracker 
> ; else /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/support/src-rev/source-revision-tracker.tmp 
> ; fi
> (cd 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make 
> && /usr/bin/make  -r -R -I 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/make/common 
> SPEC=/Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/spec.gmk 
> MAKE_LOG_FLAGS="" LOG_LEVEL=debug -f ReleaseFile.gmk)
> Generating jdk/release
> /bin/rm -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/jdk/release
> /usr/bin/printf '%s="%s"\n'  "SOURCE"  ".:e5455438db96+" >> 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/jdk/release
> /usr/bin/printf '%s="%s"\n'  "IMPLEMENTOR"  "N/A" >> 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/jdk/release
> /usr/bin/printf '%s="%s"\n'  "OS_NAME"  "" >> 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/jdk/release
> /usr/bin/printf '%s="%s"\n'  "OS_ARCH"  "x86_64" >> 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/jdk/release
> [ -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/javacservers/server.port 
> ] && /bin/echo Stopping sjavac server && /usr/bin/touch 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/javacservers/server.port.stop; 
> true
> /bin/date '+%Y %m %d %H %M %S' | /usr/bin/awk '{ print 
> $1,$2,$3,$4,$5,$6,($4*3600+$5*60+$6) }' > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_end_TOTAL
> /bin/date '+%Y-%m-%d %H:%M:%S' > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_end_TOTAL_human_readable
> /bin/echo `/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_start_TOTAL` 
> `/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_end_TOTAL` 
> TOTAL | /usr/bin/awk '{ F=$7; T=$14; if (F > T) { T+=3600*24 }; D=T-F; 
> H=int(D/3600); M=int((D-H*3600)/60); S=D-H*3600-M*60; 
> printf("%02d:%02d:%02d %s\n",H,M,S,$15); }' > 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_diff_TOTAL
> /usr/bin/printf  -- "----- Build times -------\nStart %s\nEnd   
> %s\n%s\n%s\n-------------------------\n" "`/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_start_TOTAL_human_readable`" 
> "`/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_end_TOTAL_human_readable`" 
> "`/bin/ls 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_diff_* 
> | /usr/bin/grep -v _TOTAL | /usr/bin/xargs /bin/cat | /usr/bin/sort -k 
> 2`" "`/bin/cat 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/build-times/build_time_diff_TOTAL`" 
> > >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log) 
> 2> >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> >&2) && wait
> ----- Build times -------
> Start 2017-11-09 20:54:45
> End   2017-11-09 20:54:45
>
> 00:00:00 TOTAL
> -------------------------
> if test -f 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/make-support/exit-with-error 
> ; then \
>     exit 1 ; \
>   fi
> /usr/bin/printf "Finished building target 'default (exploded-image)' 
> in configuration 'ios-x86_64-normal-minimal1-release'\n" > 
> >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log) 
> 2> >(/usr/bin/tee -a 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/build.log 
> >&2) && wait
> Finished building target 'default (exploded-image)' in configuration 
> 'ios-x86_64-normal-minimal1-release'
>
> *Configure:*
> LiloLaptop:mobile-dev lilo$ ./configure --enable-option-checking=fatal 
> --build=x86_64-apple-darwin --host=x86_64-macos-ios 
> --target=x86_64-macos-ios --disable-warnings-as-errors 
> --enable-headless-only --with-boot-jdk=$JDK_DIR 
> --with-jdk-variant=normal --with-jvm-variants=minimal1 
> --enable-static-build=yes --with-extra-cflags="-arch x86_64 
> -Wno-implicit-function-declaration -Wno-unused-parameter 
> -miphoneos-version-min=8.0.0" --with-extra-cxxflags="-arch x86_64 
> -Wno-implicit-function-declaration -Wno-unused-parameter 
> -miphoneos-version-min=8.0.0" --with-extra-ldflags="-arch x86_64 
> -miphoneos-version-min=8.0.0 
> -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib 
> -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system" 
> --with-cups-include=$CUPS_DIR 
> --with-sys-root=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk 
> --with-tools-dir=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/../../usr/bin 
> --with-debug-level=release --disable-precompiled-headers 
> --with-freetype-lib=$FREETYPE_DIR/lib 
> --with-freetype-include=$FREETYPE_DIR/include/freetype2
> Configure source code has been updated, checking time stamps
> Warning: You are using legacy autoconf cross-compilation flags.
> It is recommended that you use --openjdk-target instead.
>
> Running generated-configure.sh
> configure: Configuration created at Thu Nov  9 20:52:49 CET 2017.
> configure: configure script generated at timestamp 1498218636.
> checking for basename... /usr/bin/basename
> checking for bash... /bin/bash
> checking for cat... /bin/cat
> checking for chmod... /bin/chmod
> checking for cmp... /usr/bin/cmp
> checking for comm... /usr/bin/comm
> checking for cp... /bin/cp
> checking for cut... /usr/bin/cut
> checking for date... /bin/date
> checking for gdiff... no
> checking for diff... /usr/bin/diff
> checking for dirname... /usr/bin/dirname
> checking for echo... /bin/echo
> checking for expr... /bin/expr
> checking for file... /usr/bin/file
> checking for find... /usr/bin/find
> checking for head... /usr/bin/head
> checking for gunzip... /usr/bin/gunzip
> checking for pigz... no
> checking for gzip... /usr/bin/gzip
> checking for ln... /bin/ln
> checking for ls... /bin/ls
> checking for mkdir... /bin/mkdir
> checking for mktemp... /usr/bin/mktemp
> checking for mv... /bin/mv
> checking for nawk... no
> checking for gawk... no
> checking for awk... /usr/bin/awk
> checking for printf... /usr/bin/printf
> checking for rm... /bin/rm
> checking for rmdir... /bin/rmdir
> checking for sh... /bin/sh
> checking for sort... /usr/bin/sort
> checking for tail... /usr/bin/tail
> checking for gtar... no
> checking for tar... /usr/bin/tar
> checking for tee... /usr/bin/tee
> checking for touch... /usr/bin/touch
> checking for tr... /usr/bin/tr
> checking for uname... /usr/bin/uname
> checking for uniq... /usr/bin/uniq
> checking for wc... /usr/bin/wc
> checking for which... /usr/bin/which
> checking for xargs... /usr/bin/xargs
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for fgrep... /usr/bin/grep -F
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for cygpath... no
> checking for greadlink... no
> checking for readlink... /usr/bin/readlink
> checking for df... /bin/df
> checking for cpio... /usr/bin/cpio
> checking for nice... /usr/bin/nice
> checking for pandoc... no
> checking build system type... x86_64-apple-darwin
> checking host system type... x86_64-macos-ios
> checking target system type... x86_64-macos-ios
> checking openjdk-build os-cpu... macosx-x86_64
> checking openjdk-target os-cpu... ios-x86_64
> checking compilation type... cross
> checking for top-level directory... 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev
> checking if custom source is suppressed (openjdk-only)... no
> checking which variant of the JDK to build... normal
> checking which debug level to use... release
> checking which variants of the JVM to build... minimal
> checking for xcodebuild... /usr/bin/xcodebuild
> checking for sdk name...
> checking for sysroot... 
> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk
> checking for toolchain path... 
> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/../../usr/bin
> checking for extra path...
> checking where to store configuration... in default location
> checking what configuration name to use... 
> ios-x86_64-normal-minimal1-release
> checking for apt-get... no
> checking for yum... no
> checking for brew... no
> checking for port... no
> checking for pkgutil... pkgutil
> checking for gmake... no
> checking for make... /usr/bin/make
> configure: Testing potential make at /usr/bin/make, found using make 
> in PATH
> configure: Using GNU make at /usr/bin/make (version: GNU Make 3.81)
> checking if make --output-sync is supported... no
> checking if find supports -delete... yes
> checking what type of tar was found... bsd
> checking that grep (/usr/bin/grep) -Fx handles empty lines in the 
> pattern list correctly... yes
> checking for unzip... /usr/bin/unzip
> checking for zip... /usr/bin/zip
> checking for ldd... no
> checking for otool... /usr/bin/otool
> checking for greadelf... no
> checking for readelf... no
> checking for dot... no
> checking for hg... /usr/local/bin/hg
> checking for stat... /usr/bin/stat
> checking for time... /usr/bin/time
> checking for dtrace... /usr/sbin/dtrace
> checking for gpatch... no
> checking for patch... /usr/bin/patch
> checking for dsymutil... /usr/bin/dsymutil
> checking for xattr... /usr/bin/xattr
> checking for codesign... /usr/bin/codesign
> checking if openjdk_codesign certificate is present... no
> checking for SetFile... /usr/bin/SetFile
> checking bash version... 3.2.57
> checking if bash supports pipefail... yes
> checking if bash supports errexit (-e)... yes
> checking for x86_64-macos-ios-pkg-config... no
> checking for pkg-config... no
> checking headless only... yes
> checking for graphviz dot... no, cannot generate full docs
> checking for pandoc... no, cannot generate full docs
> checking full docs... no, missing dependencies
> checking if packaged modules are kept... yes (default)
> checking for version string... 9-internal+0-adhoc.lilo.mobile-dev
> configure: Found potential Boot JDK using configure arguments
> checking for Boot JDK... 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home
> checking Boot JDK version... java version "1.8.0_144" Java(TM) SE 
> Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit 
> Server VM (build 25.144-b01, mixed mode)
> checking for java in Boot JDK... ok
> checking for javac in Boot JDK... ok
> checking for javah in Boot JDK... ok
> checking for jar in Boot JDK... ok
> checking for jarsigner in Boot JDK... ok
> checking if Boot JDK supports modules... no
> checking if Boot JDK is 32 or 64 bits... 64
> checking for Build JDK... yes, will build it for the host platform
> checking if static build is enabled... yes
> configure: Xcode major version: 8
> configure: Using default toolchain clang (clang/LLVM)
> checking for x86_64-macos-ios-clang... no
> checking for clang... no
> checking for x86_64-macos-ios-clang... no
> checking for clang... /usr/bin/clang
> configure: WARNING: using cross tools not prefixed with host triplet
> checking resolved symbolic links for CC... no symlink
> configure: Using clang C compiler version 8.0.0 [Apple LLVM version 
> 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin16.7.0 Thread 
> model: posix InstalledDir: 
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
> checking for x86_64-macos-ios-/usr/bin/clang... /usr/bin/clang
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... yes
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether /usr/bin/clang accepts -g... yes
> checking for /usr/bin/clang option to accept ISO C89... none needed
> checking for x86_64-macos-ios-clang++... no
> checking for clang++... no
> checking for x86_64-macos-ios-clang++... no
> checking for clang++... /usr/bin/clang++
> checking resolved symbolic links for CXX... no symlink
> configure: Using clang C++ compiler version 8.0.0 [Apple LLVM version 
> 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin16.7.0 Thread 
> model: posix InstalledDir: 
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
> checking whether we are using the GNU C++ compiler... yes
> checking whether /usr/bin/clang++ accepts -g... yes
> checking how to run the C preprocessor... /usr/bin/clang -E
> checking how to run the C++ preprocessor... /usr/bin/clang++ -E
> checking for x86_64-macos-ios-ar... no
> checking for ar... ar
> configure: Rewriting AR to "/usr/bin/ar"
> checking for lipo... /usr/bin/lipo
> checking for x86_64-macos-ios-strip... no
> checking for strip... strip
> configure: Rewriting STRIP to "/usr/bin/strip"
> checking for x86_64-macos-ios-nm... no
> checking for nm... nm
> configure: Rewriting NM to "/usr/bin/nm"
> checking for x86_64-macos-ios-gobjdump... no
> checking for x86_64-macos-ios-objdump... no
> checking for gobjdump... no
> checking for objdump... objdump
> configure: Rewriting OBJDUMP to "/usr/bin/objdump"
> checking for jtreg... no
> checking for jtreg test harness... no, not found
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking size of int *... 8
> checking for target address size... 64 bits
> checking whether byte ordering is bigendian... no
> checking if the C compiler supports "-m64"... yes
> checking if the C++ compiler supports "-m64"... yes
> checking if both compilers support "-m64"... yes
> checking if native warnings are errors... no
> checking what type of native debug symbols to use... none
> checking for dtrace tool... /usr/sbin/dtrace
> checking sys/sdt.h usability... yes
> checking sys/sdt.h presence... yes
> checking for sys/sdt.h... yes
> checking if dtrace should be built... no, ios build
> checking if Hotspot gtest unit tests should be built... no
> checking for cups headers... yes
> configure: Found freetype include files at 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/freetype-2.6.2/build_iphoneos-x86_64/include/freetype2 
> using --with-freetype
> checking for freetype includes... 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/freetype-2.6.2/build_iphoneos-x86_64/include/freetype2
> checking for freetype libraries... 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/freetype-2.6.2/build_iphoneos-x86_64/lib
> checking if we can compile and link with freetype... yes
> checking if we should bundle freetype... yes
> checking for which libjpeg to use... bundled
> checking for which giflib to use... bundled
> checking for which libpng to use... bundled
> checking for compress in -lz... yes
> checking for which zlib to use... system
> checking for which lcms to use... bundled
> checking for cos in -lm... yes
> checking for dlopen in -ldl... yes
> checking if jdk.internal.vm.compiler should be built... no
> checking if aot should be enabled... no
> checking if elliptic curve crypto implementation is present... no
> checking if jtreg failure handler should be built... no, missing jtreg
> checking if the CDS classlist generation should be enabled... no
> checking for number of cores... 8
> checking for memory size... 8192 MB
> checking for appropriate number of jobs to run in parallel... 8
> checking flags for boot jdk java command ...  -Duser.language=en 
> -Duser.country=US
> checking flags for boot jdk java command for big workloads...  -Xms64M 
> -Xmx1600M -XX:ThreadStackSize=1536
> checking flags for bootcycle boot jdk java command for big 
> workloads... -Xms64M -Xmx1600M -XX:ThreadStackSize=1536
> checking flags for boot jdk java command for small workloads...  
> -XX:+UseSerialGC -Xms32M -Xmx512M -XX:TieredStopAtLevel=1
> checking whether to use sjavac... no
> checking whether to use javac server... yes
> checking If precompiled header is enabled... no, forced
> checking is ccache enabled... no
> checking if build directory is on local disk... yes
> checking JVM features for JVM variant 'minimal'... compiler1 jvmti 
> minimal static-build
> configure: creating 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/configure-support/config.status
> config.status: creating 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/spec.gmk
> config.status: creating 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/bootcycle-spec.gmk
> config.status: creating 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/buildjdk-spec.gmk
> config.status: creating 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/compare.sh
> config.status: creating 
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release/Makefile
>
> ====================================================
> The existing configuration has been successfully updated in
> /Volumes/data/code/repository/objectdb-ui-ios/src/main/mobile-dev/build/ios-x86_64-normal-minimal1-release
> using configure arguments '--enable-option-checking=fatal 
> --build=x86_64-apple-darwin --host=x86_64-macos-ios 
> --target=x86_64-macos-ios --disable-warnings-as-errors 
> --enable-headless-only 
> --with-boot-jdk=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home 
> --with-jdk-variant=normal --with-jvm-variants=minimal1 
> --enable-static-build=yes --with-extra-cflags='-arch x86_64 
> -Wno-implicit-function-declaration -Wno-unused-parameter 
> -miphoneos-version-min=8.0.0' --with-extra-cxxflags='-arch x86_64 
> -Wno-implicit-function-declaration -Wno-unused-parameter 
> -miphoneos-version-min=8.0.0' --with-extra-ldflags='-arch x86_64 
> -miphoneos-version-min=8.0.0 
> -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib 
> -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system' 
> --with-cups-include=/usr/include 
> --with-sys-root=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk 
> --with-tools-dir=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/../../usr/bin 
> --with-debug-level=release --disable-precompiled-headers 
> --with-freetype-lib=/Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/freetype-2.6.2/build_iphoneos-x86_64/lib 
> --with-freetype-include=/Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/freetype-2.6.2/build_iphoneos-x86_64/include/freetype2'.
>
> Configuration summary:
> * Debug level:    release
> * HS debug level: product
> * JDK variant:    normal
> * JVM variants:   minimal
> * OpenJDK target: OS: ios, CPU architecture: x86, address length: 64
> * Version string: 9-internal+0-adhoc.lilo.mobile-dev (9-internal)
>
> Tools summary:
> * Boot JDK:       java version "1.8.0_144" Java(TM) SE Runtime 
> Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM 
> (build 25.144-b01, mixed mode)  (at 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home)
> * Toolchain:      clang (clang/LLVM from Xcode 8.2)
> * C Compiler:     Version 8.0.0 (at /usr/bin/clang)
> * C++ Compiler:   Version 8.0.0 (at /usr/bin/clang++)
>
> Build performance summary:
> * Cores to use:   8
> * Memory limit:   8192 MB
>
> WARNING: The result of this configuration has overridden an older
> configuration. You *should* run 'make clean' to make sure you get a
> proper build. Failure to do so might result in strange build problems.
>
> The following warnings were produced. Repeated here for convenience:
> WARNING: using cross tools not prefixed with host triplet
>
>> On Nov 9, 2017, at 8:07 PM, Gary Adams <gary.adams at oracle.com 
>> <mailto:gary.adams at oracle.com>> wrote:
>>
>> Any errors/warnings during the configure step?
>>
>> Have tried just "make"?
>>
>> The "make images" does the build and final roll up of bundled images.
>>
>> You can get detailed logging of the build operations with :
>>
>>    make LOG=debug
>>
>>
>>
>>
>> On 11/9/17, 1:56 PM, juanmarianofuentes wrote:
>>> As promised, coming back to this and compiling today again, changing 
>>> Xcode produced no results. Editing the 
>>> generate-darwin-source-and-headers.py file leaving only the builds 
>>> for 64 bit versions did the trick. Looks like libfreetype also worked.
>>>
>>> I then move to put together the compilation of the x86_64. I’m using 
>>> Mac OS X 10.12, it’s not explained on the guide where to find the 
>>> cups, I found my cups directory at /usr/include/cups. I hope this is 
>>> correct.
>>>
>>> Put the things together and the configuration was created  with the 
>>> warning.
>>> WARNING: using cross tools not prefixed with host triplet
>>>
>>> *Building the images failed:*
>>> cd build/ios-x86_64-normal-minimal1-release
>>> make images
>>>
>>> Building target 'images' in configuration 
>>> 'ios-x86_64-normal-minimal1-release'
>>> make[2]: *** No rule to make target `java.base-libs', needed by 
>>> `demos-jdk'.  Stop.
>>> make[2]: *** Waiting for unfinished jobs....
>>> Updating support/src.zip
>>>
>>> *Any hints on this one?*
>>>
>>>> On Nov 8, 2017, at 9:09 PM, Bob Vandette <bob.vandette at oracle.com 
>>>> <mailto:bob.vandette at oracle.com>> wrote:
>>>>
>>>> The -miphoneos-version-min=5.1.1 is getting set from the fact that 
>>>> you are trying to do an arm32 bit build for
>>>> some reason.  We only support 64-bit ARM builds.
>>>>
>>>> This is set in generate-darwin-source-and-headers.py
>>>>
>>>> I’m not sure what might be wrong with your setup.
>>>>
>>>> You might try to open the libffi.xcodeproj in the libffi-3.2.1 
>>>> package to see which architectures
>>>> are listed and restrict it to arm64.
>>>>
>>>> Bob.
>>>>
>>>>
>>>>
>>>>> On Nov 8, 2017, at 2:44 PM, juanmarianofuentes 
>>>>> <juanmarianofuentes at gmail.com 
>>>>> <mailto:juanmarianofuentes at gmail.com>> wrote:
>>>>>
>>>>> Thanks for helping Bob.
>>>>>
>>>>> By default when I create a new project on Xcode it targets iOS 
>>>>> 10.3. The lowest deployment target I can access is iOS 8.0.
>>>>>
>>>>> Changing the deployment target, closing Xcode. Running the build 
>>>>> again, same error and config.log.
>>>>>
>>>>>> On Nov 8, 2017, at 8:11 PM, Bob Vandette <bob.vandette at oracle.com 
>>>>>> <mailto:bob.vandette at oracle.com>> wrote:
>>>>>>
>>>>>> This might be caused by  -miphoneos-version-min=5.1.1
>>>>>>
>>>>>> What is your default target iphone version in your Xcode setup?
>>>>>>
>>>>>> My config.log contains 7.0
>>>>>>
>>>>>> CCASFLAGS = -miphoneos-version-min=7.0
>>>>>> CFLAGS = -miphoneos-version-min=7.0
>>>>>>
>>>>>> Bob.
>>>>>>
>>>>>>
>>>>>>> On Nov 8, 2017, at 1:57 PM, juanmarianofuentes 
>>>>>>> <juanmarianofuentes at gmail.com 
>>>>>>> <mailto:juanmarianofuentes at gmail.com>> wrote:
>>>>>>>
>>>>>>> Thanks for helping Gary. Yes I have the command line tools.
>>>>>>>
>>>>>>> The log contains some clang errors and maybe missing libs? (Full 
>>>>>>> text below) Does this mean I need a very particular version to 
>>>>>>> get this working?
>>>>>>>
>>>>>>> clang --version
>>>>>>> Apple LLVM version 8.1.0 (clang-802.0.42)
>>>>>>> Target: x86_64-apple-darwin16.7.0
>>>>>>> Thread model: posix
>>>>>>> InstalledDir: 
>>>>>>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
>>>>>>>
>>>>>>> config.log
>>>>>>> This file contains any messages produced by compilers while
>>>>>>> running configure, to aid debugging if configure makes a mistake.
>>>>>>>
>>>>>>> It was created by libffi configure 3.2.1, which was
>>>>>>> generated by GNU Autoconf 2.69.  Invocation command line was
>>>>>>>
>>>>>>> $ ../configure -host arm-apple-darwin11
>>>>>>>
>>>>>>> ## --------- ##
>>>>>>> ## Platform. ##
>>>>>>> ## --------- ##
>>>>>>>
>>>>>>> hostname = LiloLaptop
>>>>>>> uname -m = x86_64
>>>>>>> uname -r = 16.7.0
>>>>>>> uname -s = Darwin
>>>>>>> uname -v = Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 
>>>>>>> 2017; root:xnu-3789.70.16~2/RELEASE_X86_64
>>>>>>>
>>>>>>> /usr/bin/uname -p = i386
>>>>>>> /bin/uname -X     = unknown
>>>>>>>
>>>>>>> /bin/arch              = unknown
>>>>>>> /usr/bin/arch -k       = unknown
>>>>>>> /usr/convex/getsysinfo = unknown
>>>>>>> /usr/bin/hostinfo      = Mach kernel version:
>>>>>>> Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; 
>>>>>>> root:xnu-3789.70.16~2/RELEASE_X86_64
>>>>>>> Kernel configured for up to 8 processors.
>>>>>>> 4 processors are physically available.
>>>>>>> 8 processors are logically available.
>>>>>>> Processor type: i486 (Intel 80486)
>>>>>>> Processors active: 0 1 2 3 4 5 6 7
>>>>>>> Primary memory available: 8.00 gigabytes
>>>>>>> Default processor set: 290 tasks, 1225 threads, 8 processors
>>>>>>> Load average: 3.21, Mach factor: 4.77
>>>>>>> /bin/machine           = unknown
>>>>>>> /usr/bin/oslevel       = unknown
>>>>>>> /bin/universe          = unknown
>>>>>>>
>>>>>>> PATH: /usr/gnu/bin
>>>>>>> PATH: /usr/local/bin
>>>>>>> PATH: /bin
>>>>>>> PATH: /usr/bin
>>>>>>> PATH: .
>>>>>>>
>>>>>>>
>>>>>>> ## ----------- ##
>>>>>>> ## Core tests. ##
>>>>>>> ## ----------- ##
>>>>>>>
>>>>>>> configure:2745: checking build system type
>>>>>>> configure:2759: result: i386-apple-darwin16.7.0
>>>>>>> configure:2779: checking host system type
>>>>>>> configure:2792: result: arm-apple-darwin11
>>>>>>> configure:2812: checking target system type
>>>>>>> configure:2825: result: arm-apple-darwin11
>>>>>>> configure:2922: checking for gsed
>>>>>>> configure:2953: result: sed
>>>>>>> configure:2981: checking for a BSD-compatible install
>>>>>>> configure:3049: result: /usr/bin/install -c
>>>>>>> configure:3060: checking whether build environment is sane
>>>>>>> configure:3115: result: yes
>>>>>>> configure:3171: checking for arm-apple-darwin11-strip
>>>>>>> configure:3201: result: no
>>>>>>> configure:3211: checking for strip
>>>>>>> configure:3227: found /usr/bin/strip
>>>>>>> configure:3238: result: strip
>>>>>>> configure:3263: checking for a thread-safe mkdir -p
>>>>>>> configure:3302: result: ../install-sh -c -d
>>>>>>> configure:3309: checking for gawk
>>>>>>> configure:3339: result: no
>>>>>>> configure:3309: checking for mawk
>>>>>>> configure:3339: result: no
>>>>>>> configure:3309: checking for nawk
>>>>>>> configure:3339: result: no
>>>>>>> configure:3309: checking for awk
>>>>>>> configure:3325: found /usr/bin/awk
>>>>>>> configure:3336: result: awk
>>>>>>> configure:3347: checking whether make sets $(MAKE)
>>>>>>> configure:3369: result: yes
>>>>>>> configure:3398: checking whether make supports nested variables
>>>>>>> configure:3415: result: yes
>>>>>>> configure:3518: checking for arm-apple-darwin11-gcc
>>>>>>> configure:3545: result: xcrun -sdk iphoneos clang -arch armv7
>>>>>>> configure:3814: checking for C compiler version
>>>>>>> configure:3823: xcrun -sdk iphoneos clang -arch armv7 --version >&5
>>>>>>> Apple LLVM version 8.1.0 (clang-802.0.42)
>>>>>>> Target: arm-apple-darwin16.7.0
>>>>>>> Thread model: posix
>>>>>>> InstalledDir: 
>>>>>>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
>>>>>>> configure:3834: $? = 0
>>>>>>> configure:3823: xcrun -sdk iphoneos clang -arch armv7 -v >&5
>>>>>>> Apple LLVM version 8.1.0 (clang-802.0.42)
>>>>>>> Target: arm-apple-darwin16.7.0
>>>>>>> Thread model: posix
>>>>>>> InstalledDir: 
>>>>>>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
>>>>>>> configure:3834: $? = 0
>>>>>>> configure:3823: xcrun -sdk iphoneos clang -arch armv7 -V >&5
>>>>>>> clang: error: argument to '-V' is missing (expected 1 value)
>>>>>>> clang: error: no input files
>>>>>>> configure:3834: $? = 1
>>>>>>> configure:3823: xcrun -sdk iphoneos clang -arch armv7 -qversion >&5
>>>>>>> clang: error: unknown argument: '-qversion'
>>>>>>> clang: error: no input files
>>>>>>> configure:3834: $? = 1
>>>>>>> configure:3854: checking whether the C compiler works
>>>>>>> configure:3876: xcrun -sdk iphoneos clang -arch armv7 
>>>>>>> -miphoneos-version-min=5.1.1   conftest.c >&5
>>>>>>> ld: library not found for -lcrt1.3.1.o
>>>>>>> clang: error: linker command failed with exit code 1 (use -v to 
>>>>>>> see invocation)
>>>>>>> configure:3880: $? = 1
>>>>>>> configure:3918: result: no
>>>>>>> configure: failed program was:
>>>>>>> | /* confdefs.h */
>>>>>>> | #define PACKAGE_NAME "libffi"
>>>>>>> | #define PACKAGE_TARNAME "libffi"
>>>>>>> | #define PACKAGE_VERSION "3.2.1"
>>>>>>> | #define PACKAGE_STRING "libffi 3.2.1"
>>>>>>> | #define PACKAGE_BUGREPORT 
>>>>>>> "http://github.com/atgreen/libffi/issues"
>>>>>>> | #define PACKAGE_URL ""
>>>>>>> | #define PACKAGE "libffi"
>>>>>>> | #define VERSION "3.2.1"
>>>>>>> | /* end confdefs.h.  */
>>>>>>> |
>>>>>>> | int
>>>>>>> | main ()
>>>>>>> | {
>>>>>>> |
>>>>>>> |   ;
>>>>>>> |   return 0;
>>>>>>> | }
>>>>>>> configure:3923: error: in 
>>>>>>> `/Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/libffi-3.2.1/build_iphoneos-armv7':
>>>>>>> configure:3925: error: C compiler cannot create executables
>>>>>>> See `config.log' for more details
>>>>>>>
>>>>>>> ## ---------------- ##
>>>>>>> ## Cache variables. ##
>>>>>>> ## ---------------- ##
>>>>>>>
>>>>>>> ac_cv_build=i386-apple-darwin16.7.0
>>>>>>> ac_cv_env_CCASFLAGS_set=
>>>>>>> ac_cv_env_CCASFLAGS_value=
>>>>>>> ac_cv_env_CCAS_set=
>>>>>>> ac_cv_env_CCAS_value=
>>>>>>> ac_cv_env_CPPFLAGS_set=
>>>>>>> ac_cv_env_CPPFLAGS_value=
>>>>>>> ac_cv_env_CPP_set=
>>>>>>> ac_cv_env_CPP_value=
>>>>>>> ac_cv_env_CXXCPP_set=
>>>>>>> ac_cv_env_CXXCPP_value=
>>>>>>> ac_cv_env_build_alias_set=
>>>>>>> ac_cv_env_build_alias_value=
>>>>>>> ac_cv_env_host_alias_set=set
>>>>>>> ac_cv_env_host_alias_value=arm-apple-darwin11
>>>>>>> ac_cv_env_target_alias_set=
>>>>>>> ac_cv_env_target_alias_value=
>>>>>>> ac_cv_host=arm-apple-darwin11
>>>>>>> ac_cv_path_ax_enable_builddir_sed=sed
>>>>>>> ac_cv_path_install='/usr/bin/install -c'
>>>>>>> ac_cv_prog_AWK=awk
>>>>>>> ac_cv_prog_CC='xcrun -sdk iphoneos clang -arch armv7'
>>>>>>> ac_cv_prog_ac_ct_STRIP=strip
>>>>>>> ac_cv_prog_make_make_set=yes
>>>>>>> ac_cv_target=arm-apple-darwin11
>>>>>>> am_cv_make_support_nested_variables=yes
>>>>>>>
>>>>>>> ## ----------------- ##
>>>>>>> ## Output variables. ##
>>>>>>> ## ----------------- ##
>>>>>>>
>>>>>>> AARCH64_FALSE=''
>>>>>>> AARCH64_TRUE=''
>>>>>>> ACLOCAL='${SHELL} 
>>>>>>> /Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/libffi-3.2.1/missing 
>>>>>>> aclocal-1.13'
>>>>>>> ALLOCA=''
>>>>>>> ALPHA_FALSE=''
>>>>>>> ALPHA_TRUE=''
>>>>>>> AMDEPBACKSLASH=''
>>>>>>> AMDEP_FALSE=''
>>>>>>> AMDEP_TRUE=''
>>>>>>> AMTAR='$${TAR-tar}'
>>>>>>> AM_BACKSLASH='\'
>>>>>>> AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
>>>>>>> AM_DEFAULT_VERBOSITY='1'
>>>>>>> AM_LTLDFLAGS=''
>>>>>>> AM_RUNTESTFLAGS=''
>>>>>>> AM_V='$(V)'
>>>>>>> AR=''
>>>>>>> ARC_FALSE=''
>>>>>>> ARC_TRUE=''
>>>>>>> ARM_FALSE=''
>>>>>>> ARM_TRUE=''
>>>>>>> AUTOCONF='${SHELL} 
>>>>>>> /Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/libffi-3.2.1/missing 
>>>>>>> autoconf'
>>>>>>> AUTOHEADER='${SHELL} 
>>>>>>> /Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/libffi-3.2.1/missing 
>>>>>>> autoheader'
>>>>>>> AUTOMAKE='${SHELL} 
>>>>>>> /Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/libffi-3.2.1/missing 
>>>>>>> automake-1.13'
>>>>>>> AVR32_FALSE=''
>>>>>>> AVR32_TRUE=''
>>>>>>> AWK='awk'
>>>>>>> BFIN_FALSE=''
>>>>>>> BFIN_TRUE=''
>>>>>>> CC='xcrun -sdk iphoneos clang -arch armv7'
>>>>>>> CCAS=''
>>>>>>> CCASDEPMODE=''
>>>>>>> CCASFLAGS=''
>>>>>>> CCDEPMODE=''
>>>>>>> CFLAGS='-miphoneos-version-min=5.1.1'
>>>>>>> CPP=''
>>>>>>> CPPFLAGS=''
>>>>>>> CXX=''
>>>>>>> CXXCPP=''
>>>>>>> CXXDEPMODE=''
>>>>>>> CXXFLAGS=''
>>>>>>> CYGPATH_W='echo'
>>>>>>> DEFS=''
>>>>>>> DEPDIR=''
>>>>>>> DLLTOOL=''
>>>>>>> DSYMUTIL=''
>>>>>>> DUMPBIN=''
>>>>>>> ECHO_C='\c'
>>>>>>> ECHO_N=''
>>>>>>> ECHO_T=''
>>>>>>> EGREP=''
>>>>>>> EXEEXT=''
>>>>>>> FFI_DEBUG_FALSE=''
>>>>>>> FFI_DEBUG_TRUE=''
>>>>>>> FFI_EXEC_TRAMPOLINE_TABLE=''
>>>>>>> FFI_EXEC_TRAMPOLINE_TABLE_FALSE=''
>>>>>>> FFI_EXEC_TRAMPOLINE_TABLE_TRUE=''
>>>>>>> FGREP=''
>>>>>>> FRV_FALSE=''
>>>>>>> FRV_TRUE=''
>>>>>>> GREP=''
>>>>>>> HAVE_LONG_DOUBLE=''
>>>>>>> HAVE_LONG_DOUBLE_VARIANT=''
>>>>>>> IA64_FALSE=''
>>>>>>> IA64_TRUE=''
>>>>>>> INSTALL_DATA='${INSTALL} -m 644'
>>>>>>> INSTALL_PROGRAM='${INSTALL}'
>>>>>>> INSTALL_SCRIPT='${INSTALL}'
>>>>>>> INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
>>>>>>> LD='xcrun -sdk iphoneos ld -arch armv7'
>>>>>>> LDFLAGS=''
>>>>>>> LIBFFI_CRIS_FALSE=''
>>>>>>> LIBFFI_CRIS_TRUE=''
>>>>>>> LIBOBJS=''
>>>>>>> LIBS=''
>>>>>>> LIBTOOL=''
>>>>>>> LIPO=''
>>>>>>> LN_S=''
>>>>>>> LTLIBOBJS=''
>>>>>>> M32R_FALSE=''
>>>>>>> M32R_TRUE=''
>>>>>>> M68K_FALSE=''
>>>>>>> M68K_TRUE=''
>>>>>>> M88K_FALSE=''
>>>>>>> M88K_TRUE=''
>>>>>>> MAINT=''
>>>>>>> MAINTAINER_MODE_FALSE=''
>>>>>>> MAINTAINER_MODE_TRUE=''
>>>>>>> MAKEINFO='${SHELL} 
>>>>>>> /Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/libffi-3.2.1/missing 
>>>>>>> makeinfo'
>>>>>>> MANIFEST_TOOL=''
>>>>>>> METAG_FALSE=''
>>>>>>> METAG_TRUE=''
>>>>>>> MICROBLAZE_FALSE=''
>>>>>>> MICROBLAZE_TRUE=''
>>>>>>> MIPS_FALSE=''
>>>>>>> MIPS_TRUE=''
>>>>>>> MKDIR_P='../install-sh -c -d'
>>>>>>> MOXIE_FALSE=''
>>>>>>> MOXIE_TRUE=''
>>>>>>> NIOS2_FALSE=''
>>>>>>> NIOS2_TRUE=''
>>>>>>> NM=''
>>>>>>> NMEDIT=''
>>>>>>> OBJDUMP=''
>>>>>>> OBJEXT=''
>>>>>>> OR1K_FALSE=''
>>>>>>> OR1K_TRUE=''
>>>>>>> OTOOL64=''
>>>>>>> OTOOL=''
>>>>>>> PA64_HPUX_FALSE=''
>>>>>>> PA64_HPUX_TRUE=''
>>>>>>> PACKAGE='libffi'
>>>>>>> PACKAGE_BUGREPORT='http://github.com/atgreen/libffi/issues'
>>>>>>> PACKAGE_NAME='libffi'
>>>>>>> PACKAGE_STRING='libffi 3.2.1'
>>>>>>> PACKAGE_TARNAME='libffi'
>>>>>>> PACKAGE_URL=''
>>>>>>> PACKAGE_VERSION='3.2.1'
>>>>>>> PATH_SEPARATOR=':'
>>>>>>> PA_HPUX_FALSE=''
>>>>>>> PA_HPUX_TRUE=''
>>>>>>> PA_LINUX_FALSE=''
>>>>>>> PA_LINUX_TRUE=''
>>>>>>> POWERPC_AIX_FALSE=''
>>>>>>> POWERPC_AIX_TRUE=''
>>>>>>> POWERPC_DARWIN_FALSE=''
>>>>>>> POWERPC_DARWIN_TRUE=''
>>>>>>> POWERPC_FALSE=''
>>>>>>> POWERPC_FREEBSD_FALSE=''
>>>>>>> POWERPC_FREEBSD_TRUE=''
>>>>>>> POWERPC_TRUE=''
>>>>>>> PRTDIAG=''
>>>>>>> RANLIB=''
>>>>>>> S390_FALSE=''
>>>>>>> S390_TRUE=''
>>>>>>> SED=''
>>>>>>> SET_MAKE=''
>>>>>>> SH64_FALSE=''
>>>>>>> SH64_TRUE=''
>>>>>>> SHELL='/bin/sh'
>>>>>>> SH_FALSE=''
>>>>>>> SH_TRUE=''
>>>>>>> SPARC_FALSE=''
>>>>>>> SPARC_TRUE=''
>>>>>>> STRIP='strip'
>>>>>>> TARGET=''
>>>>>>> TARGETDIR=''
>>>>>>> TESTSUBDIR_FALSE=''
>>>>>>> TESTSUBDIR_TRUE=''
>>>>>>> TILE_FALSE=''
>>>>>>> TILE_TRUE=''
>>>>>>> VAX_FALSE=''
>>>>>>> VAX_TRUE=''
>>>>>>> VERSION='3.2.1'
>>>>>>> X86_64_FALSE=''
>>>>>>> X86_64_TRUE=''
>>>>>>> X86_DARWIN32_FALSE=''
>>>>>>> X86_DARWIN32_TRUE=''
>>>>>>> X86_DARWIN64_FALSE=''
>>>>>>> X86_DARWIN64_TRUE=''
>>>>>>> X86_DARWIN_FALSE=''
>>>>>>> X86_DARWIN_TRUE=''
>>>>>>> X86_FALSE=''
>>>>>>> X86_FREEBSD_FALSE=''
>>>>>>> X86_FREEBSD_TRUE=''
>>>>>>> X86_TRUE=''
>>>>>>> X86_WIN32_FALSE=''
>>>>>>> X86_WIN32_TRUE=''
>>>>>>> X86_WIN64_FALSE=''
>>>>>>> X86_WIN64_TRUE=''
>>>>>>> XTENSA_FALSE=''
>>>>>>> XTENSA_TRUE=''
>>>>>>> ac_ct_AR=''
>>>>>>> ac_ct_CC=''
>>>>>>> ac_ct_CXX=''
>>>>>>> ac_ct_DUMPBIN=''
>>>>>>> am__EXEEXT_FALSE=''
>>>>>>> am__EXEEXT_TRUE=''
>>>>>>> am__fastdepCCAS_FALSE=''
>>>>>>> am__fastdepCCAS_TRUE=''
>>>>>>> am__fastdepCC_FALSE=''
>>>>>>> am__fastdepCC_TRUE=''
>>>>>>> am__fastdepCXX_FALSE=''
>>>>>>> am__fastdepCXX_TRUE=''
>>>>>>> am__include=''
>>>>>>> am__isrc=' -I$(srcdir)'
>>>>>>> am__leading_dot='.'
>>>>>>> am__nodep=''
>>>>>>> am__quote=''
>>>>>>> am__tar='$${TAR-tar} chof - "$$tardir"'
>>>>>>> am__untar='$${TAR-tar} xf -'
>>>>>>> ax_enable_builddir_sed='sed'
>>>>>>> bindir='${exec_prefix}/bin'
>>>>>>> build='i386-apple-darwin16.7.0'
>>>>>>> build_alias=''
>>>>>>> build_cpu='i386'
>>>>>>> build_os='darwin16.7.0'
>>>>>>> build_vendor='apple'
>>>>>>> datadir='${datarootdir}'
>>>>>>> datarootdir='${prefix}/share'
>>>>>>> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
>>>>>>> dvidir='${docdir}'
>>>>>>> exec_prefix='NONE'
>>>>>>> host='arm-apple-darwin11'
>>>>>>> host_alias='arm-apple-darwin11'
>>>>>>> host_cpu='arm'
>>>>>>> host_os='darwin11'
>>>>>>> host_vendor='apple'
>>>>>>> htmldir='${docdir}'
>>>>>>> includedir='${prefix}/include'
>>>>>>> infodir='${datarootdir}/info'
>>>>>>> install_sh='${SHELL} 
>>>>>>> /Volumes/data/code/repository/objectdb-ui-ios/src/main/libs/libffi-3.2.1/install-sh'
>>>>>>> libdir='${exec_prefix}/lib'
>>>>>>> libexecdir='${exec_prefix}/libexec'
>>>>>>> localedir='${datarootdir}/locale'
>>>>>>> localstatedir='${prefix}/var'
>>>>>>> mandir='${datarootdir}/man'
>>>>>>> mkdir_p='$(MKDIR_P)'
>>>>>>> oldincludedir='/usr/include'
>>>>>>> pdfdir='${docdir}'
>>>>>>> prefix='NONE'
>>>>>>> program_transform_name='s,x,x,'
>>>>>>> psdir='${docdir}'
>>>>>>> sbindir='${exec_prefix}/sbin'
>>>>>>> sharedstatedir='${prefix}/com'
>>>>>>> sys_symbol_underscore=''
>>>>>>> sysconfdir='${prefix}/etc'
>>>>>>> target='arm-apple-darwin11'
>>>>>>> target_alias='arm-apple-darwin11'
>>>>>>> target_cpu='arm'
>>>>>>> target_os='darwin11'
>>>>>>> target_vendor='apple'
>>>>>>> toolexecdir=''
>>>>>>> toolexeclibdir=''
>>>>>>>
>>>>>>> ## ----------- ##
>>>>>>> ## confdefs.h. ##
>>>>>>> ## ----------- ##
>>>>>>>
>>>>>>> /* confdefs.h */
>>>>>>> #define PACKAGE_NAME "libffi"
>>>>>>> #define PACKAGE_TARNAME "libffi"
>>>>>>> #define PACKAGE_VERSION "3.2.1"
>>>>>>> #define PACKAGE_STRING "libffi 3.2.1"
>>>>>>> #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
>>>>>>> #define PACKAGE_URL ""
>>>>>>> #define PACKAGE "libffi"
>>>>>>> #define VERSION "3.2.1"
>>>>>>>
>>>>>>> configure: exit 77
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>



More information about the mobile-dev mailing list