gautamp8

Untitled

Jul 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.57 KB | None | 0 0
  1. brainbreaker@brainbreaker:~/GSoC/LibreOffice$ git checkout master
  2. Already on 'master'
  3. Your branch is up-to-date with 'origin/master'.
  4. brainbreaker@brainbreaker:~/GSoC/LibreOffice$ git log
  5. commit 0cbbdac4382a36dd8e2c602d239d394eff67c06b
  6. Author: Caolán McNamara <caolanm@redhat.com>
  7. Date:   Tue Jul 25 14:25:40 2017 +0100
  8.  
  9.     Related: tdf#102909 use menubar style for non-native menubars
  10.    
  11.     this code should typically not get used at all, as the menubar
  12.     is a native one, but there is a possible configure route at
  13.     the moment where this could be achieved.
  14.    
  15.     Change-Id: I23c7fa8ad05a378c7d64c75de5f895aa49001597
  16.  
  17. commit 59e370f65369f345e8c505bb0b156d53d4b83acc
  18. Author: Caolán McNamara <caolanm@redhat.com>
  19. Date:   Tue Jul 25 13:59:33 2017 +0100
  20.  
  21.     Resolves: tdf#104368 allow toolbars to have keyboard focus
  22.    
  23.     note that there aren't any floating dockable toolbars available
  24.    under wayland, just X so
  25.    export GDK_BACKEND=x11
  26.    to get gtk's X backend under wayland
  27.    
  28.  
  29. [7]+  Stopped                 git log
  30. brainbreaker@brainbreaker:~/GSoC/LibreOffice$ make clean && make
  31. rm -fr /home/brainbreaker/GSoC/LibreOffice/test-install
  32. rm -fr /home/brainbreaker/GSoC/LibreOffice/instdir
  33. rm -fr /home/brainbreaker/GSoC/LibreOffice/workdir
  34. rm -fr /home/brainbreaker/GSoC/LibreOffice/instdir_for_build
  35. rm -fr /home/brainbreaker/GSoC/LibreOffice/workdir_for_build
  36. sh -c /home/brainbreaker/GSoC/LibreOffice/autogen.sh
  37. Running ./configure with '--host=arm-linux-androideabi --disable-cairo-canvas --disable-cups --disable-gstreamer-0-10 --disable-gstreamer-1-0 --disable-randr --disable-systray --without-export-validation --without-helppack-integration --without-junit --with-android-ndk=/home/brainbreaker/android-sdk-linux/android-ndk-r15 --with-android-sdk=/home/brainbreaker/android-sdk-linux --enable-python=auto --enable-werror --enable-dbgutil --enable-selective-debuginfo="bridges/" --srcdir=/home/brainbreaker/GSoC/LibreOffice --enable-option-checking=fatal'
  38. ********************************************************************
  39. *
  40. *   Running LibreOffice build configuration.
  41. *
  42. ********************************************************************
  43.  
  44. checking build system type... x86_64-unknown-linux-gnu
  45. checking host system type... arm-unknown-linux-androideabi
  46. checking for product name... LibreOfficeDev
  47. checking for package version... 6.0.0.0.alpha0+
  48. checking for product version... 6.0
  49. checking for grep that handles long lines and -e... /bin/grep
  50. checking for egrep... /bin/grep -E
  51. checking for grep... (cached) /bin/grep
  52. checking for GNU Make... /usr/bin/make
  53. checking for sed... /bin/sed
  54. checking whether to use link-time optimization... no
  55. checking for explicit AFLAGS... no
  56. checking for explicit CFLAGS... no
  57. checking for explicit CXXFLAGS... no
  58. checking for explicit OBJCFLAGS... no
  59. checking for explicit OBJCXXFLAGS... no
  60. checking for explicit LDFLAGS... no
  61. checking for arm-linux-androideabi-gcc... /home/brainbreaker/android-sdk-linux/android-ndk-r15/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -gcc-toolchain /home/brainbreaker/android-sdk-linux/android-ndk-r15/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -target armv7-none-linux-androideabi -no-canonical-prefixes -mthumb -march=armv7-a -mfloat-abi=softfp -mfpu=neon -Wl,--fix-cortex-a8 -ffunction-sections -fdata-sections -L/home/brainbreaker/android-sdk-linux/android-ndk-r15/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a --sysroot=/home/brainbreaker/android-sdk-linux/android-ndk-r15/platforms/android-15/arch-arm -Qunused-arguments -fuse-ld=gold
  62. checking whether the C compiler works... yes
  63. checking for C compiler default output file name... a.out
  64. checking for suffix of executables...
  65. checking whether we are cross compiling... yes
  66. checking for suffix of object files... o
  67. checking whether we are using the GNU C compiler... yes
  68. checking whether /home/brainbreaker/android-sdk-linux/android-ndk-r15/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -gcc-toolchain /home/brainbreaker/android-sdk-linux/android-ndk-r15/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -target armv7-none-linux-androideabi -no-canonical-prefixes -mthumb -march=armv7-a -mfloat-abi=softfp -mfpu=neon -Wl,--fix-cortex-a8 -ffunction-sections -fdata-sections -L/home/brainbreaker/android-sdk-linux/android-ndk-r15/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a --sysroot=/home/brainbreaker/android-sdk-linux/android-ndk-r15/platforms/android-15/arch-arm -Qunused-arguments -fuse-ld=gold accepts -g... yes
  69. .
  70. .
  71. .
  72. .
  73. .
  74. .
  75. .
  76. .
  77. .
  78. .
  79. .
  80. .
  81. .
  82. .
  83. .
  84. .
  85. .
  86. .
  87. [CXX] sal/osl/unx/profile.cxx
  88. [CXX] sal/osl/unx/random.cxx
  89. [CXX] sal/osl/unx/readwrite_helper.cxx
  90. [CXX] sal/osl/unx/security.cxx
  91. [CXX] sal/osl/unx/signal.cxx
  92. [CXX] sal/osl/unx/socket.cxx
  93. [CXX] sal/osl/unx/system.cxx
  94. [CXX] sal/osl/unx/tempfile.cxx
  95. [CXX] sal/osl/unx/thread.cxx
  96. [CXX] sal/osl/unx/time.cxx
  97. [CXX] sal/osl/unx/salinit.cxx
  98. [CXX] sal/osl/unx/uunxapi.cxx
  99. [C  ] sal/osl/unx/backtrace.c
  100. [CXX] sal/osl/unx/interlck.cxx
  101. [DEP] LNK:Executable/cpp
  102. [LNK] Executable/cpp
  103. [CXX] i18npool/source/textconversion/genconv_dict.cxx
  104. [CXX] i18npool/source/breakiterator/gendict.cxx
  105. [UPK] expat-2.2.1.tar.bz2
  106. [DEP] LNK:Executable/idxdict
  107. [LNK] Executable/idxdict
  108. [DEP] LNK:Executable/makedepend
  109. [LNK] Executable/makedepend
  110. [UPK] nss-3.29.5-with-nspr-4.13.1.tar.gz
  111. [UPK] liblangtag-0.6.2.tar.bz2
  112. [DEP] LNK:StaticLibrary/libfindsofficepath.a
  113. [LNK] StaticLibrary/libfindsofficepath.a
  114. [DEP] LNK:Library/libuno_sal.so.3
  115. [LNK] Library/libuno_sal.so.3
  116. [CXX] tools/source/reversemap/bestreversemap.cxx
  117. [UPK] icu4c-59_1-src.tgz
  118. [PAT] expat
  119. [PKG] instsetoo_native_setup_ure
  120. [PAT] nss
  121. [PAT] langtag
  122. [DEP] LNK:Library/libuno_salhelpergcc3.so.3
  123. [LNK] Library/libuno_salhelpergcc3.so.3
  124. [DEP] LNK:Executable/genconv_dict
  125. [LNK] Executable/genconv_dict
  126. [DEP] LNK:Executable/gendict
  127. [LNK] Executable/gendict
  128. [DEP] LNK:Executable/bestreversemap
  129. [LNK] Executable/bestreversemap
  130. [PAT] icu
  131. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  132. coreconf/Werror.mk:76: OS_TARGET is Android, disabling -Werror
  133. checking build system type... x86_64-unknown-linux-gnu
  134. checking host system type... x86_64-unknown-linux-gnu
  135. checking target system type... arm-linux-android
  136. checking for whoami... /usr/bin/whoami
  137. cross compiling from x86_64-unknown-linux-gnu to arm-linux-android
  138. checking for /home/brainbreaker/android-sdk-linux/android-ndk-r15/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc... /home/brainbreaker/android-sdk-linux/android-ndk-r15/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc
  139. checking for gcc... /home/brainbreaker/android-sdk-linux/android-ndk-r15/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc
  140. configure: WARNING: using cross tools not prefixed with host triplet
  141. checking whether the C compiler works... no
  142. configure: error: in `/home/brainbreaker/GSoC/LibreOffice/workdir_for_build/UnpackedTarball/nss/nspr/out':
  143. configure: error: C compiler cannot create executables
  144. See `config.log' for more details
  145. Makefile:136: recipe for target '../nspr/out/config.status' failed
  146. make[2]: *** [../nspr/out/config.status] Error 77
  147. /home/brainbreaker/GSoC/LibreOffice/external/nss/ExternalProject_nss.mk:42: recipe for target '/home/brainbreaker/GSoC/LibreOffice/workdir_for_build/ExternalProject/nss/build' failed
  148. make[1]: *** [/home/brainbreaker/GSoC/LibreOffice/workdir_for_build/ExternalProject/nss/build] Error 1
  149. make[1]: *** Waiting for unfinished jobs....
  150. Makefile:277: recipe for target 'cross-toolset' failed
  151. make: *** [cross-toolset] Error 2
Add Comment
Please, Sign In to add comment