ltsp-4.1-r1 does not use USE='nas esd audiofile' correctly. The USE flags are not used to install any audio application. My quick'n'dirty fix was to add '${LTSP_AUDIO}' at the end of line 136. The better way would be an own install section: # audio stuff echo "Installing audio packages..." for FILE in ${LTSP_AUDIO} do tar -xzf ${DISTDIR}/${FILE} -C ${D}/opt/ltsp-${PV} 2> /dev/null done Reproducible: Always Steps to Reproduce: 1. 2. 3.
*** Bug 65579 has been marked as a duplicate of this bug. ***
thx for pointing that out, fixed