From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Pemberton Subject: Re: Request for test (1.0.18 final) Date: Tue, 28 Oct 2008 16:10:39 -0500 Message-ID: <49077FCF.1000801@gmail.com> References: <4905F6EB.8080507@gmail.com> <490615B8.8070707@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.146]) by alsa0.perex.cz (Postfix) with ESMTP id 64EAC24528 for ; Tue, 28 Oct 2008 22:10:54 +0100 (CET) Received: by ey-out-1920.google.com with SMTP id 21so1067899eyc.56 for ; Tue, 28 Oct 2008 14:10:53 -0700 (PDT) In-Reply-To: <490615B8.8070707@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: ALSA development List-Id: alsa-devel@alsa-project.org Chris Pemberton wrote: > Jaroslav Kysela wrote: >> On Mon, 27 Oct 2008, Chris Pemberton wrote: >> >> >>> /home/cjpembo/LatestALSA/alsa-driver-1.0.18rc3.17.gd338c.191.ge29c1/acore/../alsa-kernel/core/jack.c:108: >>> error: 'SW_LINEOUT_INSERT' undeclared (first use in this function) >>> >> >> Could you try again latest snapshot? I just included the patch which >> should fix this issue. >> >> Jaroslav >> >> ----- >> Jaroslav Kysela >> Linux Kernel Sound Maintainer >> ALSA Project, Red Hat, Inc. >> >> >> > Alsa-driver compiles fine now; as does alsa-lib. > I've moved on to testing alsa-utils and I'm getting the following error: > > > I/O error : Attempt to load network entity > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > warning: failed to load external entity > "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" > compilation error: file /tmp/xmlto-xsl.FIhlna line 4 element import > xsl:import : unable to load > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > make[2]: *** [alsactl_init.7] Error 1 > make[2]: Leaving directory > `/home/cjpembo/LatestALSA/alsa-utils-1.0.18rc3.5.gd7f90/alsactl' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory > `/home/cjpembo/LatestALSA/alsa-utils-1.0.18rc3.5.gd7f90/alsactl' > make: *** [install-recursive] Error 1 > > I have internet connectivity, so that shouldn't be the problem. In > addition, I can download the file OK using wget: > > wget > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > > Chris > > alsa-utils -> ok (just needed to install a docbook-xsl package) alsa-driver -> ok alsa-lib -> ok alsa-plugins -> ok. alsa-tools -> fails 1. The qlo10k1 stuff fails; so I just comment-out "qlo10k1" in the "SUBDIRS =" line of the Makefile and keep compiling. 2. It fails again later when compiling a ui with the QT toolkit. It needs an older version than I have installed. I'm convinced it would probably compile clean if I were to downgrade, but I'm not going to try. So I can say all the packages compile fine in Archlinux with a 2.6.27 kernel, gcc version 4.3.2, in both 32 and 64-bit environments. Chris