View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 18 posts ] 
Go to page Previous  1, 2

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Sun Jan 22, 2012 1:01 pm 
Offline
Joined: Tue Jan 18, 2005 2:07 am
Posts: 1532
Location: California
UPDATE. The quick answer is actually "no", not "yes". The "alsa-utils" does not contain many of the files yours does, including the one named "alsa". "alsa-lib" does look similar.

The quick answer is "yes". Below is info on all 3 directories. The first two build fine (lib & firmware). The third is the "problem child" -- utils. Thank you for your time and help!

Marc

Code:
[root@mythhd alsa-lib]# pwd
/usr/src/alsa-lib
[root@mythhd alsa-lib]# ls -l
total 1328
-rw-r--r-- 1 mythtv mythtv    774 2012-01-21 21:05 PKGBUILD
-rw-r--r-- 1 mythtv mythtv 501364 2012-01-21 21:07 alsa-lib-1.0.24.1-1-i686.pkg.tar.gz
-rw-r--r-- 1 mythtv mythtv 832555 2012-01-21 21:06 alsa-lib-1.0.24.1.tar.bz2
drwxr-xr-x 3 mythtv mythtv   4096 2012-01-21 21:07 pkg
drwxr-xr-x 3 mythtv mythtv   4096 2012-01-21 21:06 src

[root@mythhd alsa-lib]# pacman -Qi alsa-lib
Name           : alsa-lib
Version        : 1.0.24.1-1
URL            : http://www.alsa-project.org
Licenses       : GPL
Groups         : None
Provides       : None
Depends On     : glibc
Optional Deps  : python: for python smixer plugin
Required By    : alsa-oss  alsa-utils  esound  gpac  libao  libsndfile
                 libvisual-plugins  lirc-utils  xmms
Conflicts With : None
Replaces       : None
Installed Size : 1932.00 K
Packager       : Unknown Packager
Architecture   : i686
Build Date     : Sat 21 Jan 2012 09:07:18 PM PST
Install Date   : Sun 22 Jan 2012 10:53:50 AM PST
Install Reason : Explicitly installed
Install Script : No
Description    : An alternative implementation of Linux sound support


Code:
[root@mythhd alsa-firmware]# pwd
/usr/src/alsa-firmware
[root@mythhd alsa-firmware]# ls -lh
total 8.9M
-rw-r--r-- 1 root   root   1.7K 2012-01-21 20:48 PKGBUILD
-rw-r--r-- 1 mythtv mythtv 5.2M 2012-01-21 21:12 alsa-firmware-1.0.24.1-1-i686.p kg.tar.gz
-rw-r--r-- 1 mythtv mythtv 3.7M 2012-01-21 21:12 alsa-firmware-1.0.24.1.tar.bz2
drwxr-xr-x 4 mythtv mythtv 4.0K 2012-01-21 21:12 pkg
drwxr-xr-x 3 mythtv mythtv 4.0K 2012-01-21 21:12 src
[root@mythhd alsa-firmware]# pacman -Qi alsa-firmware
Name           : alsa-firmware
Version        : 1.0.24.1-1
URL            : http://alsa-project.org/
Licenses       : GPL
Groups         : None
Provides       : None
Depends On     : None
Optional Deps  : None
Required By    : None
Conflicts With : None
Replaces       : None
Installed Size : 13324.00 K
Packager       : Unknown Packager
Architecture   : i686
Build Date     : Sat 21 Jan 2012 09:12:26 PM PST
Install Date   : Sat 21 Jan 2012 09:12:47 PM PST
Install Reason : Explicitly installed
Install Script : No
Description    : ALSA firmware package

[root@mythhd alsa-firmware]#


And now the problem child:

Code:
[mythtv@mythhd alsa-utils]$ pwd
/usr/src/alsa-utils
[mythtv@mythhd alsa-utils]$ ls -l
total 4
-rw-rw-rw- 1 mythtv mythtv 1296 2012-01-21 22:12 PKGBUILD
[mythtv@mythhd alsa-utils]$ whoami
mythtv
[mythtv@mythhd alsa-utils]$ makepkg
==> Making package: alsa-utils 1.0.24.2-1 i686 (Sun Jan 22 10:59:18 PST 2012)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Downloading alsa-utils-1.0.24.2.tar.bz2...
--2012-01-22 10:59:18--  ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.24.2.tar.bz2
           => `alsa-utils-1.0.24.2.tar.bz2.part'
Resolving ftp.alsa-project.org... 77.48.224.243
Connecting to ftp.alsa-project.org|77.48.224.243|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/utils ... done.
==> SIZE alsa-utils-1.0.24.2.tar.bz2 ... 1130734
==> PASV ... done.    ==> RETR alsa-utils-1.0.24.2.tar.bz2 ... done.
Length: 1130734 (1.1M)

100%[=======================================>] 1,130,734    211K/s   in 5.2s

2012-01-22 10:59:27 (211 KB/s) - `alsa-utils-1.0.24.2.tar.bz2.part' saved [1130734]

==> ERROR: alsa was not found in the build directory and is not a URL.

_________________
Marc

The views expressed are my own and do not necessarily reflect the views of my employer.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 22, 2012 5:04 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
OK, I can see what is happening now. You need to get and unpack the Arch/LinHES source package which includes the other four files listed in the manifest. These are the "arch/LinHES" updates to the tarball downloaded from the alsa-project.org site. This looks like what you need: http://linhes.org/repo/src_packages/cor ... src.tar.gz

Many Arch packages, like alsa-lib, only include the PKGBUILD file, but alsa-utils includes some other baggage.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 23, 2012 9:01 am 
Offline
Joined: Tue Jan 18, 2005 2:07 am
Posts: 1532
Location: California
That did the trick -- thank you! For some reason I found that I had to do the "pacman -U" more than once to get things to stick, but ALSA is working for me now.

TJC, thank you once again for all your great help!

_________________
Marc

The views expressed are my own and do not necessarily reflect the views of my employer.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ] 
Go to page Previous  1, 2



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu