Don't like ads? PRO users don't see any ads ;-)
Guest

:D

By: a guest on Jul 4th, 2012  |  syntax: Bash  |  size: 3.63 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.               mate-panel 1.3.0
  2.               ================
  3.  
  4.         prefix:                        /usr
  5.         exec_prefix:                   ${prefix}
  6.         libdir:                        ${exec_prefix}/lib
  7.         bindir:                        ${exec_prefix}/bin
  8.         sbindir:                       ${exec_prefix}/sbin
  9.         sysconfdir:                    /etc
  10.         localstatedir:                 /var
  11.         datadir:                       ${datarootdir}
  12.         source code location:          .
  13.         compiler:                      gcc
  14.         cflags:                        -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2
  15.         Maintainer mode:               yes
  16.         Use *_DISABLE_DEPRECATED:      no
  17.         Ubuntu Counter Hack:           no
  18.         MateComponent applets support: yes
  19.         Applets to build in-process:   (none)
  20.         Evolution-Data-Server support: no
  21.         NetworkManager support:        yes
  22.         XRandr support:                yes
  23.         Build introspection support:   yes
  24.         Build gtk-doc documentation:   no
  25.  
  26.  
  27. Now type `make' to compile mate-panel
  28. make  all-recursive
  29. make[1]: Entering directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0'
  30. Making all in mate-panel
  31. make[2]: Entering directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel'
  32. make  all-recursive
  33. make[3]: Entering directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel'
  34. Making all in libegg
  35. make[4]: Entering directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel/libegg'
  36. make[4]: Nothing to be done for `all'.
  37. make[4]: Leaving directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel/libegg'
  38. Making all in libmate-panel-applet-private
  39. make[4]: Entering directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel/libmate-panel-applet-private'
  40. make[4]: Nothing to be done for `all'.
  41. make[4]: Leaving directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel/libmate-panel-applet-private'
  42. Making all in libpanel-util
  43. make[4]: Entering directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel/libpanel-util'
  44. make[4]: Nothing to be done for `all'.
  45. make[4]: Leaving directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel/libpanel-util'
  46. make[4]: Entering directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel'
  47.   CCLD     mate-panel
  48. /usr/bin/ld: ../mate-panel/libmate-panel-applet-private/.libs/libmate-panel-applet-private.a(mate-panel-applets-manager-dbus.o): undefined reference to symbol 'g_module_symbol'
  49. /usr/bin/ld: note: 'g_module_symbol' is defined in DSO /usr/lib/libgmodule-2.0.so.0 so try adding it to the linker command line
  50. /usr/lib/libgmodule-2.0.so.0: could not read symbols: Invalid operation
  51. collect2: error: ld returned 1 exit status
  52. make[4]: *** [mate-panel] Error 1
  53. make[4]: Leaving directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel'
  54. make[3]: *** [all-recursive] Error 1
  55. make[3]: Leaving directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel'
  56. make[2]: *** [all] Error 2
  57. make[2]: Leaving directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0/mate-panel'
  58. make[1]: *** [all-recursive] Error 1
  59. make[1]: Leaving directory `/home/talorno/archlinux-packages/mate-panel/src/mate-panel-1.3.0'
  60. make: *** [all] Error 2
  61. ==> ERROR: A failure occurred in build().
  62.     Aborting...