Блин, что за пакет то такой! Не получается установить этот долбаный xine-lib-oss.
Makefile:701: ошибка выполнения рецепта для цели «osd.lo»
make[3]: *** [osd.lo] Ошибка 1
make[3]: выход из каталога «/tmp/yaourt-tmp-improovizator/aur-xine-lib-oss/src/xine-lib-1.1.19/src/xine-engine»
Makefile:1079: ошибка выполнения рецепта для цели «../src/xine-engine/libxine.la»
make[2]: *** [../src/xine-engine/libxine.la] Ошибка 2
make[2]: выход из каталога «/tmp/yaourt-tmp-improovizator/aur-xine-lib-oss/src/xine-lib-1.1.19/misc»
Makefile:804: ошибка выполнения рецепта для цели «all-recursive»
make[1]: *** [all-recursive] Ошибка 1
make[1]: выход из каталога «/tmp/yaourt-tmp-improovizator/aur-xine-lib-oss/src/xine-lib-1.1.19/misc»
Makefile:652: ошибка выполнения рецепта для цели «all-recursive»
make: *** [all-recursive] Ошибка 1
==> ОШИБКА: Произошел сбой в build().
    Преждевременный выход...
==> ERROR: Makepkg was unable to build xine-lib-oss.
==> Restart building xine-lib-oss ? [y/N]
==> -------------------------------------
==>
Всё меняется.
Извините, пакет получилось поставить, нужно было подправить строчку в PKGBUILD, заменить
make || return 1
на
make CFLAGS="$CFLAGS -lm" || return 1
Такие дела. И раз уж написал про эту ошибку, напишу сюда и про предыдущую, вдруг кто нагуглит. При установке пакета xine-lib-oss, есть зависимость heimdal. Нужно подправить PKGBUILD, и заменить зависимость на heimdal-aur, предварительно установив пакет из AUR.
Всё меняется.
Ребят, я не могу oss4 поставить, там зависимости дурацкие, от устаревших пакетов, с одним разобрался, теперь вот второй недоволен. Пакет esd-oss, в AUR устаревшая версия 0.2.41-1. Что-то не пойму чего он хочет, на всякий случай вставляю весь код, ошибка естественно в конце:
==> Запускается build()...
patching file audio_alsa09.c
Hunk #1 succeeded at 506 (offset 20 lines).
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for working alloca.h... yes
checking for alloca... yes
checking for setenv... yes
checking for putenv... yes
checking for fchown... yes
checking for fchmod... yes
checking for gethostbyname2... yes
checking for connect... yes
checking for gethostbyname... yes
checking for hstrerror... yes
checking for nanosleep... yes
checking for usleep... yes
checking for strtok_r... yes
checking for inet_pton... yes
checking whether to enable ipv6... yes
checking for getaddrinfo... yes
checking for inet_ntop... yes
checking for getopt_long... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking if your platform supports esddsp... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
---------------------------------------------------------------------
--- Checking to see which audio header files your system uses.
--- Most of these checks should fail. Do not be alarmed.
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking sys/audio.h usability... no
checking sys/audio.h presence... no
checking for sys/audio.h... no
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sys/audio.io.h usability... no
checking sys/audio.io.h presence... no
checking for sys/audio.io.h... no
checking sun/audioio.h usability... no
checking sun/audioio.h presence... no
checking for sun/audioio.h... no
checking dmedia/audio.h usability... no
checking dmedia/audio.h presence... no
checking for dmedia/audio.h... no
checking sys/soundlib.h usability... no
checking sys/soundlib.h presence... no
checking for sys/soundlib.h... no
checking sys/asoundlib.h usability... yes
checking sys/asoundlib.h presence... yes
checking for sys/asoundlib.h... yes
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking mme/mme_api.h usability... no
checking mme/mme_api.h presence... no
checking for mme/mme_api.h... no
checking for artsc-config... no
checking for ARTS artsc - version >= 0.9.5... no
*** The artsc-config script installed by ARTS could not be found
*** If ARTS was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ARTS_CONFIG environment variable to the
*** full path to artsc-config.
---------------------------------------------------------------------
--- Checking to see which audio libraries are required for linking.
--- Most of these checks should also fail. Do not be alarmed.
checking for _oss_ioctl... no
checking for _oss_ioctl in -lossaudio... no
checking for ALnewconfig... no
checking for ALnewconfig in -laudio... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AUDIOFILE... yes
---------------------------------------------------------------------
--- Checking for the documentation generation tools.  NOTE: These
--- are NOT required for proper compilation of the esound package.
checking for jw... false
---------------------------------------------------------------------
checking for tcp_wrapper library and headers... yes
checking to see if compiler understands -Wall... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating esd-config
config.status: creating esound.spec
config.status: creating esound.pc
config.status: creating esddsp
config.status: creating docs/Makefile
config.status: creating docs/esd.1
config.status: creating docs/esdcat.1
config.status: creating docs/esd-config.1
config.status: creating docs/esdctl.1
config.status: creating docs/esddsp.1
config.status: creating docs/esdfilt.1
config.status: creating docs/esdloop.1
config.status: creating docs/esdmon.1
config.status: creating docs/esdplay.1
config.status: creating docs/esdrec.1
config.status: creating docs/esdsample.1
config.status: creating config.h
config.status: executing depfiles commands
Esound Configure Settings:
Debugging support: no
libwrap support:   yes
LIBS= -laudiofile
make  all-recursive
make[1]: вход в каталог «/tmp/yaourt-tmp-improovizator/aur-esd-oss/src/esound-0.2.41»
Making all in docs
make[2]: вход в каталог «/tmp/yaourt-tmp-improovizator/aur-esd-oss/src/esound-0.2.41/docs»
make[2]: Цель «all» не требует выполнения команд.
make[2]: выход из каталога «/tmp/yaourt-tmp-improovizator/aur-esd-oss/src/esound-0.2.41/docs»
make[2]: вход в каталог «/tmp/yaourt-tmp-improovizator/aur-esd-oss/src/esound-0.2.41»
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT libesd_la-esdlib.lo -MD -MP -MF .deps/libesd_la-esdlib.Tpo -c -o libesd_la-esdlib.lo `test -f 'esdlib.c' || echo './'`esdlib.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -MT libesd_la-esdlib.lo -MD -MP -MF .deps/libesd_la-esdlib.Tpo -c esdlib.c  -fPIC -DPIC -o .libs/libesd_la-esdlib.o
mv -f .deps/libesd_la-esdlib.Tpo .deps/libesd_la-esdlib.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT libesd_la-esdmgr.lo -MD -MP -MF .deps/libesd_la-esdmgr.Tpo -c -o libesd_la-esdmgr.lo `test -f 'esdmgr.c' || echo './'`esdmgr.c
 gcc -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -MT libesd_la-esdmgr.lo -MD -MP -MF .deps/libesd_la-esdmgr.Tpo -c esdmgr.c  -fPIC -DPIC -o .libs/libesd_la-esdmgr.o
esdmgr.c: В функции «esd_get_server_info»:
esdmgr.c:93:10: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
     write( esd, &proto, sizeof(proto) );
          ^
esdmgr.c:100:9: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
     read( esd, &server_info->version, sizeof(server_info->version) );
         ^
esdmgr.c:101:9: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
     read( esd, &server_info->rate, sizeof(server_info->rate) );
         ^
esdmgr.c: В функции «esd_get_all_info»:
esdmgr.c:142:10: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
     write( esd, &proto, sizeof(proto) );
          ^
esdmgr.c:150:9: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
     read( esd, &server_info->version, sizeof(server_info->version) );
         ^
esdmgr.c:151:9: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
     read( esd, &server_info->rate, sizeof(server_info->rate) );
         ^
esdmgr.c:169:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &player_info->source_id, sizeof(player_info->source_id) );
      ^
esdmgr.c:170:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &player_info->name, ESD_NAME_MAX );
      ^
esdmgr.c:172:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &player_info->rate, sizeof(player_info->rate) );
      ^
esdmgr.c:173:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &player_info->left_vol_scale, sizeof(player_info->left_vol_scale) );
      ^
esdmgr.c:174:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &player_info->right_vol_scale, sizeof(player_info->right_vol_scale) );
      ^
esdmgr.c:200:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &sample_info->sample_id, sizeof(sample_info->sample_id) );
      ^
esdmgr.c:201:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &sample_info->name, ESD_NAME_MAX );
      ^
esdmgr.c:203:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &sample_info->rate, sizeof(sample_info->rate) );
      ^
esdmgr.c:204:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &sample_info->left_vol_scale, sizeof(sample_info->left_vol_scale) );
      ^
esdmgr.c:205:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &sample_info->right_vol_scale, sizeof(sample_info->right_vol_scale) );
      ^
esdmgr.c:206:6: предупреждение: ignoring return value of «read», declared with attribute warn_unused_result [-Wunused-result]
  read( esd, &sample_info->format, sizeof(sample_info->format) );
      ^
esdmgr.c: В функции «esd_get_standby_mode»:
esdmgr.c:353:10: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
     write( esd, &proto, sizeof(proto) );
          ^
mv -f .deps/libesd_la-esdmgr.Tpo .deps/libesd_la-esdmgr.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT libesd_la-esdfile.lo -MD -MP -MF .deps/libesd_la-esdfile.Tpo -c -o libesd_la-esdfile.lo `test -f 'esdfile.c' || echo './'`esdfile.c
 gcc -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -MT libesd_la-esdfile.lo -MD -MP -MF .deps/libesd_la-esdfile.Tpo -c esdfile.c  -fPIC -DPIC -o .libs/libesd_la-esdfile.o
esdfile.c: В функции «esd_file_cache»:
esdfile.c:145:43: предупреждение: variable «frame_count» set but not used [-Wunused-but-set-variable]
     int in_format, in_width, in_channels, frame_count;
                                           ^
mv -f .deps/libesd_la-esdfile.Tpo .deps/libesd_la-esdfile.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT libesd_la-esd_config.lo -MD -MP -MF .deps/libesd_la-esd_config.Tpo -c -o libesd_la-esd_config.lo `test -f 'esd_config.c' || echo './'`esd_config.c
 gcc -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -MT libesd_la-esd_config.lo -MD -MP -MF .deps/libesd_la-esd_config.Tpo -c esd_config.c  -fPIC -DPIC -o .libs/libesd_la-esd_config.o
mv -f .deps/libesd_la-esd_config.Tpo .deps/libesd_la-esd_config.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT libesd_la-audio.lo -MD -MP -MF .deps/libesd_la-audio.Tpo -c -o libesd_la-audio.lo `test -f 'audio.c' || echo './'`audio.c
 gcc -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -MT libesd_la-audio.lo -MD -MP -MF .deps/libesd_la-audio.Tpo -c audio.c  -fPIC -DPIC -o .libs/libesd_la-audio.o
mv -f .deps/libesd_la-audio.Tpo .deps/libesd_la-audio.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT libesd_la-genrand.lo -MD -MP -MF .deps/libesd_la-genrand.Tpo -c -o libesd_la-genrand.lo `test -f 'genrand.c' || echo './'`genrand.c
 gcc -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -MT libesd_la-genrand.lo -MD -MP -MF .deps/libesd_la-genrand.Tpo -c genrand.c  -fPIC -DPIC -o .libs/libesd_la-genrand.o
mv -f .deps/libesd_la-genrand.Tpo .deps/libesd_la-genrand.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT libesd_la-util.lo -MD -MP -MF .deps/libesd_la-util.Tpo -c -o libesd_la-util.lo `test -f 'util.c' || echo './'`util.c
 gcc -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -MT libesd_la-util.lo -MD -MP -MF .deps/libesd_la-util.Tpo -c util.c  -fPIC -DPIC -o .libs/libesd_la-util.o
mv -f .deps/libesd_la-util.Tpo .deps/libesd_la-util.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -version-info 2:39:2 -no-undefined -Wl,-O1,--sort-common,--as-needed,-z,relro -o libesd.la -rpath /usr/lib libesd_la-esdlib.lo libesd_la-esdmgr.lo libesd_la-esdfile.lo libesd_la-esd_config.lo libesd_la-audio.lo libesd_la-genrand.lo libesd_la-util.lo -laudiofile   -laudiofile
gcc -shared  .libs/libesd_la-esdlib.o .libs/libesd_la-esdmgr.o .libs/libesd_la-esdfile.o .libs/libesd_la-esd_config.o .libs/libesd_la-audio.o .libs/libesd_la-genrand.o .libs/libesd_la-util.o  -laudiofile  -march=x86-64 -mtune=generic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,libesd.so.0 -o .libs/libesd.so.0.2.39
(cd .libs && rm -f libesd.so.0 && ln -s libesd.so.0.2.39 libesd.so.0)
(cd .libs && rm -f libesd.so && ln -s libesd.so.0.2.39 libesd.so)
creating libesd.la
(cd .libs && rm -f libesd.la && ln -s ../libesd.la libesd.la)
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT esddsp.lo -MD -MP -MF .deps/esddsp.Tpo -c -o esddsp.lo esddsp.c
 gcc -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\" -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -MT esddsp.lo -MD -MP -MF .deps/esddsp.Tpo -c esddsp.c  -fPIC -DPIC -o .libs/esddsp.o
esddsp.c: В функции «set_volume»:
esddsp.c:126:9: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
   write (mixfd, &vol, sizeof (vol));
         ^
esddsp.c: В функции «mmapemu_flush»:
esddsp.c:218:12: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
       write(sndfd, &mmapemu_obuffer[mmapemu_ocount.ptr], MMAPEMU_FRAGSIZE);
            ^
mv -f .deps/esddsp.Tpo .deps/esddsp.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -version-info 2:39:2 -Wl,-O1,--sort-common,--as-needed,-z,relro -o libesddsp.la -rpath /usr/lib esddsp.lo libesd.la -ldl -lm -laudiofile
gcc -shared  .libs/esddsp.o  -Wl,--rpath -Wl,/tmp/yaourt-tmp-improovizator/aur-esd-oss/src/esound-0.2.41/.libs ./.libs/libesd.so -ldl -lm -laudiofile  -march=x86-64 -mtune=generic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,libesddsp.so.0 -o .libs/libesddsp.so.0.2.39
(cd .libs && rm -f libesddsp.so.0 && ln -s libesddsp.so.0.2.39 libesddsp.so.0)
(cd .libs && rm -f libesddsp.so && ln -s libesddsp.so.0.2.39 libesddsp.so)
creating libesddsp.la
(cd .libs && rm -f libesddsp.la && ln -s ../libesddsp.la libesddsp.la)
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT esdcat.o -MD -MP -MF .deps/esdcat.Tpo -c -o esdcat.o esdcat.c
mv -f .deps/esdcat.Tpo .deps/esdcat.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall  -Wl,-O1,--sort-common,--as-needed,-z,relro -o esdcat esdcat.o libesd.la -laudiofile  -laudiofile
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/esdcat esdcat.o  ./.libs/libesd.so -laudiofile
creating esdcat
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT esdctl.o -MD -MP -MF .deps/esdctl.Tpo -c -o esdctl.o esdctl.c
esdctl.c: В функции «main»:
esdctl.c:62:27: предупреждение: variable «prefix» set but not used [-Wunused-but-set-variable]
     char *server = NULL, *prefix = "esound";
                           ^
mv -f .deps/esdctl.Tpo .deps/esdctl.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall  -Wl,-O1,--sort-common,--as-needed,-z,relro -o esdctl  esdctl.o libesd.la -laudiofile  -laudiofile
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/esdctl esdctl.o  ./.libs/libesd.so -laudiofile
creating esdctl
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT esdfilt.o -MD -MP -MF .deps/esdfilt.Tpo -c -o esdfilt.o esdfilt.c
esdfilt.c: В функции «main»:
esdfilt.c:106:7: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
  write( sock, buf, length );
       ^
mv -f .deps/esdfilt.Tpo .deps/esdfilt.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall  -Wl,-O1,--sort-common,--as-needed,-z,relro -o esdfilt esdfilt.o libesd.la -laudiofile  -laudiofile
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/esdfilt esdfilt.o  ./.libs/libesd.so -laudiofile
creating esdfilt
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT esdmon.o -MD -MP -MF .deps/esdmon.Tpo -c -o esdmon.o esdmon.c
mv -f .deps/esdmon.Tpo .deps/esdmon.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall  -Wl,-O1,--sort-common,--as-needed,-z,relro -o esdmon esdmon.o libesd.la -laudiofile  -laudiofile
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/esdmon esdmon.o  ./.libs/libesd.so -laudiofile
creating esdmon
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT esdrec.o -MD -MP -MF .deps/esdrec.Tpo -c -o esdrec.o esdrec.c
mv -f .deps/esdrec.Tpo .deps/esdrec.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall  -Wl,-O1,--sort-common,--as-needed,-z,relro -o esdrec esdrec.o libesd.la -laudiofile  -laudiofile
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/esdrec esdrec.o  ./.libs/libesd.so -laudiofile
creating esdrec
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT esdsample.o -MD -MP -MF .deps/esdsample.Tpo -c -o esdsample.o esdsample.c
mv -f .deps/esdsample.Tpo .deps/esdsample.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall  -Wl,-O1,--sort-common,--as-needed,-z,relro -o esdsample esdsample.o libesd.la -laudiofile  -laudiofile
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/esdsample esdsample.o  ./.libs/libesd.so -laudiofile
creating esdsample
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT esdloop.o -MD -MP -MF .deps/esdloop.Tpo -c -o esdloop.o esdloop.c
mv -f .deps/esdloop.Tpo .deps/esdloop.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall  -Wl,-O1,--sort-common,--as-needed,-z,relro -o esdloop esdloop.o libesd.la -laudiofile  -laudiofile
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/esdloop esdloop.o  ./.libs/libesd.so -laudiofile
creating esdloop
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT esdplay.o -MD -MP -MF .deps/esdplay.Tpo -c -o esdplay.o esdplay.c
mv -f .deps/esdplay.Tpo .deps/esdplay.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall  -Wl,-O1,--sort-common,--as-needed,-z,relro -o esdplay  esdplay.o libesd.la -laudiofile  -laudiofile
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/esdplay esdplay.o  ./.libs/libesd.so -laudiofile
creating esdplay
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT esd.o -MD -MP -MF .deps/esd.Tpo -c -o esd.o esd.c
esd.c: В функции «main»:
esd.c:636:9: предупреждение: variable «fd0» set but not used [-Wunused-but-set-variable]
     int fd0;
         ^
esd.c:838:11: предупреждение: ignoring return value of «chdir», declared with attribute warn_unused_result [-Wunused-result]
     chdir ("/");
           ^
esd.c:846:8: предупреждение: ignoring return value of «dup», declared with attribute warn_unused_result [-Wunused-result]
     dup(0);
        ^
esd.c:847:8: предупреждение: ignoring return value of «dup», declared with attribute warn_unused_result [-Wunused-result]
     dup(0);
        ^
esd.c:878:8: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
  write (esd_spawnfd, &c, 1);
        ^
esd.c:953:10: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
    write (esd_spawnfd, &c, 1);
          ^
esd.c:1011:8: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
  write (esd_spawnfd, &c, 1);
        ^
mv -f .deps/esd.Tpo .deps/esd.Po
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT clients.o -MD -MP -MF .deps/clients.Tpo -c -o clients.o clients.c
clients.c: В функции «get_new_clients»:
clients.c:151:11: предупреждение: variable «port» set but not used [-Wunused-but-set-variable]
     short port;
           ^
clients.c: В функции «esd_comm_loop»:
clients.c:399:7: предупреждение: variable «nbytes» set but not used [-Wunused-but-set-variable]
   int nbytes;
       ^
mv -f .deps/clients.Tpo .deps/clients.Po
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.c
mv -f .deps/filter.Tpo .deps/filter.Po
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT mix.o -MD -MP -MF .deps/mix.Tpo -c -o mix.o mix.c
mv -f .deps/mix.Tpo .deps/mix.Po
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT players.o -MD -MP -MF .deps/players.Tpo -c -o players.o players.c
players.c: В функции «new_stream_player»:
players.c:543:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     player->format = *(int*)(client->proto_data);
     ^
players.c:544:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     player->rate = *(int*)(client->proto_data + sizeof(int));
     ^
players.c:551:5: предупреждение: при передаче аргумента 2 «strncpy»: указуемые типы различаются знаковостью [-Wpointer-sign]
     strncpy( player->name, client->proto_data + 2 * sizeof(int), ESD_NAME_MAX );
     ^
In file included from /usr/include/features.h:364:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/include/stdint.h:9,
                 from /usr/include/audiofile.h:31,
                 from esd.h:3,
                 from esd-server.h:5,
                 from players.c:2:
/usr/include/bits/string3.h:117:1: замечание: expected «const char * __restrict__» but argument is of type «octet *»
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^
mv -f .deps/players.Tpo .deps/players.Po
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT proto.o -MD -MP -MF .deps/proto.Tpo -c -o proto.o proto.c
proto.c: В функции «esd_proto_lock»:
proto.c:224:24: предупреждение: variable «actual» set but not used [-Wunused-but-set-variable]
     int ok, client_ok, actual;
                        ^
proto.c: В функции «esd_proto_unlock»:
proto.c:244:24: предупреждение: variable «actual» set but not used [-Wunused-but-set-variable]
     int ok, client_ok, actual;
                        ^
proto.c: В функции «esd_proto_standby»:
proto.c:263:24: предупреждение: variable «actual» set but not used [-Wunused-but-set-variable]
     int ok, client_ok, actual;
                        ^
proto.c: В функции «esd_proto_resume»:
proto.c:281:24: предупреждение: variable «actual» set but not used [-Wunused-but-set-variable]
     int ok, client_ok, actual;
                        ^
proto.c: В функции «esd_proto_sample_cache»:
proto.c:427:9: предупреждение: variable «length» set but not used [-Wunused-but-set-variable]
     int length;
         ^
proto.c: В функции «esd_proto_sample_getid»:
proto.c:479:5: предупреждение: при передаче аргумента 2 «strncpy»: указуемые типы различаются знаковостью [-Wpointer-sign]
     strncpy( namebuf, client->proto_data, ESD_NAME_MAX );
     ^
In file included from /usr/include/features.h:364:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/include/stdint.h:9,
                 from /usr/include/audiofile.h:31,
                 from esd.h:3,
                 from esd-server.h:5,
                 from proto.c:2:
/usr/include/bits/string3.h:117:1: замечание: expected «const char * __restrict__» but argument is of type «octet *»
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^
proto.c:475:20: предупреждение: variable «length» set but not used [-Wunused-but-set-variable]
     int client_id, length;
                    ^
proto.c: В функции «esd_proto_sample_free»:
proto.c:509:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     client_id = *(int*)(client->proto_data);
     ^
proto.c: В функции «esd_proto_sample_play»:
proto.c:531:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     client_id = *(int*)(client->proto_data);
     ^
proto.c: В функции «esd_proto_sample_loop»:
proto.c:554:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     client_id = *(int*)(client->proto_data);
     ^
proto.c: В функции «esd_proto_sample_stop»:
proto.c:577:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     client_id = *(int*)(client->proto_data);
     ^
proto.c: В функции «esd_proto_stream_pan»:
proto.c:733:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     client_id = *(int*)(client->proto_data);
     ^
proto.c:734:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     client_left = *(int*)(client->proto_data + sizeof(int));
     ^
proto.c:735:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     client_right = *(int*)(client->proto_data + 2 * sizeof(int));
     ^
proto.c: В функции «esd_proto_sample_pan»:
proto.c:778:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     client_id = *(int*)(client->proto_data);
     ^
proto.c:779:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     client_left = *(int*)(client->proto_data + sizeof(int));
     ^
proto.c:780:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     client_right = *(int*)(client->proto_data + 2 * sizeof(int));
     ^
proto.c: В функции «esd_validate_source»:
proto.c:158:14: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
         write(client->fd, &ok, sizeof(ok));
              ^
proto.c:167:14: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
         write(client->fd, &ok, sizeof(ok));
              ^
proto.c:176:14: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
         write(client->fd, &ok, sizeof(ok));
              ^
proto.c:188:10: предупреждение: ignoring return value of «write», declared with attribute warn_unused_result [-Wunused-result]
     write(client->fd, &ok, sizeof(ok));
          ^
mv -f .deps/proto.Tpo .deps/proto.Po
gcc -DHAVE_CONFIG_H -I.  -DSYSCONFDIR=\"/etc\" -DSERVERDIR=\"/usr/bin\"  -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall -MT samples.o -MD -MP -MF .deps/samples.Tpo -c -o samples.o samples.c
samples.c: В функции «new_sample»:
samples.c:175:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     sample->format = *(int*)(client->proto_data);
     ^
samples.c:176:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     sample->rate = *(int*)(client->proto_data + sizeof(int));
     ^
samples.c:177:5: предупреждение: доступ по указателю с приведением типа нарушает правила перекрытия объектов в памяти [-Wstrict-aliasing]
     sample->sample_length = *(int*)(client->proto_data + 2 * sizeof(int));
     ^
samples.c:184:5: предупреждение: при передаче аргумента 2 «strncpy»: указуемые типы различаются знаковостью [-Wpointer-sign]
     strncpy( sample->name, client->proto_data + 3 * sizeof(int), ESD_NAME_MAX );
     ^
In file included from /usr/include/features.h:364:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/include/stdint.h:9,
                 from /usr/include/audiofile.h:31,
                 from esd.h:3,
                 from esd-server.h:5,
                 from samples.c:2:
/usr/include/bits/string3.h:117:1: замечание: expected «const char * __restrict__» but argument is of type «octet *»
 __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
 ^
samples.c:163:20: предупреждение: variable «actual» set but not used [-Wunused-but-set-variable]
     int client_id, actual;
                    ^
mv -f .deps/samples.Tpo .deps/samples.Po
/bin/sh ./libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4  -Wall  -Wl,-O1,--sort-common,--as-needed,-z,relro -o esd esd.o clients.o filter.o mix.o players.o proto.o samples.o  -lwrap libesd.la -laudiofile  -laudiofile
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o .libs/esd esd.o clients.o filter.o mix.o players.o proto.o samples.o  -lwrap ./.libs/libesd.so -laudiofile
/usr/bin/ld: esd.o: undefined reference to symbol '[email protected]@GLIBC_2.2.5'
/usr/lib/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:601: ошибка выполнения рецепта для цели «esd»
make[2]: *** [esd] Ошибка 1
make[2]: выход из каталога «/tmp/yaourt-tmp-improovizator/aur-esd-oss/src/esound-0.2.41»
Makefile:833: ошибка выполнения рецепта для цели «all-recursive»
make[1]: *** [all-recursive] Ошибка 1
make[1]: выход из каталога «/tmp/yaourt-tmp-improovizator/aur-esd-oss/src/esound-0.2.41»
Makefile:451: ошибка выполнения рецепта для цели «all»
make: *** [all] Ошибка 2
==> ОШИБКА: Произошел сбой в build().
    Преждевременный выход...
==> ERROR: Makepkg was unable to build esd-oss.
==> Restart building esd-oss ? [y/N]
==> --------------------------------
==>

Остальное курю по возможности, спасибо за ссылки.

tchgefest
А можно вопрос,вообще звука не было или пропал после обновления?
А если загрузить liveCD?Звук будет?
А вот что есть на форуме Sound

Звука с самого начала не было, только поставил систему. Я ставил Antergos, но ставил без DE, базу только. Если ставить их DE, то звук обычно бывает, а тут вот захотел Mate, может быть в нем причина.
На LiveCD (Gnome Shell) звук работает прекрасно. На всякий случай: Antergos полностью совместим с Arch Linux.
Всё меняется.
cat /proc/asound/modules
 0 snd_hda_intel
 1 snd_hda_intel
Почему это их два? По ссылке ничего не помогло.
Всё меняется.
tchgefest
Почитайте Тему может поможет.
И по поиску поищите,были похожие темы о приоритетах звуковых карт.
Ничего не помогло с той темы к сожалению.
Всё меняется.
redix
Сделал флешку с помощью susestudio imagewriter, загружается до момента: A start job is running for Zettabite File System (ZFS). На этом загрузка останавливается, только до бесконечности бегает красная звездочка. Ждал минут 15, никаких изменений.
Они, да и вики Arch'а рекомендуют использовать утилиту dd.
Всё меняется.
ned
alsactl init

Результат:
[[email protected] ~]$ alsactl init
Found hardware: "HDA-Intel" "ATI R6xx HDMI" "HDA:1002aa01,00aa0100,00100300" "0x144d" "0xc0da"
Hardware is initialized using a generic method
Всё меняется.
tchgefest
A alsamixer,что показывает?
Ну он вроде определил мою звуковую карту, звук включен. Хотя на главной почему-то выставлено HDMI, насколько это правильно я не знаю. И он определил два звуковых устройства что ли, непонятно. Вот что на главной:
Card: HDA ATI HDMI
Chip: ATI R6xx HDMI
Всё меняется.
Нет звука, ни в системе, ни в браузере.
Вот вывод некоторых команд:
[[email protected] ~]$ lsmod|grep 'snd'
snd_hda_codec_realtek    41295  1
snd_hda_codec_hdmi     30162  1
snd_hda_intel          37000  0
snd_hda_codec         150305  3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep               6340  1 snd_hda_codec
snd_pcm                77645  3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc          7242  2 snd_pcm,snd_hda_intel
snd_timer              18726  1 snd_pcm
snd                    59109  7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
soundcore               5450  1 snd

[[email protected] ~]$ ls -l /dev/snd/
итого 0
drwxr-xr-x  2 root root       80 янв 31 09:40 by-path
crw-rw----+ 1 root audio 116,  4 янв 31 09:40 controlC0
crw-rw----+ 1 root audio 116,  8 янв 31 09:40 controlC1
crw-rw----+ 1 root audio 116,  3 янв 31 09:40 hwC0D0
crw-rw----+ 1 root audio 116,  7 янв 31 09:40 hwC1D0
crw-rw----+ 1 root audio 116,  2 янв 31 09:40 pcmC0D3p
crw-rw----+ 1 root audio 116,  6 янв 31 09:40 pcmC1D0c
crw-rw----+ 1 root audio 116,  5 янв 31 09:40 pcmC1D0p
crw-rw----  1 root audio 116,  1 янв 31 09:40 seq
crw-rw----+ 1 root audio 116, 33 янв 31 09:40 timer

Пакеты alsa-lib, alsa-utils и alsa-oss установлены. Группа пакетов gstreamer0.10-plugins тоже.
Всё меняется.
Плохо плаваю в теме, но все таки осмелюсь написать. Как пишет User6260 на предыдущей странице, реально может быть привязка к MAC адресу. Может быть попробуете для начала настроить эту же сеть под другой машиной на Windows?

Если окажется, что есть привзяка, придется звонить провайдеру и подтверждать использование второй машины, но это только в том случае, если провайдер разрешает выходить в сеть с двух машин. Некоторые разрешают выходить только с одной. Такие дела.
Всё меняется.