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

Untitled

By: a guest on Feb 5th, 2012  |  syntax: None  |  size: 5.14 KB  |  hits: 167  |  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. [user@laptop ~]$ LC_ALL=C pacman -Qi libpng
  2. Name           : libpng
  3. Version        : 1.5.8-1
  4. URL            : http://www.libpng.org/pub/png/libpng.html
  5. Licenses       : custom
  6. Groups         : None
  7. Provides       : None
  8. Depends On     : zlib  sh
  9. Optional Deps  : None
  10. Required By    : cairo  gd  gdk-pixbuf2  ghostscript  gstreamer0.10-good-plugins
  11.                  icoutils  imlib2  lastfm-client  lib32-libpng  libcups  libwmf
  12.                  mjpegtools  openjdk6  qt  sdl_image  slim  zvbi
  13. Conflicts With : None
  14. Replaces       : None
  15. Installed Size : 776.00 KiB
  16. Packager       : Ionut Biru <ibiru@archlinux.org>
  17. Architecture   : x86_64
  18. Build Date     : Thu Feb 2 23:23:22 2012
  19. Install Date   : Sun Feb 5 18:46:43 2012
  20. Install Reason : Installed as a dependency for another package
  21. Install Script : No
  22. Description    : A collection of routines used to create PNG format graphics files
  23.  
  24. [user@laptop ~]$ avant-window-navigator
  25. avant-window-navigator: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory
  26.  
  27. build fails with:
  28. [...]
  29. /usr/bin/lda-schema-to-gconf: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory
  30. make[3]: *** [awn-applet-taskmanager.schemas] Error 127
  31. make[3]: *** Waiting for unfinished jobs....
  32. dock-manager-api.c: In function '_dbus_handle_dock_item_dbus_interface_menu_item_activated':
  33. dock-manager-api.c:3674:15: warning: unused variable 'reply' [-Wunused-variable]
  34. dock-manager-api.c: In function 'task_manager_dispatcher_list_to_object_path_array':
  35. dock-manager-api.c:4323:7: warning: variable '__result__size_' set but not used [-Wunused-but-set-variable]
  36. dock-manager-api.c: In function 'task_manager_dispatcher_real_get_capabilities':
  37. dock-manager-api.c:4360:7: warning: variable '_capabilities_size_' set but not used [-Wunused-but-set-variable]
  38. dock-manager-api.c:4357:26: warning: variable 'self' set but not used [-Wunused-but-set-variable]
  39. dock-manager-api.c: In function 'task_manager_dispatcher_real_get_items':
  40. dock-manager-api.c:4379:2: warning: passing argument 1 of 'task_manager_dispatcher_list_to_object_path_array' discards 'const' qualifier from pointer target type [enabled by default]
  41. dock-manager-api.c:4320:15: note: expected 'struct GSList *' but argument is of type 'const struct GSList *'
  42. dock-manager-api.c: In function 'task_manager_dispatcher_real_get_items_by_name':
  43. dock-manager-api.c:4393:8: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  44. dock-manager-api.c: In function 'task_manager_dispatcher_real_get_items_by_desktop_file':
  45. dock-manager-api.c:4442:8: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  46. dock-manager-api.c:4454:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  47. dock-manager-api.c: In function 'task_manager_dispatcher_real_get_items_by_pid':
  48. dock-manager-api.c:4478:8: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  49. dock-manager-api.c: In function 'task_manager_dispatcher_real_get_item_by_xid':
  50. dock-manager-api.c:4523:7: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  51. dock-manager-api.c: In function 'task_manager_dispatcher_real_awn_register_proxy_item':
  52. dock-manager-api.c:4569:26: warning: variable 'self' set but not used [-Wunused-but-set-variable]
  53. dock-manager-api.c: In function 'task_icon_dispatcher_real_add_menu_item':
  54. dock-manager-api.c:4835:3: warning: passing argument 2 of 'g_hash_table_iter_next' from incompatible pointer type [enabled by default]
  55. /usr/include/glib-2.0/glib/ghash.h:103:13: note: expected 'void **' but argument is of type 'const char **'
  56. dock-manager-api.c:4835:3: warning: passing argument 3 of 'g_hash_table_iter_next' from incompatible pointer type [enabled by default]
  57. /usr/include/glib-2.0/glib/ghash.h:103:13: note: expected 'void **' but argument is of type 'struct GValue **'
  58. dock-manager-api.c: In function 'task_icon_dispatcher_real_update_dock_item':
  59. dock-manager-api.c:4898:3: warning: passing argument 2 of 'g_hash_table_iter_next' from incompatible pointer type [enabled by default]
  60. /usr/include/glib-2.0/glib/ghash.h:103:13: note: expected 'void **' but argument is of type 'const char **'
  61. dock-manager-api.c:4898:3: warning: passing argument 3 of 'g_hash_table_iter_next' from incompatible pointer type [enabled by default]
  62. /usr/include/glib-2.0/glib/ghash.h:103:13: note: expected 'void **' but argument is of type 'struct GValue **'
  63. dock-manager-api.c: In function 'task_icon_dispatcher_real_get_desktop_file':
  64. dock-manager-api.c:5002:21: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
  65. dock-manager-api.c: In function 'task_icon_dispatcher_real_get_uri':
  66. dock-manager-api.c:5016:22: warning: variable 'self' set but not used [-Wunused-but-set-variable]
  67. make[2]: *** [all] Error 2
  68. make[1]: *** [all-recursive] Error 1
  69. make: *** [all] Error 2
  70. ==> ERROR: A failure occurred in build().
  71.     Aborting...
  72. ==> ERROR: Makepkg was unable to build avant-window-navigator.