LinuxQuestions.org
Review your favorite Linux distribution.
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 06-05-2010, 11:11 AM   #16
RajahBrooke
Member
 
Registered: Jun 2010
Location: Warwickshire, England, UK
Distribution: Slackware 13.1
Posts: 45

Original Poster
Rep: Reputation: 22

OK, back from my exam. Took a look at what you pointed out (re not having all the gcc and glibc packages) and have rectified the problem. I realise now what I did - I downloaded all the packages, but there were already packages in the directory I put them in (vlc, and a couple of others). In trying to remove the already existing packages, I managed to accidentally delete a few of the packages I actually needed - schoolboy error; rather embarrassed now.

Have since also made sure all the compat32 packages were in working order and have reattempted to install skype using sbopkg. It now runs - though it crashes unexpectedly with the following message:

Code:
ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL hdmi
output of "ldd /usr/bin/skype"
Code:
linux-gate.so.1 =>  (0xffffe000)
        libasound.so.2 => /usr/lib/libasound.so.2 (0xf769d000)
        libXv.so.1 => /usr/lib/libXv.so.1 (0xf7698000)
        libXss.so.1 => /usr/lib/libXss.so.1 (0xf7695000)
        librt.so.1 => /lib/librt.so.1 (0xf768c000)
        libQtDBus.so.4 => /usr/lib/libQtDBus.so.4 (0xf7612000)
        libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0xf6b81000)
        libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0xf6a5b000)
        libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xf67d9000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xf67c0000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf66d0000)
        libm.so.6 => /lib/libm.so.6 (0xf66a9000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xf668c000)
        libc.so.6 => /lib/libc.so.6 (0xf6529000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xf640e000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xf6400000)
        libdl.so.2 => /lib/libdl.so.2 (0xf63fc000)
        /lib/ld-linux.so.2 (0xf7763000)
        libQtXml.so.4 => /usr/lib/qt/lib/libQtXml.so.4 (0xf63b8000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xf63b4000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xf62e4000)
        libpng14.so.14 => /usr/lib/libpng14.so.14 (0xf62be000)
        libz.so.1 => /usr/lib/libz.so.1 (0xf62aa000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xf6233000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xf61f9000)
        libEGL.so.1 => /usr/lib/libEGL.so.1 (0xf61ec000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0xf61e4000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0xf61cd000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0xf61c4000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xf6195000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0xf617d000)
        libuuid.so.1 => /lib/libuuid.so.1 (0xf6179000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0xf6159000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xf6155000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xf6150000)
output of "zgrep IA32 /proc/config.gz"

Code:
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
output of "ls -1 /var/log/packages/*"
here

Last edited by RajahBrooke; 06-05-2010 at 11:18 AM. Reason: just tidying up
 
Old 06-05-2010, 11:22 AM   #17
RajahBrooke
Member
 
Registered: Jun 2010
Location: Warwickshire, England, UK
Distribution: Slackware 13.1
Posts: 45

Original Poster
Rep: Reputation: 22
BTW, sorry for double-posting, but I wanted to ask if this now counts as solved. The original problem appears to have been solved. Should I start a new thread if I want help with the skype problem (assuming I can't find a solution with a bit of googling :P)?
 
Old 06-05-2010, 11:36 AM   #18
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
you might, but I would check if skype is seeing the sound card you're using, because it looks like it's trying to use the hdmi output of your video card and not the internal sound chipset.

check which sound card is configured with alsaconf.

following what I read, the problem should be also that your sound card doesn't support hardware mixing and you are launching skype while some other app is using the sound card.

(but I'm not much into alsa, so I think I'll pass).

and yes, google about it before opening a new thread

Last edited by ponce; 06-05-2010 at 11:43 AM.
 
Old 06-05-2010, 11:41 AM   #19
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by RajahBrooke View Post
OK, back from my exam. Took a look at what you pointed out (re not having all the gcc and glibc packages) and have rectified the problem. I realise now what I did - I downloaded all the packages, but there were already packages in the directory I put them in (vlc, and a couple of others). In trying to remove the already existing packages, I managed to accidentally delete a few of the packages I actually needed - schoolboy error; rather embarrassed now.

Have since also made sure all the compat32 packages were in working order and have reattempted to install skype using sbopkg. It now runs - though it crashes unexpectedly with the following message:
Quote:
Originally Posted by RajahBrooke View Post
@ Daedra and SqdnGuns: I know the instructions are supposed to be easy to follow, and I read every post on the internet mentioning AlienBOB's instructions, as well as re-reading his instructions endlessly. So, though I am very happy that it works for you - it clearly hasn't for me.

I want to give useful information so I can get this sorted and get out of everyone's hair - please, tell me how I can be more helpful.
OK, you obviously did not follow Aliens instructions exactly......

I'd mark this thread as solved and create a new thread for your Skype issue.
 
Old 06-05-2010, 12:02 PM   #20
RajahBrooke
Member
 
Registered: Jun 2010
Location: Warwickshire, England, UK
Distribution: Slackware 13.1
Posts: 45

Original Poster
Rep: Reputation: 22
Yeah, I was confused by the fact that all the links to the gcc and glibc packages had clearly been followed (they were purple instead of the usual blue) meaning I had downloaded them all - but thanks to my hamfistedness, I managed to delete a bunch of rather important packages :P I suppose it's one of those things - you sometimes need an extra pair of eyes to see the bleeding obvious! OK, marking this as solved, and will look into the alsaconf issue and try not to post a new thread until I'm sure I can't figure it out on my own. Cheers everyone.
 
  


Reply



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
[SOLVED] Transcode will not compile in Slackware64-13.0, Multilib TSquaredF Slackware 9 04-07-2010 10:39 PM
slackware64 multilib pros and cons? Pluribootent Slackware 6 03-18-2010 09:11 AM
Slackware64 current multilib, do the 32 bit packages need to be updated as well? damgar Slackware 11 02-01-2010 11:08 AM
Hardware accelerated 32-bit games with multilib slackware64 sunman Slackware 4 09-05-2009 08:14 PM
slackware64 + multilib or simply install 32-bit? [GOD]Anck Slackware 1 08-31-2009 03:51 AM

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

All times are GMT -5. The time now is 05:46 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