Advertisement
neuromancer85

rtaudio build output

Feb 26th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. [neuromancer85@arch abs]$ wget -qO- "https://aur.archlinux.org/packages/rt/rtaudio/rtaudio.tar.gz" | tar zxf - && cd rtaudio && makepkg -si
  2. ==> Making package: rtaudio 4.0.10-2 (Sun Feb 26 18:11:24 CET 2012)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving Sources...
  6. -> Downloading rtaudio-4.0.10.tar.gz...
  7. % Total % Received % Xferd Average Speed Time Time Time Current
  8. Dload Upload Total Spent Left Speed
  9. 100 303k 100 303k 0 0 215k 0 0:00:01 0:00:01 --:--:-- 258k
  10. ==> Validating source files with md5sums...
  11. rtaudio-4.0.10.tar.gz ... Passed
  12. ==> Extracting Sources...
  13. -> Extracting rtaudio-4.0.10.tar.gz with bsdtar
  14. ==> Starting build()...
  15. checking for g++... g++
  16. checking for C++ compiler default output file name... a.out
  17. checking whether the C++ compiler works... yes
  18. checking whether we are cross compiling... no
  19. checking for suffix of executables...
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C++ compiler... yes
  22. checking whether g++ accepts -g... yes
  23. checking for ranlib... ranlib
  24. checking for ar... /usr/bin/ar
  25. checking for gcc... gcc
  26. checking whether we are using the GNU C compiler... yes
  27. checking whether gcc accepts -g... yes
  28. checking for gcc option to accept ISO C89... none needed
  29. checking how to run the C preprocessor... gcc -E
  30. checking for grep that handles long lines and -e... /usr/bin/grep
  31. checking for egrep... /usr/bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking sys/ioctl.h usability... yes
  43. checking sys/ioctl.h presence... yes
  44. checking for sys/ioctl.h... yes
  45. checking for unistd.h... (cached) yes
  46. checking whether to compile debug version... no
  47. checking for gettimeofday... yes
  48. checking build system type... x86_64-unknown-linux-gnu
  49. checking host system type... x86_64-unknown-linux-gnu
  50. checking for audio API... using JACK
  51. checking for jack_client_open in -ljack... yes
  52. checking for snd_pcm_open in -lasound... yes
  53. using ALSA
  54. checking for snd_pcm_open in -lasound... (cached) yes
  55. using OSS
  56. checking for pthread_create in -lpthread... yes
  57. configure: creating ./config.status
  58. config.status: creating rtaudio-config
  59. config.status: creating Makefile
  60. config.status: creating tests/Makefile
  61. g++ -O2 -Wall -Iinclude -fPIC -DHAVE_GETTIMEOFDAY -D__UNIX_JACK__ -D__LINUX_ALSA__ -D__LINUX_OSS__ -c RtAudio.cpp -o RtAudio.o
  62. RtAudio.cpp: In member function 'virtual bool RtApiJack::probeDeviceOpen(unsigned int, RtApi::StreamMode, unsigned int, unsigned int, unsigned int, RtAudioFormat, unsigned int*, RtAudio::StreamOptions*)':
  63. RtAudio.cpp:2090:29: warning: 'jack_nframes_t jack_port_get_latency(jack_port_t*)' is deprecated (declared at /usr/include/jack/jack.h:1167) [-Wdeprecated-declarations]
  64. RtAudio.cpp:2090:103: warning: 'jack_nframes_t jack_port_get_latency(jack_port_t*)' is deprecated (declared at /usr/include/jack/jack.h:1167) [-Wdeprecated-declarations]
  65. /usr/bin/ar ruv librtaudio.a RtAudio.o
  66. /usr/bin/ar ruv librtaudio.a RtAudio.o
  67. /usr/bin/ar: creating librtaudio.a
  68. a - RtAudio.o
  69. /usr/bin/ar: creating librtaudio.a
  70. a - RtAudio.o
  71. ranlib librtaudio.a
  72. ranlib librtaudio.a
  73. g++ -fPIC -shared -Wl,-soname,librtaudio.so.4 -o librtaudio.so.4.0.9 RtAudio.o -lpthread -lasound -lasound -ljack
  74. g++ -fPIC -shared -Wl,-soname,librtaudio.so.4 -o librtaudio.so.4.0.9 RtAudio.o -lpthread -lasound -lasound -ljack
  75. /bin/ln -s librtaudio.so.4.0.9 librtaudio.so
  76. /bin/ln -s librtaudio.so.4.0.9 librtaudio.so
  77. /bin/ln: failed to create symbolic link `librtaudio.so': File exists
  78. make: *** [librtaudio.a] Error 1
  79. ==> ERROR: A failure occurred in build().
  80. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement