> However, `make install' exits with an error: > > if [ -d /sbin/init.d ]; then \ > install -m 755 -g -o utils/alsasound /sbin/init.d/alsasound; \ > elif [ -d /etc/rc.d/init.d ]; then \ > install -m 755 -g -o utils/alsasound /etc/rc.d/init.d/alsasound; \ > elif [ -d /etc/init.d ]; then \ > install -m 755 -g -o utils/alsasound /etc/init.d/alsasound; \ > fi > install: invalid group `-o' > make: *** [install-scripts] Error 1 > > It seems like the install script is passing group and owner parameters > to the install command, but not supplying any actual group or owner as > value.
Did you file a bug report to the package maintainer? I've compiled ALSA drivers & libraries & utils many times successfully by hand with sid. Try downloading the source from alsa-project.org and compiling it (and save time & space when compiling --with-cards=MYCARD, MYCARD being the specific module(s) for your soundcard(s). Otherwise it will compile all soundcard modules, and this will take time, and space when installing them) Tommi ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
