Date: Sat, 10 Dec 2016 19:04:23 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 215199] accessibility/gnome-speech: fix disabling of espeak Message-ID: <bug-215199-6497-brbUmhblaw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215199-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-215199-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
John Hein <z7dr6ut7gs@snkmail.com> has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@FreeBSD.o= rg: Bug 215199: accessibility/gnome-speech: fix disabling of espeak https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215199 --- Description --- 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215199-6497-brbUmhblaw>