Advertisement
Guest User

Untitled

a guest
Aug 17th, 2015
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.27 KB | None | 0 0
  1. :~/Downloads/ddccontrol-0.4.2$ make
  2. Making all in src
  3. make[1]: Entering directory '/home/amir/Downloads/ddccontrol-0.4.2/src'
  4. make all-recursive
  5. make[2]: Entering directory '/home/amir/Downloads/ddccontrol-0.4.2/src'
  6. Making all in lib
  7. make[3]: Entering directory '/home/amir/Downloads/ddccontrol-0.4.2/src/lib'
  8. if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -MT ddcci.lo -MD -MP -MF ".deps/ddcci.Tpo" -c -o ddcci.lo ddcci.c; \
  9. then mv -f ".deps/ddcci.Tpo" ".deps/ddcci.Plo"; else rm -f ".deps/ddcci.Tpo"; exit 1; fi
  10. mkdir .libs
  11. gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR=\"/usr/local/share/ddccontrol-db\" -DBINDIR=\"/usr/local/bin\" -MT ddcci.lo -MD -MP -MF .deps/ddcci.Tpo -c ddcci.c -fPIC -DPIC -o .libs/ddcci.o
  12. ddcci.c: In function 'ddcpci_init':
  13. ddcci.c:158:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  14. system(buffer);
  15. ^
  16. gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR=\"/usr/local/share/ddccontrol-db\" -DBINDIR=\"/usr/local/bin\" -MT ddcci.lo -MD -MP -MF .deps/ddcci.Tpo -c ddcci.c -o ddcci.o >/dev/null 2>&1
  17. if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -MT monitor_db.lo -MD -MP -MF ".deps/monitor_db.Tpo" -c -o monitor_db.lo monitor_db.c; \
  18. then mv -f ".deps/monitor_db.Tpo" ".deps/monitor_db.Plo"; else rm -f ".deps/monitor_db.Tpo"; exit 1; fi
  19. gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR=\"/usr/local/share/ddccontrol-db\" -DBINDIR=\"/usr/local/bin\" -MT monitor_db.lo -MD -MP -MF .deps/monitor_db.Tpo -c monitor_db.c -fPIC -DPIC -o .libs/monitor_db.o
  20. gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR=\"/usr/local/share/ddccontrol-db\" -DBINDIR=\"/usr/local/bin\" -MT monitor_db.lo -MD -MP -MF .deps/monitor_db.Tpo -c monitor_db.c -o monitor_db.o >/dev/null 2>&1
  21. if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -MT conf.lo -MD -MP -MF ".deps/conf.Tpo" -c -o conf.lo conf.c; \
  22. then mv -f ".deps/conf.Tpo" ".deps/conf.Plo"; else rm -f ".deps/conf.Tpo"; exit 1; fi
  23. gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR=\"/usr/local/share/ddccontrol-db\" -DBINDIR=\"/usr/local/bin\" -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fPIC -DPIC -o .libs/conf.o
  24. conf.c: In function 'ddcci_save_list':
  25. conf.c:195:3: warning: format not a string literal and no format arguments [-Wformat-security]
  26. rc = xmlTextWriterWriteFormatAttribute(writer, BAD_CAST "filename", current->filename);
  27. ^
  28. conf.c:201:3: warning: format not a string literal and no format arguments [-Wformat-security]
  29. rc = xmlTextWriterWriteFormatAttribute(writer, BAD_CAST "name", current->name);
  30. ^
  31. gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR=\"/usr/local/share/ddccontrol-db\" -DBINDIR=\"/usr/local/bin\" -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
  32. /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -o libddccontrol.la -rpath /usr/local/lib ddcci.lo monitor_db.lo conf.lo -lxml2 -lpci
  33. gcc -shared .libs/ddcci.o .libs/monitor_db.o .libs/conf.o -lxml2 -lpci -Wl,-soname -Wl,libddccontrol.so.0 -o .libs/libddccontrol.so.0.0.0
  34. (cd .libs && rm -f libddccontrol.so.0 && ln -s libddccontrol.so.0.0.0 libddccontrol.so.0)
  35. (cd .libs && rm -f libddccontrol.so && ln -s libddccontrol.so.0.0.0 libddccontrol.so)
  36. ar cru .libs/libddccontrol.a ddcci.o monitor_db.o conf.o
  37. ranlib .libs/libddccontrol.a
  38. creating libddccontrol.la
  39. (cd .libs && rm -f libddccontrol.la && ln -s ../libddccontrol.la libddccontrol.la)
  40. make[3]: Leaving directory '/home/amir/Downloads/ddccontrol-0.4.2/src/lib'
  41. Making all in ddccontrol
  42. make[3]: Entering directory '/home/amir/Downloads/ddccontrol-0.4.2/src/ddccontrol'
  43. if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../lib -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
  44. then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
  45. /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -o ddccontrol -lxml2 main.o ../lib/libddccontrol.la -lpci
  46. mkdir .libs
  47. gcc -I/usr/include/libxml2 -g -O2 -Wall -DDATADIR=\"/usr/local/share/ddccontrol-db\" -DBINDIR=\"/usr/local/bin\" -o .libs/ddccontrol main.o ../lib/.libs/libddccontrol.so -lxml2 -lpci
  48. creating ddccontrol
  49. make[3]: Leaving directory '/home/amir/Downloads/ddccontrol-0.4.2/src/ddccontrol'
  50. Making all in gddccontrol
  51. make[3]: Entering directory '/home/amir/Downloads/ddccontrol-0.4.2/src/gddccontrol'
  52. if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../lib -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
  53. then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
  54. main.c: In function ‘window_changed’:
  55. main.c:152:11: warning: variable ‘cy’ set but not used [-Wunused-but-set-variable]
  56. int cx, cy, i;
  57. ^
  58. main.c:152:7: warning: variable ‘cx’ set but not used [-Wunused-but-set-variable]
  59. int cx, cy, i;
  60. ^
  61. main.c: In function ‘main’:
  62. main.c:403:2: warning: ‘g_thread_init’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:265) [-Wdeprecated-declarations]
  63. g_thread_init(NULL);
  64. ^
  65. main.c:404:2: warning: ‘g_mutex_new’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations]
  66. combo_change_mutex = g_mutex_new();
  67. ^
  68. if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../lib -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -MT notebook.o -MD -MP -MF ".deps/notebook.Tpo" -c -o notebook.o notebook.c; \
  69. then mv -f ".deps/notebook.Tpo" ".deps/notebook.Po"; else rm -f ".deps/notebook.Tpo"; exit 1; fi
  70. if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../lib -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -MT gprofile.o -MD -MP -MF ".deps/gprofile.Tpo" -c -o gprofile.o gprofile.c; \
  71. then mv -f ".deps/gprofile.Tpo" ".deps/gprofile.Po"; else rm -f ".deps/gprofile.Tpo"; exit 1; fi
  72. if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I../lib -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -MT fspatterns.o -MD -MP -MF ".deps/fspatterns.Tpo" -c -o fspatterns.o fspatterns.c; \
  73. then mv -f ".deps/fspatterns.Tpo" ".deps/fspatterns.Po"; else rm -f ".deps/fspatterns.Tpo"; exit 1; fi
  74. /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -Wall -DDATADIR="\"/usr/local/share/ddccontrol-db\"" -DBINDIR="\"/usr/local/bin\"" -o gddccontrol -lxml2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lgthread-2.0 -pthread -lglib-2.0 main.o notebook.o gprofile.o fspatterns.o ../lib/libddccontrol.la -lpci
  75. mkdir .libs
  76. gcc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -Wall -DDATADIR=\"/usr/local/share/ddccontrol-db\" -DBINDIR=\"/usr/local/bin\" -o .libs/gddccontrol -pthread main.o notebook.o gprofile.o fspatterns.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig /usr/lib/x86_64-linux-gnu/libfreetype.so -lgthread-2.0 -lglib-2.0 ../lib/.libs/libddccontrol.so -lxml2 -lpci
  77. /usr/bin/ld: notebook.o: undefined reference to symbol 'round@@GLIBC_2.2.5'
  78. /lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
  79. collect2: error: ld returned 1 exit status
  80. Makefile:332: recipe for target 'gddccontrol' failed
  81. make[3]: *** [gddccontrol] Error 1
  82. make[3]: Leaving directory '/home/amir/Downloads/ddccontrol-0.4.2/src/gddccontrol'
  83. Makefile:304: recipe for target 'all-recursive' failed
  84. make[2]: *** [all-recursive] Error 1
  85. make[2]: Leaving directory '/home/amir/Downloads/ddccontrol-0.4.2/src'
  86. Makefile:237: recipe for target 'all' failed
  87. make[1]: *** [all] Error 2
  88. make[1]: Leaving directory '/home/amir/Downloads/ddccontrol-0.4.2/src'
  89. Makefile:308: recipe for target 'all-recursive' failed
  90. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement