1. * Package: dev-java/jffi-1.0.11
  2. * Repository: gentoo
  3. * Maintainer: java@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. * Using: icedtea-bin-7
  7. >>> Unpacking source...
  8. >>> Unpacking jffi-1.0.11.tar.gz to /tmp/portage/dev-java/jffi-1.0.11/work
  9. >>> Source unpacked in /tmp/portage/dev-java/jffi-1.0.11/work
  10. >>> Preparing source in /tmp/portage/dev-java/jffi-1.0.11/work/jffi-1.0.11 ...
  11. * Applying jffi-1.0.11_no-werror.patch ...
  12. [ ok ]
  13. Searching for bundled jars:
  14. None found.
  15. Searching for bundled classes (no output if none found):
  16. Search done.
  17. >>> Source prepared.
  18. >>> Configuring source in /tmp/portage/dev-java/jffi-1.0.11/work/jffi-1.0.11 ...
  19. Rewriting attributes
  20. Rewriting ./build.xml
  21. >>> Source configured.
  22. >>> Compiling source in /tmp/portage/dev-java/jffi-1.0.11/work/jffi-1.0.11 ...
  23. * Disabling all optional ANT_TASKS
  24. Buildfile: /tmp/portage/dev-java/jffi-1.0.11/work/jffi-1.0.11/build.xml
  25. test-offline:
  26. get-deps:
  27. compile:
  28. [mkdir] Created dir: /tmp/portage/dev-java/jffi-1.0.11/work/jffi-1.0.11/target/classes
  29. [javac] Compiling 38 source files to /tmp/portage/dev-java/jffi-1.0.11/work/jffi-1.0.11/target/classes
  30. compile-tests:
  31. test-junit-present:
  32. test-junit-status:
  33. junit-missing:
  34. test:
  35. package:
  36. [jar] Building jar: /tmp/portage/dev-java/jffi-1.0.11/work/jffi-1.0.11/target/jffi.jar
  37. jar:
  38. BUILD SUCCESSFUL
  39. Total time: 4 seconds
  40. make -j24 SRC_DIR=jni JNI_DIR=jni BUILD_DIR=build/jni VERSION=1.0 USE_SYSTEM_LIBFFI=1 -f jni/GNUmakefile
  41. cc -m64 -o build/jni/libjffi-1.0.so -Wl,-O1 -Wl,--as-needed -shared -static-libgcc -Wl,-soname,libjffi-1.0.so -Wl,-O1 build/jni/jffi/FastLongInvoke.o build/jni/jffi/Struct.o build/jni/jffi/Library.o build/jni/jffi/Exception.o build/jni/jffi/FastIntInvoke.o build/jni/jffi/Foreign.o build/jni/jffi/Function.o build/jni/jffi/Type.o build/jni/jffi/FastNumericInvoker.o build/jni/jffi/LastError.o build/jni/jffi/Invoke.o build/jni/jffi/MemoryIO.o build/jni/jffi/Memory.o build/jni/jffi/MemoryUtil.o build/jni/jffi/CallContext.o build/jni/jffi/ClosureMagazine.o build/jni/jffi/Array.o build/jni/jffi/deprecated.o build/jni/jffi/Internals.o -lffi
  42. strip -S build/jni/libjffi-1.0.so
  43. >>> Source compiled.
  44. make -j24 BUILD_DIR=build -f libtest/GNUmakefile
  45. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/ClosureTest.c -o build/libtest/ClosureTest.o
  46. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/Benchmark.c -o build/libtest/Benchmark.o
  47. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/ReferenceTest.c -o build/libtest/ReferenceTest.o
  48. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/GlobalVariable.c -o build/libtest/GlobalVariable.o
  49. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/PointerTest.c -o build/libtest/PointerTest.o
  50. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/BufferTest.c -o build/libtest/BufferTest.o
  51. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/EnumTest.c -o build/libtest/EnumTest.o
  52. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/VariadicTest.c -o build/libtest/VariadicTest.o
  53. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/LastErrorTest.c -o build/libtest/LastErrorTest.o
  54. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/StringTest.c -o build/libtest/StringTest.o
  55. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/NumberTest.c -o build/libtest/NumberTest.o
  56. /usr/bin/ccache cc -m64 -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/StructTest.c -o build/libtest/StructTest.o
  57. cc -m64 -o build/libtest.so -Wl,-O1 -Wl,--as-needed -shared -mimpure-text -Wl,-O1 -Wl,-soname,libtest.so build/libtest/ClosureTest.o build/libtest/Benchmark.o build/libtest/ReferenceTest.o build/libtest/GlobalVariable.o build/libtest/PointerTest.o build/libtest/BufferTest.o build/libtest/EnumTest.o build/libtest/VariadicTest.o build/libtest/LastErrorTest.o build/libtest/StringTest.o build/libtest/NumberTest.o build/libtest/StructTest.o -lm
  58. gcc: error: unrecognized command line option '-mimpure-text'
  59. make: *** [build/libtest.so] Error 1
  60. * ERROR: dev-java/jffi-1.0.11 failed (test phase):
  61. * emake failed
  62. *
  63. * If you need support, post the output of `emerge --info '=dev-java/jffi-1.0.11'`,
  64. * the complete build log and the output of `emerge -pqv '=dev-java/jffi-1.0.11'`.
  65. * The complete build log is located at '/var/log/portage/dev-java:jffi-1.0.11:20121012-061102.log'.
  66. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-java/jffi-1.0.11/temp/build.log'.
  67. * The ebuild environment file is located at '/tmp/portage/dev-java/jffi-1.0.11/temp/environment'.
  68. * Working directory: '/tmp/portage/dev-java/jffi-1.0.11/work/jffi-1.0.11'
  69. * S: '/tmp/portage/dev-java/jffi-1.0.11/work/jffi-1.0.11'
  70. >>> Install jffi-1.0.11 into /tmp/portage/dev-java/jffi-1.0.11/image/ category dev-java
  71. >>> Completed installing jffi-1.0.11 into /tmp/portage/dev-java/jffi-1.0.11/image/
  72. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  73. usr/lib64/jffi-1.0/libjffi-1.0.so