[Pkg-alsa-devel] Bug#637260: Bug#637260: hdspmixer missing in alsa-tools-gui package on amd64 (wheezy/sid)
Elimar Riesebieter
e.riesebieter at puz.de
Tue Aug 23 08:31:06 UTC 2011
* jordi at debian.org [110818 20:35 +0200]:
> Hi!
>
> On Thu, Aug 11, 2011 at 07:43:10AM +0200, Elimar Riesebieter wrote:
> > I did an "ar x alsa-tools-gui_1.0.24.1-1_amd64.deb" and didn't found
> > usr/bin/hdspmixer. At the moment I don't have an amd64 machine
> > handy. Could you please investigate?
>
> Hmm, that's weird as I built it using an up-to-date chroot.
>
> Building hdspmixer
> make[1]: Entering directory `/tmp/buildd/alsa-tools-1.0.24.1/hdspmixer'
> Making all in src
> make[2]: Entering directory `/tmp/buildd/alsa-tools-1.0.24.1/hdspmixer/src'
> x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hdspmixer\" -DVERSION=\"1.6\" -DSTDC_HEADERS=1 -DHAVE_LIBASOUND=1 -I. -Wall -g -O2 -I/usr/include/freetype2 -D_THREAD_SAFE -D_REENTRANT -fno-exceptions -MT hdspmixer.o -MD -MP -MF .deps/hdspmixer.Tpo -c -o hdspmixer.o hdspmixer.cxx
> In file included from hdspmixer.cxx:31:0:
> HDSPMixerCard.h:29:30: fatal error: alsa/sound/hdspm.h: No such file or directory
> compilation terminated.
> make[2]: *** [hdspmixer.o] Error 1
> make[2]: Leaving directory `/tmp/buildd/alsa-tools-1.0.24.1/hdspmixer/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/buildd/alsa-tools-1.0.24.1/hdspmixer'
>
> In short, once again, alsa-tools does not declare the correct version
> dependency on alsa-lib, and 1.0.23 was not enough as this header did not
> exist.
Hmm, let us try:
--- control.old 2011-08-23 10:25:52.000000000 +0200
+++ control 2011-08-23 10:26:49.000000000 +0200
@@ -6,7 +6,7 @@
Mikael Magnusson <mikma at users.sourceforge.net>,
Elimar Riesebieter <riesebie at lxtec.de>
Build-Depends: debhelper (>= 8), autotools-dev,
- libasound2-dev (>= 1.0.18), libfltk1.1-dev, libgtk2.0-dev,
+ libasound2-dev (>= 1.0.24.1), libfltk1.1-dev, libgtk2.0-dev,
libqt3-mt-dev (>= 3:3.3.4-4)
Standards-Version: 3.9.2
Homepage: http://www.alsa-project.org/
It will build successfully as alsa/sound/hdspm.h is available in libasound2-dev_1.0.24.1-3
> Why didn't the build fail is another good question.
Buildd has had a sunstroke ;-)
Elimar
--
BOFH excuse #17:
fat electrons in the lines
More information about the Pkg-alsa-devel
mailing list