<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>5688</bug_id>
          
          <creation_ts>2004-12-12 17:26:30 +0300</creation_ts>
          <short_desc>Практически не работает с alsa драйверами с включеной OSS-эмуляцией</short_desc>
          <delta_ts>2005-11-03 16:45:36 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>audacity</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Roman Savochenko">rom_as</reporter>
          <assigned_to name="Andrei Astafiev">andrei</assigned_to>
          <cc>aris</cc>
    
    <cc>iv</cc>
    
    <cc>mike</cc>
    
    <cc>mikhailnov</cc>
    
    <cc>rider</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>20377</commentid>
    <comment_count>0</comment_count>
    <who name="Roman Savochenko">rom_as</who>
    <bug_when>2004-12-12 17:26:31 +0300</bug_when>
    <thetext>Имеется 3 машины с звуком на alsa: 
- emu10k1; 
- via82xx; 
- nForce3; 
На всех конфигурация выполнялась с помощью alsaconf который эмуляцию oss 
настраивает. 
Везде XMMS работает серез драйвер OSS. 
Везде воспроизведение в audacity работает. 
Но нигде не работает запись что выявляется: 
- отсутствием списка входов в комбобоксе; 
- руганью при попытке записать типа: 
&quot;Произошла ошибка при открытии звукового устройства. Прверьте настройки 
устройства и частоту дискретизации.&quot; 
 
Пытался собрать версию из Сизифа с PortAudio v19. Не собирается! 
Сообщает следующее: 
//=============================================================== 
configure: warning: CFLAGS=-pipe -Wall -O2 -march=i586 -mcpu=i686: 
invalid host type 
configure: warning: CXXFLAGS=-pipe -Wall -O2 -march=i586 -mcpu=i686: 
invalid host type 
configure: error: can only configure for one host and one target at a time 
configure: error: /bin/sh &apos;./configure&apos; failed for lib-src/portaudio-v19 
ошибка: Неверный код возврата из /home/roman/tmp/rpm-tmp.7771 (%build) 
//===============================================================</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20382</commentid>
    <comment_count>1</comment_count>
    <who name="Andrey Rahmatullin">wrar</who>
    <bug_when>2004-12-12 18:15:38 +0300</bug_when>
    <thetext>&gt; configure: warning: CFLAGS=-pipe -Wall -O2 -march=i586 -mcpu=i686: 
&gt; invalid host type 

autoreconf -fisv перед configure</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20389</commentid>
    <comment_count>2</comment_count>
    <who name="Roman Savochenko">rom_as</who>
    <bug_when>2004-12-13 11:06:19 +0300</bug_when>
    <thetext>Поменял spec: 
//========================================== 
%build 
%define __autoconf autoconf_2.5 
%__autoconf 
/usr/bin/autoreconf -fisv 
%configure --with-help \ 
        --with-ladspa=yes \ 
        --with-libflac=system \ 
        --with-libresample=yes \ 
        --with-libmad=system \ 
        --with-vorbis=system \ 
        --with-id3tag=system \ 
        --with-libsndfile=system \ 
        --with-portaudio=v19 
//========================================== 
По команде: rpm --ba --target i586 audacity.spec 
Выдаёт: 
//========================================== 
configure: configuring in lib-src/portaudio-v19 
configure: running /bin/sh &apos;./configure&apos; --prefix=/usr  
&apos;--build=i586-alt-linux&apos; &apos;--host=i586-alt-linux&apos; &apos;--prefix=/usr&apos; 
&apos;--exec-prefix=/usr&apos; &apos;--bindir=/usr/bin&apos; &apos;--sbindir=/usr/sbin&apos; 
&apos;--sysconfdir=/etc&apos; &apos;--datadir=/usr/share&apos; &apos;--includedir=/usr/include&apos; 
&apos;--libdir=/usr/lib&apos; &apos;--libexecdir=/usr/lib&apos; &apos;--localstatedir=/var/lib&apos; 
&apos;--sharedstatedir=/usr/com&apos; &apos;--mandir=/usr/share/man&apos; 
&apos;--infodir=/usr/share/info&apos; &apos;--without-included-gettext&apos; &apos;--with-help&apos; 
&apos;--with-ladspa=yes&apos; &apos;--with-libflac=system&apos; &apos;--with-libresample=yes&apos; 
&apos;--with-libmad=system&apos; &apos;--with-vorbis=system&apos; &apos;--with-id3tag=system&apos; 
&apos;--with-libsndfile=system&apos; &apos;--with-portaudio=v19&apos; &apos;CFLAGS=-pipe -Wall -O2 
-march=i586 -mcpu=i686&apos; &apos;CXXFLAGS=-pipe -Wall -O2 -march=i586 -mcpu=i686&apos; 
&apos;build_alias=i586-alt-linux&apos; &apos;host_alias=i586-alt-linux&apos; 
--cache-file=/dev/null --srcdir=. 
configure: warning: CFLAGS=-pipe -Wall -O2 -march=i586 -mcpu=i686: invalid 
host type 
configure: warning: CXXFLAGS=-pipe -Wall -O2 -march=i586 -mcpu=i686: invalid 
host type 
configure: error: can only configure for one host and one target at a time 
configure: error: /bin/sh &apos;./configure&apos; failed for lib-src/portaudio-v19 
ошибка: Неверный код возврата из /home/roman/tmp/rpm-tmp.21641 (%build) 
//========================================== </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32807</commentid>
    <comment_count>3</comment_count>
    <who name="Roman Savochenko">rom_as</who>
    <bug_when>2005-11-03 16:45:36 +0300</bug_when>
    <thetext>Нашел.
Такая проблема наблюдается с запущеным Gkrellm и активным его модулем Sound Scope.
Вобщем, вместе они работать немогут!</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>