> Please notice, that 1.0.11rc2 is included by default in 2.6.16. > The experimental package alsa-source_1.0.10+1.0.11rc3-1_all.deb > will compile perfect. Anyway my question to alsa-pkg-devel: > Do we need to fix 1.0.10 alsa-source to make sure it will work > in testing/etch ? If yes, I need some support doing this.
Perhaps what is needed to get rid of this bug, is a change to the Makefile. For example, the i2c source Makefile has this in it: # Prevent 2.6+ users from using this package, as this won't work. ifeq (,$(findstring /2.4., $(MODPREF))) ifeq (, $(MAKECMDGOALS)) $(error For 2.6 kernels and later, you do not need this package) endif ifeq (install, $(MAKECMDGOALS)) $(error For 2.6 kernels and later, you do not need this package) endif endif Just an idea? Gord -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]