From owner-freebsd-ports-bugs@freebsd.org Sat Dec 10 19:04:24 2016 Return-Path: Delivered-To: freebsd-ports-bugs@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 30672C7199B 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 06475112D for ; Sat, 10 Dec 2016 19:04:24 +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 uBAJ4NFa015046 for ; Sat, 10 Dec 2016 19:04:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 215199] accessibility/gnome-speech: fix disabling of espeak Date: Sat, 10 Dec 2016 19:04:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None 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: z7dr6ut7gs@snkmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 19:04:24 -0000 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.=