From nobody@FreeBSD.org  Tue Sep 11 19:19:33 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0FD68106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Sep 2012 19:19:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id E593C8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Sep 2012 19:19:32 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8BJJWgD074349
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Sep 2012 19:19:32 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q8BJJWVl074348;
	Tue, 11 Sep 2012 19:19:32 GMT
	(envelope-from nobody)
Message-Id: <201209111919.q8BJJWVl074348@red.freebsd.org>
Date: Tue, 11 Sep 2012 19:19:32 GMT
From: Dru Lavigne <dru@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Orca has no speech server
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         171553
>Category:       ports
>Synopsis:       accessibility/orca has no speech server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 11 19:20:07 UTC 2012
>Closed-Date:    Fri Dec 28 18:39:08 UTC 2012
>Last-Modified:  Fri Dec 28 18:39:08 UTC 2012
>Originator:     Dru Lavigne
>Release:        9.1-RC1
>Organization:
PC-BSD
>Environment:
FreeBSD pcbsd-6456 9.1-RC1 FreeBSD 9.1-RC1 #0: Thu Aug  9 09:41:50 PDT 2012     root@build9x64.pcbsd.org:/usr/obj/builds/amd64/pcbsd-build90/fbsd-source/9.1/sys/GENERIC  amd64

>Description:
The preferences -> speech screen for orca-2.32.1_2 does not allow you to select a speech system. The underlying error is:

    ** (orca:44169): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
     
    ** (orca:44169): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
     
    ** (orca:44169): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
     
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/site-packages/orca/speech.py", line 133, in init
        _initSpeechServer(moduleName, None)
      File "/usr/local/lib/python2.7/site-packages/orca/speech.py", line 117, in _initSpeechServer
        raise Exception("No speech server for factory: %s" % moduleName)
    Exception: No speech server for factory: gnomespeechfactory
     
     
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/site-packages/orca/speech.py", line 133, in init
        _initSpeechServer(moduleName, None)
      File "/usr/local/lib/python2.7/site-packages/orca/speech.py", line 117, in _initSpeechServer
        raise Exception("No speech server for factory: %s" % moduleName)
    Exception: No speech server for factory: openttsfactory
     
     
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/site-packages/orca/espeechfactory.py", line 151, in getSpeechServer
        return SpeechServer(info[0])
      File "/usr/local/lib/python2.7/site-packages/orca/espeechfactory.py", line 196, in __init__
        stdin=PIPE, stdout=PIPE, stderr=PIPE)
      File "/usr/local/lib/python2.7/subprocess.py", line 679, in __init__
        errread, errwrite)
      File "/usr/local/lib/python2.7/subprocess.py", line 1249, in _execute_child
        raise child_exception
    OSError: [Errno 2] No such file or directory
     
     
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/site-packages/orca/speech.py", line 133, in init
        _initSpeechServer(moduleName, None)
      File "/usr/local/lib/python2.7/site-packages/orca/speech.py", line 117, in _initSpeechServer
        raise Exception("No speech server for factory: %s" % moduleName)
    Exception: No speech server for factory: espeechfactory
     
    Speech not available.

On a probably related note, the ports for espeak and speech-dispatcher install OK but silently fail when you go to use the tools at the command line.

Pulseaudio and Portaudio are installed on this system.

I am currently writing the accessibility chapter for PC-BSD and have these 3 ports listed as temporarily broken. Dasher, gok, and mousetweaks work as expected under GNOME.
>How-To-Repeat:
Start orca from a terminal and click on Preferences. Click the Speech tab and check the Enable speech box. The speech system, speech synthensizer, and person drop-down menus remain greyed out and the above errors are posted within the terminal.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 11 20:38:36 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171553 

From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: Dru Lavigne <dru@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/171553: Orca has no speech server
Date: Wed, 12 Sep 2012 11:16:51 +0400

 Good day,
 
 Dru Lavigne wrote on 11.09.2012 23:19:
 >> Number:         171553
 >> Category:       ports
 >> Synopsis:       Orca has no speech server
 
 [...]
 
 > On a probably related note, the ports for espeak and speech-dispatcher install OK but silently fail when you go to use the tools at the command line.
 >
 > Pulseaudio and Portaudio are installed on this system.
 >
 > I am currently writing the accessibility chapter for PC-BSD and have these 3 ports listed as temporarily broken. Dasher, gok, and mousetweaks work as expected under GNOME.
 >> How-To-Repeat:
 > Start orca from a terminal and click on Preferences. Click the Speech tab and check the Enable speech box. The speech system, speech synthensizer, and person drop-down menus remain greyed out and the above errors are posted within the terminal.
 
 I didn't digged deep yet, but are accessibility/gnome-speech is 
 installed on your system? If yes, was it built with ESPEAK option?
 
 -- 
 Regards,
 Ruslan
 
 Tinderboxing kills... the drives.

From: Dru Lavigne <dru.lavigne@att.net>
To: Dru Lavigne <dru@FreeBSD.org>, Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/171553: Orca has no speech server
Date: Wed, 12 Sep 2012 06:04:08 -0700 (PDT)

 Good day,=0A> =0A> Dru Lavigne wrote on 11.09.2012 23:19:=0A> >> Number:=A0=
  =A0 =A0=0A> =A0=A0=A0171553=0A> >> Category:=A0 =A0 =A0=A0=A0ports=0A> >> =
 Synopsis:=A0 =A0 =A0=A0=A0Orca has=0A> no speech server=0A> =0A> [...]=0A> =
 =0A> > On a probably related note, the ports for espeak and=0A> speech-disp=
 atcher install OK but silently fail when you go=0A> to use the tools at the=
  command line.=0A> >=0A> > Pulseaudio and Portaudio are installed on this s=
 ystem.=0A> >=0A> > I am currently writing the accessibility chapter for=0A>=
  PC-BSD and have these 3 ports listed as temporarily broken.=0A> Dasher, go=
 k, and mousetweaks work as expected under GNOME.=0A> >> How-To-Repeat:=0A> =
 > Start orca from a terminal and click on Preferences.=0A> Click the Speech=
  tab and check the Enable speech box. The=0A> speech system, speech synthen=
 sizer, and person drop-down=0A> menus remain greyed out and the above error=
 s are posted=0A> within the terminal.=0A> =0A> I didn't digged deep yet, bu=
 t are accessibility/gnome-speech=0A> is =0A> installed on your system? If y=
 es, was it built with ESPEAK=0A> option?=0A=0A=0AHello Ruslan,=0A=0AIt look=
 s like the underlying issue for all of these ports is the default compile o=
 ptions for speech-dispatcher. I'll be testing today with avilla@ and will u=
 pdate the PR with our results.=0A=0ACheers,=0A=0ADru

From: Dru Lavigne <dru.lavigne@att.net>
To: bug-followup@FreeBSD.org, dru@FreeBSD.org
Cc:  
Subject: Re: ports/171553: accessibility/orca has no speech server
Date: Wed, 12 Sep 2012 11:08:41 -0700 (PDT)

 This PR can be marked as fixed. Looks like I had a corrupt something on a previous install. I installed 9.1-RC1, gnome-accessibility, and orca from scratch today and was unable to reproduce.
 
 Dru
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Fri Dec 28 18:38:44 UTC 2012 
State-Changed-Why:  
Submitter has fixed issue and requested to close it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171553 
>Unformatted:
