LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-11-2014, 11:51 AM   #106
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled

Sorry, I edited my last post while you were trying my (probably useless in this case) suggestion, so please read the end of that post.
 
Old 08-11-2014, 12:00 PM   #107
amaro
Member
 
Registered: Jun 2014
Distribution: Slackware 14.1 on HP 6910p
Posts: 50

Rep: Reputation: 2
Quote:
Originally Posted by Didier Spaier View Post
So you chose to keep a possibly corrupt source file.
I did few retries already. Here is one from now
Code:
root@darkstar:~# sbopkg -k -i pavucontrol
Both a queuefile and a package were found with the name "pavucontrol".

Use (Q)ueuefile, (P)ackage, or (A)bort?: Q

###########################################
       New queue process started on:
       Mon Aug 11 19:55:03 EEST 2014
###########################################

+++++++++++++++++++++++++++++++++++++++++++
PRE-CHECK LOG
Using the SBo repository for Slackware 14.1
Queue Process:  Download, build, and install

libasyncns:
  Checking GPG for libasyncns.tar.gz ... OK
  Processing libasyncns 0.8-1
  Using original .info file
  Using original SlackBuild file
  No build options selected.

mm-common:
  Checking GPG for mm-common.tar.gz ... OK
  Processing mm-common 0.9.6-1
  Using original .info file
  Using original SlackBuild file
  No build options selected.

libsigc++:
  Checking GPG for libsigc++.tar.gz ... OK
  Processing libsigc++ 2.2.11-1
  Using original .info file
  Using original SlackBuild file
  No build options selected.

glibmm:
  Checking GPG for glibmm.tar.gz ... OK
  Processing glibmm 2.36.2-1
  Using original .info file
  Using original SlackBuild file
  No build options selected.

cairomm:
  Checking GPG for cairomm.tar.gz ... OK
  Processing cairomm 1.10.0-1
  Using original .info file
  Using original SlackBuild file
  No build options selected.

pangomm:
  Checking GPG for pangomm.tar.gz ... OK
  Processing pangomm 2.34.0-1
  Using original .info file
  Using original SlackBuild file
  No build options selected.

atkmm:
  Checking GPG for atkmm.tar.gz ... OK
  Processing atkmm 2.22.7-1
  Using original .info file
  Using original SlackBuild file
  No build options selected.

gtkmm3:
  Checking GPG for gtkmm3.tar.gz ... OK
  Processing gtkmm3 3.8.1-1
  Using original .info file
  Using original SlackBuild file
  No build options selected.

+++++++++++++++++++++++++++++++++++++++++++

Pre-check complete.

Do you wish to proceed based on the search results above? Packages not
found will be skipped during the process.

(P)roceed or (Q)uit?: P


Processing libasyncns

libasyncns:
Found libasyncns-0.8.tar.gz in /var/cache/sbopkg.
Checking MD5SUM:
  MD5SUM check for libasyncns-0.8.tar.gz ... FAILED!
    Expected: 1f553d6ce1ad255bc83b3d8e9384f515
    Found:    3300f1b02420f2e8fcddbfdd4b067265

Do you want to use the downloaded libasyncns source:
libasyncns-0.8.tar.gz in /var/cache/sbopkg?

You can choose among the following options:
 - (Y)es, keep the source and continue the build process;
 - (N)o, delete the source and abort the build process; or
 - (R)etry download and continue the build process.

(Y)es, (N)o, (R)etry?: R
    Downloading again.
--2014-08-11 19:55:11--  http://0pointer.de/lennart/projects/libasyncns/libasyncns-0.8.tar.gz
Resolving 0pointer.de (0pointer.de)... 85.214.72.216
Connecting to 0pointer.de (0pointer.de)|85.214.72.216|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 349240 (341K) [application/x-gzip]
Saving to: ‘libasyncns-0.8.tar.gz’

100%[======================================>] 349,240      276KB/s   in 1.2s   

2014-08-11 19:55:14 (276 KB/s) - ‘libasyncns-0.8.tar.gz’ saved [349240/349240]

Found libasyncns-0.8.tar.gz in /var/cache/sbopkg.
Checking MD5SUM:
  MD5SUM check for libasyncns-0.8.tar.gz ... FAILED!
    Expected: 1f553d6ce1ad255bc83b3d8e9384f515
    Found:    3300f1b02420f2e8fcddbfdd4b067265

Do you want to use the downloaded libasyncns source:
libasyncns-0.8.tar.gz in /var/cache/sbopkg?

You can choose among the following options:
 - (Y)es, keep the source and continue the build process;
 - (N)o, delete the source and abort the build process; or
 - (R)etry download and continue the build process.

(Y)es, (N)o, (R)etry?: N
    Source deleted.

libasyncns:
Would you like to continue processing the rest of the
queue or would you like to abort?  If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.

(Y)es to continue, (N)o to abort, (R)etry the build?: N

+++++++++++++++++++++++++++++++++++++++++++
SUMMARY LOG
Using the SBo repository for Slackware 14.1
Queue Process:  Download, build, and install

libasyncns:
  MD5SUM check for libasyncns-0.8.tar.gz ... FAILED!
    Expected: 1f553d6ce1ad255bc83b3d8e9384f515
    Found:    3300f1b02420f2e8fcddbfdd4b067265
    Downloading again.
  MD5SUM check for libasyncns-0.8.tar.gz ... FAILED!
    Expected: 1f553d6ce1ad255bc83b3d8e9384f515
    Found:    3300f1b02420f2e8fcddbfdd4b067265
    Source deleted.
  Error occurred with build.  Please check the log.

+++++++++++++++++++++++++++++++++++++++++++

###########################################
          Queue process complete!
###########################################
 
Old 08-11-2014, 12:14 PM   #108
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Then, get the source file directly and check yourself its md5sum:
Code:
wget http://0pointer.de/lennart/projects/libasyncns/libasyncns-0.8.tar.gz
md5sum libasyncns-0.8.tar.gz
 
Old 08-11-2014, 12:18 PM   #109
amaro
Member
 
Registered: Jun 2014
Distribution: Slackware 14.1 on HP 6910p
Posts: 50

Rep: Reputation: 2
Not much of a difference
Code:
root@darkstar:~# wget http://0pointer.de/lennart/projects/libasyncns/libasyncns-0.8.tar.gz
--2014-08-11 20:16:35--  http://0pointer.de/lennart/projects/libasyncns/libasyncns-0.8.tar.gz
Resolving 0pointer.de (0pointer.de)... 85.214.72.216
Connecting to 0pointer.de (0pointer.de)|85.214.72.216|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 349240 (341K) [application/x-gzip]
Saving to: ‘libasyncns-0.8.tar.gz’

100%[======================================>] 349,240      219KB/s   in 1.6s   

2014-08-11 20:16:39 (219 KB/s) - ‘libasyncns-0.8.tar.gz’ saved [349240/349240]

root@darkstar:~# md5sum libasyncns-0.8.tar.gz
3300f1b02420f2e8fcddbfdd4b067265  libasyncns-0.8.tar.gz
root@darkstar:~#
Previous time was
Code:
Checking MD5SUM:
  MD5SUM check for libasyncns-0.8.tar.gz ... FAILED!
    Expected: 1f553d6ce1ad255bc83b3d8e9384f515
    Found:    3300f1b02420f2e8fcddbfdd4b067265

Last edited by amaro; 08-11-2014 at 12:21 PM.
 
Old 08-11-2014, 12:25 PM   #110
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Here:
Code:
/tmp$ wget http://0pointer.de/lennart/projects/libasyncns/libasyncns-0.8.tar.gz
--2014-08-11 19:21:38--  http://0pointer.de/lennart/projects/libasyncns/libasyncns-0.8.tar.gz
Résolution de 0pointer.de (0pointer.de)... 85.214.72.216
Connexion vers 0pointer.de (0pointer.de)|85.214.72.216|:80...connecté.
requête HTTP transmise, en attente de la réponse...200 OK
Longueur: 341591 (334K) [application/x-gzip]
Sauvegarde en : «libasyncns-0.8.tar.gz»

100%[==================================>] 341 591      223KB/s   ds 1,5s   

2014-08-11 19:21:40 (223 KB/s) - «libasyncns-0.8.tar.gz» sauvegardé [341591/341591]

/tmp$ md5sum libasyncns-0.8.tar.gz 
1f553d6ce1ad255bc83b3d8e9384f515  libasyncns-0.8.tar.gz
/tmp$
Maybe you internet connection is not that good or something
 
Old 08-11-2014, 12:35 PM   #111
amaro
Member
 
Registered: Jun 2014
Distribution: Slackware 14.1 on HP 6910p
Posts: 50

Rep: Reputation: 2
Quote:
Originally Posted by Didier Spaier View Post
Maybe you internet connection is not that good or something
Now that is not good news! Did another try with the same result.
Thank you for your time and patience!
 
Old 08-11-2014, 01:20 PM   #112
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
here is a complete source build with scripts it will build for slackware 14.0 x86 or x86_64 multi_lib plus it will build the compat32 packages if your going to use skype in multi-lib
read the read me and the change log and the trouble shoot. this build is for
if your running a SLK-64 14.0 multi_lib you can compile everything in there even the compat.
the only way I could get pulse to use my webcam mic was to my /etc/pulse/default.pa
Quote:
load-module module-alsa-sink device=dmix
set-default-sink alsa_output.dmix
then set pulseaudio server as defalut in phonon. that is strange because it does not happen in root user. or in slackware64-14.1 multi-lib

This build source with scripts is from slackbuilds. But skype 4.3.0.37 recommends pulseaudio 5.0 so had to grab them builds from
14.1. download SLK-14.0-pulseaudio-i486-x86_64-Multi-lib build here hope it works out for you I been testing the build for 3 days now.
the scripts will talk you through building the compat32 build.

Last edited by Drakeo; 08-11-2014 at 01:21 PM.
 
Old 08-11-2014, 01:35 PM   #113
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
To coldbeer the reason for pulse audio doing this is
Quote:
E: [pulseaudio] module.c: Failed to load module "module-alsa-sink" (argument: "device=dmix"): initialization failed.
is because Slackware of the way it is made for other systems.
you need to restart the xserver inorder to do a really reset the pulseaudio. go to telinit 1 then back and it will reset.
been reading on this crappy program and I tell you it is not made for our init type of machine.
second it is already created a /tmp/pulse-file and in order to reset you need to go to telinit 1 and then back. it is not killing the old pid.
I have tried everything but that is the only way. pulseaudio man explains that you need to restart the xorg when this happens.
but our run levels are different. I think it may build on Slackware but the system is different from what it was developed for.

that said your input glad it works for you going to test it on my home system. going to try what you did and get back with you.

On the home machine
well for slackware 14.0 I need alsa-plugins inorder to do many other things.
so I am not sure but the only setting that gets my mic from my webcam is.
Quote:
load-module module-alsa-sink device=dmix
set-default-sink alsa_output.dmix
in slackware64-14.1 multi-lib I am able to use.
Quote:
load-module module-alsa-sink device=dmix
load-module module-alsa-source device=dsnoop

Last edited by Drakeo; 08-11-2014 at 02:27 PM. Reason: tried other methods from coldbeer
 
Old 08-11-2014, 09:25 PM   #114
amaro
Member
 
Registered: Jun 2014
Distribution: Slackware 14.1 on HP 6910p
Posts: 50

Rep: Reputation: 2
Quote:
Originally Posted by Didier Spaier View Post
Maybe you internet connection is not that good or something
Well, downloaded all the files from http://pkgs.fedoraproject.org/repo/pkgs/ and now the MD5SUM checks are OK but I get
Code:
./configure: Permission denied
on every file.
Code:
SUMMARY LOG
Using the SBo repository for Slackware 14.1
Queue Process:  Download, build, and install

libasyncns:
  MD5SUM check for libasyncns-0.8.tar.gz ... OK
  Error occurred with build.  Please check the log.

mm-common:
  MD5SUM check for mm-common-0.9.6.tar.xz ... OK
  Error occurred with build.  Please check the log.

libsigc++:
  MD5SUM check for libsigc++-2.2.11.tar.xz ... OK
  Error occurred with build.  Please check the log.

glibmm:
  MD5SUM check for glibmm-2.36.2.tar.xz ... OK
  Error occurred with build.  Please check the log.

cairomm:
  MD5SUM check for cairomm-1.10.0.tar.gz ... OK
  Error occurred with build.  Please check the log.

pangomm:
  MD5SUM check for pangomm-2.34.0.tar.xz ... OK
  Error occurred with build.  Please check the log.

atkmm:
  MD5SUM check for atkmm-2.22.7.tar.xz ... OK
  Error occurred with build.  Please check the log.

gtkmm3:
  MD5SUM check for gtkmm-3.8.1.tar.xz ... OK
  Error occurred with build.  Please check the log.
Log file included.
Attached Files
File Type: txt sbopkg-build-log.txt (225.1 KB, 13 views)
File Type: txt sbopkg-build-log2.txt (101.1 KB, 15 views)
 
Old 08-12-2014, 03:49 AM   #115
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Are you using an external disk or a vfat partition or something like that for /tmp or /tmp/SBo? is it mounted with 'noexec'?
 
Old 08-12-2014, 04:38 AM   #116
amaro
Member
 
Registered: Jun 2014
Distribution: Slackware 14.1 on HP 6910p
Posts: 50

Rep: Reputation: 2
Quote:
Originally Posted by 55020 View Post
Are you using an external disk or a vfat partition or something like that for /tmp or /tmp/SBo? is it mounted with 'noexec'?
Yes, /tmp was. Thank you! Removed the 'noexec' option and
Code:
SUMMARY LOG
Using the SBo repository for Slackware 14.1
Queue Process:  Download, build, and install

libasyncns:
  MD5SUM check for libasyncns-0.8.tar.gz ... OK
  Building package libasyncns-0.8-i486-1_SBo.tgz ... OK
  Installing package libasyncns-0.8-i486-1_SBo.tgz ... OK

mm-common:
  MD5SUM check for mm-common-0.9.6.tar.xz ... OK
  Building package mm-common-0.9.6-noarch-1_SBo.tgz ... OK
  Installing package mm-common-0.9.6-noarch-1_SBo.tgz ... OK

libsigc++:
  MD5SUM check for libsigc++-2.2.11.tar.xz ... OK
  Building package libsigc++-2.2.11-i486-1_SBo.tgz ... OK
  Installing package libsigc++-2.2.11-i486-1_SBo.tgz ... OK

glibmm:
  MD5SUM check for glibmm-2.36.2.tar.xz ... OK
  Building package glibmm-2.36.2-i486-1_SBo.tgz ... OK
  Installing package glibmm-2.36.2-i486-1_SBo.tgz ... OK

cairomm:
  MD5SUM check for cairomm-1.10.0.tar.gz ... OK
  Building package cairomm-1.10.0-i486-1_SBo.tgz ... OK
  Installing package cairomm-1.10.0-i486-1_SBo.tgz ... OK

pangomm:
  MD5SUM check for pangomm-2.34.0.tar.xz ... OK
  Building package pangomm-2.34.0-i486-1_SBo.tgz ... OK
  Installing package pangomm-2.34.0-i486-1_SBo.tgz ... OK

atkmm:
  MD5SUM check for atkmm-2.22.7.tar.xz ... OK
  Building package atkmm-2.22.7-i486-1_SBo.tgz ... OK
  Installing package atkmm-2.22.7-i486-1_SBo.tgz ... OK

gtkmm3:
  MD5SUM check for gtkmm-3.8.1.tar.xz ... OK
  Building package gtkmm3-3.8.1-i486-1_SBo.tgz ... OK
  Installing package gtkmm3-3.8.1-i486-1_SBo.tgz ... OK
For a few seconds I was happy and then again this
Code:
bash-4.2# pavucontrol

(pavucontrol:20455): Gtk-WARNING **: Theme parsing error: gtk.css:67:18: Not using units is deprecated. Assuming 'px'.

(pavucontrol:20455): Gtk-WARNING **: Theme parsing error: gtk.css:67:20: Not using units is deprecated. Assuming 'px'.

(pavucontrol:20455): Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed
I uploaded shot also for this message.

Anyways, that was another successful step! Thank you very much!

P.S. Added the fstab just in case.
Attached Thumbnails
Click image for larger version

Name:	08122014.png
Views:	33
Size:	16.4 KB
ID:	16111  
Attached Files
File Type: txt fstab.txt (702 Bytes, 9 views)
 
Old 08-12-2014, 05:37 AM   #117
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
You know for my build I use gtkmm and gtk3mm and libglademm I noticed this during my first builds all the dependencies for gtkmm YES I know the slackbuilds for pavucontrol does not call for it. but when I built it on a fresh fresh install it yelled for it.
I repeat on a fresh install of slackware64-14.1 and slackware-14.1 to build pavucontrol for me it called for libglademm and you will see the dependencies for libglademm is gtkmm.

here is a build that you can build x86, x86_64 and the multi-lib download it here.

Last edited by Drakeo; 08-12-2014 at 05:39 AM.
 
Old 08-12-2014, 06:08 AM   #118
amaro
Member
 
Registered: Jun 2014
Distribution: Slackware 14.1 on HP 6910p
Posts: 50

Rep: Reputation: 2
Quote:
Originally Posted by Drakeo View Post
here is a build that you can build x86, x86_64 and the multi-lib download it here.
Drakeo, I really appreciate your suggestion but am not sure I could handle it - sounds a bit higher for my level of competence. If I were more advanced I wouldn't hesitate.
Thank you for being so willing to help!
 
Old 08-12-2014, 06:25 AM   #119
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Amaro, you should use pavucontrol as a regular user, not as root.

When I run it as "didier", no issue. If I type "su" first, I encounter the problem that you report.

And in case you wonder, of course you should run Skype as a regular user too.

Last edited by Didier Spaier; 08-12-2014 at 06:37 AM.
 
1 members found this post helpful.
Old 08-12-2014, 08:05 AM   #120
amaro
Member
 
Registered: Jun 2014
Distribution: Slackware 14.1 on HP 6910p
Posts: 50

Rep: Reputation: 2
I created new user and there are new horizons there - no sound at all. Uploaded screenshots. I have gst-plugins-base, good, bad and ugly.
Attached Thumbnails
Click image for larger version

Name:	S08122014.png
Views:	20
Size:	16.7 KB
ID:	16115   Click image for larger version

Name:	S08122015.png
Views:	24
Size:	11.4 KB
ID:	16116  
 
  


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:31 AM.

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