LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-20-2014, 11:45 AM   #241
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,308

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368

Hi, moesasji, same results here, saved sound file plays fine, piping to aplay echoes.
 
Old 09-20-2014, 12:43 PM   #242
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by fsLeg View Post
I was just sent what seems to be a solution to our PA-related problems. This is a PulseAudio emulator: https://github.com/i-rinat/apulse. I haven't tested it yet. Can anyone?

UPDATE. Just tested it. The sound seems to be working with no issues.
I confirm that. The PulseAudio Emulator works like a charm in all my x86(_64) systems.

I feel that the OP can mark this thread as [SOLVED], now...

Last edited by Darth Vader; 09-20-2014 at 12:45 PM.
 
Old 09-20-2014, 02:50 PM   #243
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,308

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Darth Vader, x86(_64) systems? no multilib? I don't have multilib.

README.md said "If you want 32-bit binaries on 64-bit machine, use:
$ CFLAGS=-m32 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .."

CMakeError.log said:
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/libgcc.a when searching for -lgcc
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: cannot find -lgcc
 
Old 09-20-2014, 02:58 PM   #244
fsLeg
Member
 
Registered: Dec 2013
Location: Russia, Moscow
Distribution: Slackware, EndeavourOS
Posts: 89

Rep: Reputation: Disabled
Quote:
Originally Posted by glorsplitz View Post
Darth Vader, x86(_64) systems? no multilib? I don't have multilib.
Yes, you need multilib to build 32bit binaries. Besides, you can't run Skype without multilib. Even Zerouno's package provides local multilib for Skype.

Someone may try Zerouno's approach and make a package with apulse instead of PulseAudio.
 
Old 09-21-2014, 05:33 PM   #245
mlpa
Member
 
Registered: May 2008
Location: Aveiro
Distribution: Slackware
Posts: 542

Original Poster
Rep: Reputation: 50
The skype package from slacky.eu solve my problem.
It has a minimal minimal setup of pulse audio.

Quote:
Originally Posted by solarfields View Post
can you paste a screenshot of Skype before/after Adwaita? I am just curious...
Tomorrow I will publish a picture of skype, with and without adwaita.
 
Old 09-21-2014, 07:55 PM   #246
psionl0
Member
 
Registered: Jan 2011
Distribution: slackware_64 14.1
Posts: 722
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Quote:
Originally Posted by fsLeg View Post
Someone may try Zerouno's approach and make a package with apulse instead of PulseAudio.
Slackbuilds has apulse on its approved list. (Commit ID 80b8a55af).
 
Old 09-22-2014, 04:42 AM   #247
tano70
LQ Newbie
 
Registered: Oct 2013
Posts: 26

Rep: Reputation: Disabled
Quote:
Originally Posted by glorsplitz View Post
Darth Vader, x86(_64) systems? no multilib? I don't have multilib.

README.md said "If you want 32-bit binaries on 64-bit machine, use:
$ CFLAGS=-m32 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .."

CMakeError.log said:
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-slackware-linux/4.8.2/libgcc.a when searching for -lgcc
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../x86_64-slackware-linux/bin/ld: cannot find -lgcc
i have some problems in my archlinux 64 bit (with multilib active). this apulse emulator not work!! this is result of compilation with this variable set in PKGBUILD:
Code:
build() {
   cd "$srcdir/${pkgname%-git}"
   CFLAGS=-m32 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
   make
}
Code:
tano70@archlinux apulse-git]$ makepkg -s
==> Creazione del pacchetto: apulse-git 0.11_1f1c4fb-2 (lun 22 set 2014, 10.21.58, CEST)
==> Controllo delle dipendenze durante l'avvio in corso...
==> Controllo delle dipendenze durante la compilazione in corso...
==> Download dei sorgenti in corso...
  -> Clonazione del repository apulse git in corso...
Clone nel repository spoglio '/home/tano70/Scaricati/apulse-git/apulse'...
remote: Counting objects: 119, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 119 (delta 0), reused 0 (delta 0)
Ricezione degli oggetti: 100% (119/119), 133.10 KiB | 0 bytes/s, done.
Risoluzione dei delta: 100% (46/46), done.
Checking connectivity... fatto.
==> Validazione dei sorgenti con md5sums in corso...
    apulse ... Ignorato
==> Estrazione dei sorgenti in corso...
  -> Creazione di una copia di lavoro del repository apulse git in corso...
Cloning into 'apulse'...
fatto.
==> Avvio di pkgver() in corso...
==> Versione aggiornata: apulse-git 0.15_1a74ba1-1
==> Avvio di build() in corso...
-- The C compiler identification is GNU 4.9.1
-- The CXX compiler identification is GNU 4.9.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- broken
CMake Error at /usr/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61 (message):
  The C compiler "/usr/bin/cc" is not able to compile a simple test program.

  It fails with the following output:

   Change Dir: /home/tano70/Scaricati/apulse-git/src/apulse/CMakeFiles/CMakeTmp

  

  Run Build Command:"/usr/bin/make" "cmTryCompileExec3995711278/fast"

  /usr/bin/make -f CMakeFiles/cmTryCompileExec3995711278.dir/build.make
  CMakeFiles/cmTryCompileExec3995711278.dir/build

  make[1]: ingresso nella directory
  "/home/tano70/Scaricati/apulse-git/src/apulse/CMakeFiles/CMakeTmp"

  /usr/bin/cmake -E cmake_progress_report
  /home/tano70/Scaricati/apulse-git/src/apulse/CMakeFiles/CMakeTmp/CMakeFiles
  1

  Building C object
  CMakeFiles/cmTryCompileExec3995711278.dir/testCCompiler.c.o

  /usr/bin/cc -m32 -o
  CMakeFiles/cmTryCompileExec3995711278.dir/testCCompiler.c.o -c
  /home/tano70/Scaricati/apulse-git/src/apulse/CMakeFiles/CMakeTmp/testCCompiler.c


  Linking C executable cmTryCompileExec3995711278

  /usr/bin/cmake -E cmake_link_script
  CMakeFiles/cmTryCompileExec3995711278.dir/link.txt --verbose=1

  /usr/bin/cc -m32 -Wl,-O1,--sort-common,--as-needed,-z,relro
  CMakeFiles/cmTryCompileExec3995711278.dir/testCCompiler.c.o -o
  cmTryCompileExec3995711278 -rdynamic

  /usr/bin/ld: saltato /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/libgcc.a
  incompatibile durante la ricerca di -lgcc

  /usr/bin/ld: impossibile trovare -lgcc

  /usr/bin/ld: saltato
  /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib/libgcc_s.so
  incompatibile durante la ricerca di -lgcc_s

  /usr/bin/ld: saltato /lib/../lib/libgcc_s.so incompatibile durante la
  ricerca di -lgcc_s

  /usr/bin/ld: saltato /usr/lib/../lib/libgcc_s.so incompatibile durante la
  ricerca di -lgcc_s

  /usr/bin/ld: saltato
  /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../libgcc_s.so
  incompatibile durante la ricerca di -lgcc_s

  /usr/bin/ld: saltato /usr/lib/libgcc_s.so incompatibile durante la ricerca
  di -lgcc_s

  /usr/bin/ld: impossibile trovare -lgcc_s

  /usr/bin/ld: saltato
  /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib/libc.so
  incompatibile durante la ricerca di -lc

  /usr/bin/ld: saltato
  /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib/libc.a
  incompatibile durante la ricerca di -lc

  /usr/bin/ld: saltato /lib/../lib/libc.so incompatibile durante la ricerca
  di -lc

  /usr/bin/ld: saltato /lib/../lib/libc.a incompatibile durante la ricerca di
  -lc

  /usr/bin/ld: saltato /usr/lib/../lib/libc.so incompatibile durante la
  ricerca di -lc

  /usr/bin/ld: saltato /usr/lib/../lib/libc.a incompatibile durante la
  ricerca di -lc

  /usr/bin/ld: saltato
  /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../libc.so incompatibile
  durante la ricerca di -lc

  /usr/bin/ld: saltato
  /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../libc.a incompatibile
  durante la ricerca di -lc

  /usr/bin/ld: saltato /usr/lib/libc.so incompatibile durante la ricerca di
  -lc

  /usr/bin/ld: saltato /usr/lib/libc.a incompatibile durante la ricerca di
  -lc

  /usr/bin/ld: impossibile trovare -lc

  /usr/bin/ld: saltato /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/libgcc.a
  incompatibile durante la ricerca di -lgcc

  /usr/bin/ld: impossibile trovare -lgcc

  /usr/bin/ld: saltato
  /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../../lib/libgcc_s.so
  incompatibile durante la ricerca di -lgcc_s

  /usr/bin/ld: saltato /lib/../lib/libgcc_s.so incompatibile durante la
  ricerca di -lgcc_s

  /usr/bin/ld: saltato /usr/lib/../lib/libgcc_s.so incompatibile durante la
  ricerca di -lgcc_s

  /usr/bin/ld: saltato
  /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.1/../../../libgcc_s.so
  incompatibile durante la ricerca di -lgcc_s

  /usr/bin/ld: saltato /usr/lib/libgcc_s.so incompatibile durante la ricerca
  di -lgcc_s

  /usr/bin/ld: impossibile trovare -lgcc_s

  collect2: error: ld returned 1 exit status

  CMakeFiles/cmTryCompileExec3995711278.dir/build.make:88: set di istruzioni
  per l'obiettivo "cmTryCompileExec3995711278" non riuscito

  make[1]: *** [cmTryCompileExec3995711278] Errore 1

  make[1]: uscita dalla directory
  "/home/tano70/Scaricati/apulse-git/src/apulse/CMakeFiles/CMakeTmp"

  Makefile:118: set di istruzioni per l'obiettivo
  "cmTryCompileExec3995711278/fast" non riuscito

  make: *** [cmTryCompileExec3995711278/fast] Errore 2

  

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:1 (project)


-- Configuring incomplete, errors occurred!
See also "/home/tano70/Scaricati/apulse-git/src/apulse/CMakeFiles/CMakeOutput.log".
See also "/home/tano70/Scaricati/apulse-git/src/apulse/CMakeFiles/CMakeError.log".
==> ERRORE: Si è verificato un errore in build().
    L'operazione sta per essere interrotta..

Last edited by tano70; 09-22-2014 at 04:46 AM.
 
Old 09-22-2014, 05:18 AM   #248
fsLeg
Member
 
Registered: Dec 2013
Location: Russia, Moscow
Distribution: Slackware, EndeavourOS
Posts: 89

Rep: Reputation: Disabled
tano70, it looks like your multilib setup is only partial: you can run 32bit binaries (multilib glibc), but you can't create them (pure 64bit gcc). The latter is what the compiler angry about.
 
Old 09-22-2014, 05:28 AM   #249
tano70
LQ Newbie
 
Registered: Oct 2013
Posts: 26

Rep: Reputation: Disabled
Quote:
Originally Posted by fsLeg View Post
tano70, it looks like your multilib setup is only partial: you can run 32bit binaries (multilib glibc), but you can't create them (pure 64bit gcc). The latter is what the compiler angry about.
so how can I solve and have skype with audio working in my archlinux?
 
Old 09-22-2014, 05:35 AM   #250
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by tano70 View Post
so how can I solve and have skype with audio working in my archlinux?
Probably, asking that in a Arch Linux dedicated forum, will give you much better hints?
 
Old 09-22-2014, 06:02 AM   #251
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
http://files.z01.eu/skype/

added skype_static for 14.1 stable x86_64; it is the old skype_static with apulse added.

please test it and give me feedback.
 
1 members found this post helpful.
Old 09-22-2014, 10:37 AM   #252
rouvas
Member
 
Registered: Aug 2006
Location: Greece
Distribution: Slackware.12.2
Posts: 104
Blog Entries: 3

Rep: Reputation: 21
Sorry to spoil the party, but https://github.com/i-rinat/apulse (aka PulseAudio Emulator) does not make Skype.4.3 dance in my 32bit Slackware.14.0 system.

I can login, skype briefly displays a window trying to update my contact list and then aborts with no message (that I am aware of). Any ideas?
 
Old 09-23-2014, 02:20 AM   #253
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Rep: Reputation: 104Reputation: 104
Quote:
Originally Posted by rouvas View Post
Sorry to spoil the party, but https://github.com/i-rinat/apulse (aka PulseAudio Emulator) does not make Skype.4.3 dance in my 32bit Slackware.14.0 system.

I can login, skype briefly displays a window trying to update my contact list and then aborts with no message (that I am aware of). Any ideas?
Skype seems to work fine for me using apulse on a multilib 14.1 system. Unfortunately the information you provide gives very little to go on, although it looks like a missing library. Do you see anything appearing on the terminal if you type "apulse skype"?

ps) I see you work on a 14.0 system. Did you build apulse from source?
 
Old 09-23-2014, 05:33 AM   #254
Nh3xus
Member
 
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211

Rep: Reputation: 57
I'm kinda late to the party.

Are Slackware 14.1 32 bits users left out regarding Skype + apulse ?
 
Old 09-23-2014, 11:28 AM   #255
fsLeg
Member
 
Registered: Dec 2013
Location: Russia, Moscow
Distribution: Slackware, EndeavourOS
Posts: 89

Rep: Reputation: Disabled
Quote:
Originally Posted by Nh3xus View Post
Are Slackware 14.1 32 bits users left out regarding Skype + apulse ?
Why did you think that? You just compile apulse, install Skype as usual and then start it with
Code:
apulse skype
 
  


Reply

Tags
pulse audio, skype, skype slackware



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Interruptions during Skype to Skype audio calls glupa4e Slackware 6 05-22-2013 02:46 PM
skype: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by skype Xeratul Debian 6 11-24-2012 02:12 AM
latest skype Skype 2.2.0.25 and Slackware --current anti_user Slackware 10 04-07-2011 02:22 PM
qt4-x11 >= 4.2 is needed by skype-2.1.0.47-fc10.i586 (From Installation of SKYPE)RHEL miaomiaoga Linux - Software 8 08-28-2010 07:15 AM
noise in skype to skype calls in skype v2.1 beta for fedora mq15 Linux - Software 0 01-20-2010 12:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration