Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... no
  5. checking for mawk... mawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking for gcc... gcc
  9. checking whether the C compiler works... yes
  10. checking for C compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ISO C89... none needed
  17. checking whether gcc understands -c and -o together... yes
  18. checking for style of include used by make... GNU
  19. checking dependency style of gcc... gcc3
  20. checking build system type... x86_64-unknown-linux-gnu
  21. checking host system type... x86_64-unknown-linux-gnu
  22. checking how to print strings... printf
  23. checking for a sed that does not truncate output... /bin/sed
  24. checking for grep that handles long lines and -e... /bin/grep
  25. checking for egrep... /bin/grep -E
  26. checking for fgrep... /bin/grep -F
  27. checking for ld used by gcc... /usr/bin/ld
  28. checking if the linker (/usr/bin/ld) is GNU ld... yes
  29. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  30. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  31. checking whether ln -s works... yes
  32. checking the maximum length of command line arguments... 1572864
  33. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  34. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  35. checking for /usr/bin/ld option to reload object files... -r
  36. checking for objdump... objdump
  37. checking how to recognize dependent libraries... pass_all
  38. checking for dlltool... no
  39. checking how to associate runtime and link libraries... printf %sn
  40. checking for ar... ar
  41. checking for archiver @FILE support... @
  42. checking for strip... strip
  43. checking for ranlib... ranlib
  44. checking command to parse /usr/bin/nm -B output from gcc object... ok
  45. checking for sysroot... no
  46. checking for a working dd... /bin/dd
  47. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  48. checking for mt... mt
  49. checking if mt is a manifest tool... no
  50. checking how to run the C preprocessor... gcc -E
  51. checking for ANSI C header files... yes
  52. checking for sys/types.h... yes
  53. checking for sys/stat.h... yes
  54. checking for stdlib.h... yes
  55. checking for string.h... yes
  56. checking for memory.h... yes
  57. checking for strings.h... yes
  58. checking for inttypes.h... yes
  59. checking for stdint.h... yes
  60. checking for unistd.h... yes
  61. checking for dlfcn.h... yes
  62. checking for objdir... .libs
  63. checking if gcc supports -fno-rtti -fno-exceptions... no
  64. checking for gcc option to produce PIC... -fPIC -DPIC
  65. checking if gcc PIC flag -fPIC -DPIC works... yes
  66. checking if gcc static flag -static works... yes
  67. checking if gcc supports -c -o file.o... yes
  68. checking if gcc supports -c -o file.o... (cached) yes
  69. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  70. checking whether -lc should be explicitly linked in... no
  71. checking dynamic linker characteristics... GNU/Linux ld.so
  72. checking how to hardcode library paths into programs... immediate
  73. checking whether stripping libraries is possible... yes
  74. checking if libtool supports shared libraries... yes
  75. checking whether to build shared libraries... yes
  76. checking whether to build static libraries... no
  77. checking whether make supports nested variables... (cached) yes
  78. checking for pkg-config... /usr/bin/pkg-config
  79. checking pkg-config is at least version 0.9.0... yes
  80. checking for GLIB... yes
  81. checking for JSON... yes
  82. checking for PURPLE... yes
  83. checking that generated files are newer than configure... done
  84. configure: creating ./config.status
  85. config.status: creating Makefile
  86. config.status: creating pidgin/libpurple/protocols/facebook/Makefile
  87. config.status: executing depfiles commands
  88. config.status: executing libtool commands
  89.  
  90. Making install in pidgin/libpurple/protocols/facebook
  91. make[1]: Entering directory '/home/joseph/Downloads/purple-facebook-0.9.0-c9b74a765767/pidgin/libpurple/protocols/facebook'
  92. make[2]: Entering directory '/home/joseph/Downloads/purple-facebook-0.9.0-c9b74a765767/pidgin/libpurple/protocols/facebook'
  93. make[2]: Nothing to be done for 'install-exec-am'.
  94. /bin/mkdir -p '/usr/lib/purple-2'
  95. /bin/bash ../../../../libtool --mode=install /usr/bin/install -c libfacebook.la '/usr/lib/purple-2'
  96. libtool: install: /usr/bin/install -c .libs/libfacebook.so /usr/lib/purple-2/libfacebook.so
  97. /usr/bin/install: cannot create regular file '/usr/lib/purple-2/libfacebook.so': Permission denied
  98. Makefile:450: recipe for target 'install-pkgLTLIBRARIES' failed
  99. make[2]: *** [install-pkgLTLIBRARIES] Error 1
  100. make[2]: Leaving directory '/home/joseph/Downloads/purple-facebook-0.9.0-c9b74a765767/pidgin/libpurple/protocols/facebook'
  101. Makefile:720: recipe for target 'install-am' failed
  102. make[1]: *** [install-am] Error 2
  103. make[1]: Leaving directory '/home/joseph/Downloads/purple-facebook-0.9.0-c9b74a765767/pidgin/libpurple/protocols/facebook'
  104. Makefile:410: recipe for target 'install-recursive' failed
  105. make: *** [install-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement