I'm using this guide
http://www.opensound.com/wiki/index.php ... rom_source
wen I do
/usr/src/oss*/configure
I see this on the 12th line
Directory depends on the SADA package which is not available
and SADA is not in the sabayon repository
and I get this
when I do this
sudo make build
Code: Select all
tux@sabayon ~/oss $ sudo make build
for n in cmd kernel lib os_cmd kernel/OS/Linux noregparm;do (echo $n && cd $n && make ARCH=x86_64) || eval 'exit 1'; done
cmd
make[1]: Entering directory `/home/tux/oss/cmd'
for n in ossdevlinks ossinfo ossmix ossplay ossrecord osstest savemixer;do (echo $n && cd $n && make ARCH=x86_64) || eval 'exit 1'; done
ossdevlinks
make[2]: Entering directory `/home/tux/oss/cmd/ossdevlinks'
cc -c -ffreestanding -fno-common -fno-stack-protector -DOSS_LITTLE_ENDIAN -I../../include -I../../kernel/framework/include -I../../kernel/OS/Linux -I../../kernel/nonfree/include -I../.. -I/usr/src/uts/`uname -m` ossdevlinks.c -o ./ossdevlinks.o
In file included from ossdevlinks.c:39:
../../kernel/framework/include/oss_config.h:292:21: error: license.h: No such file or directory
make[2]: *** [ossdevlinks.o] Error 1
make[2]: Leaving directory `/home/tux/oss/cmd/ossdevlinks'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/tux/oss/cmd'
make: *** [subdirs] Error 1
other post of mine on same topic
http://forum.sabayon.org/viewtopic.php? ... 67#p129167
http://www.overclock.net/linux-unix/937 ... st12327071