From owner-freebsd-gnome@freebsd.org Sat Dec 10 19:04:24 2016 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20B6DC7199A for ; Sat, 10 Dec 2016 19:04:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0B46D112E for ; Sat, 10 Dec 2016 19:04:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0A6EEC71999; Sat, 10 Dec 2016 19:04:24 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A00FC71998 for ; Sat, 10 Dec 2016 19:04:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D219E112C for ; Sat, 10 Dec 2016 19:04:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uBAJ4NFY015046 for ; Sat, 10 Dec 2016 19:04:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 215199] accessibility/gnome-speech: fix disabling of espeak Date: Sat, 10 Dec 2016 19:04:23 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 19:04:24 -0000 John Hein has reassigned Bugzilla Automation '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.