emerge seam to apply denemo-0.9.6-alsa.patch, but the result is no file and jackutil.c:15:22: fatal error: jackutil.h: No such file or directory Reproducible: Always Steps to Reproduce: 1. emerge denemo 2. 3. Actual Results: build failure Expected Results: successful build
Created attachment 325098 [details] emerge --info '=media-sound/denemo-0.9.6'
# emerge -pqv '=media-sound/denemo-0.9.6' [ebuild U ] media-sound/denemo-0.9.6 [0.9.4] USE="alsa fluidsynth jack nls portaudio -portmidi"
Created attachment 325100 [details] complete build log
Created attachment 325104 [details] environment file for this build
My mistake, emerge create src/alsabackend.h, but it is still a missing src/jackbackend.h file
Created attachment 325108 [details, diff] patch for jack in denemo-0.9.6 It is another missing file: src/jackutil.h. The patch add both missing files.
I guess upstream needs to do a better job of creating tarball releases in the future. Fixed in CVS.