Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 19:04:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215199] accessibility/gnome-speech: fix disabling of espeak
Message-ID:  <bug-215199-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215199

            Bug ID: 215199
           Summary: accessibility/gnome-speech: fix disabling of espeak
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: z7dr6ut7gs@snkmail.com
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org

One change to this port due to bug 182522 (2013) was to fix the build if the
ESPEAK option is off and espeak is installed.  Due to a spelling issue with=
 the
configure arg, it doesn't work.  It still tries to build the espeak driver =
and
we still get:

 .
 .
Build eSpeak Driver:      yes
eSpeak libs:              -lespeak
 .
 .
cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -I../../gnome-speech
-I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include
-I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -DORBIT2=
=3D1
-pthread   -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith
-Wno-sign-compare  -I/usr/include/espeak  -I/usr/local/include  -O2 -pipe=20
-fstack-protector -fno-strict-aliasing -MT espeaksynthesisdriver.o -MD -MP =
-MF
.deps/espeaksynthesisdriver.Tpo -c -o espeaksynthesisdriver.o
espeaksynthesisdriver.c
espeaksynthesisdriver.c:32:10: mfatal error: 'speak_lib.h' file not found


Note the -I/usr/include/espeak.

This was just noticed on a system here where gnome-speech had been installed
for over a year and espeak was installed after that (10 months ago).  Only
recently did a portrevision bump (Dec 8) on gnome-speech trigger a rebuild
which found this bug.

Patch forthcoming.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215199-13>