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 03-18-2011, 07:41 PM   #1
nova49
Member
 
Registered: Nov 2010
Distribution: Slackware
Posts: 74

Rep: Reputation: 0
alsa 1.0.24 utils issue


http://tldp.org/HOWTO/Alsa-sound-4.html
This is the guide I am using.

I am trying to update alsa from version 1.0.21 to 1.0.24 and am having some issues. While trying to build the alsa until I get an error. I've been googling around and so far have found nothing. I was getting more errors earlier but that was solved by installing xmlto.

Code:
root@Jacob:/home/ethan/Downloads/alsa-utils-1.0.24.2# make
Making all in include
make[1]: Entering directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/include'
make  all-am
make[2]: Entering directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/include'
make[2]: Leaving directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/include'
make[1]: Leaving directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/include'
Making all in alsactl
make[1]: Entering directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/alsactl'
Making all in init
make[2]: Entering directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/alsactl/init'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/alsactl/init'
make[2]: Entering directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/alsactl'
xmlto man alsactl_init.xml
/usr/bin/xmlto: line 334:  4086 Segmentation fault      xmllint --xinclude --postvalid "$INPUT_FILE" > /dev/null 2> "${VALIDATION}"
xmlto: input does not validate (status 139)
make[2]: *** [alsactl_init.7] Error 139
make[2]: Leaving directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/alsactl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/alsactl'
make: *** [all-recursive] Error 1
 
Old 03-18-2011, 07:55 PM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
what version of Slackware do you use?
Why don't you use Slackware's SlackBuild script to build your Alsa-utils?

Also i found this thread on Arch Forum: https://bbs.archlinux.org/viewtopic.php?pid=889342
 
Old 03-18-2011, 08:04 PM   #3
nova49
Member
 
Registered: Nov 2010
Distribution: Slackware
Posts: 74

Original Poster
Rep: Reputation: 0
Using slackware -current

I'll try the slackbuilds and see what happens
 
Old 03-18-2011, 08:08 PM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Slackware-Current already has alsa-utils-1.0.24
 
Old 03-18-2011, 09:05 PM   #5
nova49
Member
 
Registered: Nov 2010
Distribution: Slackware
Posts: 74

Original Poster
Rep: Reputation: 0
when I checked /proc/asound/version it said 1.0.21

Do I have to do something special to upgrade alsa while syncing with -current

Last edited by nova49; 03-18-2011 at 09:27 PM.
 
Old 03-19-2011, 02:32 AM   #6
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
as -Current is a moving on targets, you must sync regularly.
I suggest you use slackpkg to make sure your machine is synced with -Current
 
Old 03-19-2011, 11:50 AM   #7
nova49
Member
 
Registered: Nov 2010
Distribution: Slackware
Posts: 74

Original Poster
Rep: Reputation: 0
I believe the problem was that I had messed with alsa so slackpkg wasn't updating it. I'm going to reinstall slackware and sync it first. If all goes well I will close the thread.
 
Old 03-19-2011, 06:17 PM   #8
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
you don't need to re-install again though
just run
Code:
slackpkg update
slackpkg install-new
slackpkg upgrade-all
and you will be synced with -Current again
 
  


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
alsa-utils compilation shariefbe Linux - Newbie 1 12-28-2009 05:16 AM
alsa-utils for freebsd? aquaboot *BSD 4 12-08-2007 04:45 PM
broke gentoo after installing alsa-driver & alsa-utils snakeo2 Linux - Newbie 1 01-26-2006 08:05 AM
[ALSA 1.0.9b-4] No more sound, no more alsa-utils package Creak Debian 5 08-18-2005 04:22 PM
alsa-utils conflicts with alsa-lib sloik2000 Linux - Software 0 07-09-2005 08:50 AM

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

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