Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550266 - app-accessibility/festival-2.1-r1: sh: aplay: command not found
Summary: app-accessibility/festival-2.1-r1: sh: aplay: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Accessibility Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-23 22:23 UTC by Aaron D Borden
Modified: 2016-12-29 13:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_info.txt,5.75 KB, text/plain)
2015-05-23 22:25 UTC, Aaron D Borden
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron D Borden 2015-05-23 22:23:24 UTC
Looks like festival depends on aplay, provided by alsa-utils.

    $ echo  hello | festival --tts
    sh: aplay: command not found


Reproducible: Always

Steps to Reproduce:
1. emerge app-accessibility/festival-2.1-r1
2. $ echo  hello | festival --tts
Actual Results:  
sh: aplay: command not found

Expected Results:  
Plays sound, no error.

emerging media-sound/alsa-utils-1.0.28 resolves the issue.
Comment 1 Aaron D Borden 2015-05-23 22:25:02 UTC
Created attachment 403850 [details]
emerge --info
Comment 2 Alexis Ballier gentoo-dev 2016-12-29 13:32:43 UTC
commit 3a61bdb6f223cf4ed2fdc878df6a68e16e1d7787
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Thu Dec 29 14:31:29 2016 +0100

    app-accessibility/festival: add missing rdepend on alsa-utils, bug #550266
    


thx