Advertisement
mesmariusz

root@LT310:~# apt-get install pkgconf

Oct 19th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. root@LT310:~# apt-get install pkgconf
  2. Czytanie list pakietów... Gotowe
  3. Budowanie drzewa zależności
  4. Odczyt informacji o stanie... Gotowe
  5. Zostaną zainstalowane następujące NOWE pakiety:
  6. pkgconf
  7. 0 aktualizowanych, 1 nowo instalowanych, 0 usuwanych i 99 nieaktualizowanych.
  8. Konieczne pobranie 28,2 kB archiwów.
  9. Po tej operacji zostanie dodatkowo użyte 130 kB miejsca na dysku.
  10. Pobieranie:1 http://ftp.pl.debian.org/debian/ jessie/main pkgconf i386 0.9.7-1 [ 28,2 kB]
  11. Pobrano 28,2 kB w 5s (5451 B/s)
  12. Wybieranie wcześniej niewybranego pakietu pkgconf.
  13. (Odczytywanie bazy danych ... 109271 plików i katalogów obecnie zainstalowanych. )
  14. Przygotowywanie do rozpakowania pakietu .../pkgconf_0.9.7-1_i386.deb ...
  15. Dodawanie "ominięcie /usr/bin/pkg-config do /usr/bin/pkg-config.real przez pkgco nf"
  16. Dodawanie "ominięcie /usr/share/aclocal/pkg.m4 do /usr/share/aclocal/pkg.real.m4 przez pkgconf"
  17. Dodawanie "ominięcie /usr/share/man/man1/pkg-config.1.gz do /usr/share/man/man1/ pkg-config.real.1.gz przez pkgconf"
  18. Dodawanie "ominięcie /usr/share/pkg-config-crosswrapper do /usr/share/pkg-config -crosswrapper.real przez pkgconf"
  19. Rozpakowywanie pakietu pkgconf (0.9.7-1) ...
  20. Przetwarzanie wyzwalaczy pakietu man-db (2.7.0.2-5)...
  21. Konfigurowanie pakietu pkgconf (0.9.7-1) ...
  22. root@LT310:~# ls
  23. Dokumenty motion Obrazy Publiczny Szablony x264
  24. ffmpeg Muzyka Pobrane Pulpit Wideo
  25. root@LT310:~# cd motion
  26. root@LT310:~/motion# ./configure
  27. checking for gcc... gcc
  28. checking whether the C compiler works... yes
  29. checking for C compiler default output file name... a.out
  30. checking for suffix of executables...
  31. checking whether we are cross compiling... no
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking how to run the C preprocessor... gcc -E
  37. checking for grep that handles long lines and -e... /bin/grep
  38. checking for egrep... /bin/grep -E
  39. checking for ANSI C header files... yes
  40. checking for sys/types.h... yes
  41. checking for sys/stat.h... yes
  42. checking for stdlib.h... yes
  43. checking for string.h... yes
  44. checking for memory.h... yes
  45. checking for strings.h... yes
  46. checking for inttypes.h... yes
  47. checking for stdint.h... yes
  48. checking for unistd.h... yes
  49. checking minix/config.h usability... no
  50. checking minix/config.h presence... no
  51. checking for minix/config.h... no
  52. checking whether it is safe to define __EXTENSIONS__... yes
  53. checking for gcc... (cached) gcc
  54. checking whether we are using the GNU C compiler... (cached) yes
  55. checking whether gcc accepts -g... (cached) yes
  56. checking for gcc option to accept ISO C89... (cached) none needed
  57. checking for Darwin... no
  58. checking for *BSD... no
  59. checking for gcc... (cached) gcc
  60. checking whether we are using the GNU C compiler... (cached) yes
  61. checking whether gcc accepts -g... (cached) yes
  62. checking for gcc option to accept ISO C89... (cached) none needed
  63. checking threads... yes
  64. checking for sdl... no
  65. checking for libjpeg-turbo... skipping
  66. checking for libjpeg-mmx... skipping
  67. checking for jpeg_set_defaults in -ljpeg... yes
  68. ./configure: line 5283: syntax error near unexpected token `FFMPEG,'
  69. ./configure: line 5283: ` PKG_CHECK_MODULES(FFMPEG, libavutil libavformat libavcodec libswscale, HAVE_FFMPEG=yes)'
  70. root@LT310:~/motion#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement