From owner-freebsd-gnome@freebsd.org Sun May 12 02:11:53 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F1621588FA4 for ; Sun, 12 May 2019 02:11:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0625883FB5 for ; Sun, 12 May 2019 02:11:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BA8B51588FA3; Sun, 12 May 2019 02:11:52 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A654C1588FA2 for ; Sun, 12 May 2019 02:11:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E7AE83FAC for ; Sun, 12 May 2019 02:11:52 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 903AC155E4 for ; Sun, 12 May 2019 02:11:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4C2Bpvw094041 for ; Sun, 12 May 2019 02:11:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4C2BpKB094037 for gnome@FreeBSD.org; Sun, 12 May 2019 02:11:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 214338] [PATCH] devel/glib20: new kqueue() backend for file monitoring Date: Sun, 12 May 2019 02:11:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: eugen@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 02:11:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214338 rozhuk.im@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #204279|maintainer-approval? | Flags| | Attachment #204279|0 |1 is obsolete| | --- Comment #76 from rozhuk.im@gmail.com --- Created attachment 204331 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204331&action= =3Dedit patch update - fix: replace getmntinfo() -> getfsstat(): getmntinfo() alloc mem that can= not be free, causes crash - fix: mem leak on exit: free(kfnm->mounts) missed - fix: some notifications about deleted files on unmount was lost - kq_fnmo_free() and kq_fnme_free() now use only 1 arg - do not notify about previosly deleted objects if they detected after moun= t is back --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-gnome@freebsd.org Sun May 12 02:18:07 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EECC8158909B for ; Sun, 12 May 2019 02:18:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 88A628409E for ; Sun, 12 May 2019 02:18:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 49258158909A; Sun, 12 May 2019 02:18:06 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36A1D1589099 for ; Sun, 12 May 2019 02:18:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7D3584099 for ; Sun, 12 May 2019 02:18:05 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id F154715606 for ; Sun, 12 May 2019 02:18:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4C2I4V0079135 for ; Sun, 12 May 2019 02:18:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4C2I4Xp079130 for gnome@FreeBSD.org; Sun, 12 May 2019 02:18:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 214338] [PATCH] devel/glib20: new kqueue() backend for file monitoring Date: Sun, 12 May 2019 02:18:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: eugen@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 02:18:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214338 rozhuk.im@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #204331| |maintainer-approval? Flags| | --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-gnome@freebsd.org Sun May 12 07:54:03 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A75215901B0 for ; Sun, 12 May 2019 07:54:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A88C18D17A for ; Sun, 12 May 2019 07:54:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 69AB215901AC; Sun, 12 May 2019 07:54:02 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5859B15901AB for ; Sun, 12 May 2019 07:54:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E80918D175 for ; Sun, 12 May 2019 07:54:01 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 4DE2F18659 for ; Sun, 12 May 2019 07:54:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4C7s15M033208 for ; Sun, 12 May 2019 07:54:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4C7s1Bl033207 for gnome@FreeBSD.org; Sun, 12 May 2019 07:54:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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 237846] [exp-run] update graphics/poppler to 0.76.1 Date: Sun, 12 May 2019 07:53:59 +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 Only Me 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.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 07:54:03 -0000 Bugzilla Automation has asked freebsd-gnome mailing = list for maintainer-feedback: Bug 237846: [exp-run] update graphics/poppler to 0.76.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237846 --- Description --- Hi there=20 gnome@ & kde@ would like to ask for an exp-run to update graphics/poppler to 0.76.1. The patch can be found here: https://people.freebsd.org/~tcberner/patches/poppler-0.76.1.v1.diff mfg Tobias From owner-freebsd-gnome@freebsd.org Sun May 12 07:54:03 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B1B115901B3 for ; Sun, 12 May 2019 07:54:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3338D181 for ; Sun, 12 May 2019 07:54:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E663715901AF; Sun, 12 May 2019 07:54:02 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1C6515901AE for ; Sun, 12 May 2019 07:54:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F4618D177 for ; Sun, 12 May 2019 07:54:02 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id C070E1865B for ; Sun, 12 May 2019 07:54:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4C7s1nf033217 for ; Sun, 12 May 2019 07:54:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4C7s13o033216 for gnome@FreeBSD.org; Sun, 12 May 2019 07:54:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237846] [exp-run] update graphics/poppler to 0.76.1 Date: Sun, 12 May 2019 07:53:59 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: tcberner@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 07:54:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237846 Bug ID: 237846 Summary: [exp-run] update graphics/poppler to 0.76.1 Product: Ports & Packages Version: Latest Hardware: Any URL: https://github.com/freebsd/freebsd-ports-kde/tree/popp ler-0.76.1 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: tcberner@freebsd.org CC: kde@FreeBSD.org Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) CC: Flags: exp-run? Hi there=20 gnome@ & kde@ would like to ask for an exp-run to update graphics/poppler to 0.76.1. The patch can be found here: https://people.freebsd.org/~tcberner/patches/poppler-0.76.1.v1.diff mfg Tobias --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Sun May 12 07:54:50 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92D441590255 for ; Sun, 12 May 2019 07:54:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB7E8D205 for ; Sun, 12 May 2019 07:54:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DFD191590254; Sun, 12 May 2019 07:54:49 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD6F41590252 for ; Sun, 12 May 2019 07:54:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68A168D1FF for ; Sun, 12 May 2019 07:54:49 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 9ACE01865E for ; Sun, 12 May 2019 07:54:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4C7sm9N033968 for ; Sun, 12 May 2019 07:54:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4C7smnX033967 for gnome@FreeBSD.org; Sun, 12 May 2019 07:54:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237846] [exp-run] update graphics/poppler to 0.76.1 Date: Sun, 12 May 2019 07:54:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Only Me X-Bugzilla-Who: tcberner@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 07:54:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237846 Tobias C. Berner changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gnome@FreeBSD.org |portmgr@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Sun May 12 10:26:25 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4766A15935E5 for ; Sun, 12 May 2019 10:26:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D46226A65B for ; Sun, 12 May 2019 10:26:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 94B7315935E4; Sun, 12 May 2019 10:26:24 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8245115935E3 for ; Sun, 12 May 2019 10:26:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E6436A657 for ; Sun, 12 May 2019 10:26: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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 3F40419BA5 for ; Sun, 12 May 2019 10:26:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4CAQNGe070769 for ; Sun, 12 May 2019 10:26:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4CAQN3L070767 for gnome@FreeBSD.org; Sun, 12 May 2019 10:26:23 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237822] x11-toolkits/pango version 1.42.4_2 fails to build: Unknown variable "xft_dep" Date: Sun, 12 May 2019 10:26:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Many People X-Bugzilla-Who: w.schwarzenfeld@utanet.at 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: Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 10:26:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237822 --- Comment #6 from w.schwarzenfeld@utanet.at --- I have tried an update to 1.43.0. This seems to work. But I think this has to be tested for ports are depend on pango. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Sun May 12 14:56:18 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 467431599036 for ; Sun, 12 May 2019 14:56:18 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9853D722B4 for ; Sun, 12 May 2019 14:56:17 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 5BB551599035; Sun, 12 May 2019 14:56:17 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3921D1599034 for ; Sun, 12 May 2019 14:56:17 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-oi1-x22f.google.com (mail-oi1-x22f.google.com [IPv6:2607:f8b0:4864:20::22f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F298722B3 for ; Sun, 12 May 2019 14:56:15 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-oi1-x22f.google.com with SMTP id f4so264590oib.4 for ; Sun, 12 May 2019 07:56:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=e1pi0LNgIgC39C8mSmDd2n2h0nq+tXsPMlED+6T/WMg=; b=J1lI04RYOA7jHHJqrlrcyLvGg4zK4z9qnmbG1trZUANQar8Wu8BtEJTnwVxC2J26KK YYWULpZEDBlf+rH8LQsQ9lO7qtlDrFP9vVBAxDO1+pb9Mz5wbjOvu3RlVBeuA2EPphPB uLzvsrGOTD/W1hzo9DZuDfsutJB4qzrLWScQNClB/uvATh/2u4RxiC1onhSsX/EzMf0I NvYBcD8JooAGmWmyW3ivWeOgzlPKi/rnf3GdtTUcrbLoCA4wmipzgC0Kg7hxjYhLavHe y/sxtwmdiC77v3R8YzH0inIMycVucZtZ7a50X7hoHR/bIRK75Am0QLDSwYw9zNoTpzCt ERJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=e1pi0LNgIgC39C8mSmDd2n2h0nq+tXsPMlED+6T/WMg=; b=C897QtpILD7yHraV7RkairAB9FYkAZPYxXIb/NzML7jvh5kBdKTSnw7OSaw451bPMo OiFGcVyYPfZpSXJKLiFwPYTzBbp4hctmYva6LY0ph/OhpfaCTiMgahadt9mV/0TTyUWo KdXtcR/MU5xlWDa+6LymTT3KHFtqcV8g0UFPZcjstTVubhrHJ/sR2cDSF/2PT6J4FXrG /Uq3s11/4fBYifV7fMR/01j3PKVfSpqYVSOVPkSEr/pp+H0rvTgyuE3yvx6ZmhrTNyzE Fpbr8ed9AVgHjSwJ3XlXE7bYJWZsQ6AThlkQP7Xk1f4DbdqS8AVUsr5fQIpi6e4U7ja5 8r3A== X-Gm-Message-State: APjAAAVokJHIEM5BUnbr91oWJw2FxPMs/pfh8fupn0z5n7ZSpl346UAe 1JxIkwXOkBfMmFN04eKFn7xl2ZVvlhEH2K61H1Qofs6cgb4= X-Google-Smtp-Source: APXvYqzYvRo+9IZgKFYrC5yKjoCNYT3pqbohoadd9/0xegEaj7Vx5Pb1efJ63pR+VQn9iD7E+YZxbu9rIUIBscSLDdE= X-Received: by 2002:aca:444:: with SMTP id 65mr10985572oie.133.1557672974356; Sun, 12 May 2019 07:56:14 -0700 (PDT) MIME-Version: 1.0 From: Kevin Oberman Date: Sun, 12 May 2019 07:55:57 -0700 Message-ID: Subject: libmatemixer fails when PULSEAUDIO not selected To: FreeBSD GNOME Users X-Rspamd-Queue-Id: 8F298722B3 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=J1lI04RY; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of kob6558@gmail.com designates 2607:f8b0:4864:20::22f as permitted sender) smtp.mailfrom=kob6558@gmail.com X-Spamd-Result: default: False [-6.60 / 15.00]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; FORGED_SENDER(0.30)[rkoberman@gmail.com,kob6558@gmail.com]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[rkoberman@gmail.com,kob6558@gmail.com]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[gnome@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-2.90)[ip: (-8.93), ipnet: 2607:f8b0::/32(-3.24), asn: 15169(-2.27), country: US(-0.06)]; RCVD_IN_DNSWL_NONE(0.00)[f.2.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 14:56:18 -0000 Installation for the updated audio/libmatemixer fails when the PULSEAUDIO option is not selected. It still attempts to install the pulse libraries: ===> Registering installation for libmatemixer-1.22.0 as automatic pkg-static: Unable to access file /usr/ports/audio/libmatemixer/work/stage/usr/local/lib/libmatemixer/libmatemixer-pulse.a:No such file or directory pkg-static: Unable to access file /usr/ports/audio/libmatemixer/work/stage/usr/local/lib/libmatemixer/libmatemixer-pulse.so:No such file or directory Removing these two files from the pkg-plist allows the port to install -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-gnome@freebsd.org Sun May 12 15:11:11 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19D971599560 for ; Sun, 12 May 2019 15:11:11 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A1E1C72853 for ; Sun, 12 May 2019 15:11:10 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5F9A2159955D; Sun, 12 May 2019 15:11:10 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DA96159955C; Sun, 12 May 2019 15:11:10 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A983F7284F; Sun, 12 May 2019 15:11:09 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy11.nyi.freebsd.org (beefy11.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ee]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84E612C48F; Sun, 12 May 2019 15:11:09 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy11.nyi.freebsd.org (localhost [127.0.0.1]) by beefy11.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4CFB90k020251; Sun, 12 May 2019 15:11:09 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy11.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x4CFB9g4020250; Sun, 12 May 2019 15:11:09 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sun, 12 May 2019 15:11:09 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201905121511.x4CFB9g4020250@beefy11.nyi.freebsd.org> To: gnome@FreeBSD.org Subject: [package - head-i386-default][graphics/svg2png] Failed for svg2png-0.1.3_6 in build Cc: pkg-fallout@FreeBSD.org X-Rspamd-Queue-Id: A983F7284F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 15:11:11 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: tijl@FreeBSD.org Ident: $FreeBSD: head/graphics/svg2png/Makefile 428135 2016-12-08 16:39:11Z tijl $ Log URL: http://beefy11.nyi.freebsd.org/data/head-i386-default/p501351_s347498/logs/svg2png-0.1.3_6.log Build URL: http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p501351_s347498 Log: =>> Building graphics/svg2png build started at Sun May 12 15:10:57 UTC 2019 port directory: /usr/ports/graphics/svg2png package name: svg2png-0.1.3_6 building for: FreeBSD head-i386-default-job-13 13.0-CURRENT FreeBSD 13.0-CURRENT 1300024 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/svg2png/Makefile 428135 2016-12-08 16:39:11Z tijl $ Poudriere version: 3.2.8-4-g701d8fe1 Host OSVERSION: 1300018 Jail OSVERSION: 1300024 Job Id: 13 !!! Jail is newer than host. (Jail: 1300024, Host: 1300018) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1300024 UNAME_v=FreeBSD 13.0-CURRENT 1300024 UNAME_r=13.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-4-g701d8fe1 MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- gnome@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/svg2png/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/svg2png/work HOME=/wrkdirs/usr/ports/graphics/svg2png/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/graphics/svg2png/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/svg2png/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/svg2png/work HOME=/wrkdirs/usr/ports/graphics/svg2png/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/graphics/svg2png/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/svg2png" EXAMPLESDIR="share/examples/svg2png" DATADIR="share/svg2png" WWWDIR="www/svg2png" ETCDIR="etc/svg2png" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/svg2png DOCSDIR=/usr/local/share/doc/svg2png EXAMPLESDIR=/usr/local/share/examples/svg2png WWWDIR=/usr/local/www/svg2png ETCDIR=/usr/local/etc/svg2png --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300024 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> svg2png-0.1.3_6 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz [head-i386-default-job-13] Installing pkg-1.10.5_5... [head-i386-default-job-13] Extracting pkg-1.10.5_5: .......... done ===> svg2png-0.1.3_6 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of svg2png-0.1.3_6 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by svg2png-0.1.3_6 for building =========================================================================== =================================================== ===> Fetching all distfiles required by svg2png-0.1.3_6 for building => SHA256 Checksum OK for svg2png-0.1.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by svg2png-0.1.3_6 for building ===> Extracting for svg2png-0.1.3_6 => SHA256 Checksum OK for svg2png-0.1.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for svg2png-0.1.3_6 ===> Applying FreeBSD patches for svg2png-0.1.3_6 =========================================================================== =================================================== ===> svg2png-0.1.3_6 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-1.6.1,1.txz [head-i386-default-job-13] Installing pkgconf-1.6.1,1... ===> svg2png-0.1.3_6 depends on shared library: libsvg-cairo.so - not found ===> Installing existing package /packages/All/libsvg-cairo-0.1.6_9.txz [head-i386-default-job-13] Installing libsvg-cairo-0.1.6_9... [head-i386-default-job-13] `-- Installing cairo-1.16.0,2... [head-i386-default-job-13] | `-- Installing fontconfig-2.12.6,1... [head-i386-default-job-13] | | `-- Installing expat-2.2.6_1... [head-i386-default-job-13] | | `-- Extracting expat-2.2.6_1: .......... done [head-i386-default-job-13] | | `-- Installing freetype2-2.9.1... [head-i386-default-job-13] | | `-- Extracting freetype2-2.9.1: .......... done [head-i386-default-job-13] | `-- Extracting fontconfig-2.12.6,1: .......... done Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded [head-i386-default-job-13] | `-- Installing gettext-runtime-0.19.8.1_2... [head-i386-default-job-13] | | `-- Installing indexinfo-0.3.1... [head-i386-default-job-13] | | `-- Extracting indexinfo-0.3.1: .... done [head-i386-default-job-13] | `-- Extracting gettext-runtime-0.19.8.1_2: .......... done [head-i386-default-job-13] | `-- Installing glib-2.56.3_5,1... [head-i386-default-job-13] | | `-- Installing libffi-3.2.1_3... [head-i386-default-job-13] | | `-- Extracting libffi-3.2.1_3: .......... done [head-i386-default-job-13] | | `-- Installing libiconv-1.14_11... [head-i386-default-job-13] | | `-- Extracting libiconv-1.14_11: .......... done [head-i386-default-job-13] | | `-- Installing libxml2-2.9.8... [head-i386-default-job-13] | | `-- Extracting libxml2-2.9.8: .......... done [head-i386-default-job-13] | | `-- Installing pcre-8.43_1... [head-i386-default-job-13] | | `-- Extracting pcre-8.43_1: .......... done [head-i386-default-job-13] | | `-- Installing python36-3.6.8_2... [head-i386-default-job-13] | | `-- Installing readline-8.0.0... [head-i386-default-job-13] | | `-- Extracting readline-8.0.0: .......... done [head-i386-default-job-13] | | `-- Extracting python36-3.6.8_2: .......... done [head-i386-default-job-13] | `-- Extracting glib-2.56.3_5,1: .......... done No schema files found: doing nothing. [head-i386-default-job-13] | `-- Installing libX11-1.6.7,1... [head-i386-default-job-13] | | `-- Installing libXau-1.0.9... [head-i386-default-job-13] | | `-- Extracting libXau-1.0.9: .......... done [head-i386-default-job-13] | | `-- Installing libXdmcp-1.1.3... [head-i386-default-job-13] | | `-- Installing xorgproto-2018.4... [head-i386-default-job-13] | | `-- Extracting xorgproto-2018.4: .......... done [head-i386-default-job-13] | | `-- Extracting libXdmcp-1.1.3: ......... done [head-i386-default-job-13] | | `-- Installing libxcb-1.13.1... [head-i386-default-job-13] | | `-- Installing libpthread-stubs-0.4... [head-i386-default-job-13] | | `-- Extracting libpthread-stubs-0.4: .... done [head-i386-default-job-13] | | `-- Extracting libxcb-1.13.1: .......... done [head-i386-default-job-13] | `-- Extracting libX11-1.6.7,1: .......... done [head-i386-default-job-13] | `-- Installing libXext-1.3.3_3,1... [head-i386-default-job-13] | `-- Extracting libXext-1.3.3_3,1: .......... done [head-i386-default-job-13] | `-- Installing libXrender-0.9.10_2... [head-i386-default-job-13] | `-- Extracting libXrender-0.9.10_2: .......... done [head-i386-default-job-13] | `-- Installing mesa-libs-18.3.2... [head-i386-default-job-13] | | `-- Installing libXdamage-1.1.4_5... [head-i386-default-job-13] | | `-- Installing libXfixes-5.0.3_2... [head-i386-default-job-13] | | `-- Extracting libXfixes-5.0.3_2: .......... done [head-i386-default-job-13] | | `-- Extracting libXdamage-1.1.4_5: ......... done [head-i386-default-job-13] | | `-- Installing libXxf86vm-1.1.4_3... [head-i386-default-job-13] | | `-- Extracting libXxf86vm-1.1.4_3: .......... done [head-i386-default-job-13] | | `-- Installing libdrm-2.4.96,1... [head-i386-default-job-13] | | `-- Installing libpciaccess-0.13.5... [head-i386-default-job-13] | | | `-- Installing pciids-20190418... [head-i386-default-job-13] | | | `-- Extracting pciids-20190418: ..... done [head-i386-default-job-13] | | `-- Extracting libpciaccess-0.13.5: ......... done [head-i386-default-job-13] | | `-- Extracting libdrm-2.4.96,1: .......... done [head-i386-default-job-13] | | `-- Installing libunwind-20170615... [head-i386-default-job-13] | | `-- Extracting libunwind-20170615: .......... done [head-i386-default-job-13] | | `-- Installing libxshmfence-1.2_4... [head-i386-default-job-13] | | `-- Extracting libxshmfence-1.2_4: ......... done [head-i386-default-job-13] | | `-- Installing wayland-1.16.0_1... [head-i386-default-job-13] | | `-- Installing libepoll-shim-0.0.20190311... [head-i386-default-job-13] | | `-- Extracting libepoll-shim-0.0.20190311: .......... done [head-i386-default-job-13] | | `-- Extracting wayland-1.16.0_1: .......... done [head-i386-default-job-13] | `-- Extracting mesa-libs-18.3.2: .......... done [head-i386-default-job-13] | `-- Installing pixman-0.34.0_1... [head-i386-default-job-13] | `-- Extracting pixman-0.34.0_1: .......... done [head-i386-default-job-13] | `-- Installing png-1.6.37... [head-i386-default-job-13] | `-- Extracting png-1.6.37: .......... done [head-i386-default-job-13] `-- Extracting cairo-1.16.0,2: .......... done [head-i386-default-job-13] `-- Installing jpeg-turbo-2.0.2... [head-i386-default-job-13] `-- Extracting jpeg-turbo-2.0.2: .......... done [head-i386-default-job-13] `-- Installing libsvg-0.1.4_8... [head-i386-default-job-13] `-- Extracting libsvg-0.1.4_8: ...... done [head-i386-default-job-13] Extracting libsvg-cairo-0.1.6_9: ...... done Message from freetype2-2.9.1: The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/ft2-toc.html, if documentation was installed). Message from python36-3.6.8_2: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== ===> svg2png-0.1.3_6 depends on shared library: libsvg-cairo.so - found (/usr/local/lib/libsvg-cairo.so) ===> Returning to build of svg2png-0.1.3_6 =========================================================================== =================================================== ===> Configuring for svg2png-0.1.3_6 configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc3 checking how to run the C preprocessor... cpp checking for gawk... (cached) /usr/bin/awk checking for egrep... grep -E checking for ANSI C header files... (cached) yes checking for libsvg-cairo >= 0.1.6... yes checking SVG2PNG_CFLAGS... -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread checking SVG2PNG_LIBS... -L/usr/local/lib -lsvg-cairo -lsvg -lpng -ljpeg -lz -lxml2 -lcairo -lpthread configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands =========================================================================== =================================================== ===> Building for svg2png-0.1.3_6 /usr/bin/make all-recursive Making all in . Making all in src if cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT args.o -MD -MP -MF ".deps/args.Tpo" -c -o args.o args.c; then mv -f ".deps/args.Tpo" ".deps/args.Po"; else rm -f ".deps/args.Tpo"; exit 1; fi args.c:42:19: warning: unused variable 'ARGS_PROGRAM_BUG_ADDRESS' [-Wunused-const-variable] static const char ARGS_PROGRAM_BUG_ADDRESS[] = ""; ^ 1 warning generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT svg2png.o -MD -MP -MF ".deps/svg2png.Tpo" -c -o svg2png.o svg2png.c; then mv -f ".deps/svg2png.Tpo" ".deps/svg2png.Po"; else rm -f ".deps/svg2png.Tpo"; exit 1; fi svg2png.c:53:9: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration] if (strcmp (args.svg_filename, "-") == 0) { ^ svg2png.c:53:9: note: include the header or explicitly provide a declaration for 'strcmp' svg2png.c:59:36: warning: implicitly declaring library function 'strerror' with type 'char *(int)' [-Wimplicit-function-declaration] argv[0], args.svg_filename, strerror(errno)); ^ svg2png.c:59:36: note: include the header or explicitly provide a declaration for 'strerror' 2 warnings generated. cc -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong -o svg2png -L/usr/local/lib -lsvg-cairo -lsvg -lpng -ljpeg -lz -lxml2 -lcairo -lpthread args.o svg2png.o ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to atan2 ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to ceil ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to cos ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to sin ld: error: /usr/local/lib/libsvg.so: undefined reference to tan cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[3]: stopped in /wrkdirs/usr/ports/graphics/svg2png/work/svg2png-0.1.3/src *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/graphics/svg2png/work/svg2png-0.1.3 *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/graphics/svg2png/work/svg2png-0.1.3 *** Error code 1 Stop. make: stopped in /usr/ports/graphics/svg2png From owner-freebsd-gnome@freebsd.org Sun May 12 16:49:36 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F3CC159BE23 for ; Sun, 12 May 2019 16:49:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EAD9277BB4 for ; Sun, 12 May 2019 16:49:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 93827159BE20; Sun, 12 May 2019 16:49:35 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F64B159BE1E for ; Sun, 12 May 2019 16:49:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0561677BB2 for ; Sun, 12 May 2019 16:49:35 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 3AF821D16D for ; Sun, 12 May 2019 16:49:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4CGnYBc099702 for ; Sun, 12 May 2019 16:49:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4CGnYle099701 for gnome@FreeBSD.org; Sun, 12 May 2019 16:49:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237849] deskutils&mate-utils fails to build Date: Sun, 12 May 2019 16:49:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Only Me X-Bugzilla-Who: w.schwarzenfeld@utanet.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to short_desc Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 16:49:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237849 w.schwarzenfeld@utanet.at changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |w.schwarzenfeld@utanet.at Assignee|ports-bugs@FreeBSD.org |gnome@FreeBSD.org Summary|mate-utils + inkscape + |deskutils&mate-utils fails |imagemagick |to build --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Sun May 12 16:49:50 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C961159BE52 for ; Sun, 12 May 2019 16:49:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC6077BEC for ; Sun, 12 May 2019 16:49:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5DC33159BE51; Sun, 12 May 2019 16:49:49 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C501159BE50 for ; Sun, 12 May 2019 16:49:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF4AB77BEB for ; Sun, 12 May 2019 16:49:48 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 2B0381D170 for ; Sun, 12 May 2019 16:49:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4CGnm4H099920 for ; Sun, 12 May 2019 16:49:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4CGnmCo099919 for gnome@FreeBSD.org; Sun, 12 May 2019 16:49:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237849] deskutils/mate-utils fails to build Date: Sun, 12 May 2019 16:49:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Only Me X-Bugzilla-Who: w.schwarzenfeld@utanet.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 16:49:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237849 w.schwarzenfeld@utanet.at changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|deskutils&mate-utils fails |deskutils/mate-utils fails |to build |to build --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Sun May 12 21:00:34 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D97615A21DA for ; Sun, 12 May 2019 21:00:34 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 38CA98AD31 for ; Sun, 12 May 2019 21:00:34 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id EDF5D15A21CB; Sun, 12 May 2019 21:00:33 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1BBB15A21C6 for ; Sun, 12 May 2019 21:00:33 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34EC88AD1A for ; Sun, 12 May 2019 21:00:33 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 7E5D91F528 for ; Sun, 12 May 2019 21:00:32 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4CL0Wr2040454 for ; Sun, 12 May 2019 21:00:32 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4CL0WVk040453 for gnome@FreeBSD.org; Sun, 12 May 2019 21:00:32 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201905122100.x4CL0WVk040453@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: gnome@FreeBSD.org Subject: Problem reports for gnome@FreeBSD.org that need special attention Date: Sun, 12 May 2019 21:00:32 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 21:00:34 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 220975 | editors/abiword: Fails to build with GRAMMAR opti Open | 225378 | devel/glib20: Fix mime search path when LOCALBASE Open | 232073 | graphics/inkscape 0.92.3_3 crash after start, bun Open | 234033 | x11/libxklavier: depend directly on gettext-runti New | 224921 | devel/gnome-vfs does NOT need Kerberos (not neede Open | 207243 | [exp-run] devel/glib20 and friends c++ bindings u New | 237846 | graphics/poppler: Update to 0.76.1 In Progress | 214338 | [PATCH] devel/glib20: new kqueue() backend for fi Open | 226122 | editors/focuswriter: Update to 1.6.10 (committed) 9 problems total for which you should take action. From owner-freebsd-gnome@freebsd.org Sun May 12 21:39:57 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC27215A35F6 for ; Sun, 12 May 2019 21:39:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2E48C526 for ; Sun, 12 May 2019 21:39:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id F367B15A35F5; Sun, 12 May 2019 21:39:56 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E119215A35F4 for ; Sun, 12 May 2019 21:39:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CF358C525 for ; Sun, 12 May 2019 21:39:56 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id BEAD81FB6E for ; Sun, 12 May 2019 21:39:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4CLdtp4048359 for ; Sun, 12 May 2019 21:39:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4CLdtD2048358 for gnome@FreeBSD.org; Sun, 12 May 2019 21:39:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237849] deskutils/mate-utils fails to build Date: Sun, 12 May 2019 21:39:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Only Me X-Bugzilla-Who: ericbsd@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 21:39:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237849 Eric Turgeon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ericbsd@FreeBSD.org --- Comment #1 from Eric Turgeon --- When the release a new package I will make the update, but for now it is not available. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Sun May 12 21:45:42 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C16F15A3809 for ; Sun, 12 May 2019 21:45:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D7E818C88E for ; Sun, 12 May 2019 21:45:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9581B15A3806; Sun, 12 May 2019 21:45:41 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8448E15A3805 for ; Sun, 12 May 2019 21:45:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22ED88C889 for ; Sun, 12 May 2019 21:45:41 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 647661FCD1 for ; Sun, 12 May 2019 21:45:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4CLjew1065459 for ; Sun, 12 May 2019 21:45:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4CLjeNF065458 for gnome@FreeBSD.org; Sun, 12 May 2019 21:45:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 226122] editors/focuswriter: Update to 1.6.10 (committed). Fix cached icons (de)installation Date: Sun, 12 May 2019 21:45:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mat@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 21:45:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226122 Mathieu Arnold changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190912|maintainer-approval?(portmg | Flags|r@FreeBSD.org) | --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-gnome@freebsd.org Mon May 13 04:59:10 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 027FC15AB25D for ; Mon, 13 May 2019 04:59:10 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 823AD96F0A for ; Mon, 13 May 2019 04:59:09 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 45AFF15AB25A; Mon, 13 May 2019 04:59:09 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1FAA15AB259; Mon, 13 May 2019 04:59:08 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A37B096F09; Mon, 13 May 2019 04:59:08 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy11.nyi.freebsd.org (beefy11.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ee]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CB6551AB; Mon, 13 May 2019 04:59:08 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy11.nyi.freebsd.org (localhost [127.0.0.1]) by beefy11.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4D4x8Oo037589; Mon, 13 May 2019 04:59:08 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy11.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x4D4x80C037587; Mon, 13 May 2019 04:59:08 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Mon, 13 May 2019 04:59:08 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201905130459.x4D4x80C037587@beefy11.nyi.freebsd.org> To: gnome@FreeBSD.org Subject: [package - head-i386-default][graphics/atril-lite] Failed for atril-lite-1.22.1 in package Cc: pkg-fallout@FreeBSD.org X-Rspamd-Queue-Id: A37B096F09 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 04:59:10 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: ericbsd@FreeBSD.org Ident: $FreeBSD: head/graphics/atril-lite/Makefile 483847 2018-11-02 20:26:44Z ericbsd $ Log URL: http://beefy11.nyi.freebsd.org/data/head-i386-default/p501351_s347498/logs/atril-lite-1.22.1.log Build URL: http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p501351_s347498 Log: =>> Building graphics/atril-lite build started at Mon May 13 04:53:34 UTC 2019 port directory: /usr/ports/graphics/atril-lite package name: atril-lite-1.22.1 building for: FreeBSD head-i386-default-job-20 13.0-CURRENT FreeBSD 13.0-CURRENT 1300024 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/atril-lite/Makefile 483847 2018-11-02 20:26:44Z ericbsd $ Poudriere version: 3.2.8-4-g701d8fe1 Host OSVERSION: 1300018 Jail OSVERSION: 1300024 Job Id: 20 !!! Jail is newer than host. (Jail: 1300024, Host: 1300018) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1300024 UNAME_v=FreeBSD 13.0-CURRENT 1300024 UNAME_r=13.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-4-g701d8fe1 MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for atril-lite-1.22.1: COMICS=on: Comic book archives support DJVU=on: DJVU support DVI=off: DVI viewer support EPUB=on: Epub support KEYRING=on: Keyring support T1LIB=off: T1LIB for TYPE1 fonts to DVI (Enables DVI) XPS=on: XPS support ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- gnome@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --disable-static --with-gtk=3.0 --disable-thumbnailer --without-matedesktop --disable-previewer --disable-caja --enable-comics --disable-dbus --enable-djvu --disable-dvi --enable-epub --with-keyring --disable-t1lib --enable-xps --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/atril-lite/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/atril-lite/work HOME=/wrkdirs/usr/ports/graphics/atril-lite/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/graphics/atril-lite/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/atril-lite/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/atril-lite/work HOME=/wrkdirs/usr/ports/graphics/atril-lite/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/graphics/atril-lite/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-I/usr/local/include -isystem /usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector-strong " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_I NSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- CAJA="@comment " NO_CAJA="" COMICS="" NO_COMICS="@comment " DBUS="@comment " NO_DBUS="" DJVU="" NO_DJVU="@comment " DVI="@comment " NO_DVI="" EPUB="" NO_EPUB="@comment " KEYRING="" NO_KEYRING="@comment " T1LIB="@comment " NO_T1LIB="" XPS="" NO_XPS="@comment " GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/atril" EXAMPLESDIR="share/examples/atril" DATADIR="share/atril" WWWDIR="www/atril" ETCDIR="etc/atril" --End PLIST_SUB-- --SUB_LIST-- CAJA="@comment " NO_CAJA="" COMICS="" NO_COMICS="@comment " DBUS="@comment " NO_DBUS="" DJVU="" NO_DJVU="@comment " DVI="@comment " NO_DVI="" EPUB="" NO_EPUB="@comment " KEYRING="" NO_KEYRING="@comment " T1LIB="@comment " NO_T1LIB="" XPS="" NO_XPS="@comment " PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/atril DOCSDIR=/usr/local/share/doc/atril EXAMPLESDIR=/usr/local/share/examples/atril WWWDIR=/usr/local/www/atril ETCDIR=/usr/local/etc/atril --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300024 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License GPLv2+ accepted by the user =========================================================================== =================================================== ===> atril-lite-1.22.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz [head-i386-default-job-20] Installing pkg-1.10.5_5... [head-i386-default-job-20] Extracting pkg-1.10.5_5: .......... done ===> atril-lite-1.22.1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of atril-lite-1.22.1 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2+ accepted by the user ===> Fetching all distfiles required by atril-lite-1.22.1 for building =========================================================================== =================================================== ===> License GPLv2+ accepted by the user ===> Fetching all distfiles required by atril-lite-1.22.1 for building => SHA256 Checksum OK for mate/atril-1.22.1.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2+ accepted by the user ===> Fetching all distfiles required by atril-lite-1.22.1 for building install -m 0644 eo/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/eo/atril/index.docbook install -m 0644 eo/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/eo/atril/legal.xml install -m 0644 el/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/el/atril/index.docbook install -m 0644 el/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/el/atril/legal.xml install -m 0644 et/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/et/atril/index.docbook install -m 0644 et/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/et/atril/legal.xml install -m 0644 eu/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/eu/atril/index.docbook install -m 0644 eu/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/eu/atril/legal.xml install -m 0644 es/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/es/atril/index.docbook install -m 0644 es/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/es/atril/legal.xml install -m 0644 da/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/da/atril/index.docbook install -m 0644 da/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/da/atril/legal.xml install -m 0644 de/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/de/atril/index.docbook install -m 0644 de/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/de/atril/legal.xml install -m 0644 dz/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/dz/atril/index.docbook install -m 0644 dz/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/dz/atril/legal.xml install -m 0644 cs/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/cs/atril/index.docbook install -m 0644 cs/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/cs/atril/legal.xml install -m 0644 cy/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/cy/atril/index.docbook install -m 0644 cy/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/cy/atril/legal.xml install -m 0644 ca/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ca/atril/index.docbook install -m 0644 ca/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ca/atril/legal.xml install -m 0644 bg/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/bg/atril/index.docbook install -m 0644 bg/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/bg/atril/legal.xml install -m 0644 be/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/be/atril/index.docbook install -m 0644 be/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/be/atril/legal.xml install -m 0644 bn/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/bn/atril/index.docbook install -m 0644 bn/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/bn/atril/legal.xml install -m 0644 bs/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/bs/atril/index.docbook install -m 0644 bs/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/bs/atril/legal.xml install -m 0644 br/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/br/atril/index.docbook install -m 0644 br/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/br/atril/legal.xml install -m 0644 az/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/az/atril/index.docbook install -m 0644 az/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/az/atril/legal.xml install -m 0644 ar/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ar/atril/index.docbook install -m 0644 ar/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ar/atril/legal.xml install -m 0644 as/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/as/atril/index.docbook install -m 0644 as/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/as/atril/legal.xml install -m 0644 am/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/am/atril/index.docbook install -m 0644 am/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/am/atril/legal.xml install -m 0644 af/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/af/atril/index.docbook install -m 0644 af/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/af/atril/legal.xml install -m 0644 cmn/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/cmn/atril/index.docbook install -m 0644 cmn/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/cmn/atril/legal.xml install -m 0644 crh/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/crh/atril/index.docbook install -m 0644 crh/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/crh/atril/legal.xml install -m 0644 ku_IQ/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ku_IQ/atril/index.docbook install -m 0644 ku_IQ/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ku_IQ/atril/legal.xml install -m 0644 mai/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/mai/atril/index.docbook install -m 0644 mai/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/mai/atril/legal.xml install -m 0644 nso/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/nso/atril/index.docbook install -m 0644 nso/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/nso/atril/legal.xml install -m 0644 en_GB/index.docbook /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/en_GB/atril/index.docbook install -m 0644 en_GB/legal.xml /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/en_GB/atril/legal.xml install -m 0644 ./C/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/C/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/en_AU/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ast/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ca@valencia/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/en_CA/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/nds/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/fur/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/zh_HK/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/pt_BR/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/zh_CN/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/sr@latin/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/kab/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/zu/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/yo/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/xh/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/wa/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/vi/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/uz/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ur/atril/figures/atril_start_window.png install -m 0644 ./uk/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/uk/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ug/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/tr/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ta/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/te/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/th/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/zh_TW/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/sl/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/si/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/sk/atril/figures/atril_start_window.png install -m 0644 ./sv/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/sv/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/sq/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/sr/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/rw/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ru/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ro/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/pt/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ps/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/pl/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/pa/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/or/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/oc/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/nb/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ne/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/nn/atril/figures/atril_start_window.png install -m 0644 ./nl/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/nl/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/mr/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ms/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/mg/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/mn/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ml/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/mk/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/lt/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/lv/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ky/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ku/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ks/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/kn/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ko/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/kk/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ka/atril/figures/atril_start_window.png install -m 0644 ./ja/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ja/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ia/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ig/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/id/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/is/atril/figures/atril_start_window.png install -m 0644 ./it/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/it/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/es_AR/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/hu/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/hr/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/hy/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/he/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ha/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/hi/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/gl/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ga/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/gu/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/es_CO/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/es_CL/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/fy/atril/figures/atril_start_window.png install -m 0644 ./fr/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/fr/atril/figures/atril_start_window.png install -m 0644 ./fi/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/fi/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/fa/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/bn_IN/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/eo/atril/figures/atril_start_window.png install -m 0644 ./el/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/el/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/et/atril/figures/atril_start_window.png install -m 0644 ./eu/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/eu/atril/figures/atril_start_window.png install -m 0644 ./es/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/es/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/da/atril/figures/atril_start_window.png install -m 0644 ./de/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/de/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/dz/atril/figures/atril_start_window.png install -m 0644 ./cs/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/cs/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/cy/atril/figures/atril_start_window.png install -m 0644 ./ca/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ca/atril/figures/atril_start_window.png install -m 0644 ./bg/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/bg/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/be/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/bn/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/bs/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/br/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/az/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ar/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/as/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/am/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/af/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/cmn/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/crh/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/ku_IQ/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/mai/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/nso/atril/figures/atril_start_window.png ln -s -f /usr/local/share/help/C/atril/figures/atril_start_window.png /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/help/en_GB/atril/figures/atril_start_window.png gmake[5]: Leaving directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1/help' gmake[4]: Leaving directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1/help' gmake[3]: Leaving directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1/help' Making install in test gmake[3]: Entering directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1/test' gmake[4]: Entering directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1/test' gmake[4]: Nothing to be done for 'install-exec-am'. gmake[4]: Nothing to be done for 'install-data-am'. gmake[4]: Leaving directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1/test' gmake[3]: Leaving directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1/test' gmake[3]: Entering directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1' gmake[4]: Entering directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1' gmake[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/include/atril/1.5.0' install -m 0644 atril-document.h atril-view.h '/wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/include/atril/1.5.0' /bin/mkdir -p '/wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/libdata/pkgconfig' install -m 0644 atril-document-1.5.0.pc atril-view-1.5.0.pc '/wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/libdata/pkgconfig' gmake[4]: Leaving directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1' gmake[3]: Leaving directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1' gmake[2]: Leaving directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1' gmake[1]: Leaving directory '/wrkdirs/usr/ports/graphics/atril-lite/work/atril-1.22.1' ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for atril-lite-1.22.1 pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/bin/atril-previewer:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/bin/atril-thumbnailer:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/libexec/atrild:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/man/man1/atril-previewer.1.gz:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/man/man1/atril-thumbnailer.1.gz:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/dbus-1/services/org.mate.atril.Daemon.service:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/atril-lite/work/stage/usr/local/share/thumbnailers/atril.thumbnailer:No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/graphics/atril-lite From owner-freebsd-gnome@freebsd.org Mon May 13 05:13:17 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A45B15AC302 for ; Mon, 13 May 2019 05:13:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 25F7A97A3B for ; Mon, 13 May 2019 05:13:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D7BE715AC2FE; Mon, 13 May 2019 05:13:16 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B90D15AC2FC for ; Mon, 13 May 2019 05:13:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14A0597A37 for ; Mon, 13 May 2019 05:13:16 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 4B2B34036 for ; Mon, 13 May 2019 05:13:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4D5DFOL023317 for ; Mon, 13 May 2019 05:13:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4D5DFrf023314 for gnome@FreeBSD.org; Mon, 13 May 2019 05:13:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237865] sysutils/mate-system-monitor Date: Mon, 13 May 2019 05:13:13 +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 Only Me X-Bugzilla-Who: davidheinrichplanner@googlemail.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 attachments.created 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 05:13:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237865 Bug ID: 237865 Summary: sysutils/mate-system-monitor Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: davidheinrichplanner@googlemail.com Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) Created attachment 204346 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204346&action= =3Dedit pkg info Hi, i have some problems to update mate-system-monitor port.=20 uname -a FreeBSD wst00029 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64 ine -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes=20=20= =20=20 -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -O2 -p= ipe=20 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing= =20=20 -fstack-protector-strong -o msm-kill msm_kill-msm_execute_helper.o -L/usr/local/lib -lglib-2.0 -lintl -lutil libtool: link: cc -DCOMMAND=3D\"kill\" -Wall -Winline -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -fstack-protector-strong -o msm-kill msm_kill-msm_execute_helper.o -L/usr/local/lib -lglib-2.0 -lintl -lutil gmake[3]: Leaving directory '/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.1/to= ols' Making all in help gmake[3]: Entering directory '/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.1/he= lp' if ! test -d "ku/"; then mkdir "ku/"; fi msgfmt -o "ku/ku.mo" "ku/ku.po" if ! test -d "ku/"; then mkdir "ku/"; fi if test -d "C"; then d=3D"../"; else d=3D"/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.= 1/help/"; fi; \ mo=3D"ku/ku.mo"; \ if test -f "${mo}"; then mo=3D"../${mo}"; else mo=3D"/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22= .1/help/${mo}"; fi; \ (cd "ku/" && itstool -m "${mo}" ${d}/C/index.docbook ${d}/C/legal.xml) && \ touch "ku/ku.stamp" Traceback (most recent call last): File "/usr/local/bin/itstool", line 27, in import libxml2 ImportError: No module named libxml2 gmake[3]: *** [Makefile:565: ku/ku.stamp] Error 1 gmake[3]: Leaving directory '/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.1/he= lp' gmake[2]: *** [Makefile:618: all-recursive] Error 1 gmake[2]: Leaving directory '/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.1' gmake[1]: *** [Makefile:442: all] Error 2 gmake[1]: Leaving directory '/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.1' *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/mate-system-monitor =3D=3D=3D>>> make build failed for sysutils/mate-system-monitor =3D=3D=3D>>> Aborting update =3D=3D=3D>>> You can restart from the point of failure with this command li= ne: portmaster sysutils/mate-system-monitor=20 This command has been saved to /tmp/portmasterfail.txt --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Mon May 13 05:13:17 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAA7415AC2FF for ; Mon, 13 May 2019 05:13:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 858D997A39 for ; Mon, 13 May 2019 05:13:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 45EE915AC2F9; Mon, 13 May 2019 05:13:16 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09E3715AC2F7 for ; Mon, 13 May 2019 05:13:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 959D297A2F for ; Mon, 13 May 2019 05:13:15 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D24B54035 for ; Mon, 13 May 2019 05:13:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4D5DEeh023309 for ; Mon, 13 May 2019 05:13:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4D5DEFQ023308 for gnome@FreeBSD.org; Mon, 13 May 2019 05:13:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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 237865] sysutils/mate-system-monitor Date: Mon, 13 May 2019 05:13:13 +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 Only Me 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.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 05:13:17 -0000 Bugzilla Automation has asked freebsd-gnome mailing = list for maintainer-feedback: Bug 237865: sysutils/mate-system-monitor https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237865 --- Description --- Hi, i have some problems to update mate-system-monitor port.=20 uname -a FreeBSD wst00029 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64 ine -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes=09=20 -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -O2 -p= ipe=20 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing= =20=20 -fstack-protector-strong -o msm-kill msm_kill-msm_execute_helper.o -L/usr/local/lib -lglib-2.0 -lintl -lutil libtool: link: cc -DCOMMAND=3D\"kill\" -Wall -Winline -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -fstack-protector-strong -o msm-kill msm_kill-msm_execute_helper.o -L/usr/local/lib -lglib-2.0 -lintl -lutil gmake[3]: Leaving directory '/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.1/to= ols' Making all in help gmake[3]: Entering directory '/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.1/he= lp' if ! test -d "ku/"; then mkdir "ku/"; fi msgfmt -o "ku/ku.mo" "ku/ku.po" if ! test -d "ku/"; then mkdir "ku/"; fi if test -d "C"; then d=3D"../"; else d=3D"/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.= 1/help /"; fi; \ mo=3D"ku/ku.mo"; \ if test -f "${mo}"; then mo=3D"../${mo}"; else mo=3D"/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22= .1/hel p/${mo}"; fi; \ (cd "ku/" && itstool -m "${mo}" ${d}/C/index.docbook ${d}/C/legal.xml) && \ touch "ku/ku.stamp" Traceback (most recent call last): File "/usr/local/bin/itstool", line 27, in import libxml2 ImportError: No module named libxml2 gmake[3]: *** [Makefile:565: ku/ku.stamp] Error 1 gmake[3]: Leaving directory '/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.1/he= lp' gmake[2]: *** [Makefile:618: all-recursive] Error 1 gmake[2]: Leaving directory '/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.1' gmake[1]: *** [Makefile:442: all] Error 2 gmake[1]: Leaving directory '/usr/ports/sysutils/mate-system-monitor/work/mate-system-monitor-1.22.1' *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/mate-system-monitor =3D=3D=3D>>> make build failed for sysutils/mate-system-monitor =3D=3D=3D>>> Aborting update =3D=3D=3D>>> You can restart from the point of failure with this command li= ne: portmaster sysutils/mate-system-monitor=20 This command has been saved to /tmp/portmasterfail.txt From owner-freebsd-gnome@freebsd.org Mon May 13 05:45:34 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D4C615ACA91 for ; Mon, 13 May 2019 05:45:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 37C4169ADD for ; Mon, 13 May 2019 05:45:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EF6BD15ACA90; Mon, 13 May 2019 05:45:33 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDE2C15ACA8F for ; Mon, 13 May 2019 05:45:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BA5569ADC for ; Mon, 13 May 2019 05:45:33 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D201A4499 for ; Mon, 13 May 2019 05:45:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4D5jWtB088618 for ; Mon, 13 May 2019 05:45:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4D5jW3u088617 for gnome@FreeBSD.org; Mon, 13 May 2019 05:45:32 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237865] sysutils/mate-system-monitor: Fails to build: ImportError: No module named libxml2 Date: Mon, 13 May 2019 05:45:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: flagtypes.name bug_status keywords short_desc bug_severity Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 05:45:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237865 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |merge-quarterly? Status|New |Open Keywords| |needs-patch, needs-qa Summary|sysutils/mate-system-monito |sysutils/mate-system-monito |r |r: Fails to build: | |ImportError: No module | |named libxml2 Severity|Affects Only Me |Affects Some People --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Mon May 13 06:10:04 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10CC615ACE88 for ; Mon, 13 May 2019 06:10:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A0A346A368 for ; Mon, 13 May 2019 06:10:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 616D815ACE87; Mon, 13 May 2019 06:10:03 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D3EA15ACE86 for ; Mon, 13 May 2019 06:10:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC37C6A366 for ; Mon, 13 May 2019 06:10:02 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 2F0CC4780 for ; Mon, 13 May 2019 06:10:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4D6A2qE030521 for ; Mon, 13 May 2019 06:10:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4D6A2nT030517 for gnome@FreeBSD.org; Mon, 13 May 2019 06:10:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237822] x11-toolkits/pango version 1.42.4_2 fails to build: Unknown variable "xft_dep" Date: Mon, 13 May 2019 06:09:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Many People X-Bugzilla-Who: greg@craftyclan.no-ip.biz 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: cc Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 06:10:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237822 Greg Cunningham changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |greg@craftyclan.no-ip.biz --- Comment #7 from Greg Cunningham --- I'm getting the same error on several 12.0-RELEASE instances. Un-selecting= =20 [ ] DOCS ... allowed it to build. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Mon May 13 09:34:41 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0E4D1588EE1 for ; Mon, 13 May 2019 09:34:40 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B118271385 for ; Mon, 13 May 2019 09:34:39 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6E8501588EDD; Mon, 13 May 2019 09:34:39 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84F461588EDC; Mon, 13 May 2019 09:34:38 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3527C71382; Mon, 13 May 2019 09:34:38 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy11.nyi.freebsd.org (beefy11.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ee]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9E108023; Mon, 13 May 2019 09:34:37 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy11.nyi.freebsd.org (localhost [127.0.0.1]) by beefy11.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4D9Yb2h038740; Mon, 13 May 2019 09:34:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy11.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x4D9YbjJ038738; Mon, 13 May 2019 09:34:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Mon, 13 May 2019 09:34:37 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201905130934.x4D9YbjJ038738@beefy11.nyi.freebsd.org> To: gnome@FreeBSD.org Subject: [package - head-i386-default][textproc/link-grammar] Failed for link-grammar-5.4.4_3 in build Cc: pkg-fallout@FreeBSD.org X-Rspamd-Queue-Id: 3527C71382 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 09:34:41 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: jbeich@FreeBSD.org Ident: $FreeBSD: head/textproc/link-grammar/Makefile 490671 2019-01-18 21:14:41Z jbeich $ Log URL: http://beefy11.nyi.freebsd.org/data/head-i386-default/p501351_s347498/logs/link-grammar-5.4.4_3.log Build URL: http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p501351_s347498 Log: =>> Building textproc/link-grammar build started at Mon May 13 09:32:13 UTC 2019 port directory: /usr/ports/textproc/link-grammar package name: link-grammar-5.4.4_3 building for: FreeBSD head-i386-default-job-09 13.0-CURRENT FreeBSD 13.0-CURRENT 1300024 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/textproc/link-grammar/Makefile 490671 2019-01-18 21:14:41Z jbeich $ Poudriere version: 3.2.8-4-g701d8fe1 Host OSVERSION: 1300018 Jail OSVERSION: 1300024 Job Id: 09 !!! Jail is newer than host. (Jail: 1300024, Host: 1300018) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1300024 UNAME_v=FreeBSD 13.0-CURRENT 1300024 UNAME_r=13.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-4-g701d8fe1 MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for link-grammar-5.4.4_3: DOCS=on: Build and/or install documentation EDITLINE=on: Command line editing JAVA=off: Java platform support PERL=off: Perl scripting language support PYTHON=off: Python bindings or support SAT_SOLVER=on: Use boolean SAT parser TOKENIZER=off: Use the regex word splitter (a demo) ====> Options available for the multi SPELL: you have to choose at least one of them ASPELL=off: Spell checking support via GNU Aspell HUNSPELL=on: Spell checking support via Hunspell ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- gnome@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --disable-aspell --enable-editline --enable-hunspell --disable-java-bindings --disable-perl-bindings --disable-python-bindings --enable-sat-solver --disable-regex-tokenizer --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work HOME=/wrkdirs/usr/ports/textproc/link-grammar/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/link-grammar/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work HOME=/wrkdirs/usr/ports/textproc/link-grammar/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/link-grammar/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector-strong " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_D ATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- VERSION=5.4.4 PORTDOCS="" ASPELL="@comment " NO_ASPELL="" DOCS="" NO_DOCS="@comment " EDITLINE="" NO_EDITLINE="@comment " HUNSPELL="" NO_HUNSPELL="@comment " JAVA="@comment " NO_JAVA="" PERL="@comment " NO_PERL="" PYTHON="@comment " NO_PYTHON="" SAT_SOLVER="" NO_SAT_SOLVER="@comment " TOKENIZER="@comment " NO_TOKENIZER="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/link-grammar" EXAMPLESDIR="share/examples/link-grammar" DATADIR="share/link-grammar" WWWDIR="www/link-grammar" ETCDIR="etc/link-grammar" --End PLIST_SUB-- --SUB_LIST-- ASPELL="@comment " NO_ASPELL="" DOCS="" NO_DOCS="@comment " EDITLINE="" NO_EDITLINE="@comment " HUNSPELL="" NO_HUNSPELL="@comment " JAVA="@comment " NO_JAVA="" PERL="@comment " NO_PERL="" PYTHON="@comment " NO_PYTHON="" SAT_SOLVER="" NO_SAT_SOLVER="@comment " TOKENIZER="@comment " NO_TOKENIZER="" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/link-grammar DOCSDIR=/usr/local/share/doc/link-grammar EXAMPLESDIR=/usr/local/share/examples/link-grammar WWWDIR=/usr/local/www/link-grammar ETCDIR=/usr/local/etc/link-grammar --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300024 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License GPLv2 accepted by the user =========================================================================== =================================================== ===> link-grammar-5.4.4_3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz [head-i386-default-job-09] Installing pkg-1.10.5_5... [head-i386-default-job-09] Extracting pkg-1.10.5_5: .......... done ===> link-grammar-5.4.4_3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of link-grammar-5.4.4_3 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by link-grammar-5.4.4_3 for building =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by link-grammar-5.4.4_3 for building => SHA256 Checksum OK for link-grammar-5.4.4.tar.gz. =========================================================================== =================================================== =========================================================================== mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/preparation.lo -MD -MP -MF parse/.deps/preparation.Tpo -c parse/preparation.c -fPIC -DPIC -o parse/.libs/preparation.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/preparation.lo -MD -MP -MF parse/.deps/preparation.Tpo -c parse/preparation.c -o parse/preparation.o >/dev/null 2>&1 depbase=`echo parse/prune.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/prune.lo -MD -MP -MF $depbase.Tpo -c -o parse/prune.lo parse/prune.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/prune.lo -MD -MP -MF parse/.deps/prune.Tpo -c parse/prune.c -fPIC -DPIC -o parse/.libs/prune.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/prune.lo -MD -MP -MF parse/.deps/prune.Tpo -c parse/prune.c -o parse/prune.o >/dev/null 2>&1 depbase=`echo post-process/constituents.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/constituents.lo -MD -MP -MF $depbase.Tpo -c -o post-process/constituents.lo post-process/constituents.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/constituents.lo -MD -MP -MF post-process/.deps/constituents.Tpo -c post-process/constituents.c -fPIC -DPIC -o post-process/.libs/constituents.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/constituents.lo -MD -MP -MF post-process/.deps/constituents.Tpo -c post-process/constituents.c -o post-process/constituents.o >/dev/null 2>&1 depbase=`echo post-process/post-process.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/post-process.lo -MD -MP -MF $depbase.Tpo -c -o post-process/post-process.lo post-process/post-process.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/post-process.lo -MD -MP -MF post-process/.deps/post-process.Tpo -c post-process/post-process.c -fPIC -DPIC -o post-process/.libs/post-process.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/post-process.lo -MD -MP -MF post-process/.deps/post-process.Tpo -c post-process/post-process.c -o post-process/post-process.o >/dev/null 2>&1 depbase=`echo post-process/pp_knowledge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_knowledge.lo -MD -MP -MF $depbase.Tpo -c -o post-process/pp_knowledge.lo post-process/pp_knowledge.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_knowledge.lo -MD -MP -MF post-process/.deps/pp_knowledge.Tpo -c post-process/pp_knowledge.c -fPIC -DPIC -o post-process/.libs/pp_knowledge.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_knowledge.lo -MD -MP -MF post-process/.deps/pp_knowledge.Tpo -c post-process/pp_knowledge.c -o post-process/pp_knowledge.o >/dev/null 2>&1 depbase=`echo post-process/pp_lexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I../link-grammar/post-process -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_lexer.lo -MD -MP -MF $depbase.Tpo -c -o post-process/pp_lexer.lo post-process/pp_lexer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I../link-grammar/post-process -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_lexer.lo -MD -MP -MF post-process/.deps/pp_lexer.Tpo -c post-process/pp_lexer.c -fPIC -DPIC -o post-process/.libs/pp_lexer.o ./../link-grammar/post-process/pp_lexer.c:1080:3: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned int') and 'int' [-Wsign-compare] YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../link-grammar/post-process/pp_lexer.c:630:18: note: expanded from macro 'YY_INPUT' for ( n = 0; n < max_size && \ ~ ^ ~~~~~~~~ 1 warning generated. libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I../link-grammar/post-process -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_lexer.lo -MD -MP -MF post-process/.deps/pp_lexer.Tpo -c post-process/pp_lexer.c -o post-process/pp_lexer.o >/dev/null 2>&1 depbase=`echo post-process/pp_linkset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_linkset.lo -MD -MP -MF $depbase.Tpo -c -o post-process/pp_linkset.lo post-process/pp_linkset.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_linkset.lo -MD -MP -MF post-process/.deps/pp_linkset.Tpo -c post-process/pp_linkset.c -fPIC -DPIC -o post-process/.libs/pp_linkset.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_linkset.lo -MD -MP -MF post-process/.deps/pp_linkset.Tpo -c post-process/pp_linkset.c -o post-process/pp_linkset.o >/dev/null 2>&1 depbase=`echo prepare/build-disjuncts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/build-disjuncts.lo -MD -MP -MF $depbase.Tpo -c -o prepare/build-disjuncts.lo prepare/build-disjuncts.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/build-disjuncts.lo -MD -MP -MF prepare/.deps/build-disjuncts.Tpo -c prepare/build-disjuncts.c -fPIC -DPIC -o prepare/.libs/build-disjuncts.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/build-disjuncts.lo -MD -MP -MF prepare/.deps/build-disjuncts.Tpo -c prepare/build-disjuncts.c -o prepare/build-disjuncts.o >/dev/null 2>&1 depbase=`echo prepare/expand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/expand.lo -MD -MP -MF $depbase.Tpo -c -o prepare/expand.lo prepare/expand.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/expand.lo -MD -MP -MF prepare/.deps/expand.Tpo -c prepare/expand.c -fPIC -DPIC -o prepare/.libs/expand.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/expand.lo -MD -MP -MF prepare/.deps/expand.Tpo -c prepare/expand.c -o prepare/expand.o >/dev/null 2>&1 depbase=`echo prepare/exprune.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/exprune.lo -MD -MP -MF $depbase.Tpo -c -o prepare/exprune.lo prepare/exprune.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/exprune.lo -MD -MP -MF prepare/.deps/exprune.Tpo -c prepare/exprune.c -fPIC -DPIC -o prepare/.libs/exprune.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/exprune.lo -MD -MP -MF prepare/.deps/exprune.Tpo -c prepare/exprune.c -o prepare/exprune.o >/dev/null 2>&1 depbase=`echo print/print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print.lo -MD -MP -MF $depbase.Tpo -c -o print/print.lo print/print.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print.lo -MD -MP -MF print/.deps/print.Tpo -c print/print.c -fPIC -DPIC -o print/.libs/print.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print.lo -MD -MP -MF print/.deps/print.Tpo -c print/print.c -o print/print.o >/dev/null 2>&1 depbase=`echo print/print-util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print-util.lo -MD -MP -MF $depbase.Tpo -c -o print/print-util.lo print/print-util.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print-util.lo -MD -MP -MF print/.deps/print-util.Tpo -c print/print-util.c -fPIC -DPIC -o print/.libs/print-util.o print/print-util.c:187:3: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] strerror_r(errno, temp_buffer+sizeof(msg)-1, TMPLEN-sizeof(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./utilities.h:67:54: note: expanded from macro 'strerror_r' #define strerror_r(errno, buf, len) abs((strcpy(buf, strerror_r (errno, buf, len)), 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/string.h:84:56: note: passing argument to parameter here char *strcpy(char * __restrict, const char * __restrict); ^ 1 warning generated. libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print-util.lo -MD -MP -MF print/.deps/print-util.Tpo -c print/print-util.c -o print/print-util.o >/dev/null 2>&1 depbase=`echo print/wcwidth.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/wcwidth.lo -MD -MP -MF $depbase.Tpo -c -o print/wcwidth.lo print/wcwidth.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/wcwidth.lo -MD -MP -MF print/.deps/wcwidth.Tpo -c print/wcwidth.c -fPIC -DPIC -o print/.libs/wcwidth.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/wcwidth.lo -MD -MP -MF print/.deps/wcwidth.Tpo -c print/wcwidth.c -o print/wcwidth.o >/dev/null 2>&1 depbase=`echo resources.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT resources.lo -MD -MP -MF $depbase.Tpo -c -o resources.lo resources.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT resources.lo -MD -MP -MF .deps/resources.Tpo -c resources.c -fPIC -DPIC -o .libs/resources.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT resources.lo -MD -MP -MF .deps/resources.Tpo -c resources.c -o resources.o >/dev/null 2>&1 depbase=`echo string-set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT string-set.lo -MD -MP -MF $depbase.Tpo -c -o string-set.lo string-set.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT string-set.lo -MD -MP -MF .deps/string-set.Tpo -c string-set.c -fPIC -DPIC -o .libs/string-set.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT string-set.lo -MD -MP -MF .deps/string-set.Tpo -c string-set.c -o string-set.o >/dev/null 2>&1 depbase=`echo tokenize/anysplit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/anysplit.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/anysplit.lo tokenize/anysplit.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/anysplit.lo -MD -MP -MF tokenize/.deps/anysplit.Tpo -c tokenize/anysplit.c -fPIC -DPIC -o tokenize/.libs/anysplit.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/anysplit.lo -MD -MP -MF tokenize/.deps/anysplit.Tpo -c tokenize/anysplit.c -o tokenize/anysplit.o >/dev/null 2>&1 depbase=`echo tokenize/spellcheck-aspell.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-aspell.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/spellcheck-aspell.lo tokenize/spellcheck-aspell.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-aspell.lo -MD -MP -MF tokenize/.deps/spellcheck-aspell.Tpo -c tokenize/spellcheck-aspell.c -fPIC -DPIC -o tokenize/.libs/spellcheck-aspell.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-aspell.lo -MD -MP -MF tokenize/.deps/spellcheck-aspell.Tpo -c tokenize/spellcheck-aspell.c -o tokenize/spellcheck-aspell.o >/dev/null 2>&1 depbase=`echo tokenize/spellcheck-hun.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-hun.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/spellcheck-hun.lo tokenize/spellcheck-hun.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-hun.lo -MD -MP -MF tokenize/.deps/spellcheck-hun.Tpo -c tokenize/spellcheck-hun.c -fPIC -DPIC -o tokenize/.libs/spellcheck-hun.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-hun.lo -MD -MP -MF tokenize/.deps/spellcheck-hun.Tpo -c tokenize/spellcheck-hun.c -o tokenize/spellcheck-hun.o >/dev/null 2>&1 depbase=`echo tokenize/regex-tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/regex-tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/regex-tokenizer.lo tokenize/regex-tokenizer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/regex-tokenizer.lo -MD -MP -MF tokenize/.deps/regex-tokenizer.Tpo -c tokenize/regex-tokenizer.c -fPIC -DPIC -o tokenize/.libs/regex-tokenizer.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/regex-tokenizer.lo -MD -MP -MF tokenize/.deps/regex-tokenizer.Tpo -c tokenize/regex-tokenizer.c -o tokenize/regex-tokenizer.o >/dev/null 2>&1 depbase=`echo tokenize/tokenize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/tokenize.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/tokenize.lo tokenize/tokenize.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/tokenize.lo -MD -MP -MF tokenize/.deps/tokenize.Tpo -c tokenize/tokenize.c -fPIC -DPIC -o tokenize/.libs/tokenize.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/tokenize.lo -MD -MP -MF tokenize/.deps/tokenize.Tpo -c tokenize/tokenize.c -o tokenize/tokenize.o >/dev/null 2>&1 depbase=`echo tokenize/wg-display.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wg-display.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/wg-display.lo tokenize/wg-display.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wg-display.lo -MD -MP -MF tokenize/.deps/wg-display.Tpo -c tokenize/wg-display.c -fPIC -DPIC -o tokenize/.libs/wg-display.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wg-display.lo -MD -MP -MF tokenize/.deps/wg-display.Tpo -c tokenize/wg-display.c -o tokenize/wg-display.o >/dev/null 2>&1 depbase=`echo tokenize/wordgraph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wordgraph.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/wordgraph.lo tokenize/wordgraph.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wordgraph.lo -MD -MP -MF tokenize/.deps/wordgraph.Tpo -c tokenize/wordgraph.c -fPIC -DPIC -o tokenize/.libs/wordgraph.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wordgraph.lo -MD -MP -MF tokenize/.deps/wordgraph.Tpo -c tokenize/wordgraph.c -o tokenize/wordgraph.o >/dev/null 2>&1 depbase=`echo utilities.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT utilities.lo -MD -MP -MF $depbase.Tpo -c -o utilities.lo utilities.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT utilities.lo -MD -MP -MF .deps/utilities.Tpo -c utilities.c -fPIC -DPIC -o .libs/utilities.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT utilities.lo -MD -MP -MF .deps/utilities.Tpo -c utilities.c -o utilities.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link cc -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -version-info 9:4:4 -export-dynamic -no-undefined -export-symbols ./link-grammar.def -fno-strict-aliasing -fstack-protector-strong -o liblink-grammar.la -rpath /usr/local/lib api.lo connectors.lo dict-common/dict-common.lo dict-common/dict-impl.lo dict-common/dict-utils.lo dict-common/file-utils.lo dict-common/idiom.lo dict-common/print-dict.lo dict-common/regex-morph.lo dict-file/dictionary.lo dict-file/read-dict.lo dict-file/read-regex.lo dict-file/word-file.lo dict-sql/read-sql.lo disjunct-utils.lo error.lo linkage/analyze-linkage.lo linkage/freeli.lo linkage/linkage.lo linkage/lisjuncts.lo linkage/sane.lo linkage/score.lo memory-pool.lo parse/count.lo parse/extract-links.lo parse/fast-match.lo parse/histogram.lo parse/parse.lo par se/preparation.lo parse/prune.lo post-process/constituents.lo post-process/post-process.lo post-process/pp_knowledge.lo post-process/pp_lexer.lo post-process/pp_linkset.lo prepare/build-disjuncts.lo prepare/expand.lo prepare/exprune.lo print/print.lo print/print-util.lo print/wcwidth.lo resources.lo string-set.lo tokenize/anysplit.lo tokenize/spellcheck-aspell.lo tokenize/spellcheck-hun.lo tokenize/regex-tokenizer.lo tokenize/tokenize.lo tokenize/wg-display.lo tokenize/wordgraph.lo utilities.lo -L/usr/local/lib -lhunspell-1.7 -L/usr/local/lib -lsqlite3 ../link-grammar/sat-solver/libsat-solver.la -lminisat -lm -L/usr/local/lib libtool: link: echo "{ global:" > .libs/liblink-grammar.so.5.4.4-ver libtool: link: sed -e "s|$|;|" < ./link-grammar.def >> .libs/liblink-grammar.so.5.4.4-ver libtool: link: echo "local: *; };" >> .libs/liblink-grammar.so.5.4.4-ver libtool: link: cc -shared -fPIC -DPIC .libs/api.o .libs/connectors.o dict-common/.libs/dict-common.o dict-common/.libs/dict-impl.o dict-common/.libs/dict-utils.o dict-common/.libs/file-utils.o dict-common/.libs/idiom.o dict-common/.libs/print-dict.o dict-common/.libs/regex-morph.o dict-file/.libs/dictionary.o dict-file/.libs/read-dict.o dict-file/.libs/read-regex.o dict-file/.libs/word-file.o dict-sql/.libs/read-sql.o .libs/disjunct-utils.o .libs/error.o linkage/.libs/analyze-linkage.o linkage/.libs/freeli.o linkage/.libs/linkage.o linkage/.libs/lisjuncts.o linkage/.libs/sane.o linkage/.libs/score.o .libs/memory-pool.o parse/.libs/count.o parse/.libs/extract-links.o parse/.libs/fast-match.o parse/.libs/histogram.o parse/.libs/parse.o parse/.libs/preparation.o parse/.libs/prune.o post-process/.libs/constituents.o post-process/.libs/post-process.o post-process/.libs/pp_knowledge.o post-process/.libs/pp_lexer.o post-process/.libs/pp_linkset.o prepare/.libs/build-disjuncts.o prepare/.l ibs/expand.o prepare/.libs/exprune.o print/.libs/print.o print/.libs/print-util.o print/.libs/wcwidth.o .libs/resources.o .libs/string-set.o tokenize/.libs/anysplit.o tokenize/.libs/spellcheck-aspell.o tokenize/.libs/spellcheck-hun.o tokenize/.libs/regex-tokenizer.o tokenize/.libs/tokenize.o tokenize/.libs/wg-display.o tokenize/.libs/wordgraph.o .libs/utilities.o -Wl,--whole-archive ../link-grammar/sat-solver/.libs/libsat-solver.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libhunspell-1.7.so -lsqlite3 -lminisat -lm -O2 -fstack-protector-strong -O3 -fstack-protector-strong -Wl,-soname -Wl,liblink-grammar.so.5 -Wl,-version-script -Wl,.libs/liblink-grammar.so.5.4.4-ver -o .libs/liblink-grammar.so.5.4.4 libtool: link: (cd ".libs" && rm -f "liblink-grammar.so.5" && ln -s "liblink-grammar.so.5.4.4" "liblink-grammar.so.5") libtool: link: (cd ".libs" && rm -f "liblink-grammar.so" && ln -s "liblink-grammar.so.5.4.4" "liblink-grammar.so") libtool: link: (cd .libs/liblink-grammar.lax/libsat-solver.a && ar x "/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-grammar/../link-grammar/sat-solver/.libs/libsat-solver.a") libtool: link: ar cru .libs/liblink-grammar.a api.o connectors.o dict-common/dict-common.o dict-common/dict-impl.o dict-common/dict-utils.o dict-common/file-utils.o dict-common/idiom.o dict-common/print-dict.o dict-common/regex-morph.o dict-file/dictionary.o dict-file/read-dict.o dict-file/read-regex.o dict-file/word-file.o dict-sql/read-sql.o disjunct-utils.o error.o linkage/analyze-linkage.o linkage/freeli.o linkage/linkage.o linkage/lisjuncts.o linkage/sane.o linkage/score.o memory-pool.o parse/count.o parse/extract-links.o parse/fast-match.o parse/histogram.o parse/parse.o parse/preparation.o parse/prune.o post-process/constituents.o post-process/post-process.o post-process/pp_knowledge.o post-process/pp_lexer.o post-process/pp_linkset.o prepare/build-disjuncts.o prepare/expand.o prepare/exprune.o print/print.o print/print-util.o print/wcwidth.o resources.o string-set.o tokenize/anysplit.o tokenize/spellcheck-aspell.o tokenize/spellcheck-hun.o tokenize/regex-tokenizer.o tokenize /tokenize.o tokenize/wg-display.o tokenize/wordgraph.o utilities.o .libs/liblink-grammar.lax/libsat-solver.a/fast-sprintf.o .libs/liblink-grammar.lax/libsat-solver.a/sat-encoder.o .libs/liblink-grammar.lax/libsat-solver.a/util.o .libs/liblink-grammar.lax/libsat-solver.a/variables.o .libs/liblink-grammar.lax/libsat-solver.a/word-tag.o libtool: link: ranlib .libs/liblink-grammar.a libtool: link: rm -fr .libs/liblink-grammar.lax libtool: link: ( cd ".libs" && rm -f "liblink-grammar.la" && ln -s "../liblink-grammar.la" "liblink-grammar.la" ) gmake[3]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-grammar' gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-grammar' Making all in bindings gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' Making all in ocaml gmake[3]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings/ocaml' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings/ocaml' gmake[3]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' Making all in link-parser gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-parser' depbase=`echo link-parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT link-parser.o -MD -MP -MF $depbase.Tpo -c -o link-parser.o link-parser.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo command-line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT command-line.o -MD -MP -MF $depbase.Tpo -c -o command-line.o command-line.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo lg_readline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT lg_readline.o -MD -MP -MF $depbase.Tpo -c -o lg_readline.o lg_readline.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo parser-utilities.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parser-utilities.o -MD -MP -MF $depbase.Tpo -c -o parser-utilities.o parser-utilities.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -fno-strict-aliasing -fstack-protector-strong -o link-parser link-parser.o command-line.o lg_readline.o parser-utilities.o ../link-grammar/liblink-grammar.la -L/usr/local/lib -ledit -L/usr/local/lib -lsqlite3 -L/usr/local/lib libtool: link: cc -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -fno-strict-aliasing -fstack-protector-strong -o .libs/link-parser link-parser.o command-line.o lg_readline.o parser-utilities.o ../link-grammar/.libs/liblink-grammar.so -L/usr/local/lib /usr/local/lib/libhunspell-1.7.so -ledit -lsqlite3 -lminisat -lm -Wl,-rpath -Wl,/usr/local/lib ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::__vector_base_common::__throw_length_error() const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::__basic_string_common::__throw_length_error() const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::locale::use_facet(std::__1::locale::id&) const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ios_base::getloc() const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::logic_error::logic_error(char const*) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::length_error::~length_error() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_string, std::__1::allocator >::basic_string(std::__1::basic_string, std::__1::allocator > const&) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_string, std::__1::allocator >::~basic_string() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::put(char) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::flush() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::sentry::sentry(std::__1::basic_ostream >&) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::sentry::~sentry() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::operator<<(int) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::cerr ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::cout ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ctype::id ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to void std::__1::__sort&, int*>(int*, int*, std::__1::__less&) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::locale::~locale() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ios_base::__set_badbit_and_consider_rethrow() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ios_base::clear(unsigned int) ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [Makefile:476: link-parser] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-parser' gmake[1]: *** [Makefile:534: all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4' *** Error code 1 Stop. make: stopped in /usr/ports/textproc/link-grammar From owner-freebsd-gnome@freebsd.org Mon May 13 10:44:16 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A913158A73C for ; Mon, 13 May 2019 10:44:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E445D7376A for ; Mon, 13 May 2019 10:44:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A8422158A73B; Mon, 13 May 2019 10:44:15 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96056158A73A for ; Mon, 13 May 2019 10:44:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32A5F73765 for ; Mon, 13 May 2019 10:44:15 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 687C96F8D for ; Mon, 13 May 2019 10:44:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DAiEAQ074736 for ; Mon, 13 May 2019 10:44:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4DAiEp6074733 for gnome@FreeBSD.org; Mon, 13 May 2019 10:44:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237822] x11-toolkits/pango version 1.42.4_2 fails to build: Unknown variable "xft_dep" Date: Mon, 13 May 2019 10:44:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Many People X-Bugzilla-Who: girgen@FreeBSD.org 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: cc Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 10:44:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237822 Palle Girgensohn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |girgen@FreeBSD.org --- Comment #8 from Palle Girgensohn --- Same problem here... Smells like the dependency on X11 is the real problem though? I build with OPTIONS_UNSET=3D X11 NLS Probably the docs expect som X11 stuff to build as well? Palle --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Mon May 13 11:49:09 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65E1E158CBD6 for ; Mon, 13 May 2019 11:49:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F0E7275EEF for ; Mon, 13 May 2019 11:49:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B1972158CBCC; Mon, 13 May 2019 11:49:08 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F479158CBC7 for ; Mon, 13 May 2019 11:49:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30F4675EEA for ; Mon, 13 May 2019 11:49:08 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6BB21783F for ; Mon, 13 May 2019 11:49:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DBn7Yf002510 for ; Mon, 13 May 2019 11:49:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4DBn7Io002509 for gnome@FreeBSD.org; Mon, 13 May 2019 11:49:07 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237865] sysutils/mate-system-monitor: Fails to build: ImportError: No module named libxml2 Date: Mon, 13 May 2019 11:49:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ericbsd@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 11:49:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237865 Eric Turgeon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ericbsd@FreeBSD.org --- Comment #1 from Eric Turgeon --- This error is not related to sysutils/mate-system-monitor it is related to textproc/itstool missing textproc/py-libxml2. File "/usr/local/bin/itstool", line 27, in import libxml2 You could try to rebuild textproc/itstool or install textproc/py-libxml2. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Mon May 13 12:03:05 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8D37158DFA6 for ; Mon, 13 May 2019 12:03:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7351376B30 for ; Mon, 13 May 2019 12:03:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 34278158DF9E; Mon, 13 May 2019 12:03:05 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21F4F158DF9D for ; Mon, 13 May 2019 12:03:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1A9776B27 for ; Mon, 13 May 2019 12:03:04 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id EA0657B2A for ; Mon, 13 May 2019 12:03:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DC33xa011580 for ; Mon, 13 May 2019 12:03:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4DC336B011572 for gnome@FreeBSD.org; Mon, 13 May 2019 12:03:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237822] x11-toolkits/pango version 1.42.4_2 fails to build: Unknown variable "xft_dep" Date: Mon, 13 May 2019 12:03:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Many People X-Bugzilla-Who: w.schwarzenfeld@utanet.at 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: Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 12:03:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237822 --- Comment #9 from w.schwarzenfeld@utanet.at --- Seems pkgconfig is the problem. In the new version there is no meson.build = in the workdirectory and no *.pc.in files. Also no Makefile.am and Makefile.in. Seems they changed a lot of the configuration. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-gnome@freebsd.org Mon May 13 12:37:29 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2A2C158F1C8 for ; Mon, 13 May 2019 12:37:29 +0000 (UTC) (envelope-from ericturgeon.bsd@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E227D8011B for ; Mon, 13 May 2019 12:37:28 +0000 (UTC) (envelope-from ericturgeon.bsd@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id A5FC3158F1C5; Mon, 13 May 2019 12:37:28 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81E83158F1C4 for ; Mon, 13 May 2019 12:37:28 +0000 (UTC) (envelope-from ericturgeon.bsd@gmail.com) Received: from mail-oi1-x22f.google.com (mail-oi1-x22f.google.com [IPv6:2607:f8b0:4864:20::22f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1677180119 for ; Mon, 13 May 2019 12:37:28 +0000 (UTC) (envelope-from ericturgeon.bsd@gmail.com) Received: by mail-oi1-x22f.google.com with SMTP id w144so3640797oie.12 for ; Mon, 13 May 2019 05:37:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+vgevrjJzO0zVxv9dMFt82csttLMDoJgKDFj8vbUF9U=; b=mF8Dg02c6kjvD7ss5axPhxrMp2tpKScpbrG3tBZZ9edqzMBoacOz2d0hKEiKiTuuKb TDV9oCFcFwt9SaRvUAR+nMgPhenRbt3K5ALgqcwnUYbkGY9FBRyaNsedsVG5pVT+QcHM HUY9XYsJzB38Ns+Y/JpMg70ZNocWpMmLLqT5NubUtEDYIU9PE/U+LQE063YFWJoKfKVZ heF1ZR+rI0JhnTFw9DiMxO7QHVgZDiDFFjx8lp5n/roVe8zK7l6bAloHgbegpzREhwcC fEc42oqZUV8rs6CDXeB2w0MmZ8TeWWhCk7aQOmaVa2m0GFmOya/piGyQPEdI1IaP2WJ4 TxQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+vgevrjJzO0zVxv9dMFt82csttLMDoJgKDFj8vbUF9U=; b=YimFS0orxZ4zVJ/Q6P9rM0KYM/GdTx7IEvWlnOCuhtx3h7hfNRob2vfoK1e3xnUrTj IV5xuTO1JUA83HgmAZcfPdtiSUdcXjH7ctbiw3AQ4GFQqIgXGdo5hrjXpztcfvUbs6+L M2cbVF6gwAB6E9Dp3Ku/EgLUpyjfCx6ShThPnf/F8FvtT45K9t51cpj/S0A4SrRxdzRp FlwKqNhFnCYn0I8hUXs6Y934/UZOEp7gmlQ8+9inVE44ikImzsaWp3SVGZBkfTgsHAPB m1iEqkxUq9KVt0uzqBZNS8QHyRQzVCD1zJgpJGzl2wnAPmx4QdUbOzTZJwBxzqUg8ZxN /Uow== X-Gm-Message-State: APjAAAVVj+bJPiahNEeEvauWBqQZEkxCCAHyt6+/ErnxOKigyZxfINsL 16iHFx24XbZSKE24NRodsud/uSdoDu9pYdWQC3+xOGYI0mc= X-Google-Smtp-Source: APXvYqx3V9txfQ4FAfqE/c4deCw7GRqAYCHHVUa4xtLi23SXCAxxZWsXikQxxormlow7VibHVInV7CbNRQkH9TM1nmY= X-Received: by 2002:aca:4bc3:: with SMTP id y186mr13547305oia.131.1557751047335; Mon, 13 May 2019 05:37:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Eric Turgeon Date: Mon, 13 May 2019 09:37:15 -0300 Message-ID: Subject: Re: libmatemixer fails when PULSEAUDIO not selected To: Kevin Oberman Cc: FreeBSD GNOME Users X-Rspamd-Queue-Id: 1677180119 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 12:37:29 -0000 I have fixed the pkg-plist it should build fine now. *Eric TurgeonFreeBSD ports committer* www.freebsd.org On Sun, May 12, 2019 at 11:56 AM Kevin Oberman wrote: > Installation for the updated audio/libmatemixer fails when the PULSEAUDIO > option is not selected. It still attempts to install the pulse libraries: > ===> Registering installation for libmatemixer-1.22.0 as automatic > pkg-static: Unable to access file > > /usr/ports/audio/libmatemixer/work/stage/usr/local/lib/libmatemixer/libmatemixer-pulse.a:No > such file or directory > pkg-static: Unable to access file > > /usr/ports/audio/libmatemixer/work/stage/usr/local/lib/libmatemixer/libmatemixer-pulse.so:No > such file or directory > > Removing these two files from the pkg-plist allows the port to install > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > From owner-freebsd-gnome@freebsd.org Tue May 14 02:52:47 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBAFA15A2C3E for ; Tue, 14 May 2019 02:52:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF4780F30 for ; Tue, 14 May 2019 02:52:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E3AFC15A2C39; Tue, 14 May 2019 02:52:45 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D11C615A2C38 for ; Tue, 14 May 2019 02:52:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EB5B80F2D for ; Tue, 14 May 2019 02:52:45 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id A4BCBFBC4 for ; Tue, 14 May 2019 02:52:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4E2qi12005720 for ; Tue, 14 May 2019 02:52:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4E2qixX005717 for gnome@FreeBSD.org; Tue, 14 May 2019 02:52:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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 237849] deskutils/mate-utils: Fails to build due to ImageMagick6/7 conflicts Date: Tue, 14 May 2019 02:52:44 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: Open 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.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2019 02:52:47 -0000 Kubilay Kocak has asked freebsd-gnome mailing list for maintainer-feedback: Bug 237849: deskutils/mate-utils: Fails to build due to ImageMagick6/7 conflicts https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237849 From owner-freebsd-gnome@freebsd.org Tue May 14 02:52:47 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64FEE15A2C44 for ; Tue, 14 May 2019 02:52:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EF69C80F36 for ; Tue, 14 May 2019 02:52:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AFBB415A2C3C; Tue, 14 May 2019 02:52:46 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D8B015A2C3B for ; Tue, 14 May 2019 02:52:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 35C3280F31 for ; Tue, 14 May 2019 02:52:46 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 7CAEDFBC6 for ; Tue, 14 May 2019 02:52:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4E2qjAL005763 for ; Tue, 14 May 2019 02:52:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4E2qjWf005760 for gnome@FreeBSD.org; Tue, 14 May 2019 02:52:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 237849] deskutils/mate-utils: Fails to build due to ImageMagick6/7 conflicts Date: Tue, 14 May 2019 02:52:44 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc bug_status short_desc flagtypes.name keywords Message-ID: In-Reply-To: References: 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-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2019 02:52:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237849 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gnome@FreeBSD.org Status|New |Open Summary|deskutils/mate-utils fails |deskutils/mate-utils: Fails |to build |to build due to | |ImageMagick6/7 conflicts Flags| |maintainer-feedback?(gnome@ | |FreeBSD.org) Keywords| |needs-qa, regression --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From owner-freebsd-gnome@freebsd.org Wed May 15 05:47:47 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34FA215ABB3B for ; Wed, 15 May 2019 05:47:47 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C5C87742F3 for ; Wed, 15 May 2019 05:47:46 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 86A3315ABB39; Wed, 15 May 2019 05:47:46 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3689815ABB37; Wed, 15 May 2019 05:47:46 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD368742F2; Wed, 15 May 2019 05:47:45 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy11.nyi.freebsd.org (beefy11.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ee]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B79175590; Wed, 15 May 2019 05:47:45 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy11.nyi.freebsd.org (localhost [127.0.0.1]) by beefy11.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4F5ljE1084904; Wed, 15 May 2019 05:47:45 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy11.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x4F5ljlS084902; Wed, 15 May 2019 05:47:45 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 15 May 2019 05:47:45 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201905150547.x4F5ljlS084902@beefy11.nyi.freebsd.org> To: gnome@FreeBSD.org Subject: [package - head-i386-default][graphics/svg2png] Failed for svg2png-0.1.3_6 in build Cc: pkg-fallout@FreeBSD.org X-Rspamd-Queue-Id: DD368742F2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2019 05:47:47 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: tijl@FreeBSD.org Ident: $FreeBSD: head/graphics/svg2png/Makefile 428135 2016-12-08 16:39:11Z tijl $ Log URL: http://beefy11.nyi.freebsd.org/data/head-i386-default/p501607_s347555/logs/svg2png-0.1.3_6.log Build URL: http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p501607_s347555 Log: =>> Building graphics/svg2png build started at Wed May 15 05:47:35 UTC 2019 port directory: /usr/ports/graphics/svg2png package name: svg2png-0.1.3_6 building for: FreeBSD head-i386-default-job-06 13.0-CURRENT FreeBSD 13.0-CURRENT 1300025 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/svg2png/Makefile 428135 2016-12-08 16:39:11Z tijl $ Poudriere version: 3.2.8-4-g701d8fe1 Host OSVERSION: 1300018 Jail OSVERSION: 1300025 Job Id: 06 !!! Jail is newer than host. (Jail: 1300025, Host: 1300018) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1300025 UNAME_v=FreeBSD 13.0-CURRENT 1300025 UNAME_r=13.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-4-g701d8fe1 MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- gnome@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/svg2png/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/svg2png/work HOME=/wrkdirs/usr/ports/graphics/svg2png/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/graphics/svg2png/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/svg2png/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/svg2png/work HOME=/wrkdirs/usr/ports/graphics/svg2png/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/graphics/svg2png/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/svg2png" EXAMPLESDIR="share/examples/svg2png" DATADIR="share/svg2png" WWWDIR="www/svg2png" ETCDIR="etc/svg2png" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/svg2png DOCSDIR=/usr/local/share/doc/svg2png EXAMPLESDIR=/usr/local/share/examples/svg2png WWWDIR=/usr/local/www/svg2png ETCDIR=/usr/local/etc/svg2png --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300025 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> svg2png-0.1.3_6 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz [head-i386-default-job-06] Installing pkg-1.10.5_5... [head-i386-default-job-06] Extracting pkg-1.10.5_5: .......... done ===> svg2png-0.1.3_6 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of svg2png-0.1.3_6 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by svg2png-0.1.3_6 for building =========================================================================== =================================================== ===> Fetching all distfiles required by svg2png-0.1.3_6 for building => SHA256 Checksum OK for svg2png-0.1.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by svg2png-0.1.3_6 for building ===> Extracting for svg2png-0.1.3_6 => SHA256 Checksum OK for svg2png-0.1.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for svg2png-0.1.3_6 ===> Applying FreeBSD patches for svg2png-0.1.3_6 =========================================================================== =================================================== ===> svg2png-0.1.3_6 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-1.6.1,1.txz [head-i386-default-job-06] Installing pkgconf-1.6.1,1... ===> svg2png-0.1.3_6 depends on shared library: libsvg-cairo.so - not found ===> Installing existing package /packages/All/libsvg-cairo-0.1.6_9.txz [head-i386-default-job-06] Installing libsvg-cairo-0.1.6_9... [head-i386-default-job-06] `-- Installing cairo-1.16.0,2... [head-i386-default-job-06] | `-- Installing fontconfig-2.12.6,1... [head-i386-default-job-06] | | `-- Installing expat-2.2.6_1... [head-i386-default-job-06] | | `-- Extracting expat-2.2.6_1: .......... done [head-i386-default-job-06] | | `-- Installing freetype2-2.9.1... [head-i386-default-job-06] | | `-- Extracting freetype2-2.9.1: .......... done [head-i386-default-job-06] | `-- Extracting fontconfig-2.12.6,1: .......... done Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded [head-i386-default-job-06] | `-- Installing gettext-runtime-0.19.8.1_2... [head-i386-default-job-06] | | `-- Installing indexinfo-0.3.1... [head-i386-default-job-06] | | `-- Extracting indexinfo-0.3.1: .... done [head-i386-default-job-06] | `-- Extracting gettext-runtime-0.19.8.1_2: .......... done [head-i386-default-job-06] | `-- Installing glib-2.56.3_5,1... [head-i386-default-job-06] | | `-- Installing libffi-3.2.1_3... [head-i386-default-job-06] | | `-- Extracting libffi-3.2.1_3: .......... done [head-i386-default-job-06] | | `-- Installing libiconv-1.14_11... [head-i386-default-job-06] | | `-- Extracting libiconv-1.14_11: .......... done [head-i386-default-job-06] | | `-- Installing libxml2-2.9.8... [head-i386-default-job-06] | | `-- Extracting libxml2-2.9.8: .......... done [head-i386-default-job-06] | | `-- Installing pcre-8.43_1... [head-i386-default-job-06] | | `-- Extracting pcre-8.43_1: .......... done [head-i386-default-job-06] | | `-- Installing python36-3.6.8_2... [head-i386-default-job-06] | | `-- Installing readline-8.0.0... [head-i386-default-job-06] | | `-- Extracting readline-8.0.0: .......... done [head-i386-default-job-06] | | `-- Extracting python36-3.6.8_2: .......... done [head-i386-default-job-06] | `-- Extracting glib-2.56.3_5,1: .......... done No schema files found: doing nothing. [head-i386-default-job-06] | `-- Installing libX11-1.6.7,1... [head-i386-default-job-06] | | `-- Installing libXau-1.0.9... [head-i386-default-job-06] | | `-- Extracting libXau-1.0.9: .......... done [head-i386-default-job-06] | | `-- Installing libXdmcp-1.1.3... [head-i386-default-job-06] | | `-- Installing xorgproto-2018.4... [head-i386-default-job-06] | | `-- Extracting xorgproto-2018.4: .......... done [head-i386-default-job-06] | | `-- Extracting libXdmcp-1.1.3: ......... done [head-i386-default-job-06] | | `-- Installing libxcb-1.13.1... [head-i386-default-job-06] | | `-- Installing libpthread-stubs-0.4... [head-i386-default-job-06] | | `-- Extracting libpthread-stubs-0.4: .... done [head-i386-default-job-06] | | `-- Extracting libxcb-1.13.1: .......... done [head-i386-default-job-06] | `-- Extracting libX11-1.6.7,1: .......... done [head-i386-default-job-06] | `-- Installing libXext-1.3.3_3,1... [head-i386-default-job-06] | `-- Extracting libXext-1.3.3_3,1: .......... done [head-i386-default-job-06] | `-- Installing libXrender-0.9.10_2... [head-i386-default-job-06] | `-- Extracting libXrender-0.9.10_2: .......... done [head-i386-default-job-06] | `-- Installing mesa-libs-18.3.2... [head-i386-default-job-06] | | `-- Installing libXdamage-1.1.4_5... [head-i386-default-job-06] | | `-- Installing libXfixes-5.0.3_2... [head-i386-default-job-06] | | `-- Extracting libXfixes-5.0.3_2: .......... done [head-i386-default-job-06] | | `-- Extracting libXdamage-1.1.4_5: ......... done [head-i386-default-job-06] | | `-- Installing libXxf86vm-1.1.4_3... [head-i386-default-job-06] | | `-- Extracting libXxf86vm-1.1.4_3: .......... done [head-i386-default-job-06] | | `-- Installing libdrm-2.4.96,1... [head-i386-default-job-06] | | `-- Installing libpciaccess-0.13.5... [head-i386-default-job-06] | | | `-- Installing pciids-20190418... [head-i386-default-job-06] | | | `-- Extracting pciids-20190418: ..... done [head-i386-default-job-06] | | `-- Extracting libpciaccess-0.13.5: ......... done [head-i386-default-job-06] | | `-- Extracting libdrm-2.4.96,1: .......... done [head-i386-default-job-06] | | `-- Installing libunwind-20170615... [head-i386-default-job-06] | | `-- Extracting libunwind-20170615: .......... done [head-i386-default-job-06] | | `-- Installing libxshmfence-1.2_4... [head-i386-default-job-06] | | `-- Extracting libxshmfence-1.2_4: ......... done [head-i386-default-job-06] | | `-- Installing wayland-1.16.0_1... [head-i386-default-job-06] | | `-- Installing libepoll-shim-0.0.20190311... [head-i386-default-job-06] | | `-- Extracting libepoll-shim-0.0.20190311: .......... done [head-i386-default-job-06] | | `-- Extracting wayland-1.16.0_1: .......... done [head-i386-default-job-06] | `-- Extracting mesa-libs-18.3.2: .......... done [head-i386-default-job-06] | `-- Installing pixman-0.34.0_1... [head-i386-default-job-06] | `-- Extracting pixman-0.34.0_1: .......... done [head-i386-default-job-06] | `-- Installing png-1.6.37... [head-i386-default-job-06] | `-- Extracting png-1.6.37: .......... done [head-i386-default-job-06] `-- Extracting cairo-1.16.0,2: .......... done [head-i386-default-job-06] `-- Installing jpeg-turbo-2.0.2... [head-i386-default-job-06] `-- Extracting jpeg-turbo-2.0.2: .......... done [head-i386-default-job-06] `-- Installing libsvg-0.1.4_8... [head-i386-default-job-06] `-- Extracting libsvg-0.1.4_8: ...... done [head-i386-default-job-06] Extracting libsvg-cairo-0.1.6_9: ...... done Message from freetype2-2.9.1: The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/ft2-toc.html, if documentation was installed). Message from python36-3.6.8_2: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== ===> svg2png-0.1.3_6 depends on shared library: libsvg-cairo.so - found (/usr/local/lib/libsvg-cairo.so) ===> Returning to build of svg2png-0.1.3_6 =========================================================================== =================================================== ===> Configuring for svg2png-0.1.3_6 configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc3 checking how to run the C preprocessor... cpp checking for gawk... (cached) /usr/bin/awk checking for egrep... grep -E checking for ANSI C header files... (cached) yes checking for libsvg-cairo >= 0.1.6... yes checking SVG2PNG_CFLAGS... -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread checking SVG2PNG_LIBS... -L/usr/local/lib -lsvg-cairo -lsvg -lpng -ljpeg -lz -lxml2 -lcairo -lpthread configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands =========================================================================== =================================================== ===> Building for svg2png-0.1.3_6 /usr/bin/make all-recursive Making all in . Making all in src if cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT args.o -MD -MP -MF ".deps/args.Tpo" -c -o args.o args.c; then mv -f ".deps/args.Tpo" ".deps/args.Po"; else rm -f ".deps/args.Tpo"; exit 1; fi args.c:42:19: warning: unused variable 'ARGS_PROGRAM_BUG_ADDRESS' [-Wunused-const-variable] static const char ARGS_PROGRAM_BUG_ADDRESS[] = ""; ^ 1 warning generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT svg2png.o -MD -MP -MF ".deps/svg2png.Tpo" -c -o svg2png.o svg2png.c; then mv -f ".deps/svg2png.Tpo" ".deps/svg2png.Po"; else rm -f ".deps/svg2png.Tpo"; exit 1; fi svg2png.c:53:9: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration] if (strcmp (args.svg_filename, "-") == 0) { ^ svg2png.c:53:9: note: include the header or explicitly provide a declaration for 'strcmp' svg2png.c:59:36: warning: implicitly declaring library function 'strerror' with type 'char *(int)' [-Wimplicit-function-declaration] argv[0], args.svg_filename, strerror(errno)); ^ svg2png.c:59:36: note: include the header or explicitly provide a declaration for 'strerror' 2 warnings generated. cc -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong -o svg2png -L/usr/local/lib -lsvg-cairo -lsvg -lpng -ljpeg -lz -lxml2 -lcairo -lpthread args.o svg2png.o ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to atan2 ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to ceil ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to cos ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to sin ld: error: /usr/local/lib/libsvg.so: undefined reference to tan cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[3]: stopped in /wrkdirs/usr/ports/graphics/svg2png/work/svg2png-0.1.3/src *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/graphics/svg2png/work/svg2png-0.1.3 *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/graphics/svg2png/work/svg2png-0.1.3 *** Error code 1 Stop. make: stopped in /usr/ports/graphics/svg2png From owner-freebsd-gnome@freebsd.org Wed May 15 07:58:17 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89EAE15AE899 for ; Wed, 15 May 2019 07:58:17 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 25DCB805F3 for ; Wed, 15 May 2019 07:58:17 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id DA74D15AE896; Wed, 15 May 2019 07:58:16 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C80C915AE895 for ; Wed, 15 May 2019 07:58:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6776D805EA for ; Wed, 15 May 2019 07:58:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 9D5F11F276 for ; Wed, 15 May 2019 07:58:15 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id x4F7wF19087574 for ; Wed, 15 May 2019 07:58:15 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id x4F7wF0p087573; Wed, 15 May 2019 07:58:15 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201905150758.x4F7wF0p087573@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 15 May 2019 07:58:15 +0000 From: portscout@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2019 07:58:17 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ editors/gedit | 3.28.1 | 3.32.2 ------------------------------------------------+-----------------+------------ editors/gedit-plugins | 3.28.1 | 3.32.2 ------------------------------------------------+-----------------+------------ graphics/gegl | 0.4.14 | 0.4.16 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-gnome@freebsd.org Wed May 15 08:47:07 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2BB215AFEBC for ; Wed, 15 May 2019 08:47:06 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 861BC824CC for ; Wed, 15 May 2019 08:47:06 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 42E0D15AFEB9; Wed, 15 May 2019 08:47:06 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2026A15AFEB8; Wed, 15 May 2019 08:47:06 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C40B4824CA; Wed, 15 May 2019 08:47:05 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy12.nyi.freebsd.org (beefy12.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ef]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE64F739E; Wed, 15 May 2019 08:47:05 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy12.nyi.freebsd.org (localhost [127.0.0.1]) by beefy12.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4F8l4Cp043540; Wed, 15 May 2019 08:47:04 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy12.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x4F8l4rv043512; Wed, 15 May 2019 08:47:04 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 15 May 2019 08:47:04 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201905150847.x4F8l4rv043512@beefy12.nyi.freebsd.org> To: gnome@FreeBSD.org Subject: [package - head-amd64-default][graphics/svg2png] Failed for svg2png-0.1.3_6 in build Cc: pkg-fallout@FreeBSD.org X-Rspamd-Queue-Id: C40B4824CA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2019 08:47:07 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: tijl@FreeBSD.org Ident: $FreeBSD: head/graphics/svg2png/Makefile 428135 2016-12-08 16:39:11Z tijl $ Log URL: http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501607_s347555/logs/svg2png-0.1.3_6.log Build URL: http://beefy12.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p501607_s347555 Log: =>> Building graphics/svg2png build started at Wed May 15 08:46:53 UTC 2019 port directory: /usr/ports/graphics/svg2png package name: svg2png-0.1.3_6 building for: FreeBSD head-amd64-default-job-08 13.0-CURRENT FreeBSD 13.0-CURRENT 1300025 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/graphics/svg2png/Makefile 428135 2016-12-08 16:39:11Z tijl $ Poudriere version: 3.2.8-4-g701d8fe1 Host OSVERSION: 1300018 Jail OSVERSION: 1300025 Job Id: 08 !!! Jail is newer than host. (Jail: 1300025, Host: 1300018) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh OSVERSION=1300025 UNAME_v=FreeBSD 13.0-CURRENT 1300025 UNAME_r=13.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-4-g701d8fe1 MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- gnome@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/svg2png/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/svg2png/work HOME=/wrkdirs/usr/ports/graphics/svg2png/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/graphics/svg2png/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/svg2png/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/svg2png/work HOME=/wrkdirs/usr/ports/graphics/svg2png/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/graphics/svg2png/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/svg2png" EXAMPLESDIR="share/examples/svg2png" DATADIR="share/svg2png" WWWDIR="www/svg2png" ETCDIR="etc/svg2png" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/svg2png DOCSDIR=/usr/local/share/doc/svg2png EXAMPLESDIR=/usr/local/share/examples/svg2png WWWDIR=/usr/local/www/svg2png ETCDIR=/usr/local/etc/svg2png --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300025 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> svg2png-0.1.3_6 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz [head-amd64-default-job-08] Installing pkg-1.10.5_5... [head-amd64-default-job-08] Extracting pkg-1.10.5_5: .......... done ===> svg2png-0.1.3_6 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of svg2png-0.1.3_6 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by svg2png-0.1.3_6 for building =========================================================================== =================================================== ===> Fetching all distfiles required by svg2png-0.1.3_6 for building => SHA256 Checksum OK for svg2png-0.1.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by svg2png-0.1.3_6 for building ===> Extracting for svg2png-0.1.3_6 => SHA256 Checksum OK for svg2png-0.1.3.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for svg2png-0.1.3_6 ===> Applying FreeBSD patches for svg2png-0.1.3_6 =========================================================================== =================================================== ===> svg2png-0.1.3_6 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-1.6.1,1.txz [head-amd64-default-job-08] Installing pkgconf-1.6.1,1... [head-amd64-default-job-08] Extracting pkgconf-1.6.1,1: .......... done ===> svg2png-0.1.3_6 depends on package: pkgconf>=1.3.0_1 - found ===> Returning to build of svg2png-0.1.3_6 =========================================================================== ===> svg2png-0.1.3_6 depends on shared library: libsvg-cairo.so - not found ===> Installing existing package /packages/All/libsvg-cairo-0.1.6_9.txz [head-amd64-default-job-08] Installing libsvg-cairo-0.1.6_9... [head-amd64-default-job-08] `-- Installing cairo-1.16.0,2... [head-amd64-default-job-08] | `-- Installing fontconfig-2.12.6,1... [head-amd64-default-job-08] | | `-- Installing expat-2.2.6_1... [head-amd64-default-job-08] | | `-- Extracting expat-2.2.6_1: .......... done [head-amd64-default-job-08] | | `-- Installing freetype2-2.9.1... [head-amd64-default-job-08] | | `-- Extracting freetype2-2.9.1: .......... done [head-amd64-default-job-08] | `-- Extracting fontconfig-2.12.6,1: .......... done Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded [head-amd64-default-job-08] | `-- Installing gettext-runtime-0.19.8.1_2... [head-amd64-default-job-08] | | `-- Installing indexinfo-0.3.1... [head-amd64-default-job-08] | | `-- Extracting indexinfo-0.3.1: .... done [head-amd64-default-job-08] | `-- Extracting gettext-runtime-0.19.8.1_2: .......... done [head-amd64-default-job-08] | `-- Installing glib-2.56.3_5,1... [head-amd64-default-job-08] | | `-- Installing libffi-3.2.1_3... [head-amd64-default-job-08] | | `-- Extracting libffi-3.2.1_3: .......... done [head-amd64-default-job-08] | | `-- Installing libiconv-1.14_11... [head-amd64-default-job-08] | | `-- Extracting libiconv-1.14_11: .......... done [head-amd64-default-job-08] | | `-- Installing libxml2-2.9.8... [head-amd64-default-job-08] | | `-- Extracting libxml2-2.9.8: .......... done [head-amd64-default-job-08] | | `-- Installing pcre-8.43_1... [head-amd64-default-job-08] | | `-- Extracting pcre-8.43_1: .......... done [head-amd64-default-job-08] | | `-- Installing python36-3.6.8_2... [head-amd64-default-job-08] | | `-- Installing readline-8.0.0... [head-amd64-default-job-08] | | `-- Extracting readline-8.0.0: .......... done [head-amd64-default-job-08] | | `-- Extracting python36-3.6.8_2: .......... done [head-amd64-default-job-08] | `-- Extracting glib-2.56.3_5,1: .......... done No schema files found: doing nothing. [head-amd64-default-job-08] | `-- Installing libX11-1.6.7,1... [head-amd64-default-job-08] | | `-- Installing libXau-1.0.9... [head-amd64-default-job-08] | | `-- Extracting libXau-1.0.9: .......... done [head-amd64-default-job-08] | | `-- Installing libXdmcp-1.1.3... [head-amd64-default-job-08] | | `-- Installing xorgproto-2018.4... [head-amd64-default-job-08] | | `-- Extracting xorgproto-2018.4: .......... done [head-amd64-default-job-08] | | `-- Extracting libXdmcp-1.1.3: ......... done [head-amd64-default-job-08] | | `-- Installing libxcb-1.13.1... [head-amd64-default-job-08] | | `-- Installing libpthread-stubs-0.4... [head-amd64-default-job-08] | | `-- Extracting libpthread-stubs-0.4: .... done [head-amd64-default-job-08] | | `-- Extracting libxcb-1.13.1: .......... done [head-amd64-default-job-08] | `-- Extracting libX11-1.6.7,1: .......... done [head-amd64-default-job-08] | `-- Installing libXext-1.3.3_3,1... [head-amd64-default-job-08] | `-- Extracting libXext-1.3.3_3,1: .......... done [head-amd64-default-job-08] | `-- Installing libXrender-0.9.10_2... [head-amd64-default-job-08] | `-- Extracting libXrender-0.9.10_2: .......... done [head-amd64-default-job-08] | `-- Installing mesa-libs-18.3.2... [head-amd64-default-job-08] | | `-- Installing libXdamage-1.1.4_5... [head-amd64-default-job-08] | | `-- Installing libXfixes-5.0.3_2... [head-amd64-default-job-08] | | `-- Extracting libXfixes-5.0.3_2: .......... done [head-amd64-default-job-08] | | `-- Extracting libXdamage-1.1.4_5: ......... done [head-amd64-default-job-08] | | `-- Installing libXxf86vm-1.1.4_3... [head-amd64-default-job-08] | | `-- Extracting libXxf86vm-1.1.4_3: .......... done [head-amd64-default-job-08] | | `-- Installing libdrm-2.4.96,1... [head-amd64-default-job-08] | | `-- Installing libpciaccess-0.13.5... [head-amd64-default-job-08] | | | `-- Installing pciids-20190418... [head-amd64-default-job-08] | | | `-- Extracting pciids-20190418: ..... done [head-amd64-default-job-08] | | `-- Extracting libpciaccess-0.13.5: ......... done [head-amd64-default-job-08] | | `-- Extracting libdrm-2.4.96,1: .......... done [head-amd64-default-job-08] | | `-- Installing libunwind-20170615... [head-amd64-default-job-08] | | `-- Extracting libunwind-20170615: .......... done [head-amd64-default-job-08] | | `-- Installing libxshmfence-1.2_4... [head-amd64-default-job-08] | | `-- Extracting libxshmfence-1.2_4: ......... done [head-amd64-default-job-08] | | `-- Installing wayland-1.16.0_1... [head-amd64-default-job-08] | | `-- Installing libepoll-shim-0.0.20190311... [head-amd64-default-job-08] | | `-- Extracting libepoll-shim-0.0.20190311: .......... done [head-amd64-default-job-08] | | `-- Extracting wayland-1.16.0_1: .......... done [head-amd64-default-job-08] | `-- Extracting mesa-libs-18.3.2: .......... done [head-amd64-default-job-08] | `-- Installing pixman-0.34.0_1... [head-amd64-default-job-08] | `-- Extracting pixman-0.34.0_1: .......... done [head-amd64-default-job-08] | `-- Installing png-1.6.37... [head-amd64-default-job-08] | `-- Extracting png-1.6.37: .......... done [head-amd64-default-job-08] `-- Extracting cairo-1.16.0,2: .......... done [head-amd64-default-job-08] `-- Installing jpeg-turbo-2.0.2... [head-amd64-default-job-08] `-- Extracting jpeg-turbo-2.0.2: .......... done [head-amd64-default-job-08] `-- Installing libsvg-0.1.4_8... [head-amd64-default-job-08] `-- Extracting libsvg-0.1.4_8: ...... done [head-amd64-default-job-08] Extracting libsvg-cairo-0.1.6_9: ...... done Message from freetype2-2.9.1: The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/ft2-toc.html, if documentation was installed). Message from python36-3.6.8_2: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== ===> svg2png-0.1.3_6 depends on shared library: libsvg-cairo.so - found (/usr/local/lib/libsvg-cairo.so) ===> Returning to build of svg2png-0.1.3_6 =========================================================================== =================================================== ===> Configuring for svg2png-0.1.3_6 configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc3 checking how to run the C preprocessor... cpp checking for gawk... (cached) /usr/bin/awk checking for egrep... grep -E checking for ANSI C header files... (cached) yes checking for libsvg-cairo >= 0.1.6... yes checking SVG2PNG_CFLAGS... -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread checking SVG2PNG_LIBS... -L/usr/local/lib -lsvg-cairo -lsvg -lpng -ljpeg -lz -lxml2 -lcairo -lpthread configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands =========================================================================== =================================================== ===> Building for svg2png-0.1.3_6 /usr/bin/make all-recursive Making all in . Making all in src if cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT args.o -MD -MP -MF ".deps/args.Tpo" -c -o args.o args.c; then mv -f ".deps/args.Tpo" ".deps/args.Po"; else rm -f ".deps/args.Tpo"; exit 1; fi args.c:42:19: warning: unused variable 'ARGS_PROGRAM_BUG_ADDRESS' [-Wunused-const-variable] static const char ARGS_PROGRAM_BUG_ADDRESS[] = ""; ^ 1 warning generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT svg2png.o -MD -MP -MF ".deps/svg2png.Tpo" -c -o svg2png.o svg2png.c; then mv -f ".deps/svg2png.Tpo" ".deps/svg2png.Po"; else rm -f ".deps/svg2png.Tpo"; exit 1; fi svg2png.c:53:9: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration] if (strcmp (args.svg_filename, "-") == 0) { ^ svg2png.c:53:9: note: include the header or explicitly provide a declaration for 'strcmp' svg2png.c:59:36: warning: implicitly declaring library function 'strerror' with type 'char *(int)' [-Wimplicit-function-declaration] argv[0], args.svg_filename, strerror(errno)); ^ svg2png.c:59:36: note: include the header or explicitly provide a declaration for 'strerror' 2 warnings generated. cc -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libdrm -I/usr/local/include/libpng16 -D_THREAD_SAFE -pthread -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong -o svg2png -L/usr/local/lib -lsvg-cairo -lsvg -lpng -ljpeg -lz -lxml2 -lcairo -lpthread args.o svg2png.o ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to atan2 ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to ceil ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to cos ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to sin ld: error: /usr/local/lib/libsvg.so: undefined reference to tan cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[3]: stopped in /wrkdirs/usr/ports/graphics/svg2png/work/svg2png-0.1.3/src *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/graphics/svg2png/work/svg2png-0.1.3 *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/graphics/svg2png/work/svg2png-0.1.3 *** Error code 1 Stop. make: stopped in /usr/ports/graphics/svg2png From owner-freebsd-gnome@freebsd.org Wed May 15 22:01:30 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72E7515A3B02 for ; Wed, 15 May 2019 22:01:29 +0000 (UTC) (envelope-from igor.arabesc.pavlov@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4C1A173651 for ; Wed, 15 May 2019 22:01:28 +0000 (UTC) (envelope-from igor.arabesc.pavlov@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 0B7C015A3B01; Wed, 15 May 2019 22:01:28 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6068D15A3B00 for ; Wed, 15 May 2019 22:01:27 +0000 (UTC) (envelope-from igor.arabesc.pavlov@gmail.com) Received: from mail-it1-x143.google.com (mail-it1-x143.google.com [IPv6:2607:f8b0:4864:20::143]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 653E973647 for ; Wed, 15 May 2019 22:01:26 +0000 (UTC) (envelope-from igor.arabesc.pavlov@gmail.com) Received: by mail-it1-x143.google.com with SMTP id e184so2767376ite.1 for ; Wed, 15 May 2019 15:01:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=fGe3XI/hqjch/2YdId+hRmyiSNqYcoxN/o03DGq4wb8=; b=NwFvkLk2xH7LD+y73HcVNxcQNLVCGHmhQ6nDfZjrIRK2BZ5P7WopDbmS3TxkaON9Xb YU8Jp3IRiv6uZ0hbhyZDb5srvVlUWR7OcRyx55WevCntVv5B5m7WgYCvN4CeYcybrq8h jvE2X72zG1nuOvM8qr8V8RDdlwuqw3DwZtfWPgJjVE2WLO7fRdcriN/r32CH2aDOsREm pMXW14cVNmp5w24Tvek2PHIxnhtz+X6gwsEhB2480PhYg0nslgz7kM4/jWPFXidDVFDO N+JjgrxORp+CRfYwePsggMpezWrAvx/YNYQDJyzgoI+LY0Lh8dn43bTY5ErvGPtsNZXT h9Bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=fGe3XI/hqjch/2YdId+hRmyiSNqYcoxN/o03DGq4wb8=; b=NWx1o7hHwqiRmmSzCtu4pspg3q+6EiVekMjXSSz4K4jUk+7LfOKACqNDMquyUGIWPX OdQDTFkPPw1jWrVj1nGwDT89B1g4JufVCeLhCnik/mpmtvZioz8hd6T2kSV483rG/rwT 4KGZRc73K2QmSQilQaN6h3QEQkeEmdET71I2nZ7sLNUyq7ozJBqKkVw1NddKXugqS8pX 1A7yfjL4Y24x7HlnPZcDWuBTaB2WixpBNPU+/cAZKwTw9ASg/HGkbidF0b4dl4Wlo6OR WV5h0DUvPZKJBLuq2mObCGdbHSvjVb+PyckxfaIsIj97J83rGUD4lY56PAFP+RsrJ7ox Zjcg== X-Gm-Message-State: APjAAAUhazTeo6hmZFnXr/yc0InbP7bNA5FEGNR+uTkxaNbvVjUXs9s4 wBEPLTOi3jbC7lcIAJgfFfavxRxorjYi1Z/elwzJ42qf X-Google-Smtp-Source: APXvYqyrXf4hVSW5TNh3ebkheq8pyTWVfdhj3ZJYeyqLm9O/v+s8XdT5/JdTDDotrAuCXlcY19uF93Bcf9xfMKlH8tM= X-Received: by 2002:a05:6638:2a4:: with SMTP id d4mr29607549jaq.118.1557957685452; Wed, 15 May 2019 15:01:25 -0700 (PDT) MIME-Version: 1.0 From: Igor Pavlov Date: Thu, 16 May 2019 01:01:14 +0300 Message-ID: Subject: x11-toolkits/pango build failed To: gnome@freebsd.org Content-Type: multipart/mixed; boundary="0000000000006ac49b0588f44a15" X-Rspamd-Queue-Id: 653E973647 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=NwFvkLk2; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of igorarabescpavlov@gmail.com designates 2607:f8b0:4864:20::143 as permitted sender) smtp.mailfrom=igorarabescpavlov@gmail.com X-Spamd-Result: default: False [-3.59 / 15.00]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; HAS_ATTACHMENT(0.00)[]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; CTYPE_MIXED_BOGUS(1.00)[]; MIME_BASE64_TEXT(0.10)[]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-0.94)[-0.942,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:+,4:+,5:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/mixed,multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[gnome@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-0.74)[ip: (1.88), ipnet: 2607:f8b0::/32(-3.25), asn: 15169(-2.26), country: US(-0.06)]; RCVD_IN_DNSWL_NONE(0.00)[3.4.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; RCVD_COUNT_TWO(0.00)[2] X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2019 22:01:30 -0000 --0000000000006ac49b0588f44a15 Content-Type: text/plain; charset="UTF-8" Hi, Here are some details: ... WARNING: Project targetting '>= 0.43.0' but tried to use feature introduced in '0.50.0': install arg in configure_file Configuring pango.pc using configuration Configuring pangoft2.pc using configuration Configuring pangocairo.pc using configuration Configuring config.h using configuration Configuring pango-features.h using configuration Program help2man found: YES (/usr/local/bin/help2man) DEPRECATION: Project targetting '>= 0.43.0' but tried to use feature deprecated since '0.48.0': python3 module Configuring gtkdocentities.ent using configuration Configuring version.xml using configuration docs/meson.build:71:11: ERROR: Unknown variable "xft_dep". ... -- Igor --0000000000006ac49b0588f44a15 Content-Type: text/plain; charset="US-ASCII"; name="meson-log.txt" Content-Disposition: attachment; filename="meson-log.txt" Content-Transfer-Encoding: base64 Content-ID: X-Attachment-Id: f_jvprpb830 QnVpbGQgc3RhcnRlZCBhdCAyMDE5LTA1LTE2VDAwOjUwOjU5Ljc1OTk1OApNYWluIGJpbmFyeTog L3Vzci9sb2NhbC9iaW4vcHl0aG9uMy42ClB5dGhvbiBzeXN0ZW06IEZyZWVCU0QKVGhlIE1lc29u IGJ1aWxkIHN5c3RlbQpWZXJzaW9uOiAwLjUwLjAKU291cmNlIGRpcjogL3Vzci9wb3J0cy94MTEt dG9vbGtpdHMvcGFuZ28vd29yay9wYW5nby0xLjQyLjQKQnVpbGQgZGlyOiAvdXNyL3BvcnRzL3gx MS10b29sa2l0cy9wYW5nby93b3JrL3BhbmdvLTEuNDIuNC9fYnVpbGQKQnVpbGQgdHlwZTogbmF0 aXZlIGJ1aWxkClByb2plY3QgbmFtZTogcGFuZ28KUHJvamVjdCB2ZXJzaW9uOiAxLjQyLjMKQXBw ZW5kaW5nIENGTEFHUyBmcm9tIGVudmlyb25tZW50OiAnLU8yIC1waXBlIC1mdW5yb2xsLWxvb3Bz IC1tYXJjaD1uYXRpdmUgIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xv Y2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgJwpBcHBlbmRpbmcgTERGTEFHUyBmcm9t IGVudmlyb25tZW50OiAnIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAnCkFwcGVuZGluZyBDUFBG TEFHUyBmcm9tIGVudmlyb25tZW50OiAnLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlJwpBcHBl bmRpbmcgQ0ZMQUdTIGZyb20gZW52aXJvbm1lbnQ6ICctTzIgLXBpcGUgLWZ1bnJvbGwtbG9vcHMg LW1hcmNoPW5hdGl2ZSAgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9j YWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAnCkFwcGVuZGluZyBMREZMQUdTIGZyb20g ZW52aXJvbm1lbnQ6ICcgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nICcKQXBwZW5kaW5nIENQUEZM QUdTIGZyb20gZW52aXJvbm1lbnQ6ICctaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUnClNhbml0 eSB0ZXN0aW5nIEMgY29tcGlsZXI6IGNjCklzIGNyb3NzIGNvbXBpbGVyOiBGYWxzZS4KU2FuaXR5 IGNoZWNrIGNvbXBpbGVyIGNvbW1hbmQgbGluZTogY2MgL3Vzci9wb3J0cy94MTEtdG9vbGtpdHMv cGFuZ28vd29yay9wYW5nby0xLjQyLjQvX2J1aWxkL21lc29uLXByaXZhdGUvc2FuaXR5Y2hlY2tj LmMgLW8gL3Vzci9wb3J0cy94MTEtdG9vbGtpdHMvcGFuZ28vd29yay9wYW5nby0xLjQyLjQvX2J1 aWxkL21lc29uLXByaXZhdGUvc2FuaXR5Y2hlY2tjLmV4ZQpTYW5pdHkgY2hlY2sgY29tcGlsZSBz dGRvdXQ6CgotLS0tLQpTYW5pdHkgY2hlY2sgY29tcGlsZSBzdGRlcnI6CgotLS0tLQpSdW5uaW5n IHRlc3QgYmluYXJ5IGNvbW1hbmQ6IC91c3IvcG9ydHMveDExLXRvb2xraXRzL3BhbmdvL3dvcmsv cGFuZ28tMS40Mi40L19idWlsZC9tZXNvbi1wcml2YXRlL3Nhbml0eWNoZWNrYy5leGUKTmF0aXZl IEMgY29tcGlsZXI6IGNjIChjbGFuZyA2LjAuMSAiRnJlZUJTRCBjbGFuZyB2ZXJzaW9uIDYuMC4x ICh0YWdzL1JFTEVBU0VfNjAxL2ZpbmFsIDMzNTU0MCkgKGJhc2VkIG9uIExMVk0gNi4wLjEpIikK QXBwZW5kaW5nIENYWEZMQUdTIGZyb20gZW52aXJvbm1lbnQ6ICctTzIgLXBpcGUgLWZ1bnJvbGwt bG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNrLXByb3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vz ci9sb2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0LWFsaWFzaW5nICAtaXN5c3RlbSAvdXNyL2xvY2Fs L2luY2x1ZGUgJwpBcHBlbmRpbmcgTERGTEFHUyBmcm9tIGVudmlyb25tZW50OiAnIC1mc3RhY2st cHJvdGVjdG9yLXN0cm9uZyAnCkFwcGVuZGluZyBDUFBGTEFHUyBmcm9tIGVudmlyb25tZW50OiAn LWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlJwpBcHBlbmRpbmcgQ1hYRkxBR1MgZnJvbSBlbnZp cm9ubWVudDogJy1PMiAtcGlwZSAtZnVucm9sbC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2st cHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3Qt YWxpYXNpbmcgIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAnCkFwcGVuZGluZyBMREZMQUdT IGZyb20gZW52aXJvbm1lbnQ6ICcgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nICcKQXBwZW5kaW5n IENQUEZMQUdTIGZyb20gZW52aXJvbm1lbnQ6ICctaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUn ClNhbml0eSB0ZXN0aW5nIEMrKyBjb21waWxlcjogYysrCklzIGNyb3NzIGNvbXBpbGVyOiBGYWxz ZS4KU2FuaXR5IGNoZWNrIGNvbXBpbGVyIGNvbW1hbmQgbGluZTogYysrIC91c3IvcG9ydHMveDEx LXRvb2xraXRzL3BhbmdvL3dvcmsvcGFuZ28tMS40Mi40L19idWlsZC9tZXNvbi1wcml2YXRlL3Nh bml0eWNoZWNrY3BwLmNjIC1vIC91c3IvcG9ydHMveDExLXRvb2xraXRzL3BhbmdvL3dvcmsvcGFu Z28tMS40Mi40L19idWlsZC9tZXNvbi1wcml2YXRlL3Nhbml0eWNoZWNrY3BwLmV4ZQpTYW5pdHkg Y2hlY2sgY29tcGlsZSBzdGRvdXQ6CgotLS0tLQpTYW5pdHkgY2hlY2sgY29tcGlsZSBzdGRlcnI6 CgotLS0tLQpSdW5uaW5nIHRlc3QgYmluYXJ5IGNvbW1hbmQ6IC91c3IvcG9ydHMveDExLXRvb2xr aXRzL3BhbmdvL3dvcmsvcGFuZ28tMS40Mi40L19idWlsZC9tZXNvbi1wcml2YXRlL3Nhbml0eWNo ZWNrY3BwLmV4ZQpOYXRpdmUgQysrIGNvbXBpbGVyOiBjKysgKGNsYW5nIDYuMC4xICJGcmVlQlNE IGNsYW5nIHZlcnNpb24gNi4wLjEgKHRhZ3MvUkVMRUFTRV82MDEvZmluYWwgMzM1NTQwKSAoYmFz ZWQgb24gTExWTSA2LjAuMSkiKQpCdWlsZCBtYWNoaW5lIGNwdSBmYW1pbHk6IHg4Nl82NApCdWls ZCBtYWNoaW5lIGNwdTogeDg2XzY0ClJ1bm5pbmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rvcnk6 ICAvdG1wL3RtcHZuNHBmaHBnCkNvbW1hbmQgbGluZTogIGNjIC90bXAvdG1wdm40cGZocGcvdGVz dGZpbGUuYyAtcGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1jIC1vIC90bXAvdG1wdm40cGZo cGcvb3V0cHV0Lm9iaiAtTzIgLWZ1bnJvbGwtbG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNrLXBy b3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0LWFs aWFzaW5nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtTzAgLVdlcnJvcj11bmtub3duLXdh cm5pbmctb3B0aW9uIC1XZXJyb3I9dW51c2VkLWNvbW1hbmQtbGluZS1hcmd1bWVudCAtV2Vycm9y PWlnbm9yZWQtb3B0aW1pemF0aW9uLWFyZ3VtZW50IC1XaW1wbGljaXQtZnVuY3Rpb24tZGVjbGFy YXRpb24gCgpDb2RlOgogaW50IGk7CgpDb21waWxlciBzdGRvdXQ6CiAKQ29tcGlsZXIgc3RkZXJy OgogCkNvbXBpbGVyIGZvciBDIHN1cHBvcnRzIGFyZ3VtZW50cyAtV2ltcGxpY2l0LWZ1bmN0aW9u LWRlY2xhcmF0aW9uOiBZRVMKUnVubmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90 bXAvdG1wOXRja2ZxcnUKQ29tbWFuZCBsaW5lOiAgY2MgL3RtcC90bXA5dGNrZnFydS90ZXN0Zmls ZS5jIC1waXBlIC1EX0ZJTEVfT0ZGU0VUX0JJVFM9NjQgLWMgLW8gL3RtcC90bXA5dGNrZnFydS9v dXRwdXQub2JqIC1PMiAtZnVucm9sbC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVj dG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNp bmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24td2Fybmlu Zy1vcHRpb24gLVdlcnJvcj11bnVzZWQtY29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJyb3I9aWdu b3JlZC1vcHRpbWl6YXRpb24tYXJndW1lbnQgLVdzdHJpY3QtcHJvdG90eXBlcyAKCkNvZGU6CiBp bnQgaTsKCkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ29tcGlsZXIgZm9y IEMgc3VwcG9ydHMgYXJndW1lbnRzIC1Xc3RyaWN0LXByb3RvdHlwZXM6IFlFUwpSdW5uaW5nIGNv bXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXB5cnBwYWVwYgpDb21tYW5kIGxpbmU6 ICBjYyAvdG1wL3RtcHlycHBhZXBiL3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRfQklU Uz02NCAtYyAtbyAvdG1wL3RtcHlycHBhZXBiL291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxvb3Bz IC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9j YWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1 ZGUgLU8wIC1XZXJyb3I9dW5rbm93bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1jb21t YW5kLWxpbmUtYXJndW1lbnQgLVdlcnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVudCAt V21pc3NpbmctcHJvdG90eXBlcyAKCkNvZGU6CiBpbnQgaTsKCkNvbXBpbGVyIHN0ZG91dDoKIApD b21waWxlciBzdGRlcnI6CiAKQ29tcGlsZXIgZm9yIEMgc3VwcG9ydHMgYXJndW1lbnRzIC1XbWlz c2luZy1wcm90b3R5cGVzOiBZRVMKUnVubmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTog IC90bXAvdG1wNDk1ZjlrcG4KQ29tbWFuZCBsaW5lOiAgY2MgL3RtcC90bXA0OTVmOWtwbi90ZXN0 ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZGU0VUX0JJVFM9NjQgLWMgLW8gL3RtcC90bXA0OTVmOWtw bi9vdXRwdXQub2JqIC1PMiAtZnVucm9sbC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJv dGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxp YXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24td2Fy bmluZy1vcHRpb24gLVdlcnJvcj11bnVzZWQtY29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJyb3I9 aWdub3JlZC1vcHRpbWl6YXRpb24tYXJndW1lbnQgLVduZXN0ZWQtZXh0ZXJucyAKCkNvZGU6CiBp bnQgaTsKCkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ29tcGlsZXIgZm9y IEMgc3VwcG9ydHMgYXJndW1lbnRzIC1XbmVzdGVkLWV4dGVybnM6IFlFUwpSdW5uaW5nIGNvbXBp bGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXBxYW53eWsxdQpDb21tYW5kIGxpbmU6ICBj YyAvdG1wL3RtcHFhbnd5azF1L3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRfQklUUz02 NCAtYyAtbyAvdG1wL3RtcHFhbnd5azF1L291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxvb3BzIC1t YXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9jYWwv aW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUg LU8wIC1XZXJyb3I9dW5rbm93bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1jb21tYW5k LWxpbmUtYXJndW1lbnQgLVdlcnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVudCAtV29s ZC1zdHlsZS1kZWZpbml0aW9uIAoKQ29kZToKIGludCBpOwoKQ29tcGlsZXIgc3Rkb3V0OgogCkNv bXBpbGVyIHN0ZGVycjoKIApDb21waWxlciBmb3IgQyBzdXBwb3J0cyBhcmd1bWVudHMgLVdvbGQt c3R5bGUtZGVmaW5pdGlvbjogWUVTClJ1bm5pbmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rvcnk6 ICAvdG1wL3RtcGo5OXo4cTdoCkNvbW1hbmQgbGluZTogIGNjIC90bXAvdG1wajk5ejhxN2gvdGVz dGZpbGUuYyAtcGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1jIC1vIC90bXAvdG1wajk5ejhx N2gvb3V0cHV0Lm9iaiAtTzIgLWZ1bnJvbGwtbG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNrLXBy b3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0LWFs aWFzaW5nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtTzAgLVdlcnJvcj11bmtub3duLXdh cm5pbmctb3B0aW9uIC1XZXJyb3I9dW51c2VkLWNvbW1hbmQtbGluZS1hcmd1bWVudCAtV2Vycm9y PWlnbm9yZWQtb3B0aW1pemF0aW9uLWFyZ3VtZW50IC1Xbm8taW50LWNvbnZlcnNpb24gLVdpbnQt Y29udmVyc2lvbiAKCkNvZGU6CiBpbnQgaTsKCkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBz dGRlcnI6CiAKQ29tcGlsZXIgZm9yIEMgc3VwcG9ydHMgYXJndW1lbnRzIC1Xbm8taW50LWNvbnZl cnNpb246IFlFUwpSdW5uaW5nIGNvbXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXBz ejV2djc4MwpDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3RtcHN6NXZ2NzgzL3Rlc3RmaWxlLmMgLXBp cGUgLURfRklMRV9PRkZTRVRfQklUUz02NCAtYyAtbyAvdG1wL3RtcHN6NXZ2NzgzL291dHB1dC5v YmogLU8yIC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ry b25nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5 c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1XZXJyb3I9dW5rbm93bi13YXJuaW5nLW9wdGlv biAtV2Vycm9yPXVudXNlZC1jb21tYW5kLWxpbmUtYXJndW1lbnQgLVdlcnJvcj1pZ25vcmVkLW9w dGltaXphdGlvbi1hcmd1bWVudCAtV25vLWRpc2NhcmRlZC1xdWFsaWZpZXJzIC1XZGlzY2FyZGVk LXF1YWxpZmllcnMgCgpDb2RlOgogaW50IGk7CgpDb21waWxlciBzdGRvdXQ6CiAKQ29tcGlsZXIg c3RkZXJyOgogZXJyb3I6IHVua25vd24gd2FybmluZyBvcHRpb24gJy1Xbm8tZGlzY2FyZGVkLXF1 YWxpZmllcnMnOyBkaWQgeW91IG1lYW4gJy1Xbm8taWdub3JlZC1xdWFsaWZpZXJzJz8gWy1XZXJy b3IsLVd1bmtub3duLXdhcm5pbmctb3B0aW9uXQplcnJvcjogdW5rbm93biB3YXJuaW5nIG9wdGlv biAnLVdkaXNjYXJkZWQtcXVhbGlmaWVycyc7IGRpZCB5b3UgbWVhbiAnLVdpZ25vcmVkLXF1YWxp ZmllcnMnPyBbLVdlcnJvciwtV3Vua25vd24td2FybmluZy1vcHRpb25dCgpDb21waWxlciBmb3Ig QyBzdXBwb3J0cyBhcmd1bWVudHMgLVduby1kaXNjYXJkZWQtcXVhbGlmaWVyczogTk8KUnVubmlu ZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wdV8xZmR2cTMKQ29tbWFuZCBs aW5lOiAgY2MgL3RtcC90bXB1XzFmZHZxMy90ZXN0ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZGU0VU X0JJVFM9NjQgLWMgLW8gL3RtcC90bXB1XzFmZHZxMy9vdXRwdXQub2JqIC1PMiAtZnVucm9sbC1s b29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNy L2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9p bmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24td2FybmluZy1vcHRpb24gLVdlcnJvcj11bnVzZWQt Y29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJyb3I9aWdub3JlZC1vcHRpbWl6YXRpb24tYXJndW1l bnQgLWZuby1zdHJpY3QtYWxpYXNpbmcgCgpDb2RlOgogaW50IGk7CgpDb21waWxlciBzdGRvdXQ6 CiAKQ29tcGlsZXIgc3RkZXJyOgogCkNvbXBpbGVyIGZvciBDIHN1cHBvcnRzIGFyZ3VtZW50cyAt Zm5vLXN0cmljdC1hbGlhc2luZzogWUVTClJ1bm5pbmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rv cnk6ICAvdG1wL3RtcGFkaHVvd3ExCkNvbW1hbmQgbGluZTogIGNjIC90bXAvdG1wYWRodW93cTEv dGVzdGZpbGUuYyAtcGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1jIC1vIC90bXAvdG1wYWRo dW93cTEvb3V0cHV0Lm9iaiAtTzIgLWZ1bnJvbGwtbG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNr LXByb3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0 LWFsaWFzaW5nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtTzAgLVdlcnJvcj11bmtub3du LXdhcm5pbmctb3B0aW9uIC1XZXJyb3I9dW51c2VkLWNvbW1hbmQtbGluZS1hcmd1bWVudCAtV2Vy cm9yPWlnbm9yZWQtb3B0aW1pemF0aW9uLWFyZ3VtZW50IC1XcG9pbnRlci1hcml0aCAKCkNvZGU6 CiBpbnQgaTsKCkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ29tcGlsZXIg Zm9yIEMgc3VwcG9ydHMgYXJndW1lbnRzIC1XcG9pbnRlci1hcml0aDogWUVTClJ1bm5pbmcgY29t cGlsZToKV29ya2luZyBkaXJlY3Rvcnk6ICAvdG1wL3RtcHg2bmhxMHQ0CkNvbW1hbmQgbGluZTog IGNjIC90bXAvdG1weDZuaHEwdDQvdGVzdGZpbGUuYyAtcGlwZSAtRF9GSUxFX09GRlNFVF9CSVRT PTY0IC1jIC1vIC90bXAvdG1weDZuaHEwdDQvb3V0cHV0Lm9iaiAtTzIgLWZ1bnJvbGwtbG9vcHMg LW1hcmNoPW5hdGl2ZSAtZnN0YWNrLXByb3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vzci9sb2Nh bC9pbmNsdWRlIC1mbm8tc3RyaWN0LWFsaWFzaW5nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVk ZSAtTzAgLVdlcnJvcj11bmtub3duLXdhcm5pbmctb3B0aW9uIC1XZXJyb3I9dW51c2VkLWNvbW1h bmQtbGluZS1hcmd1bWVudCAtV2Vycm9yPWlnbm9yZWQtb3B0aW1pemF0aW9uLWFyZ3VtZW50IC1X bWlzc2luZy1kZWNsYXJhdGlvbnMgCgpDb2RlOgogaW50IGk7CgpDb21waWxlciBzdGRvdXQ6CiAK Q29tcGlsZXIgc3RkZXJyOgogCkNvbXBpbGVyIGZvciBDIHN1cHBvcnRzIGFyZ3VtZW50cyAtV21p c3NpbmctZGVjbGFyYXRpb25zOiBZRVMKUnVubmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9y eTogIC90bXAvdG1wc2RoajY1bXkKQ29tbWFuZCBsaW5lOiAgY2MgL3RtcC90bXBzZGhqNjVteS90 ZXN0ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZGU0VUX0JJVFM9NjQgLWMgLW8gL3RtcC90bXBzZGhq NjVteS9vdXRwdXQub2JqIC1PMiAtZnVucm9sbC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2st cHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3Qt YWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24t d2FybmluZy1vcHRpb24gLVdlcnJvcj11bnVzZWQtY29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJy b3I9aWdub3JlZC1vcHRpbWl6YXRpb24tYXJndW1lbnQgLVdmb3JtYXQ9MiAKCkNvZGU6CiBpbnQg aTsKCkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ29tcGlsZXIgZm9yIEMg c3VwcG9ydHMgYXJndW1lbnRzIC1XZm9ybWF0PTI6IFlFUwpSdW5uaW5nIGNvbXBpbGU6Cldvcmtp bmcgZGlyZWN0b3J5OiAgL3RtcC90bXBqazNrNXhxbwpDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3Rt cGprM2s1eHFvL3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRfQklUUz02NCAtYyAtbyAv dG1wL3RtcGprM2s1eHFvL291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRp dmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAt Zm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1XZXJy b3I9dW5rbm93bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1jb21tYW5kLWxpbmUtYXJn dW1lbnQgLVdlcnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVudCAtV2Zvcm1hdC1ub25s aXRlcmFsIAoKQ29kZToKIGludCBpOwoKQ29tcGlsZXIgc3Rkb3V0OgogCkNvbXBpbGVyIHN0ZGVy cjoKIApDb21waWxlciBmb3IgQyBzdXBwb3J0cyBhcmd1bWVudHMgLVdmb3JtYXQtbm9ubGl0ZXJh bDogWUVTClJ1bm5pbmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rvcnk6ICAvdG1wL3RtcHd4bzZj N3psCkNvbW1hbmQgbGluZTogIGNjIC90bXAvdG1wd3hvNmM3emwvdGVzdGZpbGUuYyAtcGlwZSAt RF9GSUxFX09GRlNFVF9CSVRTPTY0IC1jIC1vIC90bXAvdG1wd3hvNmM3emwvb3V0cHV0Lm9iaiAt TzIgLWZ1bnJvbGwtbG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNrLXByb3RlY3Rvci1zdHJvbmcg LWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0LWFsaWFzaW5nIC1pc3lzdGVt IC91c3IvbG9jYWwvaW5jbHVkZSAtTzAgLVdlcnJvcj11bmtub3duLXdhcm5pbmctb3B0aW9uIC1X ZXJyb3I9dW51c2VkLWNvbW1hbmQtbGluZS1hcmd1bWVudCAtV2Vycm9yPWlnbm9yZWQtb3B0aW1p emF0aW9uLWFyZ3VtZW50IC1XZm9ybWF0LXNlY3VyaXR5IAoKQ29kZToKIGludCBpOwoKQ29tcGls ZXIgc3Rkb3V0OgogCkNvbXBpbGVyIHN0ZGVycjoKIApDb21waWxlciBmb3IgQyBzdXBwb3J0cyBh cmd1bWVudHMgLVdmb3JtYXQtc2VjdXJpdHk6IFlFUwpSdW5uaW5nIGNvbXBpbGU6Cldvcmtpbmcg ZGlyZWN0b3J5OiAgL3RtcC90bXBvdnJqemQ2dgpDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3RtcG92 cmp6ZDZ2L3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRfQklUUz02NCAtYyAtbyAvdG1w L3RtcG92cmp6ZDZ2L291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRpdmUg LWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtZm5v LXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1XZXJyb3I9 dW5rbm93bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1jb21tYW5kLWxpbmUtYXJndW1l bnQgLVdlcnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVudCAtV3VudXNlZCAKCkNvZGU6 CiBpbnQgaTsKCkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ29tcGlsZXIg Zm9yIEMgc3VwcG9ydHMgYXJndW1lbnRzIC1XdW51c2VkOiBZRVMKUnVubmluZyBjb21waWxlOgpX b3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wbGtpODdseHAKQ29tbWFuZCBsaW5lOiAgY2MgL3Rt cC90bXBsa2k4N2x4cC90ZXN0ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZGU0VUX0JJVFM9NjQgLWMg LW8gL3RtcC90bXBsa2k4N2x4cC9vdXRwdXQub2JqIC1PMiAtZnVucm9sbC1sb29wcyAtbWFyY2g9 bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1 ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1PMCAt V2Vycm9yPXVua25vd24td2FybmluZy1vcHRpb24gLVdlcnJvcj11bnVzZWQtY29tbWFuZC1saW5l LWFyZ3VtZW50IC1XZXJyb3I9aWdub3JlZC1vcHRpbWl6YXRpb24tYXJndW1lbnQgLVdjYXN0LWFs aWduIAoKQ29kZToKIGludCBpOwoKQ29tcGlsZXIgc3Rkb3V0OgogCkNvbXBpbGVyIHN0ZGVycjoK IApDb21waWxlciBmb3IgQyBzdXBwb3J0cyBhcmd1bWVudHMgLVdjYXN0LWFsaWduOiBZRVMKUnVu bmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wYjNfM2NuZHcKQ29tbWFu ZCBsaW5lOiAgY2MgL3RtcC90bXBiM18zY25kdy90ZXN0ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZG U0VUX0JJVFM9NjQgLWMgLW8gL3RtcC90bXBiM18zY25kdy9vdXRwdXQub2JqIC1PMiAtZnVucm9s bC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAv dXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2Nh bC9pbmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24td2FybmluZy1vcHRpb24gLVdlcnJvcj11bnVz ZWQtY29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJyb3I9aWdub3JlZC1vcHRpbWl6YXRpb24tYXJn dW1lbnQgLVdtaXNzaW5nLW5vcmV0dXJuIAoKQ29kZToKIGludCBpOwoKQ29tcGlsZXIgc3Rkb3V0 OgogCkNvbXBpbGVyIHN0ZGVycjoKIApDb21waWxlciBmb3IgQyBzdXBwb3J0cyBhcmd1bWVudHMg LVdtaXNzaW5nLW5vcmV0dXJuOiBZRVMKUnVubmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9y eTogIC90bXAvdG1wejhxbXpwbmsKQ29tbWFuZCBsaW5lOiAgY2MgL3RtcC90bXB6OHFtenBuay90 ZXN0ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZGU0VUX0JJVFM9NjQgLWMgLW8gL3RtcC90bXB6OHFt enBuay9vdXRwdXQub2JqIC1PMiAtZnVucm9sbC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2st cHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3Qt YWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24t d2FybmluZy1vcHRpb24gLVdlcnJvcj11bnVzZWQtY29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJy b3I9aWdub3JlZC1vcHRpbWl6YXRpb24tYXJndW1lbnQgLVdtaXNzaW5nLWZvcm1hdC1hdHRyaWJ1 dGUgCgpDb2RlOgogaW50IGk7CgpDb21waWxlciBzdGRvdXQ6CiAKQ29tcGlsZXIgc3RkZXJyOgog CkNvbXBpbGVyIGZvciBDIHN1cHBvcnRzIGFyZ3VtZW50cyAtV21pc3NpbmctZm9ybWF0LWF0dHJp YnV0ZTogWUVTClJ1bm5pbmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rvcnk6ICAvdG1wL3RtcHNw aHhsZHd3CkNvbW1hbmQgbGluZTogIGNjIC90bXAvdG1wc3BoeGxkd3cvdGVzdGZpbGUuYyAtcGlw ZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1jIC1vIC90bXAvdG1wc3BoeGxkd3cvb3V0cHV0Lm9i aiAtTzIgLWZ1bnJvbGwtbG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNrLXByb3RlY3Rvci1zdHJv bmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0LWFsaWFzaW5nIC1pc3lz dGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtTzAgLVdlcnJvcj11bmtub3duLXdhcm5pbmctb3B0aW9u IC1XZXJyb3I9dW51c2VkLWNvbW1hbmQtbGluZS1hcmd1bWVudCAtV2Vycm9yPWlnbm9yZWQtb3B0 aW1pemF0aW9uLWFyZ3VtZW50IC1XbWlzc2luZy1pbmNsdWRlLWRpcnMgCgpDb2RlOgogaW50IGk7 CgpDb21waWxlciBzdGRvdXQ6CiAKQ29tcGlsZXIgc3RkZXJyOgogCkNvbXBpbGVyIGZvciBDIHN1 cHBvcnRzIGFyZ3VtZW50cyAtV21pc3NpbmctaW5jbHVkZS1kaXJzOiBZRVMKUnVubmluZyBjb21w aWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wc2ZkamhscmUKQ29tbWFuZCBsaW5lOiAg Y2MgL3RtcC90bXBzZmRqaGxyZS90ZXN0ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZGU0VUX0JJVFM9 NjQgLWMgLW8gL3RtcC90bXBzZmRqaGxyZS9vdXRwdXQub2JqIC1PMiAtZnVucm9sbC1sb29wcyAt bWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xvY2Fs L2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRl IC1PMCAtV2Vycm9yPXVua25vd24td2FybmluZy1vcHRpb24gLVdlcnJvcj11bnVzZWQtY29tbWFu ZC1saW5lLWFyZ3VtZW50IC1XZXJyb3I9aWdub3JlZC1vcHRpbWl6YXRpb24tYXJndW1lbnQgLVds b2dpY2FsLW9wIAoKQ29kZToKIGludCBpOwoKQ29tcGlsZXIgc3Rkb3V0OgogCkNvbXBpbGVyIHN0 ZGVycjoKIGVycm9yOiB1bmtub3duIHdhcm5pbmcgb3B0aW9uICctV2xvZ2ljYWwtb3AnOyBkaWQg eW91IG1lYW4gJy1XbG9uZy1sb25nJz8gWy1XZXJyb3IsLVd1bmtub3duLXdhcm5pbmctb3B0aW9u XQoKQ29tcGlsZXIgZm9yIEMgc3VwcG9ydHMgYXJndW1lbnRzIC1XbG9naWNhbC1vcDogTk8KUnVu bmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wYzIzYmFjaXgKQ29tbWFu ZCBsaW5lOiAgY2MgL3RtcC90bXBjMjNiYWNpeC90ZXN0ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZG U0VUX0JJVFM9NjQgLWMgLW8gL3RtcC90bXBjMjNiYWNpeC9vdXRwdXQub2JqIC1PMiAtZnVucm9s bC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAv dXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2Nh bC9pbmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24td2FybmluZy1vcHRpb24gLVdlcnJvcj11bnVz ZWQtY29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJyb3I9aWdub3JlZC1vcHRpbWl6YXRpb24tYXJn dW1lbnQgLVduby11bmluaXRpYWxpemVkIC1XdW5pbml0aWFsaXplZCAKCkNvZGU6CiBpbnQgaTsK CkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ29tcGlsZXIgZm9yIEMgc3Vw cG9ydHMgYXJndW1lbnRzIC1Xbm8tdW5pbml0aWFsaXplZDogWUVTClJ1bm5pbmcgY29tcGlsZToK V29ya2luZyBkaXJlY3Rvcnk6ICAvdG1wL3RtcHRfMWw3NHQ3CkNvbW1hbmQgbGluZTogIGNjIC90 bXAvdG1wdF8xbDc0dDcvdGVzdGZpbGUuYyAtcGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1j IC1vIC90bXAvdG1wdF8xbDc0dDcvb3V0cHV0Lm9iaiAtTzIgLWZ1bnJvbGwtbG9vcHMgLW1hcmNo PW5hdGl2ZSAtZnN0YWNrLXByb3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNs dWRlIC1mbm8tc3RyaWN0LWFsaWFzaW5nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtTzAg LVdlcnJvcj11bmtub3duLXdhcm5pbmctb3B0aW9uIC1XZXJyb3I9dW51c2VkLWNvbW1hbmQtbGlu ZS1hcmd1bWVudCAtV2Vycm9yPWlnbm9yZWQtb3B0aW1pemF0aW9uLWFyZ3VtZW50IC1Xbm8tc2hh ZG93IC1Xc2hhZG93IAoKQ29kZToKIGludCBpOwoKQ29tcGlsZXIgc3Rkb3V0OgogCkNvbXBpbGVy IHN0ZGVycjoKIApDb21waWxlciBmb3IgQyBzdXBwb3J0cyBhcmd1bWVudHMgLVduby1zaGFkb3c6 IFlFUwpSdW5uaW5nIGNvbXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXA0ZndiX2Zh awpDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3RtcDRmd2JfZmFrL3Rlc3RmaWxlLmMgLXBpcGUgLURf RklMRV9PRkZTRVRfQklUUz02NCAtYyAtbyAvdG1wL3RtcDRmd2JfZmFrL291dHB1dC5vYmogLU8y IC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1p c3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAv dXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1XZXJyb3I9dW5rbm93bi13YXJuaW5nLW9wdGlvbiAtV2Vy cm9yPXVudXNlZC1jb21tYW5kLWxpbmUtYXJndW1lbnQgLVdlcnJvcj1pZ25vcmVkLW9wdGltaXph dGlvbi1hcmd1bWVudCAtV2Vycm9yPXJlZHVuZGFudC1kZWNscyAKCkNvZGU6CiBpbnQgaTsKCkNv bXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ29tcGlsZXIgZm9yIEMgc3VwcG9y dHMgYXJndW1lbnRzIC1XZXJyb3I9cmVkdW5kYW50LWRlY2xzOiBZRVMKUnVubmluZyBjb21waWxl OgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wcTN5dXNwa2cKQ29tbWFuZCBsaW5lOiAgY2Mg L3RtcC90bXBxM3l1c3BrZy90ZXN0ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZGU0VUX0JJVFM9NjQg LWMgLW8gL3RtcC90bXBxM3l1c3BrZy9vdXRwdXQub2JqIC1PMiAtZnVucm9sbC1sb29wcyAtbWFy Y2g9bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2lu Y2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1P MCAtV2Vycm9yPXVua25vd24td2FybmluZy1vcHRpb24gLVdlcnJvcj11bnVzZWQtY29tbWFuZC1s aW5lLWFyZ3VtZW50IC1XZXJyb3I9aWdub3JlZC1vcHRpbWl6YXRpb24tYXJndW1lbnQgLVdlcnJv cj1pbXBsaWNpdCAKCkNvZGU6CiBpbnQgaTsKCkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBz dGRlcnI6CiAKQ29tcGlsZXIgZm9yIEMgc3VwcG9ydHMgYXJndW1lbnRzIC1XZXJyb3I9aW1wbGlj aXQ6IFlFUwpSdW5uaW5nIGNvbXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXBja3dx aGVvZgpDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3RtcGNrd3FoZW9mL3Rlc3RmaWxlLmMgLXBpcGUg LURfRklMRV9PRkZTRVRfQklUUz02NCAtYyAtbyAvdG1wL3RtcGNrd3FoZW9mL291dHB1dC5vYmog LU8yIC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25n IC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3Rl bSAvdXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1XZXJyb3I9dW5rbm93bi13YXJuaW5nLW9wdGlvbiAt V2Vycm9yPXVudXNlZC1jb21tYW5kLWxpbmUtYXJndW1lbnQgLVdlcnJvcj1pZ25vcmVkLW9wdGlt aXphdGlvbi1hcmd1bWVudCAtV2Vycm9yPW5vbm51bGwgCgpDb2RlOgogaW50IGk7CgpDb21waWxl ciBzdGRvdXQ6CiAKQ29tcGlsZXIgc3RkZXJyOgogCkNvbXBpbGVyIGZvciBDIHN1cHBvcnRzIGFy Z3VtZW50cyAtV2Vycm9yPW5vbm51bGw6IFlFUwpSdW5uaW5nIGNvbXBpbGU6CldvcmtpbmcgZGly ZWN0b3J5OiAgL3RtcC90bXA5Z29heGlldgpDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3RtcDlnb2F4 aWV2L3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRfQklUUz02NCAtYyAtbyAvdG1wL3Rt cDlnb2F4aWV2L291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRpdmUgLWZz dGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXN0 cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1XZXJyb3I9dW5r bm93bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1jb21tYW5kLWxpbmUtYXJndW1lbnQg LVdlcnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVudCAtV2Vycm9yPWluaXQtc2VsZiAK CkNvZGU6CiBpbnQgaTsKCkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ29t cGlsZXIgZm9yIEMgc3VwcG9ydHMgYXJndW1lbnRzIC1XZXJyb3I9aW5pdC1zZWxmOiBZRVMKUnVu bmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wZW02b2lhcWUKQ29tbWFu ZCBsaW5lOiAgY2MgL3RtcC90bXBlbTZvaWFxZS90ZXN0ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZG U0VUX0JJVFM9NjQgLWMgLW8gL3RtcC90bXBlbTZvaWFxZS9vdXRwdXQub2JqIC1PMiAtZnVucm9s bC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAv dXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2Nh bC9pbmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24td2FybmluZy1vcHRpb24gLVdlcnJvcj11bnVz ZWQtY29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJyb3I9aWdub3JlZC1vcHRpbWl6YXRpb24tYXJn dW1lbnQgLVdlcnJvcj1tYWluIAoKQ29kZToKIGludCBpOwoKQ29tcGlsZXIgc3Rkb3V0OgogCkNv bXBpbGVyIHN0ZGVycjoKIApDb21waWxlciBmb3IgQyBzdXBwb3J0cyBhcmd1bWVudHMgLVdlcnJv cj1tYWluOiBZRVMKUnVubmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1w OHBkbDZ4dWYKQ29tbWFuZCBsaW5lOiAgY2MgL3RtcC90bXA4cGRsNnh1Zi90ZXN0ZmlsZS5jIC1w aXBlIC1EX0ZJTEVfT0ZGU0VUX0JJVFM9NjQgLWMgLW8gL3RtcC90bXA4cGRsNnh1Zi9vdXRwdXQu b2JqIC1PMiAtZnVucm9sbC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0 cm9uZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWlz eXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24td2FybmluZy1vcHRp b24gLVdlcnJvcj11bnVzZWQtY29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJyb3I9aWdub3JlZC1v cHRpbWl6YXRpb24tYXJndW1lbnQgLVdlcnJvcj1taXNzaW5nLWJyYWNlcyAKCkNvZGU6CiBpbnQg aTsKCkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ29tcGlsZXIgZm9yIEMg c3VwcG9ydHMgYXJndW1lbnRzIC1XZXJyb3I9bWlzc2luZy1icmFjZXM6IFlFUwpSdW5uaW5nIGNv bXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXBmMmFicWZubApDb21tYW5kIGxpbmU6 ICBjYyAvdG1wL3RtcGYyYWJxZm5sL3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRfQklU Uz02NCAtYyAtbyAvdG1wL3RtcGYyYWJxZm5sL291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxvb3Bz IC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9j YWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1 ZGUgLU8wIC1XZXJyb3I9dW5rbm93bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1jb21t YW5kLWxpbmUtYXJndW1lbnQgLVdlcnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVudCAt V2Vycm9yPXNlcXVlbmNlLXBvaW50IAoKQ29kZToKIGludCBpOwoKQ29tcGlsZXIgc3Rkb3V0Ogog CkNvbXBpbGVyIHN0ZGVycjoKIApDb21waWxlciBmb3IgQyBzdXBwb3J0cyBhcmd1bWVudHMgLVdl cnJvcj1zZXF1ZW5jZS1wb2ludDogWUVTClJ1bm5pbmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rv cnk6ICAvdG1wL3RtcGZnMHh4d2kzCkNvbW1hbmQgbGluZTogIGNjIC90bXAvdG1wZmcweHh3aTMv dGVzdGZpbGUuYyAtcGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1jIC1vIC90bXAvdG1wZmcw eHh3aTMvb3V0cHV0Lm9iaiAtTzIgLWZ1bnJvbGwtbG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNr LXByb3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0 LWFsaWFzaW5nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtTzAgLVdlcnJvcj11bmtub3du LXdhcm5pbmctb3B0aW9uIC1XZXJyb3I9dW51c2VkLWNvbW1hbmQtbGluZS1hcmd1bWVudCAtV2Vy cm9yPWlnbm9yZWQtb3B0aW1pemF0aW9uLWFyZ3VtZW50IC1XZXJyb3I9cmV0dXJuLXR5cGUgCgpD b2RlOgogaW50IGk7CgpDb21waWxlciBzdGRvdXQ6CiAKQ29tcGlsZXIgc3RkZXJyOgogCkNvbXBp bGVyIGZvciBDIHN1cHBvcnRzIGFyZ3VtZW50cyAtV2Vycm9yPXJldHVybi10eXBlOiBZRVMKUnVu bmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wcHZlb214cXkKQ29tbWFu ZCBsaW5lOiAgY2MgL3RtcC90bXBwdmVvbXhxeS90ZXN0ZmlsZS5jIC1waXBlIC1EX0ZJTEVfT0ZG U0VUX0JJVFM9NjQgLWMgLW8gL3RtcC90bXBwdmVvbXhxeS9vdXRwdXQub2JqIC1PMiAtZnVucm9s bC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAv dXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2Nh bC9pbmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24td2FybmluZy1vcHRpb24gLVdlcnJvcj11bnVz ZWQtY29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJyb3I9aWdub3JlZC1vcHRpbWl6YXRpb24tYXJn dW1lbnQgLVdlcnJvcj10cmlncmFwaHMgCgpDb2RlOgogaW50IGk7CgpDb21waWxlciBzdGRvdXQ6 CiAKQ29tcGlsZXIgc3RkZXJyOgogCkNvbXBpbGVyIGZvciBDIHN1cHBvcnRzIGFyZ3VtZW50cyAt V2Vycm9yPXRyaWdyYXBoczogWUVTClJ1bm5pbmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rvcnk6 ICAvdG1wL3RtcHh2Y2s5MnYxCkNvbW1hbmQgbGluZTogIGNjIC90bXAvdG1weHZjazkydjEvdGVz dGZpbGUuYyAtcGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1jIC1vIC90bXAvdG1weHZjazky djEvb3V0cHV0Lm9iaiAtTzIgLWZ1bnJvbGwtbG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNrLXBy b3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0LWFs aWFzaW5nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtTzAgLVdlcnJvcj11bmtub3duLXdh cm5pbmctb3B0aW9uIC1XZXJyb3I9dW51c2VkLWNvbW1hbmQtbGluZS1hcmd1bWVudCAtV2Vycm9y PWlnbm9yZWQtb3B0aW1pemF0aW9uLWFyZ3VtZW50IC1XZXJyb3I9YXJyYXktYm91bmRzIAoKQ29k ZToKIGludCBpOwoKQ29tcGlsZXIgc3Rkb3V0OgogCkNvbXBpbGVyIHN0ZGVycjoKIApDb21waWxl ciBmb3IgQyBzdXBwb3J0cyBhcmd1bWVudHMgLVdlcnJvcj1hcnJheS1ib3VuZHM6IFlFUwpSdW5u aW5nIGNvbXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXBxaHk3YzlsegpDb21tYW5k IGxpbmU6ICBjYyAvdG1wL3RtcHFoeTdjOWx6L3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZT RVRfQklUUz02NCAtYyAtbyAvdG1wL3RtcHFoeTdjOWx6L291dHB1dC5vYmogLU8yIC1mdW5yb2xs LWxvb3BzIC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91 c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2Fs L2luY2x1ZGUgLU8wIC1XZXJyb3I9dW5rbm93bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNl ZC1jb21tYW5kLWxpbmUtYXJndW1lbnQgLVdlcnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1 bWVudCAtV2Vycm9yPXdyaXRlLXN0cmluZ3MgCgpDb2RlOgogaW50IGk7CgpDb21waWxlciBzdGRv dXQ6CiAKQ29tcGlsZXIgc3RkZXJyOgogCkNvbXBpbGVyIGZvciBDIHN1cHBvcnRzIGFyZ3VtZW50 cyAtV2Vycm9yPXdyaXRlLXN0cmluZ3M6IFlFUwpSdW5uaW5nIGNvbXBpbGU6CldvcmtpbmcgZGly ZWN0b3J5OiAgL3RtcC90bXBpMDVsOWpvMwpDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3RtcGkwNWw5 am8zL3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRfQklUUz02NCAtYyAtbyAvdG1wL3Rt cGkwNWw5am8zL291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRpdmUgLWZz dGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXN0 cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1XZXJyb3I9dW5r bm93bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1jb21tYW5kLWxpbmUtYXJndW1lbnQg LVdlcnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVudCAtV2Vycm9yPWFkZHJlc3MgCgpD b2RlOgogaW50IGk7CgpDb21waWxlciBzdGRvdXQ6CiAKQ29tcGlsZXIgc3RkZXJyOgogCkNvbXBp bGVyIGZvciBDIHN1cHBvcnRzIGFyZ3VtZW50cyAtV2Vycm9yPWFkZHJlc3M6IFlFUwpSdW5uaW5n IGNvbXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXBiZXBudnJhcwpDb21tYW5kIGxp bmU6ICBjYyAvdG1wL3RtcGJlcG52cmFzL3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRf QklUUz02NCAtYyAtbyAvdG1wL3RtcGJlcG52cmFzL291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxv b3BzIC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3Iv bG9jYWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2lu Y2x1ZGUgLU8wIC1XZXJyb3I9dW5rbm93bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1j b21tYW5kLWxpbmUtYXJndW1lbnQgLVdlcnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVu dCAtV2Vycm9yPWludC10by1wb2ludGVyLWNhc3QgCgpDb2RlOgogaW50IGk7CgpDb21waWxlciBz dGRvdXQ6CiAKQ29tcGlsZXIgc3RkZXJyOgogCkNvbXBpbGVyIGZvciBDIHN1cHBvcnRzIGFyZ3Vt ZW50cyAtV2Vycm9yPWludC10by1wb2ludGVyLWNhc3Q6IFlFUwpSdW5uaW5nIGNvbXBpbGU6Cldv cmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXBybnE1OXk4dgpDb21tYW5kIGxpbmU6ICBjYyAvdG1w L3RtcHJucTU5eTh2L3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRfQklUUz02NCAtYyAt byAvdG1wL3RtcHJucTU5eTh2L291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1u YXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVk ZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1X ZXJyb3I9dW5rbm93bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1jb21tYW5kLWxpbmUt YXJndW1lbnQgLVdlcnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVudCAtV2Vycm9yPXBv aW50ZXItdG8taW50LWNhc3QgCgpDb2RlOgogaW50IGk7CgpDb21waWxlciBzdGRvdXQ6CiAKQ29t cGlsZXIgc3RkZXJyOgogCkNvbXBpbGVyIGZvciBDIHN1cHBvcnRzIGFyZ3VtZW50cyAtV2Vycm9y PXBvaW50ZXItdG8taW50LWNhc3Q6IFlFUwpSdW5uaW5nIGNvbXBpbGU6CldvcmtpbmcgZGlyZWN0 b3J5OiAgL3RtcC90bXBrd21pZTJkaApDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3RtcGt3bWllMmRo L3Rlc3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRfQklUUz02NCAtYyAtbyAvdG1wL3RtcGt3 bWllMmRoL291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRpdmUgLWZzdGFj ay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXN0cmlj dC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1XZXJyb3I9dW5rbm93 bi13YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1jb21tYW5kLWxpbmUtYXJndW1lbnQgLVdl cnJvcj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVudCAtV2Vycm9yPWVtcHR5LWJvZHkgCgpD b2RlOgogaW50IGk7CgpDb21waWxlciBzdGRvdXQ6CiAKQ29tcGlsZXIgc3RkZXJyOgogCkNvbXBp bGVyIGZvciBDIHN1cHBvcnRzIGFyZ3VtZW50cyAtV2Vycm9yPWVtcHR5LWJvZHk6IFlFUwpVc2lu ZyBjYWNoZWQgY29tcGlsZToKQ2FjaGVkIGNvbW1hbmQgbGluZTogIGNjIC90bXAvdG1wcWh5N2M5 bHovdGVzdGZpbGUuYyAtcGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1jIC1vIC90bXAvdG1w cWh5N2M5bHovb3V0cHV0Lm9iaiAtTzIgLWZ1bnJvbGwtbG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0 YWNrLXByb3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1mbm8tc3Ry aWN0LWFsaWFzaW5nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtTzAgLVdlcnJvcj11bmtu b3duLXdhcm5pbmctb3B0aW9uIC1XZXJyb3I9dW51c2VkLWNvbW1hbmQtbGluZS1hcmd1bWVudCAt V2Vycm9yPWlnbm9yZWQtb3B0aW1pemF0aW9uLWFyZ3VtZW50IC1XZXJyb3I9d3JpdGUtc3RyaW5n cyAKCkNvZGU6CiBpbnQgaTsKCkNhY2hlZCBjb21waWxlciBzdGRvdXQ6CiAKQ2FjaGVkIGNvbXBp bGVyIHN0ZGVycjoKIApDb21waWxlciBmb3IgQyBzdXBwb3J0cyBhcmd1bWVudHMgLVdlcnJvcj13 cml0ZS1zdHJpbmdzOiBZRVMKUnVubmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90 bXAvdG1wazU1NzJ0cDkKQ29tbWFuZCBsaW5lOiAgY2MgL3RtcC90bXBrNTU3MnRwOS90ZXN0Zmls ZS5jIC1waXBlIC1EX0ZJTEVfT0ZGU0VUX0JJVFM9NjQgLWMgLW8gL3RtcC90bXBrNTU3MnRwOS9v dXRwdXQub2JqIC1PMiAtZnVucm9sbC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVj dG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNp bmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1PMCAtV2Vycm9yPXVua25vd24td2Fybmlu Zy1vcHRpb24gLVdlcnJvcj11bnVzZWQtY29tbWFuZC1saW5lLWFyZ3VtZW50IC1XZXJyb3I9aWdu b3JlZC1vcHRpbWl6YXRpb24tYXJndW1lbnQgLVd1bmRlZiAKCkNvZGU6CiBpbnQgaTsKCkNvbXBp bGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ29tcGlsZXIgZm9yIEMgc3VwcG9ydHMg YXJndW1lbnRzIC1XdW5kZWY6IFlFUwpSdW5uaW5nIGNvbXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5 OiAgL3RtcC90bXBjbnc1eW84dQpDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3RtcGNudzV5bzh1L3Rl c3RmaWxlLmMgLXBpcGUgLURfRklMRV9PRkZTRVRfQklUUz02NCAtYyAtbyAvdG1wL3RtcGNudzV5 bzh1L291dHB1dC5vYmogLU8yIC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRpdmUgLWZzdGFjay1w cm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXN0cmljdC1h bGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1XZXJyb3I9dW5rbm93bi13 YXJuaW5nLW9wdGlvbiAtV2Vycm9yPXVudXNlZC1jb21tYW5kLWxpbmUtYXJndW1lbnQgLVdlcnJv cj1pZ25vcmVkLW9wdGltaXphdGlvbi1hcmd1bWVudCAtZnZpc2liaWxpdHk9aGlkZGVuIAoKQ29k ZToKIGludCBpOwoKQ29tcGlsZXIgc3Rkb3V0OgogCkNvbXBpbGVyIHN0ZGVycjoKIApDb21waWxl ciBmb3IgQyBzdXBwb3J0cyBhcmd1bWVudHMgLWZ2aXNpYmlsaXR5PWhpZGRlbjogWUVTClJ1bm5p bmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rvcnk6ICAvdG1wL3RtcHdtc2pvY3hqCkNvbW1hbmQg bGluZTogIGNjIC90bXAvdG1wd21zam9jeGovdGVzdGZpbGUuYyAtcGlwZSAtRF9GSUxFX09GRlNF VF9CSVRTPTY0IC1vIC90bXAvdG1wd21zam9jeGovb3V0cHV0LmV4ZSAtTzIgLWZ1bnJvbGwtbG9v cHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNrLXByb3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vzci9s b2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0LWFsaWFzaW5nIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9u ZyAtTzAgLXN0ZD1jOTkgCgpDb2RlOgogCiAgICAgICAgI2RlZmluZSBzeXNjb25mIG1lc29uX2Rp c2FibGVfZGVmaW5lX29mX3N5c2NvbmYKICAgICAgICAKICAgICAgICAjaW5jbHVkZSA8bGltaXRz Lmg+CiAgICAgICAgI3VuZGVmIHN5c2NvbmYKICAgICAgICAKICAgICAgICAjaWZkZWYgX19jcGx1 c3BsdXMKICAgICAgICBleHRlcm4gIkMiCiAgICAgICAgI2VuZGlmCiAgICAgICAgY2hhciBzeXNj b25mICgpOwogICAgICAgIAogICAgICAgICNpZiBkZWZpbmVkIF9fc3R1Yl9zeXNjb25mIHx8IGRl ZmluZWQgX19zdHViX19fc3lzY29uZgogICAgICAgIGZhaWwgZmFpbCBmYWlsIHRoaXMgZnVuY3Rp b24gaXMgbm90IGdvaW5nIHRvIHdvcmsKICAgICAgICAjZW5kaWYKICAgICAgICAKICAgICAgICBp bnQgbWFpbiAoKSB7CiAgICAgICAgICByZXR1cm4gc3lzY29uZiAoKTsKICAgICAgICB9CkNvbXBp bGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKQ2hlY2tpbmcgZm9yIGZ1bmN0aW9uICJz eXNjb25mIiA6IFlFUwpSdW5uaW5nIGNvbXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90 bXB2MnJhOHRjOQpDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3RtcHYycmE4dGM5L3Rlc3RmaWxlLmMg LXBpcGUgLURfRklMRV9PRkZTRVRfQklUUz02NCAtbyAvdG1wL3RtcHYycmE4dGM5L291dHB1dC5l eGUgLU8yIC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ry b25nIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtZnN0 YWNrLXByb3RlY3Rvci1zdHJvbmcgLU8wIC1zdGQ9Yzk5IAoKQ29kZToKIAogICAgICAgICNkZWZp bmUgZ2V0cGFnZXNpemUgbWVzb25fZGlzYWJsZV9kZWZpbmVfb2ZfZ2V0cGFnZXNpemUKICAgICAg ICAKICAgICAgICAjaW5jbHVkZSA8bGltaXRzLmg+CiAgICAgICAgI3VuZGVmIGdldHBhZ2VzaXpl CiAgICAgICAgCiAgICAgICAgI2lmZGVmIF9fY3BsdXNwbHVzCiAgICAgICAgZXh0ZXJuICJDIgog ICAgICAgICNlbmRpZgogICAgICAgIGNoYXIgZ2V0cGFnZXNpemUgKCk7CiAgICAgICAgCiAgICAg ICAgI2lmIGRlZmluZWQgX19zdHViX2dldHBhZ2VzaXplIHx8IGRlZmluZWQgX19zdHViX19fZ2V0 cGFnZXNpemUKICAgICAgICBmYWlsIGZhaWwgZmFpbCB0aGlzIGZ1bmN0aW9uIGlzIG5vdCBnb2lu ZyB0byB3b3JrCiAgICAgICAgI2VuZGlmCiAgICAgICAgCiAgICAgICAgaW50IG1haW4gKCkgewog ICAgICAgICAgcmV0dXJuIGdldHBhZ2VzaXplICgpOwogICAgICAgIH0KQ29tcGlsZXIgc3Rkb3V0 OgogCkNvbXBpbGVyIHN0ZGVycjoKIApDaGVja2luZyBmb3IgZnVuY3Rpb24gImdldHBhZ2VzaXpl IiA6IFlFUwpSdW5uaW5nIGNvbXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXA2Mjli Mmp1NwpDb21tYW5kIGxpbmU6ICBjYyAvdG1wL3RtcDYyOWIyanU3L3Rlc3RmaWxlLmMgLXBpcGUg LURfRklMRV9PRkZTRVRfQklUUz02NCAtbyAvdG1wL3RtcDYyOWIyanU3L291dHB1dC5leGUgLU8y IC1mdW5yb2xsLWxvb3BzIC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1p c3lzdGVtIC91c3IvbG9jYWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtZnN0YWNrLXBy b3RlY3Rvci1zdHJvbmcgLU8wIC1zdGQ9Yzk5IAoKQ29kZToKIAogICAgICAgICNkZWZpbmUgZmxv Y2tmaWxlIG1lc29uX2Rpc2FibGVfZGVmaW5lX29mX2Zsb2NrZmlsZQogICAgICAgIAogICAgICAg ICNpbmNsdWRlIDxsaW1pdHMuaD4KICAgICAgICAjdW5kZWYgZmxvY2tmaWxlCiAgICAgICAgCiAg ICAgICAgI2lmZGVmIF9fY3BsdXNwbHVzCiAgICAgICAgZXh0ZXJuICJDIgogICAgICAgICNlbmRp ZgogICAgICAgIGNoYXIgZmxvY2tmaWxlICgpOwogICAgICAgIAogICAgICAgICNpZiBkZWZpbmVk IF9fc3R1Yl9mbG9ja2ZpbGUgfHwgZGVmaW5lZCBfX3N0dWJfX19mbG9ja2ZpbGUKICAgICAgICBm YWlsIGZhaWwgZmFpbCB0aGlzIGZ1bmN0aW9uIGlzIG5vdCBnb2luZyB0byB3b3JrCiAgICAgICAg I2VuZGlmCiAgICAgICAgCiAgICAgICAgaW50IG1haW4gKCkgewogICAgICAgICAgcmV0dXJuIGZs b2NrZmlsZSAoKTsKICAgICAgICB9CkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6 CiAKQ2hlY2tpbmcgZm9yIGZ1bmN0aW9uICJmbG9ja2ZpbGUiIDogWUVTClJ1bm5pbmcgY29tcGls ZToKV29ya2luZyBkaXJlY3Rvcnk6ICAvdG1wL3RtcDlheXd1bTlxCkNvbW1hbmQgbGluZTogIGNj IC90bXAvdG1wOWF5d3VtOXEvdGVzdGZpbGUuYyAtcGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0 IC1vIC90bXAvdG1wOWF5d3VtOXEvb3V0cHV0LmV4ZSAtTzIgLWZ1bnJvbGwtbG9vcHMgLW1hcmNo PW5hdGl2ZSAtZnN0YWNrLXByb3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNs dWRlIC1mbm8tc3RyaWN0LWFsaWFzaW5nIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtTzAgLXN0 ZD1jOTkgCgpDb2RlOgogCiAgICAgICAgI2RlZmluZSBzdHJ0b2tfciBtZXNvbl9kaXNhYmxlX2Rl ZmluZV9vZl9zdHJ0b2tfcgogICAgICAgIAogICAgICAgICNpbmNsdWRlIDxsaW1pdHMuaD4KICAg ICAgICAjdW5kZWYgc3RydG9rX3IKICAgICAgICAKICAgICAgICAjaWZkZWYgX19jcGx1c3BsdXMK ICAgICAgICBleHRlcm4gIkMiCiAgICAgICAgI2VuZGlmCiAgICAgICAgY2hhciBzdHJ0b2tfciAo KTsKICAgICAgICAKICAgICAgICAjaWYgZGVmaW5lZCBfX3N0dWJfc3RydG9rX3IgfHwgZGVmaW5l ZCBfX3N0dWJfX19zdHJ0b2tfcgogICAgICAgIGZhaWwgZmFpbCBmYWlsIHRoaXMgZnVuY3Rpb24g aXMgbm90IGdvaW5nIHRvIHdvcmsKICAgICAgICAjZW5kaWYKICAgICAgICAKICAgICAgICBpbnQg bWFpbiAoKSB7CiAgICAgICAgICByZXR1cm4gc3RydG9rX3IgKCk7CiAgICAgICAgfQpDb21waWxl ciBzdGRvdXQ6CiAKQ29tcGlsZXIgc3RkZXJyOgogCkNoZWNraW5nIGZvciBmdW5jdGlvbiAic3Ry dG9rX3IiIDogWUVTClJ1bm5pbmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rvcnk6ICAvdG1wL3Rt cGNuajJfY2hzCkNvbW1hbmQgbGluZTogIGNjIC90bXAvdG1wY25qMl9jaHMvdGVzdGZpbGUuYyAt cGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1FIC1QIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5j bHVkZSAtTzAgLXN0ZD1jOTkgCgpDb2RlOgogCiAgICAgICAgI2lmZGVmIF9faGFzX2luY2x1ZGUK ICAgICAgICAgI2lmICFfX2hhc19pbmNsdWRlKCJ1bmlzdGQuaCIpCiAgICAgICAgICAjZXJyb3Ig IkhlYWRlciAndW5pc3RkLmgnIGNvdWxkIG5vdCBiZSBmb3VuZCIKICAgICAgICAgI2VuZGlmCiAg ICAgICAgI2Vsc2UKICAgICAgICAgI2luY2x1ZGUgPHVuaXN0ZC5oPgogICAgICAgICNlbmRpZgpD b21waWxlciBzdGRvdXQ6CiAKCkNvbXBpbGVyIHN0ZGVycjoKIApIYXMgaGVhZGVyICJ1bmlzdGQu aCIgOiBZRVMKUnVubmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wbWx1 ZjQxb2kKQ29tbWFuZCBsaW5lOiAgY2MgL3RtcC90bXBtbHVmNDFvaS90ZXN0ZmlsZS5jIC1waXBl IC1EX0ZJTEVfT0ZGU0VUX0JJVFM9NjQgLUUgLVAgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRl IC1PMCAtc3RkPWM5OSAKCkNvZGU6CiAKICAgICAgICAjaWZkZWYgX19oYXNfaW5jbHVkZQogICAg ICAgICAjaWYgIV9faGFzX2luY2x1ZGUoInN5cy9tbWFuLmgiKQogICAgICAgICAgI2Vycm9yICJI ZWFkZXIgJ3N5cy9tbWFuLmgnIGNvdWxkIG5vdCBiZSBmb3VuZCIKICAgICAgICAgI2VuZGlmCiAg ICAgICAgI2Vsc2UKICAgICAgICAgI2luY2x1ZGUgPHN5cy9tbWFuLmg+CiAgICAgICAgI2VuZGlm CkNvbXBpbGVyIHN0ZG91dDoKIAoKQ29tcGlsZXIgc3RkZXJyOgogCkhhcyBoZWFkZXIgInN5cy9t bWFuLmgiIDogWUVTClJ1bm5pbmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rvcnk6ICAvdG1wL3Rt cHc1YXNpanA1CkNvbW1hbmQgbGluZTogIGNjIC90bXAvdG1wdzVhc2lqcDUvdGVzdGZpbGUuYyAt cGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1FIC1QIC1pc3lzdGVtIC91c3IvbG9jYWwvaW5j bHVkZSAtTzAgLXN0ZD1jOTkgCgpDb2RlOgogCiAgICAgICAgI2lmZGVmIF9faGFzX2luY2x1ZGUK ICAgICAgICAgI2lmICFfX2hhc19pbmNsdWRlKCJkaXJlbnQuaCIpCiAgICAgICAgICAjZXJyb3Ig IkhlYWRlciAnZGlyZW50LmgnIGNvdWxkIG5vdCBiZSBmb3VuZCIKICAgICAgICAgI2VuZGlmCiAg ICAgICAgI2Vsc2UKICAgICAgICAgI2luY2x1ZGUgPGRpcmVudC5oPgogICAgICAgICNlbmRpZgpD b21waWxlciBzdGRvdXQ6CiAKCkNvbXBpbGVyIHN0ZGVycjoKIApIYXMgaGVhZGVyICJkaXJlbnQu aCIgOiBZRVMKUnVubmluZyBjb21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wdmI3 OG5lMnkKQ29tbWFuZCBsaW5lOiAgY2MgL3RtcC90bXB2Yjc4bmUyeS90ZXN0ZmlsZS5jIC1waXBl IC1EX0ZJTEVfT0ZGU0VUX0JJVFM9NjQgLW8gL3RtcC90bXB2Yjc4bmUyeS9vdXRwdXQuZXhlIC1P MiAtZnVucm9sbC1sb29wcyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAt aXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWZzdGFjay1w cm90ZWN0b3Itc3Ryb25nIC1PMCAtV2wsLS1zdGFydC1ncm91cCAtbG0gLVdsLC0tZW5kLWdyb3Vw IC1XbCwtLWFsbG93LXNobGliLXVuZGVmaW5lZCAKCkNvZGU6CiBpbnQgbWFpbihpbnQgYXJnYywg Y2hhciAqKmFyZ3YpIHsgcmV0dXJuIDA7IH0KQ29tcGlsZXIgc3Rkb3V0OgogCkNvbXBpbGVyIHN0 ZGVycjoKIApMaWJyYXJ5IG0gZm91bmQ6IFlFUwpQa2ctY29uZmlnIGJpbmFyeSBmb3IgTWFjaGlu ZUNob2ljZS5IT1NUIGlzIG5vdCBjYWNoZWQuClBrZy1jb25maWcgYmluYXJ5IGZvciBNYWNoaW5l Q2hvaWNlLkhPU1Qgc3BlY2lmaWVkIGZyb20gY3Jvc3MgZmlsZSwgbmF0aXZlIGZpbGUsIG9yIGVu diB2YXIgYXMgWydwa2djb25mJ10KVHJ5aW5nIHBrZy1jb25maWcgYmluYXJ5IHBrZ2NvbmYgZm9y IG1hY2hpbmUgTWFjaGluZUNob2ljZS5IT1NUIGF0IFsnL3Vzci9sb2NhbC9iaW4vcGtnY29uZidd CkZvdW5kIHBrZy1jb25maWc6IC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgKDEuNi4xKQpEZXRlcm1p bmluZyBkZXBlbmRlbmN5ICdnb2JqZWN0LTIuMCcgd2l0aCBwa2ctY29uZmlnIGV4ZWN1dGFibGUg Jy91c3IvbG9jYWwvYmluL3BrZ2NvbmYnCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiAt LW1vZHZlcnNpb24gZ29iamVjdC0yLjBgIC0+IDAKMi41Ni4zCkNhbGxlZCBgL3Vzci9sb2NhbC9i aW4vcGtnY29uZiAtLWNmbGFncyBnb2JqZWN0LTIuMGAgLT4gMAotSS91c3IvbG9jYWwvaW5jbHVk ZS9nbGliLTIuMCAtSS91c3IvbG9jYWwvbGliL2dsaWItMi4wL2luY2x1ZGUgLUkvdXNyL2xvY2Fs L2luY2x1ZGUKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIGdvYmplY3QtMi4wIC0tbGli c2AgLT4gMAotTC91c3IvbG9jYWwvbGliIC1sZ29iamVjdC0yLjAgLWxnbGliLTIuMCAtbGludGwK Q2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIGdvYmplY3QtMi4wIC0tbGlic2AgLT4gMAot TC91c3IvbG9jYWwvbGliIC1sZ29iamVjdC0yLjAgLWxnbGliLTIuMCAtbGludGwKUnVubmluZyBj b21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wb2UyMXF1aW0KQ29tbWFuZCBsaW5l OiAgYysrIC90bXAvdG1wb2UyMXF1aW0vdGVzdGZpbGUuY3BwIC1waXBlIC1EX0ZJTEVfT0ZGU0VU X0JJVFM9NjQgLW8gL3RtcC90bXBvZTIxcXVpbS9vdXRwdXQuZXhlIC1PMiAtZnVucm9sbC1sb29w cyAtbWFyY2g9bmF0aXZlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtaXN5c3RlbSAvdXNyL2xv Y2FsL2luY2x1ZGUgLWZuby1zdHJpY3QtYWxpYXNpbmcgLWlzeXN0ZW0gL3Vzci9sb2NhbC9pbmNs dWRlIC1mc3RhY2stcHJvdGVjdG9yLXN0cm9uZyAtTzAgLWZwZXJtaXNzaXZlIAoKQ29kZToKICNp bmNsdWRlPHN0ZGlvLmg+CiAgICAgICAgCiAgICAgICAgaW50IG1haW4oaW50IGFyZ2MsIGNoYXIg Kiphcmd2KSB7CiAgICAgICAgICAgIHByaW50ZigiJWxkXG4iLCAobG9uZykoc2l6ZW9mKHZvaWQg KikpKTsKICAgICAgICAgICAgcmV0dXJuIDA7CiAgICAgICAgfTsKQ29tcGlsZXIgc3Rkb3V0Ogog CkNvbXBpbGVyIHN0ZGVycjoKIApQcm9ncmFtIHN0ZG91dDoKCjgKClByb2dyYW0gc3RkZXJyOgoK ClJ1bm5pbmcgY29tcGlsZToKV29ya2luZyBkaXJlY3Rvcnk6ICAvdG1wL3RtcGlzbWdnYmpfCkNv bW1hbmQgbGluZTogIGMrKyAvdG1wL3RtcGlzbWdnYmpfL3Rlc3RmaWxlLmNwcCAtcGlwZSAtRF9G SUxFX09GRlNFVF9CSVRTPTY0IC1jIC1vIC90bXAvdG1waXNtZ2dial8vb3V0cHV0Lm9iaiAtTzIg LWZ1bnJvbGwtbG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNrLXByb3RlY3Rvci1zdHJvbmcgLWlz eXN0ZW0gL3Vzci9sb2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0LWFsaWFzaW5nIC1pc3lzdGVtIC91 c3IvbG9jYWwvaW5jbHVkZSAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1ZGUgLU8wIC1mcGVybWlz c2l2ZSAtLXByaW50LXNlYXJjaC1kaXJzIAoKQ29kZToKIApDb21waWxlciBzdGRvdXQ6CiBwcm9n cmFtczogPS91c3IvYmluCmxpYnJhcmllczogPS91c3IvbGliL2NsYW5nLzYuMC4xOi91c3IvbGli CgpDb21waWxlciBzdGRlcnI6CiAKRGVwZW5kZW5jeSBnb2JqZWN0LTIuMCBmb3VuZDogWUVTIDIu NTYuMwpQa2ctY29uZmlnIGJpbmFyeSBmb3IgTWFjaGluZUNob2ljZS5IT1NUIGlzIGNhY2hlZC4K RGV0ZXJtaW5pbmcgZGVwZW5kZW5jeSAnZnJpYmlkaScgd2l0aCBwa2ctY29uZmlnIGV4ZWN1dGFi bGUgJy91c3IvbG9jYWwvYmluL3BrZ2NvbmYnCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29u ZiAtLW1vZHZlcnNpb24gZnJpYmlkaWAgLT4gMAowLjE5LjcKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jp bi9wa2djb25mIC0tY2ZsYWdzIGZyaWJpZGlgIC0+IDAKLUkvdXNyL2xvY2FsL2luY2x1ZGUvZnJp YmlkaSAtSS91c3IvbG9jYWwvaW5jbHVkZQpDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYg ZnJpYmlkaSAtLWxpYnNgIC0+IDAKLUwvdXNyL2xvY2FsL2xpYiAtbGZyaWJpZGkKQ2FsbGVkIGAv dXNyL2xvY2FsL2Jpbi9wa2djb25mIGZyaWJpZGkgLS1saWJzYCAtPiAwCi1ML3Vzci9sb2NhbC9s aWIgLWxmcmliaWRpCkRlcGVuZGVuY3kgZnJpYmlkaSBmb3VuZDogWUVTIDAuMTkuNwpQa2ctY29u ZmlnIGJpbmFyeSBmb3IgTWFjaGluZUNob2ljZS5IT1NUIGlzIGNhY2hlZC4KRGV0ZXJtaW5pbmcg ZGVwZW5kZW5jeSAnbGlidGhhaScgd2l0aCBwa2ctY29uZmlnIGV4ZWN1dGFibGUgJy91c3IvbG9j YWwvYmluL3BrZ2NvbmYnCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiAtLW1vZHZlcnNp b24gbGlidGhhaWAgLT4gMQoKQ01ha2UgYmluYXJ5IGZvciBNYWNoaW5lQ2hvaWNlLkhPU1QgaXMg bm90IGNhY2hlZApDTWFrZSBiaW5hcnkgbWlzc2luZyBmcm9tIGNyb3NzIG9yIG5hdGl2ZSBmaWxl LCBvciBlbnYgdmFyIHVuZGVmaW5lZC4KVHJ5aW5nIGEgZGVmYXVsdCBDTWFrZSBmYWxsYmFjayBh dCBjbWFrZQpUcnlpbmcgQ01ha2UgYmluYXJ5IGNtYWtlIGZvciBtYWNoaW5lIE1hY2hpbmVDaG9p Y2UuSE9TVCBhdCBbJy91c3IvbG9jYWwvYmluL2NtYWtlJ10KRm91bmQgQ01ha2U6IC91c3IvbG9j YWwvYmluL2NtYWtlICgzLjE0LjIpCkV4dHJhY3RpbmcgYmFzaWMgY21ha2UgaW5mb3JtYXRpb24K VHJ5IENNYWtlIGdlbmVyYXRvcjogYXV0bwpDYWxsZWQgYC91c3IvbG9jYWwvYmluL2NtYWtlIC0t dHJhY2UtZXhwYW5kIC5gIGluIC91c3IvcG9ydHMveDExLXRvb2xraXRzL3BhbmdvL3dvcmsvcGFu Z28tMS40Mi40L19idWlsZC9tZXNvbi1wcml2YXRlL2NtYWtlX2xpYnRoYWkgLT4gMAogIC0tIE1v ZHVsZSBzZWFyY2ggcGF0aHM6ICAgIFsnLycsICcvdXNyJywgJy91c3IvbG9jYWwnXQogIC0tIENN YWtlIHJvb3Q6ICAgICAgICAgICAgIC91c3IvbG9jYWwvc2hhcmUvY21ha2UKICAtLSBDTWFrZSBh cmNoaXRlY3R1cmVzOiAgICBbXQogIC0tIENNYWtlIGxpYiBzZWFyY2ggcGF0aHM6IFsnbGliJywg J2xpYjMyJywgJ2xpYjY0JywgJ2xpYngzMicsICdzaGFyZSddCkRlcGVuZGVuY3kgbGlidGhhaSBm b3VuZDogTk8gKHRyaWVkIHBrZ2NvbmZpZyBhbmQgY21ha2UpClBrZy1jb25maWcgYmluYXJ5IGZv ciBNYWNoaW5lQ2hvaWNlLkhPU1QgaXMgY2FjaGVkLgpEZXRlcm1pbmluZyBkZXBlbmRlbmN5ICdo YXJmYnV6eicgd2l0aCBwa2ctY29uZmlnIGV4ZWN1dGFibGUgJy91c3IvbG9jYWwvYmluL3BrZ2Nv bmYnCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiAtLW1vZHZlcnNpb24gaGFyZmJ1enpg IC0+IDAKMi40LjAKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIC0tY2ZsYWdzIGhhcmZi dXp6YCAtPiAwCi1JL3Vzci9sb2NhbC9pbmNsdWRlL2hhcmZidXp6IC1JL3Vzci9sb2NhbC9pbmNs dWRlL2dsaWItMi4wIC1JL3Vzci9sb2NhbC9saWIvZ2xpYi0yLjAvaW5jbHVkZSAtSS91c3IvbG9j YWwvaW5jbHVkZQpDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgaGFyZmJ1enogLS1saWJz YCAtPiAwCi1ML3Vzci9sb2NhbC9saWIgLWxoYXJmYnV6egpDYWxsZWQgYC91c3IvbG9jYWwvYmlu L3BrZ2NvbmYgaGFyZmJ1enogLS1saWJzYCAtPiAwCi1ML3Vzci9sb2NhbC9saWIgLWxoYXJmYnV6 egpEZXBlbmRlbmN5IGhhcmZidXp6IGZvdW5kOiBZRVMgMi40LjAKUGtnLWNvbmZpZyBiaW5hcnkg Zm9yIE1hY2hpbmVDaG9pY2UuSE9TVCBpcyBjYWNoZWQuCkRldGVybWluaW5nIGRlcGVuZGVuY3kg J2ZvbnRjb25maWcnIHdpdGggcGtnLWNvbmZpZyBleGVjdXRhYmxlICcvdXNyL2xvY2FsL2Jpbi9w a2djb25mJwpDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS1tb2R2ZXJzaW9uIGZvbnRj b25maWdgIC0+IDAKMi4xMi42CkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiAtLWNmbGFn cyBmb250Y29uZmlnYCAtPiAwCi1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNs dWRlL2ZyZWV0eXBlMiAtSS91c3IvbG9jYWwvaW5jbHVkZS9saWJwbmcxNgpDYWxsZWQgYC91c3Iv bG9jYWwvYmluL3BrZ2NvbmYgZm9udGNvbmZpZyAtLWxpYnNgIC0+IDAKLUwvdXNyL2xvY2FsL2xp YiAtbGZvbnRjb25maWcgLWxmcmVldHlwZQpDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYg Zm9udGNvbmZpZyAtLWxpYnNgIC0+IDAKLUwvdXNyL2xvY2FsL2xpYiAtbGZvbnRjb25maWcgLWxm cmVldHlwZQpEZXBlbmRlbmN5IGZvbnRjb25maWcgZm91bmQ6IFlFUyAyLjEyLjYKUnVubmluZyBj b21waWxlOgpXb3JraW5nIGRpcmVjdG9yeTogIC90bXAvdG1wNG5vcTRvaHEKQ29tbWFuZCBsaW5l OiAgY2MgLUkvdXNyL2xvY2FsL2luY2x1ZGUgLUkvdXNyL2xvY2FsL2luY2x1ZGUvZnJlZXR5cGUy IC1JL3Vzci9sb2NhbC9pbmNsdWRlL2xpYnBuZzE2IC90bXAvdG1wNG5vcTRvaHEvdGVzdGZpbGUu YyAtcGlwZSAtRF9GSUxFX09GRlNFVF9CSVRTPTY0IC1vIC90bXAvdG1wNG5vcTRvaHEvb3V0cHV0 LmV4ZSAtV2wsLS1zdGFydC1ncm91cCAvdXNyL2xvY2FsL2xpYi9saWJmb250Y29uZmlnLnNvIC91 c3IvbG9jYWwvbGliL2xpYmZyZWV0eXBlLnNvIC1XbCwtLWVuZC1ncm91cCAtTzIgLWZ1bnJvbGwt bG9vcHMgLW1hcmNoPW5hdGl2ZSAtZnN0YWNrLXByb3RlY3Rvci1zdHJvbmcgLWlzeXN0ZW0gL3Vz ci9sb2NhbC9pbmNsdWRlIC1mbm8tc3RyaWN0LWFsaWFzaW5nIC1mc3RhY2stcHJvdGVjdG9yLXN0 cm9uZyAtTzAgLXN0ZD1jOTkgCgpDb2RlOgogCiAgICAgICAgI2RlZmluZSBGY1dlaWdodEZyb21P cGVuVHlwZURvdWJsZSBtZXNvbl9kaXNhYmxlX2RlZmluZV9vZl9GY1dlaWdodEZyb21PcGVuVHlw ZURvdWJsZQogICAgICAgIAogICAgICAgICNpbmNsdWRlIDxsaW1pdHMuaD4KICAgICAgICAjdW5k ZWYgRmNXZWlnaHRGcm9tT3BlblR5cGVEb3VibGUKICAgICAgICAKICAgICAgICAjaWZkZWYgX19j cGx1c3BsdXMKICAgICAgICBleHRlcm4gIkMiCiAgICAgICAgI2VuZGlmCiAgICAgICAgY2hhciBG Y1dlaWdodEZyb21PcGVuVHlwZURvdWJsZSAoKTsKICAgICAgICAKICAgICAgICAjaWYgZGVmaW5l ZCBfX3N0dWJfRmNXZWlnaHRGcm9tT3BlblR5cGVEb3VibGUgfHwgZGVmaW5lZCBfX3N0dWJfX19G Y1dlaWdodEZyb21PcGVuVHlwZURvdWJsZQogICAgICAgIGZhaWwgZmFpbCBmYWlsIHRoaXMgZnVu Y3Rpb24gaXMgbm90IGdvaW5nIHRvIHdvcmsKICAgICAgICAjZW5kaWYKICAgICAgICAKICAgICAg ICBpbnQgbWFpbiAoKSB7CiAgICAgICAgICByZXR1cm4gRmNXZWlnaHRGcm9tT3BlblR5cGVEb3Vi bGUgKCk7CiAgICAgICAgfQpDb21waWxlciBzdGRvdXQ6CiAKQ29tcGlsZXIgc3RkZXJyOgogL3Vz ci9iaW4vbGQ6IGVycm9yOiB1bmRlZmluZWQgc3ltYm9sOiBGY1dlaWdodEZyb21PcGVuVHlwZURv dWJsZQo+Pj4gcmVmZXJlbmNlZCBieSB0ZXN0ZmlsZS5jCj4+PiAgICAgICAgICAgICAgIC90bXAv dGVzdGZpbGUtYWVhNzlkLm86KG1haW4pCmNjOiBlcnJvcjogbGlua2VyIGNvbW1hbmQgZmFpbGVk IHdpdGggZXhpdCBjb2RlIDEgKHVzZSAtdiB0byBzZWUgaW52b2NhdGlvbikKClJ1bm5pbmcgY29t cGlsZToKV29ya2luZyBkaXJlY3Rvcnk6ICAvdG1wL3RtcHpkbjRyd2d4CkNvbW1hbmQgbGluZTog IGNjIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlL2ZyZWV0eXBlMiAt SS91c3IvbG9jYWwvaW5jbHVkZS9saWJwbmcxNiAvdG1wL3RtcHpkbjRyd2d4L3Rlc3RmaWxlLmMg LXBpcGUgLURfRklMRV9PRkZTRVRfQklUUz02NCAtbyAvdG1wL3RtcHpkbjRyd2d4L291dHB1dC5l eGUgLVdsLC0tc3RhcnQtZ3JvdXAgL3Vzci9sb2NhbC9saWIvbGliZm9udGNvbmZpZy5zbyAvdXNy L2xvY2FsL2xpYi9saWJmcmVldHlwZS5zbyAtV2wsLS1lbmQtZ3JvdXAgLU8yIC1mdW5yb2xsLWxv b3BzIC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3Iv bG9jYWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtZnN0YWNrLXByb3RlY3Rvci1zdHJv bmcgLU8wIC1zdGQ9Yzk5IAoKQ29kZToKIAogICAgICAgIGludCBtYWluKCkgewogICAgICAgICNp ZmRlZiBfX2hhc19idWlsdGluCiAgICAgICAgICAgICNpZiAhX19oYXNfYnVpbHRpbihfX2J1aWx0 aW5fRmNXZWlnaHRGcm9tT3BlblR5cGVEb3VibGUpCiAgICAgICAgICAgICAgICAjZXJyb3IgIl9f YnVpbHRpbl9GY1dlaWdodEZyb21PcGVuVHlwZURvdWJsZSBub3QgZm91bmQiCiAgICAgICAgICAg ICNlbmRpZgogICAgICAgICNlbGlmICEgZGVmaW5lZChGY1dlaWdodEZyb21PcGVuVHlwZURvdWJs ZSkKICAgICAgICAgICAgLyogQ2hlY2sgZm9yIF9fYnVpbHRpbl9GY1dlaWdodEZyb21PcGVuVHlw ZURvdWJsZSBvbmx5IGlmIG5vIGluY2x1ZGVzIHdlcmUgYWRkZWQgdG8gdGhlCiAgICAgICAgICAg ICAqIHByZWZpeCBhYm92ZSwgd2hpY2ggbWVhbnMgbm8gZGVmaW5pdGlvbiBvZiBGY1dlaWdodEZy b21PcGVuVHlwZURvdWJsZSBjYW4gYmUgZm91bmQuCiAgICAgICAgICAgICAqIFdlIHdvdWxkIGFs d2F5cyBjaGVjayBmb3IgdGhpcywgYnV0IHdlIGdldCBmYWxzZSBwb3NpdGl2ZXMgb24KICAgICAg ICAgICAgICogTVNZUzIgaWYgd2UgZG8uIFRoZWlyIHRvb2xjaGFpbiBpcyBicm9rZW4sIGJ1dCB3 ZSBjYW4gYXQgbGVhc3QKICAgICAgICAgICAgICogZ2l2ZSB0aGVtIGEgd29ya2Fyb3VuZC4gKi8K ICAgICAgICAgICAgI2lmIDEKICAgICAgICAgICAgICAgIF9fYnVpbHRpbl9GY1dlaWdodEZyb21P cGVuVHlwZURvdWJsZTsKICAgICAgICAgICAgI2Vsc2UKICAgICAgICAgICAgICAgICNlcnJvciAi Tm8gZGVmaW5pdGlvbiBmb3IgX19idWlsdGluX0ZjV2VpZ2h0RnJvbU9wZW5UeXBlRG91YmxlIGZv dW5kIGluIHRoZSBwcmVmaXgiCiAgICAgICAgICAgICNlbmRpZgogICAgICAgICNlbmRpZgogICAg ICAgIH0KQ29tcGlsZXIgc3Rkb3V0OgogCkNvbXBpbGVyIHN0ZGVycjoKIC90bXAvdG1wemRuNHJ3 Z3gvdGVzdGZpbGUuYzo1OjE4OiBlcnJvcjogIl9fYnVpbHRpbl9GY1dlaWdodEZyb21PcGVuVHlw ZURvdWJsZSBub3QgZm91bmQiCiAgICAgICAgICAgICAgICAjZXJyb3IgIl9fYnVpbHRpbl9GY1dl aWdodEZyb21PcGVuVHlwZURvdWJsZSBub3QgZm91bmQiCiAgICAgICAgICAgICAgICAgXgoxIGVy cm9yIGdlbmVyYXRlZC4KCkNoZWNraW5nIGZvciBmdW5jdGlvbiAiRmNXZWlnaHRGcm9tT3BlblR5 cGVEb3VibGUiIHdpdGggZGVwZW5kZW5jeSBmb250Y29uZmlnOiBOTwpQa2ctY29uZmlnIGJpbmFy eSBmb3IgTWFjaGluZUNob2ljZS5IT1NUIGlzIGNhY2hlZC4KRGV0ZXJtaW5pbmcgZGVwZW5kZW5j eSAnZnJlZXR5cGUyJyB3aXRoIHBrZy1jb25maWcgZXhlY3V0YWJsZSAnL3Vzci9sb2NhbC9iaW4v cGtnY29uZicKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIC0tbW9kdmVyc2lvbiBmcmVl dHlwZTJgIC0+IDAKMjIuMS4xNgpDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS1jZmxh Z3MgZnJlZXR5cGUyYCAtPiAwCi1JL3Vzci9sb2NhbC9pbmNsdWRlL2ZyZWV0eXBlMiAtSS91c3Iv bG9jYWwvaW5jbHVkZS9saWJwbmcxNgpDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgZnJl ZXR5cGUyIC0tbGlic2AgLT4gMAotTC91c3IvbG9jYWwvbGliIC1sZnJlZXR5cGUKQ2FsbGVkIGAv dXNyL2xvY2FsL2Jpbi9wa2djb25mIGZyZWV0eXBlMiAtLWxpYnNgIC0+IDAKLUwvdXNyL2xvY2Fs L2xpYiAtbGZyZWV0eXBlCkRlcGVuZGVuY3kgZnJlZXR5cGUyIGZvdW5kOiBZRVMgMjIuMS4xNgpQ a2ctY29uZmlnIGJpbmFyeSBmb3IgTWFjaGluZUNob2ljZS5IT1NUIGlzIGNhY2hlZC4KRGV0ZXJt aW5pbmcgZGVwZW5kZW5jeSAnY2Fpcm8nIHdpdGggcGtnLWNvbmZpZyBleGVjdXRhYmxlICcvdXNy L2xvY2FsL2Jpbi9wa2djb25mJwpDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS1tb2R2 ZXJzaW9uIGNhaXJvYCAtPiAwCjEuMTYuMApDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYg LS1jZmxhZ3MgY2Fpcm9gIC0+IDAKLUkvdXNyL2xvY2FsL2luY2x1ZGUvY2Fpcm8gLUkvdXNyL2xv Y2FsL2luY2x1ZGUvZ2xpYi0yLjAgLUkvdXNyL2xvY2FsL2xpYi9nbGliLTIuMC9pbmNsdWRlIC1J L3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlL3BpeG1hbi0xIC1JL3Vzci9s b2NhbC9pbmNsdWRlL2ZyZWV0eXBlMiAtSS91c3IvbG9jYWwvaW5jbHVkZS9saWJwbmcxNiAtSS91 c3IvbG9jYWwvaW5jbHVkZS9saWJkcm0gLURfVEhSRUFEX1NBRkUgLXB0aHJlYWQKQ2FsbGVkIGAv dXNyL2xvY2FsL2Jpbi9wa2djb25mIGNhaXJvIC0tbGlic2AgLT4gMAotTC91c3IvbG9jYWwvbGli IC1sY2Fpcm8gLWxwdGhyZWFkCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiBjYWlybyAt LWxpYnNgIC0+IDAKLUwvdXNyL2xvY2FsL2xpYiAtbGNhaXJvIC1scHRocmVhZApSdW5uaW5nIGNv bXBpbGU6CldvcmtpbmcgZGlyZWN0b3J5OiAgL3RtcC90bXA1NWVtNm5kcgpDb21tYW5kIGxpbmU6 ICBjKysgL3RtcC90bXA1NWVtNm5kci90ZXN0ZmlsZS5jcHAgLXBpcGUgLURfRklMRV9PRkZTRVRf QklUUz02NCAtbyAvdG1wL3RtcDU1ZW02bmRyL291dHB1dC5leGUgLU8yIC1mdW5yb2xsLWxvb3Bz IC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9j YWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1 ZGUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1PMCAtZnBlcm1pc3NpdmUgLVdsLC0tc3RhcnQt Z3JvdXAgLWxwdGhyZWFkIC1XbCwtLWVuZC1ncm91cCAtV2wsLS1hbGxvdy1zaGxpYi11bmRlZmlu ZWQgCgpDb2RlOgogaW50IG1haW4oaW50IGFyZ2MsIGNoYXIgKiphcmd2KSB7IHJldHVybiAwOyB9 CkNvbXBpbGVyIHN0ZG91dDoKIApDb21waWxlciBzdGRlcnI6CiAKRGVwZW5kZW5jeSBjYWlybyBm b3VuZDogWUVTIDEuMTYuMApQa2ctY29uZmlnIGJpbmFyeSBmb3IgTWFjaGluZUNob2ljZS5IT1NU IGlzIGNhY2hlZC4KRGV0ZXJtaW5pbmcgZGVwZW5kZW5jeSAnY2Fpcm8tZnQnIHdpdGggcGtnLWNv bmZpZyBleGVjdXRhYmxlICcvdXNyL2xvY2FsL2Jpbi9wa2djb25mJwpDYWxsZWQgYC91c3IvbG9j YWwvYmluL3BrZ2NvbmYgLS1tb2R2ZXJzaW9uIGNhaXJvLWZ0YCAtPiAwCjEuMTYuMApDYWxsZWQg YC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS1jZmxhZ3MgY2Fpcm8tZnRgIC0+IDAKLUkvdXNyL2xv Y2FsL2luY2x1ZGUvY2Fpcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUvZ2xpYi0yLjAgLUkvdXNyL2xv Y2FsL2xpYi9nbGliLTIuMC9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1JL3Vzci9sb2Nh bC9pbmNsdWRlL3BpeG1hbi0xIC1JL3Vzci9sb2NhbC9pbmNsdWRlL2ZyZWV0eXBlMiAtSS91c3Iv bG9jYWwvaW5jbHVkZS9saWJwbmcxNiAtSS91c3IvbG9jYWwvaW5jbHVkZS9saWJkcm0gLURfVEhS RUFEX1NBRkUgLXB0aHJlYWQKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIGNhaXJvLWZ0 IC0tbGlic2AgLT4gMAotTC91c3IvbG9jYWwvbGliIC1sY2Fpcm8gLWxwdGhyZWFkIC1sZnJlZXR5 cGUKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIGNhaXJvLWZ0IC0tbGlic2AgLT4gMAot TC91c3IvbG9jYWwvbGliIC1sY2Fpcm8gLWxwdGhyZWFkIC1sZnJlZXR5cGUKRGVwZW5kZW5jeSBj YWlyby1mdCBmb3VuZDogWUVTIDEuMTYuMApQa2ctY29uZmlnIGJpbmFyeSBmb3IgTWFjaGluZUNo b2ljZS5IT1NUIGlzIGNhY2hlZC4KRGV0ZXJtaW5pbmcgZGVwZW5kZW5jeSAnY2Fpcm8td2luMzIn IHdpdGggcGtnLWNvbmZpZyBleGVjdXRhYmxlICcvdXNyL2xvY2FsL2Jpbi9wa2djb25mJwpDYWxs ZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS1tb2R2ZXJzaW9uIGNhaXJvLXdpbjMyYCAtPiAx CgpDTWFrZSBiaW5hcnkgZm9yIE1hY2hpbmVDaG9pY2UuSE9TVCBpcyBjYWNoZWQuCkRlcGVuZGVu Y3kgY2Fpcm8td2luMzIgZm91bmQ6IE5PICh0cmllZCBwa2djb25maWcgYW5kIGNtYWtlKQpQa2ct Y29uZmlnIGJpbmFyeSBmb3IgTWFjaGluZUNob2ljZS5IT1NUIGlzIGNhY2hlZC4KRGV0ZXJtaW5p bmcgZGVwZW5kZW5jeSAnY2Fpcm8tcXVhcnR6JyB3aXRoIHBrZy1jb25maWcgZXhlY3V0YWJsZSAn L3Vzci9sb2NhbC9iaW4vcGtnY29uZicKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIC0t bW9kdmVyc2lvbiBjYWlyby1xdWFydHpgIC0+IDEKCkNNYWtlIGJpbmFyeSBmb3IgTWFjaGluZUNo b2ljZS5IT1NUIGlzIGNhY2hlZC4KRGVwZW5kZW5jeSBjYWlyby1xdWFydHogZm91bmQ6IE5PICh0 cmllZCBwa2djb25maWcgYW5kIGNtYWtlKQpQa2ctY29uZmlnIGJpbmFyeSBmb3IgTWFjaGluZUNo b2ljZS5IT1NUIGlzIGNhY2hlZC4KRGV0ZXJtaW5pbmcgZGVwZW5kZW5jeSAnY2Fpcm8tcG5nJyB3 aXRoIHBrZy1jb25maWcgZXhlY3V0YWJsZSAnL3Vzci9sb2NhbC9iaW4vcGtnY29uZicKQ2FsbGVk IGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIC0tbW9kdmVyc2lvbiBjYWlyby1wbmdgIC0+IDAKMS4x Ni4wCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiAtLWNmbGFncyBjYWlyby1wbmdgIC0+ IDAKLUkvdXNyL2xvY2FsL2luY2x1ZGUvY2Fpcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUvZ2xpYi0y LjAgLUkvdXNyL2xvY2FsL2xpYi9nbGliLTIuMC9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRl IC1JL3Vzci9sb2NhbC9pbmNsdWRlL3BpeG1hbi0xIC1JL3Vzci9sb2NhbC9pbmNsdWRlL2ZyZWV0 eXBlMiAtSS91c3IvbG9jYWwvaW5jbHVkZS9saWJwbmcxNiAtSS91c3IvbG9jYWwvaW5jbHVkZS9s aWJkcm0gLURfVEhSRUFEX1NBRkUgLXB0aHJlYWQKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2dj b25mIGNhaXJvLXBuZyAtLWxpYnNgIC0+IDAKLUwvdXNyL2xvY2FsL2xpYiAtbGNhaXJvIC1scHRo cmVhZCAtbHBuZzE2IC1ML3Vzci9saWIgLWx6CkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29u ZiBjYWlyby1wbmcgLS1saWJzYCAtPiAwCi1ML3Vzci9sb2NhbC9saWIgLWxjYWlybyAtbHB0aHJl YWQgLWxwbmcxNiAtbHoKVXNpbmcgY2FjaGVkIGNvbXBpbGU6CkNhY2hlZCBjb21tYW5kIGxpbmU6 ICBjKysgL3RtcC90bXA1NWVtNm5kci90ZXN0ZmlsZS5jcHAgLXBpcGUgLURfRklMRV9PRkZTRVRf QklUUz02NCAtbyAvdG1wL3RtcDU1ZW02bmRyL291dHB1dC5leGUgLU8yIC1mdW5yb2xsLWxvb3Bz IC1tYXJjaD1uYXRpdmUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1pc3lzdGVtIC91c3IvbG9j YWwvaW5jbHVkZSAtZm5vLXN0cmljdC1hbGlhc2luZyAtaXN5c3RlbSAvdXNyL2xvY2FsL2luY2x1 ZGUgLWZzdGFjay1wcm90ZWN0b3Itc3Ryb25nIC1PMCAtZnBlcm1pc3NpdmUgLVdsLC0tc3RhcnQt Z3JvdXAgLWxwdGhyZWFkIC1XbCwtLWVuZC1ncm91cCAtV2wsLS1hbGxvdy1zaGxpYi11bmRlZmlu ZWQgCgpDb2RlOgogaW50IG1haW4oaW50IGFyZ2MsIGNoYXIgKiphcmd2KSB7IHJldHVybiAwOyB9 CkNhY2hlZCBjb21waWxlciBzdGRvdXQ6CiAKQ2FjaGVkIGNvbXBpbGVyIHN0ZGVycjoKIApEZXBl bmRlbmN5IGNhaXJvLXBuZyBmb3VuZDogWUVTIDEuMTYuMApQa2ctY29uZmlnIGJpbmFyeSBmb3Ig TWFjaGluZUNob2ljZS5IT1NUIGlzIGNhY2hlZC4KRGV0ZXJtaW5pbmcgZGVwZW5kZW5jeSAnY2Fp cm8tcHMnIHdpdGggcGtnLWNvbmZpZyBleGVjdXRhYmxlICcvdXNyL2xvY2FsL2Jpbi9wa2djb25m JwpDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS1tb2R2ZXJzaW9uIGNhaXJvLXBzYCAt PiAwCjEuMTYuMApDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS1jZmxhZ3MgY2Fpcm8t cHNgIC0+IDAKLUkvdXNyL2xvY2FsL2luY2x1ZGUvY2Fpcm8gLUkvdXNyL2xvY2FsL2luY2x1ZGUv Z2xpYi0yLjAgLUkvdXNyL2xvY2FsL2xpYi9nbGliLTIuMC9pbmNsdWRlIC1JL3Vzci9sb2NhbC9p bmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlL3BpeG1hbi0xIC1JL3Vzci9sb2NhbC9pbmNsdWRl L2ZyZWV0eXBlMiAtSS91c3IvbG9jYWwvaW5jbHVkZS9saWJwbmcxNiAtSS91c3IvbG9jYWwvaW5j bHVkZS9saWJkcm0gLURfVEhSRUFEX1NBRkUgLXB0aHJlYWQKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jp bi9wa2djb25mIGNhaXJvLXBzIC0tbGlic2AgLT4gMAotbHogLUwvdXNyL2xvY2FsL2xpYiAtbGNh aXJvIC1scHRocmVhZApDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgY2Fpcm8tcHMgLS1s aWJzYCAtPiAwCi1seiAtTC91c3IvbG9jYWwvbGliIC1sY2Fpcm8gLWxwdGhyZWFkCkRlcGVuZGVu Y3kgY2Fpcm8tcHMgZm91bmQ6IFlFUyAxLjE2LjAKUGtnLWNvbmZpZyBiaW5hcnkgZm9yIE1hY2hp bmVDaG9pY2UuSE9TVCBpcyBjYWNoZWQuCkRldGVybWluaW5nIGRlcGVuZGVuY3kgJ2NhaXJvLXBk Zicgd2l0aCBwa2ctY29uZmlnIGV4ZWN1dGFibGUgJy91c3IvbG9jYWwvYmluL3BrZ2NvbmYnCkNh bGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiAtLW1vZHZlcnNpb24gY2Fpcm8tcGRmYCAtPiAw CjEuMTYuMApDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS1jZmxhZ3MgY2Fpcm8tcGRm YCAtPiAwCi1JL3Vzci9sb2NhbC9pbmNsdWRlL2NhaXJvIC1JL3Vzci9sb2NhbC9pbmNsdWRlL2ds aWItMi4wIC1JL3Vzci9sb2NhbC9saWIvZ2xpYi0yLjAvaW5jbHVkZSAtSS91c3IvbG9jYWwvaW5j bHVkZSAtSS91c3IvbG9jYWwvaW5jbHVkZS9waXhtYW4tMSAtSS91c3IvbG9jYWwvaW5jbHVkZS9m cmVldHlwZTIgLUkvdXNyL2xvY2FsL2luY2x1ZGUvbGlicG5nMTYgLUkvdXNyL2xvY2FsL2luY2x1 ZGUvbGliZHJtIC1EX1RIUkVBRF9TQUZFIC1wdGhyZWFkCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4v cGtnY29uZiBjYWlyby1wZGYgLS1saWJzYCAtPiAwCi1seiAtTC91c3IvbG9jYWwvbGliIC1sY2Fp cm8gLWxwdGhyZWFkCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiBjYWlyby1wZGYgLS1s aWJzYCAtPiAwCi1seiAtTC91c3IvbG9jYWwvbGliIC1sY2Fpcm8gLWxwdGhyZWFkCkRlcGVuZGVu Y3kgY2Fpcm8tcGRmIGZvdW5kOiBZRVMgMS4xNi4wClBrZy1jb25maWcgYmluYXJ5IGZvciBNYWNo aW5lQ2hvaWNlLkhPU1QgaXMgY2FjaGVkLgpEZXRlcm1pbmluZyBkZXBlbmRlbmN5ICdjYWlyby14 bGliJyB3aXRoIHBrZy1jb25maWcgZXhlY3V0YWJsZSAnL3Vzci9sb2NhbC9iaW4vcGtnY29uZicK Q2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIC0tbW9kdmVyc2lvbiBjYWlyby14bGliYCAt PiAwCjEuMTYuMApDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS1jZmxhZ3MgY2Fpcm8t eGxpYmAgLT4gMAotSS91c3IvbG9jYWwvaW5jbHVkZS9jYWlybyAtSS91c3IvbG9jYWwvaW5jbHVk ZS9nbGliLTIuMCAtSS91c3IvbG9jYWwvbGliL2dsaWItMi4wL2luY2x1ZGUgLUkvdXNyL2xvY2Fs L2luY2x1ZGUgLUkvdXNyL2xvY2FsL2luY2x1ZGUvcGl4bWFuLTEgLUkvdXNyL2xvY2FsL2luY2x1 ZGUvZnJlZXR5cGUyIC1JL3Vzci9sb2NhbC9pbmNsdWRlL2xpYnBuZzE2IC1JL3Vzci9sb2NhbC9p bmNsdWRlL2xpYmRybSAtRF9USFJFQURfU0FGRSAtcHRocmVhZApDYWxsZWQgYC91c3IvbG9jYWwv YmluL3BrZ2NvbmYgY2Fpcm8teGxpYiAtLWxpYnNgIC0+IDAKLUwvdXNyL2xvY2FsL2xpYiAtbGNh aXJvIC1scHRocmVhZCAtbFgxMSAtbFhleHQKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25m IGNhaXJvLXhsaWIgLS1saWJzYCAtPiAwCi1ML3Vzci9sb2NhbC9saWIgLWxjYWlybyAtbHB0aHJl YWQgLWxYMTEgLWxYZXh0CkRlcGVuZGVuY3kgY2Fpcm8teGxpYiBmb3VuZDogWUVTIDEuMTYuMApX QVJOSU5HOiBQcm9qZWN0IHRhcmdldHRpbmcgJz49IDAuNDMuMCcgYnV0IHRyaWVkIHRvIHVzZSBm ZWF0dXJlIGludHJvZHVjZWQgaW4gJzAuNTAuMCc6IGluc3RhbGwgYXJnIGluIGNvbmZpZ3VyZV9m aWxlCkNvbmZpZ3VyaW5nIHBhbmdvLnBjIHVzaW5nIGNvbmZpZ3VyYXRpb24KQ29uZmlndXJpbmcg cGFuZ29mdDIucGMgdXNpbmcgY29uZmlndXJhdGlvbgpDb25maWd1cmluZyBwYW5nb2NhaXJvLnBj IHVzaW5nIGNvbmZpZ3VyYXRpb24KQ29uZmlndXJpbmcgY29uZmlnLmggdXNpbmcgY29uZmlndXJh dGlvbgpDb25maWd1cmluZyBwYW5nby1mZWF0dXJlcy5oIHVzaW5nIGNvbmZpZ3VyYXRpb24KUGtn LWNvbmZpZyBiaW5hcnkgZm9yIE1hY2hpbmVDaG9pY2UuSE9TVCBpcyBjYWNoZWQuCkRldGVybWlu aW5nIGRlcGVuZGVuY3kgJ2dvYmplY3QtaW50cm9zcGVjdGlvbi0xLjAnIHdpdGggcGtnLWNvbmZp ZyBleGVjdXRhYmxlICcvdXNyL2xvY2FsL2Jpbi9wa2djb25mJwpDYWxsZWQgYC91c3IvbG9jYWwv YmluL3BrZ2NvbmYgLS1tb2R2ZXJzaW9uIGdvYmplY3QtaW50cm9zcGVjdGlvbi0xLjBgIC0+IDAK MS41Ni4xCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiAtLWNmbGFncyBnb2JqZWN0LWlu dHJvc3BlY3Rpb24tMS4wYCAtPiAwCi1JL3Vzci9sb2NhbC9pbmNsdWRlL2dvYmplY3QtaW50cm9z cGVjdGlvbi0xLjAgLUkvdXNyL2xvY2FsL2luY2x1ZGUvZ2xpYi0yLjAgLUkvdXNyL2xvY2FsL2xp Yi9nbGliLTIuMC9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRlIC1wdGhyZWFkIC1JL3Vzci9s b2NhbC9saWIvbGliZmZpLTMuMi4xL2luY2x1ZGUKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2dj b25mIGdvYmplY3QtaW50cm9zcGVjdGlvbi0xLjAgLS1saWJzYCAtPiAwCi1ML3Vzci9sb2NhbC9s aWIgLWxnaXJlcG9zaXRvcnktMS4wIC1sZ29iamVjdC0yLjAgLWxnbGliLTIuMCAtbGludGwKQ2Fs bGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIGdvYmplY3QtaW50cm9zcGVjdGlvbi0xLjAgLS1s aWJzYCAtPiAwCi1ML3Vzci9sb2NhbC9saWIgLWxnaXJlcG9zaXRvcnktMS4wIC1sZ29iamVjdC0y LjAgLWxnbGliLTIuMCAtbGludGwKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIC0tdmFy aWFibGU9Z2lyZGlyIGdvYmplY3QtMi4wYCAtPiAwCgpDYWxsZWQgYC91c3IvbG9jYWwvYmluL3Br Z2NvbmYgLS1wcmludC12YXJpYWJsZXMgZ29iamVjdC0yLjBgIC0+IDAKaW5jbHVkZWRpcgpsaWJk aXIKZXhlY19wcmVmaXgKcHJlZml4CnBjZmlsZWRpcgpHb3QgcGtnY29uZmlnIHZhcmlhYmxlIGdp cmRpciA6IApDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS12YXJpYWJsZT1naXJkaXIg ZnJpYmlkaWAgLT4gMAoKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIC0tcHJpbnQtdmFy aWFibGVzIGZyaWJpZGlgIC0+IDAKaW5jbHVkZWRpcgpsaWJkaXIKZXhlY19wcmVmaXgKcHJlZml4 CnBjZmlsZWRpcgpHb3QgcGtnY29uZmlnIHZhcmlhYmxlIGdpcmRpciA6IApHb3QgcGtnY29uZmln IHZhcmlhYmxlIGdpcmRpciA6IApHb3QgcGtnY29uZmlnIHZhcmlhYmxlIGdpcmRpciA6IApHb3Qg cGtnY29uZmlnIHZhcmlhYmxlIGdpcmRpciA6IApHb3QgcGtnY29uZmlnIHZhcmlhYmxlIGdpcmRp ciA6IApDYWxsZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS12YXJpYWJsZT1naXJkaXIgaGFy ZmJ1enpgIC0+IDAKCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiAtLXByaW50LXZhcmlh YmxlcyBoYXJmYnV6emAgLT4gMAppbmNsdWRlZGlyCmxpYmRpcgpleGVjX3ByZWZpeApwcmVmaXgK cGNmaWxlZGlyCkdvdCBwa2djb25maWcgdmFyaWFibGUgZ2lyZGlyIDogCkNhbGxlZCBgL3Vzci9s b2NhbC9iaW4vcGtnY29uZiAtLXZhcmlhYmxlPWdpcmRpciBmb250Y29uZmlnYCAtPiAwCgpDYWxs ZWQgYC91c3IvbG9jYWwvYmluL3BrZ2NvbmYgLS1wcmludC12YXJpYWJsZXMgZm9udGNvbmZpZ2Ag LT4gMApjYWNoZWRpcgpjb25mZGlyClBBQ0tBR0UKbG9jYWxzdGF0ZWRpcgpzeXNjb25mZGlyCmlu Y2x1ZGVkaXIKbGliZGlyCmV4ZWNfcHJlZml4CnByZWZpeApwY2ZpbGVkaXIKR290IHBrZ2NvbmZp ZyB2YXJpYWJsZSBnaXJkaXIgOiAKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIC0tdmFy aWFibGU9Z2lyZGlyIGZyZWV0eXBlMmAgLT4gMAoKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2dj b25mIC0tcHJpbnQtdmFyaWFibGVzIGZyZWV0eXBlMmAgLT4gMAppbmNsdWRlZGlyCmxpYmRpcgpl eGVjX3ByZWZpeApwcmVmaXgKcGNmaWxlZGlyCkdvdCBwa2djb25maWcgdmFyaWFibGUgZ2lyZGly IDogCkNhbGxlZCBgL3Vzci9sb2NhbC9iaW4vcGtnY29uZiAtLXZhcmlhYmxlPWdpcmRpciBjYWly b2AgLT4gMAoKQ2FsbGVkIGAvdXNyL2xvY2FsL2Jpbi9wa2djb25mIC0tcHJpbnQtdmFyaWFibGVz IGNhaXJvYCAtPiAwCmluY2x1ZGVkaXIKbGliZGlyCmV4ZWNfcHJlZml4CnByZWZpeApwY2ZpbGVk aXIKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJs ZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZp ZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290 IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJk aXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJp YWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2Nv bmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAK R290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBn aXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2 YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBr Z2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIg OiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJs ZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZp ZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290 IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJk aXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJp YWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2Nv bmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAK R290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBn aXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2 YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBr Z2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIg OiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJs ZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZp ZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290 IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJk aXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJp YWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2Nv bmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAK R290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBn aXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2 YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBr Z2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIg OiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJs ZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZp ZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290 IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJk aXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJp YWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2Nv bmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAK R290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBn aXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2 YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBr Z2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIg OiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJs ZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZp ZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290 IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJk aXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJp YWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2Nv bmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAK R290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBn aXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2 YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBr Z2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIg OiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJs ZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZp ZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290 IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJk aXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJp YWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2Nv bmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAK R290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBn aXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2 YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBr Z2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIg OiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJs ZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZp ZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290 IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJk aXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJp YWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2Nv bmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAK R290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBn aXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2 YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBr Z2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIgOiAKR290IHBrZ2NvbmZpZyB2YXJpYWJsZSBnaXJkaXIg OiAKUHJvZ3JhbSBoZWxwMm1hbiBmb3VuZDogWUVTICgvdXNyL2xvY2FsL2Jpbi9oZWxwMm1hbikK REVQUkVDQVRJT046IFByb2plY3QgdGFyZ2V0dGluZyAnPj0gMC40My4wJyBidXQgdHJpZWQgdG8g dXNlIGZlYXR1cmUgZGVwcmVjYXRlZCBzaW5jZSAnMC40OC4wJzogcHl0aG9uMyBtb2R1bGUKQ29u ZmlndXJpbmcgZ3RrZG9jZW50aXRpZXMuZW50IHVzaW5nIGNvbmZpZ3VyYXRpb24KQ29uZmlndXJp bmcgdmVyc2lvbi54bWwgdXNpbmcgY29uZmlndXJhdGlvbgoKZG9jcy9tZXNvbi5idWlsZDo3MTox MTogRVJST1I6IFVua25vd24gdmFyaWFibGUgInhmdF9kZXAiLgo= --0000000000006ac49b0588f44a15 Content-Type: text/plain; charset="US-ASCII"; name="packages.txt" Content-Disposition: attachment; filename="packages.txt" Content-Transfer-Encoding: base64 Content-ID: X-Attachment-Id: f_jvprqq761 M3Byb3h5LTAuOC4xMiAgICAgICAgICAgICAgICAgIFByb3h5IHNlcnZlcnMgc2V0IChzdXBwb3J0 IEhUVFAoUyksIEZUUCwgU09DS1MsIFBPUDMsIFRDUCAmIFVEUCkKYXQtc3BpMi1hdGstMi4yNi4y ICAgICAgICAgICAgIEFzc2lzdGVkIFRlY2hub2xvZ3kgUHJvdmlkZXIgbW9kdWxlIGZvciBHVEsr CmF0LXNwaTItY29yZS0yLjI4LjAgICAgICAgICAgICBBc3Npc3RpdmUgVGVjaG5vbG9neSBTZXJ2 aWNlIFByb3ZpZGVyIEludGVyZmFjZQphdGstMi4yOC4xICAgICAgICAgICAgICAgICAgICAgR05P TUUgYWNjZXNzaWJpbGl0eSB0b29sa2l0IChBVEspCmF1dG9jb25mLTIuNjlfMiAgICAgICAgICAg ICAgICBBdXRvbWF0aWNhbGx5IGNvbmZpZ3VyZSBzb3VyY2UgY29kZSBvbiBtYW55IFVuKnggcGxh dGZvcm1zCmF1dG9jb25mLXdyYXBwZXItMjAxMzEyMDMgICAgICBXcmFwcGVyIHNjcmlwdCBmb3Ig R05VIGF1dG9jb25mCmF1dG9tYWtlLTEuMTYuMV8xICAgICAgICAgICAgICBHTlUgU3RhbmRhcmRz LWNvbXBsaWFudCBNYWtlZmlsZSBnZW5lcmF0b3IKYXZhaGktYXBwLTAuN18yICAgICAgICAgICAg ICAgIFNlcnZpY2UgZGlzY292ZXJ5IG9uIGEgbG9jYWwgbmV0d29yawphdmFoaS1hdXRvaXBkLTAu NyAgICAgICAgICAgICAgSVB2NExMIG5ldHdvcmsgYWRkcmVzcyBjb25maWd1cmF0aW9uIGRhZW1v bgphdmFoaS1saWJkbnMtMC43ICAgICAgICAgICAgICAgbUROU1Jlc3BvbmRlciBjb21wYXRpYmls aXR5IGZyb20gQXZhaGkKYmFzZTY0LTEuNV8xICAgICAgICAgICAgICAgICAgIFV0aWxpdHkgdG8g ZW5jb2RlIGFuZCBkZWNvZGUgYmFzZTY0IGZpbGVzCmJhc2gtNS4wLjcgICAgICAgICAgICAgICAg ICAgICBHTlUgUHJvamVjdCdzIEJvdXJuZSBBZ2FpbiBTSGVsbApiZGZ0b3BjZi0xLjFfMiAgICAg ICAgICAgICAgICAgQ29udmVydCBYIGZvbnQgZnJvbSBCREYgdG8gUENGCmJpbnV0aWxzLTIuMzIs MSAgICAgICAgICAgICAgICBHTlUgYmluYXJ5IHRvb2xzCmJpc29uLTMuMy4yLDEgICAgICAgICAg ICAgICAgICBQYXJzZXIgZ2VuZXJhdG9yIGZyb20gRlNGLCAobW9zdGx5KSBjb21wYXRpYmxlIHdp dGggWWFjYwpiaXR0b3JyZW50LWxpYnV0cC0wLjIwMTMwNTE0XzEgVGhlIHVUb3JyZW50IFRyYW5z cG9ydCBQcm90b2NvbCBsaWJyYXJ5IGFuZCBzYW1wbGUgdXRpbGl0aWVzCmJsYXMtMy41LjBfNSAg ICAgICAgICAgICAgICAgICBCYXNpYyBMaW5lYXIgQWxnZWJyYSBTdWJyb3V0aW5lcwpib2VobS1n Yy04LjAuNCAgICAgICAgICAgICAgICAgR2FyYmFnZSBjb2xsZWN0aW9uIGFuZCBtZW1vcnkgbGVh ayBkZXRlY3Rpb24gZm9yIEMgYW5kIEMrKwpib25uaWUrKy0xLjk3LjMgICAgICAgICAgICAgICAg UGVyZm9ybWFuY2UgVGVzdCBvZiBGaWxlc3lzdGVtIEkvTwpib29zdC1hbGwtMS43MC4wICAgICAg ICAgICAgICAgVGhlICJtZXRhLXBvcnQiIGZvciBib29zdCBsaWJyYXJpZXMKYm9vc3QtZG9jcy0x LjcwLjAgICAgICAgICAgICAgIERvY3VtZW50YXRpb24gZm9yIGxpYnJhcmllcyBmcm9tIGJvb3N0 Lm9yZwpib29zdC1qYW0tMS43MC4wICAgICAgICAgICAgICAgQnVpbGQgdG9vbCBmcm9tIHRoZSBi b29zdC5vcmcKYm9vc3QtbGlicy0xLjcwLjBfMiAgICAgICAgICAgIEZyZWUgcG9ydGFibGUgQysr IGxpYnJhcmllcyAod2l0aG91dCBCb29zdC5QeXRob24pCmMtYXJlcy0xLjE1LjAgICAgICAgICAg ICAgICAgICBBc3luY2hyb25vdXMgRE5TIHJlc29sdmVyIGxpYnJhcnkKY2Ffcm9vdF9uc3MtMy40 NCAgICAgICAgICAgICAgIFJvb3QgY2VydGlmaWNhdGUgYnVuZGxlIGZyb20gdGhlIE1vemlsbGEg UHJvamVjdApjYWlyby0xLjE2LjAsMiAgICAgICAgICAgICAgICAgVmVjdG9yIGdyYXBoaWNzIGxp YnJhcnkgd2l0aCBjcm9zcy1kZXZpY2Ugb3V0cHV0IHN1cHBvcnQKY2xmZnQtMi4xMi4yXzEgICAg ICAgICAgICAgICAgIFNvZnR3YXJlIGxpYnJhcnkgY29udGFpbmluZyBGRlQgZnVuY3Rpb25zIHdy aXR0ZW4gaW4gT3BlbkNMCmNsaW5mby0yLjEuMTYuMDEuMTIgICAgICAgICAgICBPcGVuQ0wgaW5m byBwcm9ncmFtIGxpa2UgZ2x4aW5mbyBpcyBmb3IgbGliR0wKY2xybmctMS4wLjAuYl8yICAgICAg ICAgICAgICAgIExpYnJhcnkgZm9yIHVuaWZvcm0gcmFuZG9tIG51bWJlciBnZW5lcmF0aW9uIGlu IE9wZW5DTApjbWFrZS0zLjE0LjIgICAgICAgICAgICAgICAgICAgQ3Jvc3MtcGxhdGZvcm0gTWFr ZWZpbGUgZ2VuZXJhdG9yCmNtb2NrYS0xLjEuMV8xICAgICAgICAgICAgICAgICBVbml0IHRlc3Rp bmcgZnJhbWV3b3JrIGZvciBDIHdpdGggc3VwcG9ydCBmb3IgbW9jayBvYmplY3RzCmNtcnQtMS4w LjZfMSAgICAgICAgICAgICAgICAgICBDIGZvciBNZWRpYSBSdW50aW1lCmNvbnZtdi0yLjA1ICAg ICAgICAgICAgICAgICAgICBDb252ZXJ0IGZpbGVuYW1lcyBmcm9tIG9uZSBlbmNvZGluZyB0byBh bm90aGVyCmNvcHMtMS4wNF8xICAgICAgICAgICAgICAgICAgICBTeXN0ZW0gc2VjdXJlbmVzcyBj aGVja2VyCmNyeXB0b3BwLTcuMC4wXzEgICAgICAgICAgICAgICBGcmVlIEMrKyBjbGFzcyBsaWJy YXJ5IG9mIENyeXB0b2dyYXBoaWMgUHJpbWl0aXZlcwpjdXJsLTcuNjQuMV8xICAgICAgICAgICAg ICAgICAgQ29tbWFuZCBsaW5lIHRvb2wgYW5kIGxpYnJhcnkgZm9yIHRyYW5zZmVycmluZyBkYXRh IHdpdGggVVJMcwpjeXJ1cy1zYXNsLTIuMS4yNyAgICAgICAgICAgICAgUkZDIDIyMjIgU0FTTCAo U2ltcGxlIEF1dGhlbnRpY2F0aW9uIGFuZCBTZWN1cml0eSBMYXllcikKZGI1LTUuMy4yOF83ICAg ICAgICAgICAgICAgICAgIE9yYWNsZSBCZXJrZWxleSBEQiwgcmV2aXNpb24gNS4zCmRidXMtMS4x Mi4xMiAgICAgICAgICAgICAgICAgICBNZXNzYWdlIGJ1cyBzeXN0ZW0gZm9yIGludGVyLWFwcGxp Y2F0aW9uIGNvbW11bmljYXRpb24KZGJ1cy1nbGliLTAuMTEwICAgICAgICAgICAgICAgIEdMaWIg YmluZGluZ3MgZm9yIHRoZSBELUJVUyBtZXNzYWdpbmcgc3lzdGVtCmRoY3A2LTIwMDgwNjE1LjJf MiAgICAgICAgICAgICBLQU1FIERIQ1A2IGNsaWVudCwgc2VydmVyLCBhbmQgcmVsYXkKZGh0LTAu MjYgICAgICAgICAgICAgICAgICAgICAgIE1haW5saW5lIHZhcmlhbnQgb2YgS2FkZW1saWEgRGlz dHJpYnV0ZWQgSGFzaCBUYWJsZSAoREhUKQpkaWFsb2c0cG9ydHMtMC4xLjYgICAgICAgICAgICAg Q29uc29sZSBJbnRlcmZhY2UgdG8gY29uZmlndXJlIHBvcnRzCmRpZmZ1dGlscy0zLjcgICAgICAg ICAgICAgICAgICBHTlUgZGlmZmVyZW50aWFsIGNvbXBhcmUgdXRpbGl0aWVzCmRuc2NyeXB0LXBy b3h5Mi0yLjAuMjIgICAgICAgICBGbGV4aWJsZSBETlMgcHJveHkgd2l0aCBzdXBwb3J0IGZvciBl bmNyeXB0ZWQgcHJvdG9jb2xzCmRuc21hc3EtMi44MF8yLDEgICAgICAgICAgICAgICBMaWdodHdl aWdodCBETlMgZm9yd2FyZGVyLCBESENQLCBhbmQgVEZUUCBzZXJ2ZXIKZG9jYm9vay0xLjUgICAg ICAgICAgICAgICAgICAgIE1ldGEtcG9ydCBmb3IgdGhlIGRpZmZlcmVudCB2ZXJzaW9ucyBvZiB0 aGUgRG9jQm9vayBEVEQKZG9jYm9vay1zZ21sLTQuNV8xICAgICAgICAgICAgIERvY0Jvb2sgU0dN TCBEVEQKZG9jYm9vay14bWwtNS4wXzMgICAgICAgICAgICAgIERvY0Jvb2sgWE1MIERURApkb2Ni b29rLXhzbC0xLjc5LjFfMSwxICAgICAgICAgWFNMIERvY0Jvb2sgc3R5bGVzaGVldHMKZHJtLWZi c2QxMi4wLWttb2QtNC4xNi5nMjAxOTA0MzAgRFJNIG1vZHVsZXMgZm9yIHRoZSBsaW51eGtwaS1i YXNlZCBLTVMgY29tcG9uZW50cwpkcm0ta21vZC1nMjAxODExMjYgICAgICAgICAgICAgTWV0YXBv cnQgb2YgRFJNIG1vZHVsZXMgZm9yIHRoZSBsaW51eGtwaS1iYXNlZCBLTVMgY29tcG9uZW50cwpl aWdlbi0zLjMuNyAgICAgICAgICAgICAgICAgICAgTGlnaHR3ZWlnaHQgbGlicmFyeSBmb3IgdmVj dG9yIGFuZCBtYXRyaXggbWF0aAplbmNvZGluZ3MtMS4wLjRfNCwxICAgICAgICAgICAgWC5Pcmcg RW5jb2RpbmcgZm9udHMKZXhwYXQtMi4yLjZfMSAgICAgICAgICAgICAgICAgIFhNTCAxLjAgcGFy c2VyIHdyaXR0ZW4gaW4gQwpmYW5uLTIuMi4wICAgICAgICAgICAgICAgICAgICAgRnJlZSBvcGVu IHNvdXJjZSBuZXVyYWwgbmV0d29yayBsaWJyYXJ5CmZmdHczLTMuMy44XzMgICAgICAgICAgICAg ICAgICBGYXN0IEMgcm91dGluZXMgdG8gY29tcHV0ZSB0aGUgRGlzY3JldGUgRm91cmllciBUcmFu c2Zvcm0KZmZ0dzMtZmxvYXQtMy4zLjhfMyAgICAgICAgICAgIEZhc3QgRGlzY3JldGUgRm91cmll ciBUcmFuc2Zvcm0gKFNpbmdsZSBQcmVjaXNpb24gQyBSb3V0aW5lcykKZm9udC1iaC10dGYtMS4w LjNfNCAgICAgICAgICAgIFguT3JnIEJpZ2Vsb3cgJiBIb2xtZXMgVFRGIGZvbnQKZm9udC1taXNj LWV0aGlvcGljLTEuMC4zXzQgICAgIFguT3JnIG1pc2NlbGxhbmVvdXMgRXRoaW9waWMgZm9udApm b250LW1pc2MtbWVsdGhvLTEuMC4zXzQgICAgICAgWC5PcmcgbWlzY2VsbGFuZW91cyBNZWx0aG8g Zm9udApmb250LXV0aWwtMS4zLjEgICAgICAgICAgICAgICAgQ3JlYXRlIGFuIGluZGV4IG9mIFgg Zm9udCBmaWxlcyBpbiBhIGRpcmVjdG9yeQpmb250Y29uZmlnLTIuMTIuNiwxICAgICAgICAgICAg WE1MLWJhc2VkIGZvbnQgY29uZmlndXJhdGlvbiBBUEkgZm9yIFggV2luZG93cwpmcmVldHlwZTIt Mi45LjEgICAgICAgICAgICAgICAgRnJlZSBhbmQgcG9ydGFibGUgVHJ1ZVR5cGUgZm9udCByZW5k ZXJpbmcgZW5naW5lCmZyaWJpZGktMC4xOS43ICAgICAgICAgICAgICAgICBGcmVlIEltcGxlbWVu dGF0aW9uIG9mIHRoZSBVbmljb2RlIEJpZGlyZWN0aW9uYWwgQWxnb3JpdGhtCmZ1c2Vmcy1lbmNm cy0xLjkuNV8zICAgICAgICAgICBFbmNyeXB0ZWQgcGFzcy10aHJvdWdoIEZVU0UgZmlsZXN5c3Rl bQpmdXNlZnMtbGlicy0yLjkuOSAgICAgICAgICAgICAgRlVTRSBhbGxvd3MgZmlsZXN5c3RlbSBp bXBsZW1lbnRhdGlvbiBpbiB1c2Vyc3BhY2UKZ2FsZXJhLTI1LjMuMjYgICAgICAgICAgICAgICAg IFN5bmNocm9ub3VzIG11bHRpLW1hc3RlciByZXBsaWNhdGlvbiBlbmdpbmUKZ2FtaW4tMC4xLjEw XzEwICAgICAgICAgICAgICAgIEZpbGUgYW5kIGRpcmVjdG9yeSBtb25pdG9yaW5nIHN5c3RlbQpn Y2MtZWNqLTQuNSAgICAgICAgICAgICAgICAgICAgRWNsaXBzZSBKYXZhIENvbXBpbGVyIHVzZWQg dG8gYnVpbGQgR0NDIEphdmEKZ2NjNi02LjUuMF8zICAgICAgICAgICAgICAgICAgIEdOVSBDb21w aWxlciBDb2xsZWN0aW9uIDYKZ2NjOC04LjMuMF8yICAgICAgICAgICAgICAgICAgIEdOVSBDb21w aWxlciBDb2xsZWN0aW9uIDgKZ2RibS0xLjE4LjFfMSAgICAgICAgICAgICAgICAgIEdOVSBkYXRh YmFzZSBtYW5hZ2VyCmdkay1waXhidWYyLTIuMzYuMTIgICAgICAgICAgICBHcmFwaGljIGxpYnJh cnkgZm9yIEdUSysKZ2V0b3B0LTEuMS42ICAgICAgICAgICAgICAgICAgIFJlcGxhY2VtZW50IGZv ciBnZXRvcHQoMSkgdGhhdCBzdXBwb3J0cyBHTlUtc3R5bGUgbG9uZyBvcHRpb25zCmdldHRleHQt cnVudGltZS0wLjE5LjguMV8yICAgICBHTlUgZ2V0dGV4dCBydW50aW1lIGxpYnJhcmllcyBhbmQg cHJvZ3JhbXMKZ2V0dGV4dC10b29scy0wLjE5LjguMV8xICAgICAgIEdOVSBnZXR0ZXh0IGRldmVs b3BtZW50IGFuZCB0cmFuc2xhdGlvbiB0b29scwpnaG9zdHNjcmlwdDktYWdwbC1iYXNlLTkuMjdf MSAgUG9zdFNjcmlwdCBhbmQgUERGIGludGVycHJldGVyCmdpdC1saXRlLTIuMjEuMCAgICAgICAg ICAgICAgICBEaXN0cmlidXRlZCBzb3VyY2UgY29kZSBtYW5hZ2VtZW50IHRvb2wgKGxpdGUgcGFj a2FnZSkKZ2xpYi0yLjU2LjNfNSwxICAgICAgICAgICAgICAgIFNvbWUgdXNlZnVsIHJvdXRpbmVz IG9mIEMgcHJvZ3JhbW1pbmcgKGN1cnJlbnQgc3RhYmxlIHZlcnNpb24pCmdtYWtlLTQuMi4xXzMg ICAgICAgICAgICAgICAgICBHTlUgdmVyc2lvbiBvZiAnbWFrZScgdXRpbGl0eQpnbW1saWItMTku MS4yICAgICAgICAgICAgICAgICAgSW50ZWwgR3JhcGhpY3MgTWVtb3J5IE1hbmFnZW1lbnQgTGli cmFyeQpnbXAtNi4xLjJfMSAgICAgICAgICAgICAgICAgICAgRnJlZSBsaWJyYXJ5IGZvciBhcmJp dHJhcnkgcHJlY2lzaW9uIGFyaXRobWV0aWMKZ25vbWVfc3Vici0xLjAgICAgICAgICAgICAgICAg IENvbW1vbiBzdGFydHVwIGFuZCBzaHV0ZG93biBzdWJyb3V0aW5lcyB1c2VkIGJ5IEdOT01FIHNj cmlwdHMKZ251dGxzLTMuNi43ICAgICAgICAgICAgICAgICAgIEdOVSBUcmFuc3BvcnQgTGF5ZXIg U2VjdXJpdHkgbGlicmFyeQpnb2JqZWN0LWludHJvc3BlY3Rpb24tMS41Ni4xLDEgR2VuZXJhdGUg aW50ZXJmYWNlIGludHJvc3BlY3Rpb24gZGF0YSBmb3IgR09iamVjdCBsaWJyYXJpZXMKZ29vZ2xl LXBlcmZ0b29scy0yLjcgICAgICAgICAgIEZhc3QsIG11bHRpLXRocmVhZGVkIG1hbGxvYygpIGFu ZCBuaWZ0eSBwZXJmb3JtYW5jZSBhbmFseXNpcyB0b29scwpnb29nbGVib29rX2RsLTIwMTUwNzEx ICAgICAgICAgQ29tbWFuZC1saW5lIHV0aWxpdHkgZm9yIGRvd25sb2FkaW5nIGJvb2tzIGZyb20g R29vZ2xlIEJvb2tzCmdwZXJmLTMuMC4zXzIgICAgICAgICAgICAgICAgICBHZW5lcmF0ZXMgcGVy ZmVjdCBoYXNoIGZ1bmN0aW9ucyBmb3Igc2V0cyBvZiBrZXl3b3JkcwpncHUtZmlybXdhcmUta21v ZC1nMjAxOTAyMTkgICAgRmlybXdhcmUgbW9kdWxlcyBmb3IgdGhlIGxpbnV4a3BpLWJhc2VkIEtN UyBjb21wb25lbnRzCmdyYXBoaXRlMi0xLjMuMTMgICAgICAgICAgICAgICBSZW5kZXJpbmcgY2Fw YWJpbGl0aWVzIGZvciBjb21wbGV4IG5vbi1Sb21hbiB3cml0aW5nIHN5c3RlbXMKZ3JhcGh2aXot Mi40MC4xXzggICAgICAgICAgICAgIEdyYXBoIFZpc3VhbGl6YXRpb24gU29mdHdhcmUgZnJvbSBB VCZUIGFuZCBCZWxsIExhYnMKZ3JvZmYtMS4yMi40XzEgICAgICAgICAgICAgICAgIFNvZnR3YXJl IHR5cGVzZXR0aW5nIHBhY2thZ2UKZ3J1YjItYmh5dmUtMC40MF82ICAgICAgICAgICAgIEdydWIt ZW11IGxvYWRlciBmb3IgYmh5dmUKZ3NlZC00LjcgICAgICAgICAgICAgICAgICAgICAgIEdOVSBz dHJlYW0gZWRpdG9yCmdzZm9udHMtOC4xMV84ICAgICAgICAgICAgICAgICBTdGFuZGFyZCBGb250 cyBmb3IgR2hvc3RzY3JpcHQKaGFyZmJ1enotMi40LjBfMSAgICAgICAgICAgICAgIE9wZW5UeXBl IHRleHQgc2hhcGluZyBlbmdpbmUKaGFyZmJ1enotaWN1LTIuNC4wXzEgICAgICAgICAgIEhhcmZi dXp6IElDVSBzdXBwb3J0CmhkcmVjb3Zlci0wLjUgICAgICAgICAgICAgICAgICBBdHRlbXB0cyB0 byByZWNvdmVyIGEgaGFyZCBkaXNrIHRoYXQgaGFzIGJhZCBibG9ja3Mgb24gaXQKaGVpbWRhbC03 LjUuMF80ICAgICAgICAgICAgICAgIFBvcHVsYXIgQlNELWxpY2Vuc2VkIGltcGxlbWVudGF0aW9u IG9mIEtlcmJlcm9zIDUKaGVscDJtYW4tMS40Ny4xMCAgICAgICAgICAgICAgIEF1dG9tYXRpY2Fs bHkgZ2VuZXJhdGluZyBzaW1wbGUgbWFudWFsIHBhZ2VzIGZyb20gcHJvZ3JhbSBvdXRwdXQKaGlj b2xvci1pY29uLXRoZW1lLTAuMTcgICAgICAgIEhpZ2gtY29sb3IgaWNvbiB0aGVtZSBzaGVsbCBm cm9tIHRoZSBGcmVlRGVza3RvcCBwcm9qZWN0CmhpZ2hsaWdodC0zLjQzXzUsMyAgICAgICAgICAg ICBDdXN0b21pemFibGUgc3ludGF4IGhpZ2hsaWdodGVyCmh0bWwydGV4dC0xLjMuMmEgICAgICAg ICAgICAgICBDb252ZXJ0cyBIVE1MIGRvY3VtZW50cyBpbnRvIHBsYWluIHRleHQKaTJwZC0yLjI0 LjBfMSAgICAgICAgICAgICAgICAgIEMrKyBpbXBsZW1lbnRhdGlvbiBvZiBJMlAgY2xpZW50Cmlj dS02NC4yLDEgICAgICAgICAgICAgICAgICAgICBJbnRlcm5hdGlvbmFsIENvbXBvbmVudHMgZm9y IFVuaWNvZGUgKGZyb20gSUJNKQppbmRleGluZm8tMC4zLjEgICAgICAgICAgICAgICAgVXRpbGl0 eSB0byByZWdlbmVyYXRlIHRoZSBHTlUgaW5mbyBwYWdlIGluZGV4CmludGVsLXBjbS0yMDE3MTAg ICAgICAgICAgICAgICBQcm9jZXNzIENvdW50IE1vbml0b3IgKFBDTSkgZm9yIEludGVsIHByb2Nl c3NvcnMKaW50bHRvb2wtMC41MS4wXzEgICAgICAgICAgICAgIFRvb2xzIHRvIGludGVybmF0aW9u YWxpemUgdmFyaW91cyBraW5kcyBvZiBkYXRhIGZpbGVzCmlwZXJmMy0zLjYgICAgICAgICAgICAg ICAgICAgICBJbXByb3ZlZCB0b29sIHRvIG1lYXN1cmUgVENQIGFuZCBVRFAgYmFuZHdpZHRoCmlz bC0wLjE5ICAgICAgICAgICAgICAgICAgICAgICBJbnRlZ2VyIFNldCBMaWJyYXJ5Cmlzbzg4Nzkt MTk4Nl8zICAgICAgICAgICAgICAgICBDaGFyYWN0ZXIgZW50aXR5IHNldHMgZnJvbSBJU08gODg3 OToxOTg2IChTR01MKQpqYWRlLTEuMi4xXzEwICAgICAgICAgICAgICAgICAgT2JqZWN0LW9yaWVu dGVkIFNHTUwvWE1MIHBhcnNlciB0b29sa2l0IGFuZCBEU1NTTCBlbmdpbmUKamFuc3Nvbi0yLjEy ICAgICAgICAgICAgICAgICAgIEMgbGlicmFyeSBmb3IgZW5jb2RpbmcsIGRlY29kaW5nLCBhbmQg bWFuaXB1bGF0aW5nIEpTT04gZGF0YQpqYXNwZXItMS45MDAuMV8xNyAgICAgICAgICAgICAgSW1w bGVtZW50YXRpb24gb2YgdGhlIGNvZGVjIHNwZWNpZmllZCBpbiB0aGUgSlBFRy0yMDAwIHN0YW5k YXJkCmpiaWcyZGVjLTAuMTYgICAgICAgICAgICAgICAgICBEZWNvZGVyIGltcGxlbWVudGF0aW9u IG9mIHRoZSBKQklHMiBpbWFnZSBjb21wcmVzc2lvbiBmb3JtYXQKamJpZ2tpdC0yLjFfMSAgICAg ICAgICAgICAgICAgIExvc3NsZXNzIGNvbXByZXNzaW9uIGZvciBiaS1sZXZlbCBpbWFnZXMgc3Vj aCBhcyBzY2FubmVkIHBhZ2VzLCBmYXhlcwpqaGVhZC0zLjAzICAgICAgICAgICAgICAgICAgICAg RVhJRiBKUEVHIGhlYWRlciBtYW5pcHVsYXRpb24gdG9vbApqcGVnLXR1cmJvLTIuMC4yICAgICAg ICAgICAgICAgU0lNRC1hY2NlbGVyYXRlZCBKUEVHIGNvZGVjIHdoaWNoIHJlcGxhY2VzIGxpYmpw ZWcKanNvbmNwcC0xLjguMV82ICAgICAgICAgICAgICAgIEpTT04gcmVhZGVyIGFuZCB3cml0ZXIg bGlicmFyeSBmb3IgQysrCmxhcGFjay0zLjUuMF82ICAgICAgICAgICAgICAgICBBIGxpYnJhcnkg b2YgRm9ydHJhbiA3NyBzdWJyb3V0aW5lcyBmb3IgbGluZWFyIGFsZ2VicmEKbGNtczItMi45ICAg ICAgICAgICAgICAgICAgICAgIEFjY3VyYXRlLCBmYXN0LCBhbmQgc21hbGwtZm9vdHByaW50IGNv bG9yIG1hbmFnZW1lbnQgZW5naW5lCmxpYklDRS0xLjAuOV8zLDEgICAgICAgICAgICAgICBJbnRl ciBDbGllbnQgRXhjaGFuZ2UgbGlicmFyeSBmb3IgWDExCmxpYlNNLTEuMi4zLDEgICAgICAgICAg ICAgICAgICBTZXNzaW9uIE1hbmFnZW1lbnQgbGlicmFyeSBmb3IgWDExCmxpYlgxMS0xLjYuNywx ICAgICAgICAgICAgICAgICBYMTEgbGlicmFyeQpsaWJYYXUtMS4wLjkgICAgICAgICAgICAgICAg ICAgQXV0aGVudGljYXRpb24gUHJvdG9jb2wgbGlicmFyeSBmb3IgWDExCmxpYlhhdy0xLjAuMTNf MiwyICAgICAgICAgICAgICBYIEF0aGVuYSBXaWRnZXRzIGxpYnJhcnkKbGliWGNvbXBvc2l0ZS0w LjQuNF81LDEgICAgICAgIFggQ29tcG9zaXRlIGV4dGVuc2lvbiBsaWJyYXJ5CmxpYlhjdXJzb3It MS4xLjE1XzIgICAgICAgICAgICBYIGNsaWVudC1zaWRlIGN1cnNvciBsb2FkaW5nIGxpYnJhcnkK bGliWGRhbWFnZS0xLjEuNF81ICAgICAgICAgICAgIFggRGFtYWdlIGV4dGVuc2lvbiBsaWJyYXJ5 CmxpYlhkbWNwLTEuMS4zICAgICAgICAgICAgICAgICBYIERpc3BsYXkgTWFuYWdlciBDb250cm9s IFByb3RvY29sIGxpYnJhcnkKbGliWGV4dC0xLjMuM18zLDEgICAgICAgICAgICAgIFgxMSBFeHRl bnNpb24gbGlicmFyeQpsaWJYZml4ZXMtNS4wLjNfMiAgICAgICAgICAgICAgWCBGaXhlcyBleHRl bnNpb24gbGlicmFyeQpsaWJYaS0xLjcuOV8yLDEgICAgICAgICAgICAgICAgWCBJbnB1dCBleHRl bnNpb24gbGlicmFyeQpsaWJYaW5lcmFtYS0xLjEuNF8yLDEgICAgICAgICAgWDExIFhpbmVyYW1h IGxpYnJhcnkKbGliWG11LTEuMS4yXzUsMSAgICAgICAgICAgICAgIFggTWlzY2VsbGFuZW91cyBV dGlsaXRpZXMgbGlicmFyaWVzCmxpYlhwLTEuMC4zXzIsMSAgICAgICAgICAgICAgICBYIHByaW50 IGxpYnJhcnkKbGliWHBtLTMuNS4xMl8yICAgICAgICAgICAgICAgIFggUGl4bWFwIGxpYnJhcnkK bGliWHJhbmRyLTEuNS4xXzIgICAgICAgICAgICAgIFggUmVzaXplIGFuZCBSb3RhdGUgZXh0ZW5z aW9uIGxpYnJhcnkKbGliWHJlbmRlci0wLjkuMTBfMiAgICAgICAgICAgIFggUmVuZGVyIGV4dGVu c2lvbiBsaWJyYXJ5CmxpYlh0LTEuMS41XzIsMSAgICAgICAgICAgICAgICBYIFRvb2xraXQgbGli cmFyeQpsaWJYdHN0LTEuMi4zXzIgICAgICAgICAgICAgICAgWCBUZXN0IGV4dGVuc2lvbgpsaWJY eGY4NnZtLTEuMS40XzMgICAgICAgICAgICAgWCBWaWRtb2RlIEV4dGVuc2lvbgpsaWJhcmNoaXZl LTMuMy4zLDEgICAgICAgICAgICAgTGlicmFyeSB0byBjcmVhdGUgYW5kIHJlYWQgc2V2ZXJhbCBz dHJlYW1pbmcgYXJjaGl2ZSBmb3JtYXRzCmxpYmI2NC0xLjIuMSAgICAgICAgICAgICAgICAgICBM aWJyYXJ5IGZvciBmYXN0IEJhc2U2NCBlbmNvZGluZyBhbmQgZGVjb2RpbmcKbGliY3JvY28tMC42 LjEyICAgICAgICAgICAgICAgIENTUzIgcGFyc2luZyBsaWJyYXJ5CmxpYmRhZW1vbi0wLjE0XzEg ICAgICAgICAgICAgICBMaWdodHdlaWdodCBDIGxpYnJhcnkgdGhhdCBlYXNlcyB0aGUgd3JpdGlu ZyBvZiBVTklYIGRhZW1vbnMKbGliZHJtLTIuNC45NiwxICAgICAgICAgICAgICAgIFVzZXJzcGFj ZSBpbnRlcmZhY2UgdG8ga2VybmVsIERpcmVjdCBSZW5kZXJpbmcgTW9kdWxlIHNlcnZpY2VzCmxp YmVkaXQtMy4xLjIwMTgxMjA5XzIsMSAgICAgICBDb21tYW5kIGxpbmUgZWRpdG9yIGxpYnJhcnkK bGliZXBvbGwtc2hpbS0wLjAuMjAxOTAzMTEgICAgIGVwb2xsIHNoaW0gaW1wbGVtZW50ZWQgdXNp bmcga2V2ZW50CmxpYmVwb3h5LTEuNS4yICAgICAgICAgICAgICAgICBMaWJyYXJ5IHRvIGhhbmRs ZSBPcGVuR0wgZnVuY3Rpb24gcG9pbnRlciBtYW5hZ2VtZW50CmxpYmV2LTQuMjQsMSAgICAgICAg ICAgICAgICAgICBGdWxsLWZlYXR1cmVkIGFuZCBoaWdoLXBlcmZvcm1hbmNlIGV2ZW50IGxvb3Ag bGlicmFyeQpsaWJldmVudC0yLjEuOF8zICAgICAgICAgICAgICAgQVBJIGZvciBleGVjdXRpbmcg Y2FsbGJhY2sgZnVuY3Rpb25zIG9uIGV2ZW50cyBvciB0aW1lb3V0cwpsaWJmZmktMy4yLjFfMyAg ICAgICAgICAgICAgICAgRm9yZWlnbiBGdW5jdGlvbiBJbnRlcmZhY2UKbGliZm9udGVuYy0xLjEu NCAgICAgICAgICAgICAgIFRoZSBmb250ZW5jIExpYnJhcnkKbGliZ2NyeXB0LTEuOC40XzEgICAg ICAgICAgICAgIEdlbmVyYWwgcHVycG9zZSBjcnlwdG9ncmFwaGljIGxpYnJhcnkgYmFzZWQgb24g dGhlIGNvZGUgZnJvbSBHbnVQRwpsaWJnZC0yLjIuNV8xLDEgICAgICAgICAgICAgICAgR3JhcGhp Y3MgbGlicmFyeSBmb3IgZmFzdCBjcmVhdGlvbiBvZiBpbWFnZXMKbGliZ3BnLWVycm9yLTEuMzYg ICAgICAgICAgICAgIENvbW1vbiBlcnJvciB2YWx1ZXMgZm9yIGFsbCBHbnVQRyBjb21wb25lbnRz CmxpYmdzZi0xLjE0LjQ0ICAgICAgICAgICAgICAgICBFeHRlbnNpYmxlIEkvTyBhYnN0cmFjdGlv biBmb3IgZGVhbGluZyB3aXRoIHN0cnVjdHVyZWQgZmlsZSBmb3JtYXRzCmxpYmljb252LTEuMTRf MTEgICAgICAgICAgICAgICBDaGFyYWN0ZXIgc2V0IGNvbnZlcnNpb24gbGlicmFyeQpsaWJpZG4t MS4zNSAgICAgICAgICAgICAgICAgICAgSW50ZXJuYXRpb25hbGl6ZWQgRG9tYWluIE5hbWVzIGNv bW1hbmQgbGluZSB0b29sCmxpYmlkbjItMi4xLjEgICAgICAgICAgICAgICAgICBJbXBsZW1lbnRh dGlvbiBvZiBJRE5BMjAwOCBpbnRlcm5hdGlvbmFsaXplZCBkb21haW4gbmFtZXMKbGliaWpzLTAu MzVfNSAgICAgICAgICAgICAgICAgIEMgbGlicmFyeSB0aGF0IHN1cHBvcnRzIHBsdWdpbiBwcmlu dGVyIGRyaXZlciBmb3IgR2hvc3RzY3JpcHQKbGliaW5vdGlmeS0yMDE4MDIwMV8xICAgICAgICAg IEtldmVudCBiYXNlZCBpbm90aWZ5IGNvbXBhdGlibGUgbGlicmFyeQpsaWJsdGRsLTIuNC42ICAg ICAgICAgICAgICAgICAgU3lzdGVtIGluZGVwZW5kZW50IGRsb3BlbiB3cmFwcGVyCmxpYmx6NC0x LjkuMSwxICAgICAgICAgICAgICAgICBMWjQgY29tcHJlc3Npb24gbGlicmFyeSwgbG9zc2xlc3Mg YW5kIHZlcnkgZmFzdApsaWJtYXhtaW5kZGItMS4zLjJfMSAgICAgICAgICAgTGlicmFyeSBmb3Ig dGhlIE1heE1pbmQgREIgZmlsZSBmb3JtYXQgdXNlZCBmb3IgR2VvSVAyCmxpYm1ldGFsaW5rLTAu MS4zICAgICAgICAgICAgICBNZXRhbGluayBsaWJyYXJ5IHdyaXR0ZW4gaW4gQyBsYW5ndWFnZQps aWJuYXRwbXAtMjAxNTA2MDkgICAgICAgICAgICAgTkFULVBNUCBsaWdodHdlaWdodCBsaWJyYXJ5 CmxpYm5naHR0cDItMS4zOC4wICAgICAgICAgICAgICBIVFRQLzIuMCBDIExpYnJhcnkKbGlicGFw ZXItMS4xLjI0LjQgICAgICAgICAgICAgIExpYnJhcnkgcHJvdmlkaW5nIHJvdXRpbmVzIGZvciBw YXBlciBzaXplIG1hbmFnZW1lbnQKbGlicGNpLTMuNi4yICAgICAgICAgICAgICAgICAgIFBDSSBj b25maWd1cmF0aW9uIHNwYWNlIEkvTyBtYWRlIGVhc3kKbGlicGNpYWNjZXNzLTAuMTMuNSAgICAg ICAgICAgIEdlbmVyaWMgUENJIGFjY2VzcyBsaWJyYXJ5CmxpYnBvdHJhY2UtMS4xMiAgICAgICAg ICAgICAgICBMaWJyYXJ5IGZvciB0cmFuc2Zvcm1pbmcgYml0bWFwcyBpbnRvIHZlY3RvciBncmFw aGljcwpsaWJwdGhyZWFkLXN0dWJzLTAuNCAgICAgICAgICAgVGhpcyBsaWJyYXJ5IHByb3ZpZGVz IHdlYWsgYWxpYXNlcyBmb3IgcHRocmVhZCBmdW5jdGlvbnMKbGlicnN2ZzItMi40MC4yMCAgICAg ICAgICAgICAgIExpYnJhcnkgZm9yIHBhcnNpbmcgYW5kIHJlbmRlcmluZyBTVkcgdmVjdG9yLWdy YXBoaWMgZmlsZXMKbGlicnRtcC0yLjQuMjAxNTEyMjNfNCAgICAgICAgIFJUTVAgc3RyZWFtIGxp YnJhcnkKbGlic2lnc2Vndi0yLjEyICAgICAgICAgICAgICAgIEhhbmRsaW5nIHBhZ2UgZmF1bHRz IGluIHVzZXIgbW9kZQpsaWJzbWktMC40LjhfMSAgICAgICAgICAgICAgICAgTGlicmFyeSB0byBh Y2Nlc3MgU01JIE1JQiBpbmZvcm1hdGlvbgpsaWJzc2gtMC44LjYgICAgICAgICAgICAgICAgICAg TGlicmFyeSBpbXBsZW1lbnRpbmcgdGhlIFNTSDIgcHJvdG9jb2wKbGlic3NoMi0xLjguMiwzICAg ICAgICAgICAgICAgIExpYnJhcnkgaW1wbGVtZW50aW5nIHRoZSBTU0gyIHByb3RvY29sCmxpYnN1 bmFjbC0xLjAuMSAgICAgICAgICAgICAgICBXcmFwcGVyIHByb3ZpZGluZyBTdW5PUyBORlN2NCBB Q0wgQVBJCmxpYnRhc24xLTQuMTNfMSAgICAgICAgICAgICAgICBBU04uMSBzdHJ1Y3R1cmUgcGFy c2VyIGxpYnJhcnkKbGlidG9vbC0yLjQuNl8xICAgICAgICAgICAgICAgIEdlbmVyaWMgc2hhcmVk IGxpYnJhcnkgc3VwcG9ydCBzY3JpcHQKbGlidW5pc3RyaW5nLTAuOS4xMF8xICAgICAgICAgIFVu aWNvZGUgc3RyaW5nIGxpYnJhcnkKbGlidW53aW5kLTIwMTcwNjE1ICAgICAgICAgICAgIEdlbmVy aWMgc3RhY2sgdW53aW5kaW5nIGxpYnJhcnkKbGlidXYtMS4yOC4wICAgICAgICAgICAgICAgICAg IE11bHRpLXBsYXRmb3JtIHN1cHBvcnQgbGlicmFyeSB3aXRoIGEgZm9jdXMgb24gYXN5bmNocm9u b3VzIEkvTwpsaWJ2YS0yLjQuMSAgICAgICAgICAgICAgICAgICAgVkFBUEkgd3JhcHBlciBhbmQg ZHVtbXkgZHJpdmVyCmxpYnZhLWludGVsLWRyaXZlci0yLjMuMF8zICAgICBWQUFQSSBsZWdhY3kg ZHJpdmVyIGZvciBJbnRlbCBHTUEgNDUwMCAoR2VuNCkgb3IgbmV3ZXIKbGlidmEtaW50ZWwtaHli cmlkLWRyaXZlci0xLjAuMl8xIEh5YnJpZCBWUDggZW5jb2RlciBhbmQgVlA5IGRlY29kZXIgZm9y IEludGVsIEdQVXMKbGlidmEtdXRpbHMtMi40LjAgICAgICAgICAgICAgIENvbGxlY3Rpb24gb2Yg dGVzdHMgYW5kIHV0aWxpdGllcyBmb3IgVkFBUEkKbGlidmRwYXUtMS4xLjFfMiAgICAgICAgICAg ICAgIFZEUEFVIHdyYXBwZXIgYW5kIHRyYWNpbmcgbGlicmFyeQpsaWJ2cHgtMS44LjAgICAgICAg ICAgICAgICAgICAgVlA4L1ZQOSBDb2RlYyBTREsKbGlieGNiLTEuMTMuMSAgICAgICAgICAgICAg ICAgIFRoZSBYIHByb3RvY29sIEMtbGFuZ3VhZ2UgQmluZGluZyAoWENCKSBsaWJyYXJ5CmxpYnhr YmNvbW1vbi0wLjguMF8xICAgICAgICAgICBLZXltYXAgaGFuZGxpbmcgbGlicmFyeSBmb3IgdG9v bGtpdHMgYW5kIHdpbmRvdyBzeXN0ZW1zCmxpYnhrYmZpbGUtMS4wLjlfMiAgICAgICAgICAgICBY S0IgZmlsZSBsaWJyYXJ5CmxpYnhtbDItMi45LjggICAgICAgICAgICAgICAgICBYTUwgcGFyc2Vy IGxpYnJhcnkgZm9yIEdOT01FCmxpYnhzaG1mZW5jZS0xLjJfNCAgICAgICAgICAgICBTaGFyZWQg bWVtb3J5ICdTeW5jRmVuY2UnIHN5bmNocm9uaXphdGlvbiBwcmltaXRpdmUKbGlieHNsdC0xLjEu MzIgICAgICAgICAgICAgICAgIFRoZSBYU0xUIEMgbGlicmFyeSBmb3IgR05PTUUKbGx2bTYwLTYu MC4xXzYgICAgICAgICAgICAgICAgIExMVk0gYW5kIENsYW5nCmxzb2YtNC45My4yLDggICAgICAg ICAgICAgICAgICBMaXN0cyBpbmZvcm1hdGlvbiBhYm91dCBvcGVuIGZpbGVzIChzaW1pbGFyIHRv IGZzdGF0KDEpKQpsdWE1Mi01LjIuNCAgICAgICAgICAgICAgICAgICAgU21hbGwsIGNvbXBpbGFi bGUgc2NyaXB0aW5nIGxhbmd1YWdlIHByb3ZpZGluZyBlYXN5IGFjY2VzcyB0byBDIGNvZGUKbHpv Mi0yLjEwXzEgICAgICAgICAgICAgICAgICAgIFBvcnRhYmxlIHNwZWVkeSwgbG9zc2xlc3MgZGF0 YSBjb21wcmVzc2lvbiBsaWJyYXJ5Cm00LTEuNC4xOF8xLDEgICAgICAgICAgICAgICAgICBHTlUg TTQKbWFrZWRlcGVuZC0xLjAuNV8yLDEgICAgICAgICAgIERlcGVuZGVuY3kgZ2VuZXJhdG9yIGZv ciBtYWtlZmlsZXMKbWFyaWFkYjEwMy1jbGllbnQtMTAuMy4xNCAgICAgIE11bHRpdGhyZWFkZWQg U1FMIGRhdGFiYXNlIChjbGllbnQpCm1hcmlhZGIxMDMtc2VydmVyLTEwLjMuMTQgICAgICBNdWx0 aXRocmVhZGVkIFNRTCBkYXRhYmFzZSAoc2VydmVyKQptYy00LjguMjJfMSAgICAgICAgICAgICAg ICAgICAgTWlkbmlnaHQgQ29tbWFuZGVyLCBhIGZyZWUgTm9ydG9uIENvbW1hbmRlciBDbG9uZQpt ZXNhLWxpYnMtMTguMy4yICAgICAgICAgICAgICAgT3BlbkdMIGxpYnJhcmllcyB0aGF0IHN1cHBv cnQgR0xYIGFuZCBFR0wgY2xpZW50cwptZXNvbi0wLjUwLjAgICAgICAgICAgICAgICAgICAgSGln aCBwZXJmb3JtYW5jZSBidWlsZCBzeXN0ZW0KbWV0aXMtNS4xLjBfNyAgICAgICAgICAgICAgICAg IFBhY2thZ2UgZm9yIHVuc3RydWN0dXJlZCBncmFwaCBwYXJ0aXRpb25pbmcKbWluaXNzZHBkLTEu NS4yMDE4MDIyMyAgICAgICAgIFVQblAgSUdEIGRpc2NvdmVyeSBzcGVlZCBlbmhhbmNlcgptaW5p dXBucGMtMi4xXzEgICAgICAgICAgICAgICAgVVBuUCBJR0QgY2xpZW50IGxpZ2h0d2VpZ2h0IGxp YnJhcnkKbWluaXVwbnBkLTIuMS4yMDE5MDIxMCwxICAgICAgIFVQblAgSUdEIGltcGxlbWVudGF0 aW9uIHdoaWNoIHVzZXMgcGYvaXBmCm1pbml4bWx0by0wLjAuMl8xICAgICAgICAgICAgICBNaW5p bWFsaXN0aWMgYWx0ZXJuYXRpdmUgdG8geG1sdG8KbWtmb250c2NhbGUtMS4yLjEgICAgICAgICAg ICAgIENyZWF0ZXMgYW4gaW5kZXggb2Ygc2NhbGFibGUgZm9udCBmaWxlcyBmb3IgWAptcGMtMS4x LjBfMiAgICAgICAgICAgICAgICAgICAgTGlicmFyeSBvZiBjb21wbGV4IG51bWJlcnMgd2l0aCBh cmJpdHJhcmlseSBoaWdoIHByZWNpc2lvbgptcGZyLTQuMC4yICAgICAgICAgICAgICAgICAgICAg TGlicmFyeSBmb3IgbXVsdGlwbGUtcHJlY2lzaW9uIGZsb2F0aW5nLXBvaW50IGNvbXB1dGF0aW9u cwptdG9vbHMtNC4wLjEwXzYgICAgICAgICAgICAgICAgQ29sbGVjdGlvbiBvZiB0b29scyBmb3Ig bWFuaXB1bGF0aW5nIE1TLURPUyBmaWxlcwpuYW5vLTQuMCAgICAgICAgICAgICAgICAgICAgICAg TmFubydzIEFOT3RoZXIgZWRpdG9yLCBhbiBlbmhhbmNlZCBmcmVlIFBpY28gY2xvbmUKbmFzbS0y LjE0LjAyLDEgICAgICAgICAgICAgICAgIEdlbmVyYWwtcHVycG9zZSBtdWx0aS1wbGF0Zm9ybSB4 ODYgYW5kIGFtZDY0IGFzc2VtYmxlcgpuY3JhY2stMC42ICAgICAgICAgICAgICAgICAgICAgSGln aC1zcGVlZCBuZXR3b3JrIGF1dGhlbnRpY2F0aW9uIGNyYWNraW5nIHRvb2wKbmV0dGxlLTMuNC4x XzEgICAgICAgICAgICAgICAgIExvdy1sZXZlbCBjcnlwdG9ncmFwaGljIGxpYnJhcnkKbmdodHRw Mi0xLjM4LjAgICAgICAgICAgICAgICAgIEhUVFAvMi4wIEMgTGlicmFyeQpuZ2lueC0xLjE0LjJf MTMsMiAgICAgICAgICAgICAgUm9idXN0IGFuZCBzbWFsbCBXV1cgc2VydmVyCm5pbmphLTEuOS4w LDIgICAgICAgICAgICAgICAgICBOaW5qYSBpcyBhIHNtYWxsIGJ1aWxkIHN5c3RlbSBjbG9zZXN0 IGluIHNwaXJpdCB0byBNYWtlCm5zcHItNC4yMSAgICAgICAgICAgICAgICAgICAgICBQbGF0Zm9y bS1uZXV0cmFsIEFQSSBmb3Igc3lzdGVtIGxldmVsIGFuZCBsaWJjIGxpa2UgZnVuY3Rpb25zCm5z cy0zLjQzICAgICAgICAgICAgICAgICAgICAgICBMaWJyYXJpZXMgdG8gc3VwcG9ydCBkZXZlbG9w bWVudCBvZiBzZWN1cml0eS1lbmFibGVkIGFwcGxpY2F0aW9ucwpvYmZzNHByb3h5LXRvci0wLjAu MTAgICAgICAgICAgUGx1Z2dhYmxlIHRyYW5zcG9ydCBwcm94eSBmb3IgVG9yIChvYmZzNCwgVGhl IE9iZnVzY2F0b3IpCm9jbC1pY2QtMi4yLjEyICAgICAgICAgICAgICAgICBPcGVuQ0wgSW5zdGFs bGFibGUgQ2xpZW50IERyaXZlcgpvcGVuYmxhcy0wLjIuMjBfNywxICAgICAgICAgICAgT3B0aW1p emVkIEJMQVMgbGlicmFyeSBiYXNlZCBvbiBHb3RvQkxBUzIKb3BlbmNsLTIuMl8xICAgICAgICAg ICAgICAgICAgIE9wZW4gQ29tcHV0aW5nIExhbmd1YWdlIChPcGVuQ0wpIHNwZWNpZmljYXRpb25z IFYyLjIgKGhlYWRlciBmaWxlcykKb3BlbmN2LWNvcmUtMy40LjFfMTcgICAgICAgICAgIE9wZW4g U291cmNlIENvbXB1dGVyIFZpc2lvbiBsaWJyYXJ5Cm9wZW5qcGVnLTIuMy4xICAgICAgICAgICAg ICAgICBPcGVuLXNvdXJjZSBKUEVHIDIwMDAgY29kZWMKb3BlbmpwZWcxNS0xLjUuMl8xICAgICAg ICAgICAgIE9wZW4tc291cmNlIEpQRUcgMjAwMCBjb2RlYwpvcGVubGRhcC1zYXNsLWNsaWVudC0y LjQuNDcgICAgT3BlbiBzb3VyY2UgTERBUCBjbGllbnQgaW1wbGVtZW50YXRpb24gd2l0aCBTQVNM MiBzdXBwb3J0CnAxMS1raXQtMC4yMy4xNSAgICAgICAgICAgICAgICBMaWJyYXJ5IGZvciBsb2Fk aW5nIGFuZCBlbnVtZXJhdGluZyBvZiBQS0NTIzExIG1vZHVsZXMKcDUtTG9jYWxlLWdldHRleHQt MS4wNyAgICAgICAgIE1lc3NhZ2UgaGFuZGxpbmcgZnVuY3Rpb25zCnA1LUxvY2FsZS1saWJpbnRs LTEuMzEgICAgICAgICBJbnRlcm5hdGlvbmFsaXphdGlvbiBsaWJyYXJ5IGZvciBQZXJsCnA1LVBh cnNlLVlhcHAtMS4wNV8yICAgICAgICAgICBQZXJsIGV4dGVuc2lvbiBmb3IgZ2VuZXJhdGluZyBh bmQgdXNpbmcgTEFMUiBwYXJzZXJzCnA1LVRleHQtVW5pZGVjb2RlLTEuMzAgICAgICAgICBUZXh0 OjpVbmlkZWNvZGUgLS0gVVMtQVNDSUkgdHJhbnNsaXRlcmF0aW9ucyBvZiBVbmljb2RlIHRleHQK cDUtVW5pY29kZS1FYXN0QXNpYW5XaWR0aC0xLjQwIEVhc3QgQXNpYW4gV2lkdGggcHJvcGVydGll cwpwNS1YTUwtUGFyc2VyLTIuNDQgICAgICAgICAgICAgUGVybCBleHRlbnNpb24gaW50ZXJmYWNl IHRvIEphbWVzIENsYXJrJ3MgWE1MIHBhcnNlciwgZXhwYXQKcDd6aXAtMTYuMDJfMiAgICAgICAg ICAgICAgICAgIEZpbGUgYXJjaGl2ZXIgd2l0aCBoaWdoIGNvbXByZXNzaW9uIHJhdGlvCnA3emlw LWNvZGVjLXJhci0xNi4wMl8xICAgICAgICBSQVIgZGVjb2RlciBjb2RlYyBmb3IgcDd6aXAKcGFu Z28tMS40Mi40XzEgICAgICAgICAgICAgICAgIE9wZW4tc291cmNlIGZyYW1ld29yayBmb3IgdGhl IGxheW91dCBhbmQgcmVuZGVyaW5nIG9mIGkxOG4gdGV4dApwY2lpZHMtMjAxOTA0MTggICAgICAg ICAgICAgICAgRGF0YWJhc2Ugb2YgYWxsIGtub3duIElEcyB1c2VkIGluIFBDSSBkZXZpY2VzCnBj cmUtOC40M18xICAgICAgICAgICAgICAgICAgICBQZXJsIENvbXBhdGlibGUgUmVndWxhciBFeHBy ZXNzaW9ucyBsaWJyYXJ5CnBjcmUyLTEwLjMyXzEgICAgICAgICAgICAgICAgICBQZXJsIENvbXBh dGlibGUgUmVndWxhciBFeHByZXNzaW9ucyBsaWJyYXJ5LCB2ZXJzaW9uIDIKcGVybDUtNS4yOC4y ICAgICAgICAgICAgICAgICAgIFByYWN0aWNhbCBFeHRyYWN0aW9uIGFuZCBSZXBvcnQgTGFuZ3Vh Z2UKcGZ0b3AtMC43XzggICAgICAgICAgICAgICAgICAgIFV0aWxpdHkgZm9yIHJlYWwtdGltZSBk aXNwbGF5IG9mIHN0YXRpc3RpY3MgZm9yIHBmCnBpbTZkZC0wLjIuMS4wLmEuMTUgICAgICAgICAg ICBJUHY2IFBJTS1ETSBtdWx0aWNhc3Qgcm91dGluZyBkYWVtb24KcGl4bWFuLTAuMzQuMF8xICAg ICAgICAgICAgICAgIExvdy1sZXZlbCBwaXhlbCBtYW5pcHVsYXRpb24gbGlicmFyeQpwa2ctMS4x MC41XzUgICAgICAgICAgICAgICAgICAgUGFja2FnZSBtYW5hZ2VyCnBrZ190cmVlLTEuMV80ICAg ICAgICAgICAgICAgICBHZXQgYSAnZ3JhcGhpY2FsJyB0cmVlLW92ZXJ2aWV3IG9mIGluc3RhbGxl ZCBwYWNrYWdlcwpwa2djb25mLTEuNi4xLDEgICAgICAgICAgICAgICAgVXRpbGl0eSB0byBoZWxw IHRvIGNvbmZpZ3VyZSBjb21waWxlciBhbmQgbGlua2VyIGZsYWdzCnBsZXhtZWRpYXNlcnZlci1w bGV4cGFzcy0xLjE1LjUuOTk0IFBsZXggTWVkaWEgU2VydmVyIGNvbXBvbmVudApwbmctMS42LjM3 ICAgICAgICAgICAgICAgICAgICAgTGlicmFyeSBmb3IgbWFuaXB1bGF0aW5nIFBORyBpbWFnZXMK cG9wcGxlci0wLjc1LjAgICAgICAgICAgICAgICAgIFBERiByZW5kZXJpbmcgbGlicmFyeQpwb3Bw bGVyLWRhdGEtMC40LjkgICAgICAgICAgICAgUG9wcGxlciBlbmNvZGluZyBkYXRhCnBvcHQtMS4x Nl8yICAgICAgICAgICAgICAgICAgICBHZXRvcHQoMykgbGlrZSBsaWJyYXJ5IHdpdGggYSBudW1i ZXIgb2YgZW5oYW5jZW1lbnRzLCBmcm9tIFJlZGhhdApwb3J0bWFzdGVyLTMuMTlfMTggICAgICAg ICAgICAgTWFuYWdlIHlvdXIgcG9ydHMgd2l0aG91dCBleHRlcm5hbCBkYXRhYmFzZXMgb3IgbGFu Z3VhZ2VzCnByaXZveHktMy4wLjI4ICAgICAgICAgICAgICAgICBQcml2b3h5IGlzIGEgd2ViIHBy b3h5IHdpdGggYWR2YW5jZWQgZmlsdGVyaW5nIGNhcGFiaWxpdGllcwpwc3V0aWxzLTEuMTdfNSAg ICAgICAgICAgICAgICAgVXRpbGl0aWVzIGZvciBtYW5pcHVsYXRpbmcgUG9zdFNjcmlwdCBkb2N1 bWVudHMKcHYtMS42LjYgICAgICAgICAgICAgICAgICAgICAgIFBpcGUgdGhyb3VnaHB1dCBtb25p dG9yCnB5MjctQmFiZWwtMi42LjBfMSAgICAgICAgICAgICBDb2xsZWN0aW9uIG9mIHRvb2xzIGZv ciBpbnRlcm5hdGlvbmFsaXppbmcgUHl0aG9uIGFwcGxpY2F0aW9ucwpweTI3LUppbmphMi0yLjEw ICAgICAgICAgICAgICAgRmFzdCBhbmQgZWFzeSB0byB1c2Ugc3RhbmQtYWxvbmUgdGVtcGxhdGUg ZW5naW5lCnB5MjctTWFya3VwU2FmZS0xLjEuMSAgICAgICAgICBJbXBsZW1lbnRzIFhNTC9IVE1M L1hIVE1MIE1hcmt1cCBzYWZlIHN0cmluZyBmb3IgUHl0aG9uCnB5MjctYWxhYmFzdGVyLTAuNy42 ICAgICAgICAgICBNb2RpZmllZCBLciBTcGhpbnggdGhlbWUKcHkyNy1hcm0tMS40LjUuMF8xICAg ICAgICAgICAgIFRlcm1pbmFsIHN0YXR1cyBtb25pdG9yIGZvciBUb3IKcHkyNy1hc24xY3J5cHRv LTAuMjIuMCAgICAgICAgIEFTTi4xIGxpYnJhcnkgd2l0aCBhIGZvY3VzIG9uIHBlcmZvcm1hbmNl IGFuZCBhIHB5dGhvbmljIEFQSQpweTI3LWNhaXJvLTEuMTQuMSAgICAgICAgICAgICAgUHl0aG9u IDIgYmluZGluZ3MgZm9yIENhaXJvCnB5MjctY2VydGlmaS0yMDE5LjMuOSAgICAgICAgICBNb3pp bGxhIFNTTCBjZXJ0aWZpY2F0ZXMKcHkyNy1jZmZpLTEuMTIuMiAgICAgICAgICAgICAgIEZvcmVp Z24gRnVuY3Rpb24gSW50ZXJmYWNlIGZvciBQeXRob24gY2FsbGluZyBDIGNvZGUKcHkyNy1jaGFy ZGV0LTMuMC40XzEgICAgICAgICAgIFVuaXZlcnNhbCBlbmNvZGluZyBkZXRlY3RvciBmb3IgUHl0 aG9uIDIgYW5kIDMKcHkyNy1jb25maWdhcmdwYXJzZS0wLjE0LjAgICAgIERyb3AtaW4gcmVwbGFj ZW1lbnQgZm9yIGFyZ3BhcnNlCnB5MjctY3J5cHRvZ3JhcGh5LTIuNi4xICAgICAgICBDcnlwdG9n cmFwaGljIHJlY2lwZXMgYW5kIHByaW1pdGl2ZXMgZm9yIFB5dGhvbiBkZXZlbG9wZXJzCnB5Mjct Y3l0aG9uLTAuMjlfMSAgICAgICAgICAgICBDb21waWxlciBmb3IgV3JpdGluZyBDIEV4dGVuc2lv bnMgZm9yIHRoZSBQeXRob24gTGFuZ3VhZ2UKcHkyNy1kYnVzLTEuMi44ICAgICAgICAgICAgICAg IFB5dGhvbiBiaW5kaW5ncyBmb3IgdGhlIEQtQlVTIG1lc3NhZ2luZyBzeXN0ZW0KcHkyNy1kbnNw eXRob24tMS4xNi4wICAgICAgICAgIEROUyB0b29sa2l0IGZvciBQeXRob24KcHkyNy1kb2N1dGls cy0wLjE0XzQgICAgICAgICAgIFB5dGhvbiBEb2N1bWVudGF0aW9uIFV0aWxpdGllcwpweTI3LWVu dW0zNC0xLjEuNiAgICAgICAgICAgICAgUHl0aG9uIDMuNCBFbnVtIGJhY2twb3J0ZWQgdG8gMy4z LCAzLjIsIDMuMSwgMi43CnB5MjctZ2RibS0yLjcuMTZfNiAgICAgICAgICAgICBQeXRob24gYmlu ZGluZ3MgdG8gdGhlIEdOVSBkYm0gbGlicmFyeSAoUHl0aG9uIDIuNykKcHkyNy1nb2JqZWN0LTIu MjguNl84ICAgICAgICAgIFB5dGhvbiBiaW5kaW5ncyBmb3IgR09iamVjdApweTI3LWdvYmplY3Qz LTMuMjguMyAgICAgICAgICAgQ29tbW9uIGZpbGVzIGZvciB0aGUgUHl0aG9uIGJpbmRpbmdzIGZv ciBHT2JqZWN0CnB5MjctaGd0b29scy02LjMgICAgICAgICAgICAgICBDbGFzc2VzIGFuZCBzZXR1 cHRvb2xzIHBsdWdpbiBmb3IgTWVyY3VyaWFsIHJlcG9zaXRvcmllcwpweTI3LWlkbmEtMi44ICAg ICAgICAgICAgICAgICAgSW50ZXJuYXRpb25hbGl6ZWQgRG9tYWluIE5hbWVzIGluIEFwcGxpY2F0 aW9ucyAoSUROQSkKcHkyNy1pbWFnZXNpemUtMC43LjEgICAgICAgICAgIFB5dGhvbiBpbWFnZSBz aXplIGxpYnJhcnkKcHkyNy1pcGFkZHJlc3MtMS4wLjIyICAgICAgICAgIFBvcnQgb2YgUHl0aG9u IDMuMysgaXBhZGRyZXNzIG1vZHVsZSB0byAyLjcKcHkyNy1pc284NjAxLTAuMS4xMSAgICAgICAg ICAgIFNpbXBsZSBtb2R1bGUgdG8gcGFyc2UgSVNPIDg2MDEgZGF0ZXMKcHkyNy1udW1weS0xLjE2 LjFfMSwxICAgICAgICAgIFRoZSBOZXcgTnVtZXJpYyBFeHRlbnNpb24gdG8gUHl0aG9uCnB5Mjct b3BlbnNzbC0xOC4wLjAgICAgICAgICAgICBQeXRob24gaW50ZXJmYWNlIHRvIHRoZSBPcGVuU1NM IGxpYnJhcnkKcHkyNy1waXAtOS4wLjNfMSAgICAgICAgICAgICAgIFRvb2wgZm9yIGluc3RhbGxp bmcgYW5kIG1hbmFnaW5nIFB5dGhvbiBwYWNrYWdlcwpweTI3LXB5Y3BhcnNlci0yLjE4ICAgICAg ICAgICAgQyBwYXJzZXIgaW4gUHl0aG9uCnB5MjctcHljcnlwdG8tMi42LjFfMyAgICAgICAgICBQ eXRob24gQ3J5cHRvZ3JhcGh5IFRvb2xraXQKcHkyNy1weWZsYWtlcy0yLjEuMF8xICAgICAgICAg IFBhc3NpdmUgY2hlY2tlciBvZiBQeXRob24gcHJvZ3JhbXMKcHkyNy1weWdtZW50cy0yLjMuMF8x ICAgICAgICAgIFN5bnRheCBoaWdobGlnaHRlciB3cml0dGVuIGluIFB5dGhvbgpweTI3LXB5c29j a3MtMS42LjggICAgICAgICAgICAgUHl0aG9uIFNPQ0tTIG1vZHVsZQpweTI3LXB5c3RlbW1lci0x LjMuMF8yICAgICAgICAgU25vd2JhbGwgU3RlbW1pbmcgQWxnb3JpdGhtcyBmb3IgSW5mb3JtYXRp b24gUmV0cmlldmFsCnB5MjctcHl0ZXN0LXJ1bm5lci0yLjExLjEgICAgICBUZXN0IHN1cHBvcnQg Zm9yIHB5dGVzdCBydW5uZXIgaW4gc2V0dXAucHkKcHkyNy1weXR6LTIwMTguOSwxICAgICAgICAg ICAgIFdvcmxkIFRpbWV6b25lIERlZmluaXRpb25zIGZvciBQeXRob24KcHkyNy1yZXF1ZXN0cy0y LjIxLjAgICAgICAgICAgIEhUVFAgbGlicmFyeSB3cml0dGVuIGluIFB5dGhvbiBmb3IgaHVtYW4g YmVpbmdzCnB5Mjctc2V0dXB0b29scy00MS4wLjAgICAgICAgICBQeXRob24gcGFja2FnZXMgaW5z dGFsbGVyCnB5Mjctc2l4LTEuMTIuMCAgICAgICAgICAgICAgICBQeXRob24gMiBhbmQgMyBjb21w YXRpYmlsaXR5IHV0aWxpdGllcwpweTI3LXNub3diYWxsc3RlbW1lci0xLjIuMF8xICAgU25vd2Jh bGwgc3RlbW1pbmcgbGlicmFyeSBjb2xsZWN0aW9uIGZvciBQeXRob24KcHkyNy1zcGhpbngtMS42 LjVfMiwxICAgICAgICAgIFB5dGhvbiBkb2N1bWVudGF0aW9uIGdlbmVyYXRvcgpweTI3LXNwaGlu eF9ydGRfdGhlbWUtMC40LjMgICAgTW9iaWxlLWZyaWVuZGx5IHB5LXNwaGlueCB0aGVtZQpweTI3 LXNwaGlueGNvbnRyaWItd2Vic3VwcG9ydC0xLjEuMCBTcGhpbnggQVBJIGZvciBXZWIgQXBwcwpw eTI3LXR5cGluZy0zLjYuNiAgICAgICAgICAgICAgVHlwZSBIaW50cyBmb3IgUHl0aG9uCnB5Mjct dXJsbGliMy0xLjIyLDEgICAgICAgICAgICBIVFRQIGxpYnJhcnkgd2l0aCB0aHJlYWQtc2FmZSBj b25uZWN0aW9uIHBvb2xpbmcsIGZpbGUgcG9zdCwgYW5kIG1vcmUKcHkzNi1CYWJlbC0yLjYuMF8x ICAgICAgICAgICAgIENvbGxlY3Rpb24gb2YgdG9vbHMgZm9yIGludGVybmF0aW9uYWxpemluZyBQ eXRob24gYXBwbGljYXRpb25zCnB5MzYtSmluamEyLTIuMTAgICAgICAgICAgICAgICBGYXN0IGFu ZCBlYXN5IHRvIHVzZSBzdGFuZC1hbG9uZSB0ZW1wbGF0ZSBlbmdpbmUKcHkzNi1NYXJrdXBTYWZl LTEuMS4xICAgICAgICAgIEltcGxlbWVudHMgWE1ML0hUTUwvWEhUTUwgTWFya3VwIHNhZmUgc3Ry aW5nIGZvciBQeXRob24KcHkzNi1hbGFiYXN0ZXItMC43LjYgICAgICAgICAgIE1vZGlmaWVkIEty IFNwaGlueCB0aGVtZQpweTM2LWFzbjFjcnlwdG8tMC4yMi4wICAgICAgICAgQVNOLjEgbGlicmFy eSB3aXRoIGEgZm9jdXMgb24gcGVyZm9ybWFuY2UgYW5kIGEgcHl0aG9uaWMgQVBJCnB5MzYtY2Vy dGlmaS0yMDE5LjMuOSAgICAgICAgICBNb3ppbGxhIFNTTCBjZXJ0aWZpY2F0ZXMKcHkzNi1jZmZp LTEuMTIuMiAgICAgICAgICAgICAgIEZvcmVpZ24gRnVuY3Rpb24gSW50ZXJmYWNlIGZvciBQeXRo b24gY2FsbGluZyBDIGNvZGUKcHkzNi1jaGFyZGV0LTMuMC40XzEgICAgICAgICAgIFVuaXZlcnNh bCBlbmNvZGluZyBkZXRlY3RvciBmb3IgUHl0aG9uIDIgYW5kIDMKcHkzNi1jcnlwdG9ncmFwaHkt Mi42LjEgICAgICAgIENyeXB0b2dyYXBoaWMgcmVjaXBlcyBhbmQgcHJpbWl0aXZlcyBmb3IgUHl0 aG9uIGRldmVsb3BlcnMKcHkzNi1kb2N1dGlscy0wLjE0XzQgICAgICAgICAgIFB5dGhvbiBEb2N1 bWVudGF0aW9uIFV0aWxpdGllcwpweTM2LWlkbmEtMi44ICAgICAgICAgICAgICAgICAgSW50ZXJu YXRpb25hbGl6ZWQgRG9tYWluIE5hbWVzIGluIEFwcGxpY2F0aW9ucyAoSUROQSkKcHkzNi1pbWFn ZXNpemUtMC43LjEgICAgICAgICAgIFB5dGhvbiBpbWFnZSBzaXplIGxpYnJhcnkKcHkzNi1saWJ4 bWwyLTIuOS44XzIgICAgICAgICAgIFB5dGhvbiBpbnRlcmZhY2UgZm9yIFhNTCBwYXJzZXIgbGli cmFyeSBmb3IgR05PTUUKcHkzNi1vcGVuc3NsLTE4LjAuMCAgICAgICAgICAgIFB5dGhvbiBpbnRl cmZhY2UgdG8gdGhlIE9wZW5TU0wgbGlicmFyeQpweTM2LXBpcC05LjAuM18xICAgICAgICAgICAg ICAgVG9vbCBmb3IgaW5zdGFsbGluZyBhbmQgbWFuYWdpbmcgUHl0aG9uIHBhY2thZ2VzCnB5MzYt cHljcGFyc2VyLTIuMTggICAgICAgICAgICBDIHBhcnNlciBpbiBQeXRob24KcHkzNi1weWdtZW50 cy0yLjMuMF8xICAgICAgICAgIFN5bnRheCBoaWdobGlnaHRlciB3cml0dGVuIGluIFB5dGhvbgpw eTM2LXB5c29ja3MtMS42LjggICAgICAgICAgICAgUHl0aG9uIFNPQ0tTIG1vZHVsZQpweTM2LXB5 c3RlbW1lci0xLjMuMF8yICAgICAgICAgU25vd2JhbGwgU3RlbW1pbmcgQWxnb3JpdGhtcyBmb3Ig SW5mb3JtYXRpb24gUmV0cmlldmFsCnB5MzYtcHl0ei0yMDE4LjksMSAgICAgICAgICAgICBXb3Js ZCBUaW1lem9uZSBEZWZpbml0aW9ucyBmb3IgUHl0aG9uCnB5MzYtcmVxdWVzdHMtMi4yMS4wICAg ICAgICAgICBIVFRQIGxpYnJhcnkgd3JpdHRlbiBpbiBQeXRob24gZm9yIGh1bWFuIGJlaW5ncwpw eTM2LXNldHVwdG9vbHMtNDEuMC4wICAgICAgICAgUHl0aG9uIHBhY2thZ2VzIGluc3RhbGxlcgpw eTM2LXNpeC0xLjEyLjAgICAgICAgICAgICAgICAgUHl0aG9uIDIgYW5kIDMgY29tcGF0aWJpbGl0 eSB1dGlsaXRpZXMKcHkzNi1zbm93YmFsbHN0ZW1tZXItMS4yLjBfMSAgIFNub3diYWxsIHN0ZW1t aW5nIGxpYnJhcnkgY29sbGVjdGlvbiBmb3IgUHl0aG9uCnB5MzYtc3BoaW54LTEuNi41XzIsMSAg ICAgICAgICBQeXRob24gZG9jdW1lbnRhdGlvbiBnZW5lcmF0b3IKcHkzNi1zcGhpbnhfcnRkX3Ro ZW1lLTAuNC4zICAgIE1vYmlsZS1mcmllbmRseSBweS1zcGhpbnggdGhlbWUKcHkzNi1zcGhpbnhj b250cmliLXdlYnN1cHBvcnQtMS4xLjAgU3BoaW54IEFQSSBmb3IgV2ViIEFwcHMKcHkzNi11cmxs aWIzLTEuMjIsMSAgICAgICAgICAgIEhUVFAgbGlicmFyeSB3aXRoIHRocmVhZC1zYWZlIGNvbm5l Y3Rpb24gcG9vbGluZywgZmlsZSBwb3N0LCBhbmQgbW9yZQpweWRidXMtY29tbW9uLTEuMi44ICAg ICAgICAgICAgQ29tbW9uIGZpbGVzIGZvciB0aGUgUHl0aG9uIGJpbmRpbmdzIGZvciB0aGUgRC1C VVMgbWVzc2FnaW5nIHN5c3RlbQpweWdvYmplY3QzLWNvbW1vbi0zLjI4LjMgICAgICAgQ29tbW9u IGZpbGVzIGZvciB0aGUgUHl0aG9uIGJpbmRpbmdzIGZvciBHT2JqZWN0CnB5dGhvbi0zLjZfMywy ICAgICAgICAgICAgICAgICAibWV0YS1wb3J0IiBmb3IgdGhlIGRlZmF1bHQgdmVyc2lvbiBvZiBQ eXRob24gaW50ZXJwcmV0ZXIKcHl0aG9uMi0yXzMgICAgICAgICAgICAgICAgICAgIFRoZSAibWV0 YS1wb3J0IiBmb3IgdmVyc2lvbiAyIG9mIHRoZSBQeXRob24gaW50ZXJwcmV0ZXIKcHl0aG9uMjct Mi43LjE2XzEgICAgICAgICAgICAgIEludGVycHJldGVkIG9iamVjdC1vcmllbnRlZCBwcm9ncmFt bWluZyBsYW5ndWFnZQpweXRob24zLTNfMyAgICAgICAgICAgICAgICAgICAgVGhlICJtZXRhLXBv cnQiIGZvciB2ZXJzaW9uIDMgb2YgdGhlIFB5dGhvbiBpbnRlcnByZXRlcgpweXRob24zNi0zLjYu OF8yICAgICAgICAgICAgICAgSW50ZXJwcmV0ZWQgb2JqZWN0LW9yaWVudGVkIHByb2dyYW1taW5n IGxhbmd1YWdlCnF0NS1idWlsZHRvb2xzLTUuMTIuMiAgICAgICAgICBRdCBidWlsZCB0b29scwpx dDUtcW1ha2UtNS4xMi4yICAgICAgICAgICAgICAgUXQgTWFrZWZpbGUgZ2VuZXJhdG9yCnF0Y2hv b3Nlci02NiAgICAgICAgICAgICAgICAgICBRdCB0b29sIHdyYXBwZXIKcmFyaWFuLTAuOC4xXzQg ICAgICAgICAgICAgICAgIE9NRiBoZWxwIHN5c3RlbSBiYXNlZCBvbiB0aGUgRnJlZWRlc2t0b3Ag c3BlY2lmaWNhdGlvbgpyY2xvbmUtMS40Ny4wICAgICAgICAgICAgICAgICAgU3luYyBmaWxlcyB0 byBhbmQgZnJvbSB2YXJpb3VzIGNsb3VkIHNlcnZpY2VzCnJlYWRsaW5lLTguMC4wICAgICAgICAg ICAgICAgICBMaWJyYXJ5IGZvciBlZGl0aW5nIGNvbW1hbmQgbGluZXMgYXMgdGhleSBhcmUgdHlw ZWQKcmVkaXMtNC4wLjE0ICAgICAgICAgICAgICAgICAgIFBlcnNpc3RlbnQga2V5LXZhbHVlIGRh dGFiYXNlIHdpdGggYnVpbHQtaW4gbmV0IGludGVyZmFjZQpyaGFzaC0xLjMuNSAgICAgICAgICAg ICAgICAgICAgVXRpbGl0eSBhbmQgbGlicmFyeSBmb3IgY29tcHV0aW5nIGFuZCBjaGVja2luZyBv ZiBmaWxlIGhhc2hlcwpyc2xzeW5jLTIuNi4xICAgICAgICAgICAgICAgICAgRGlzdHJpYnV0ZWQg cGVlci10by1wZWVyIGZpbGUgc3luY2luZyBhcHBsaWNhdGlvbgpzYW1iYTQ4LTQuOC4xMV8xICAg ICAgICAgICAgICAgRnJlZSBTTUIvQ0lGUyBhbmQgQUQvREMgc2VydmVyIGFuZCBjbGllbnQgZm9y IFVuaXgKc2NvbnMtMy4wLjEgICAgICAgICAgICAgICAgICAgIEJ1aWxkIHRvb2wgYWx0ZXJuYXRp dmUgdG8gbWFrZQpzY3JlZW4tNC42LjJfMSAgICAgICAgICAgICAgICAgTXVsdGktc2NyZWVuIHdp bmRvdyBtYW5hZ2VyCnNkb2Nib29rLXhtbC0xLjFfMiwyICAgICAgICAgICAiU2ltcGxpZmllZCIg RG9jQm9vayBYTUwgRFRECnNoYXJlZC1taW1lLWluZm8tMS4xMF8xICAgICAgICBNSU1FIHR5cGVz IGRhdGFiYXNlIGZyb20gdGhlIGZyZWVkZXNrdG9wLm9yZyBwcm9qZWN0CnNtYXJ0bW9udG9vbHMt Ny4wICAgICAgICAgICAgICBTLk0uQS5SLlQuIGRpc2sgbW9uaXRvcmluZyB0b29scwpzbmFwcHkt MS4xLjYgICAgICAgICAgICAgICAgICAgRmFzdCBjb21wcmVzc29yL2RlY29tcHJlc3NvciBsaWJy YXJ5CnNvY2F0LTEuNy4zLjNfMSAgICAgICAgICAgICAgICBNdWx0aXB1cnBvc2UgcmVsYXkgYW5k IG1vcmUKc3BoaW54c2VhcmNoLTIuMi4xMV8yICAgICAgICAgIFNwaGlueCBGdWxsLVRleHQgU2Vh cmNoIEVuZ2luZQpzcWxpdGUzLTMuMjcuMiAgICAgICAgICAgICAgICAgU1FMIGRhdGFiYXNlIGVu Z2luZSBpbiBhIEMgbGlicmFyeQpzc210cC0yLjY0XzMgICAgICAgICAgICAgICAgICAgRXh0cmVt ZWx5IHNpbXBsZSBNVEEgdG8gZ2V0IG1haWwgb2ZmIHRoZSBzeXN0ZW0gdG8gYSBtYWlsIGh1Ygpz dWRvLTEuOC4yN18xICAgICAgICAgICAgICAgICAgQWxsb3cgb3RoZXJzIHRvIHJ1biBjb21tYW5k cyBhcyByb290CnN2bnVwLTEuMDdfMyAgICAgICAgICAgICAgICAgICBMaWdodHdlaWdodCBwcm9n cmFtIHRvIHB1bGwgc291cmNlIGZyb20gYW4gQXBhY2hlIFN1YnZlcnNpb24gc2VydmVyCnN3aWcz MC0zLjAuMTIgICAgICAgICAgICAgICAgICBHZW5lcmF0ZSB3cmFwcGVycyBmb3IgY2FsbGluZyBD L0MrKyBjb2RlIGZyb20gb3RoZXIgbGFuZ3VhZ2VzCnN5bmN0aGluZy0xLjEuMiAgICAgICAgICAg ICAgICBFbmNyeXB0ZWQgZmlsZSBzeW5jIHRvb2wKc3lzbGludXgtNi4wMyAgICAgICAgICAgICAg ICAgIEJvb3QgbG9hZGVyIGZvciB0aGUgTGludXggb3BlcmF0aW5nIHN5c3RlbQp0MWxpYi01LjEu Ml81LDEgICAgICAgICAgICAgICAgVHlwZSAxIGZvbnQgcmFzdGVyaXphdGlvbiBsaWJyYXJ5IGZv ciBVbml4L1gxMQp0YWxsb2MtMi4xLjE0ICAgICAgICAgICAgICAgICAgSGllcmFyY2hpY2FsIHBv b2wgYmFzZWQgbWVtb3J5IGFsbG9jYXRvcgp0YmItMjAxOS41ICAgICAgICAgICAgICAgICAgICAg TGlicmFyeSB0aGF0IHByb3ZpZGVzIHRocmVhZCBidWlsZGluZyBibG9ja3MKdGRiLTEuMy4xNiwx ICAgICAgICAgICAgICAgICAgIFRyaXZpYWwgRGF0YWJhc2UKdGVja2l0LTIuNS43ICAgICAgICAg ICAgICAgICAgIFRvb2xraXQgZm9yIGNvbnZlcnRpbmcgZGF0YSBiZXR3ZWVuIDgtYml0IGxlZ2Fj eSBlbmNvZGluZ3MgYW5kIFVuaWNvZGUKdGV2ZW50LTAuOS4zNyAgICAgICAgICAgICAgICAgIFRh bGxvYyBiYXNlZCBldmVudCBsb29wIGxpYnJhcnkKdGV4LWJhc2ljLWVuZ2luZXMtMjAxNTA1MjEg ICAgIEJhc2ljIFRlWCBFbmdpbmVzCnRleC1kdmlwc2stNS45OTVfMiAgICAgICAgICAgICBDb252 ZXJ0IGEgVGVYIERWSSBmaWxlIHRvIFBvc3RTY3JpcHQKdGV4LWZvcm1hdHMtMjAxNTA1MjFfMiAg ICAgICAgIEZvcm1hdHMgZm9yIGJhc2ljIFRlWCBlbmdpbmVzIGFuZCB0aGUgJ2xhdGV4JyBjb21t YW5kCnRleC1rcGF0aHNlYS02LjIuMV8yICAgICAgICAgICBQYXRoIHNlYXJjaGluZyBsaWJyYXJ5 IGZvciBUZVgKdGV4LXB0ZXhlbmMtMS4zLjNfMiAgICAgICAgICAgIExpYnJhcnkgZm9yIEphcGFu ZXNlIHBUZVggYW5kIGl0cyB0b29scwp0ZXgtd2ViMmMtMjAxNTA1MjFfMyAgICAgICAgICAgVGVY IGltcGxlbWVudGF0aW9uIHRyYW5zbGF0aW5nIFdFQiB0byBDCnRleGkyaHRtbC01LjBfMiwxICAg ICAgICAgICAgICBUZXhpbmZvIHRvIEhUTUwgY29udmVydGVyCnRleGluZm8tNi42XzEsMSAgICAg ICAgICAgICAgICBUeXBlc2V0IGRvY3VtZW50YXRpb24gc3lzdGVtIHdpdGggbXVsdGlwbGUgZm9y bWF0IG91dHB1dAp0ZXhsaXZlLWJhc2UtMjAxNTA1MjFfMzQgICAgICAgVGVYIExpdmUgVHlwZXNl dHRpbmcgU3lzdGVtLCBiYXNlIGJpbmFyaWVzCnRleGxpdmUtdGV4bWYtMjAxNTA1MjNfNCAgICAg ICBUZVggTGl2ZSBUeXBlc2V0dGluZyBTeXN0ZW0sIHRleG1mIFRyZWUKdGV4bGl2ZS10bG1nci0y MDE1MDUyM18yICAgICAgIFRlWExpdmUgbWFuYWdlciBtb2R1bGVzCnRpZmYtNC4wLjEwICAgICAg ICAgICAgICAgICAgICBUb29scyBhbmQgbGlicmFyeSByb3V0aW5lcyBmb3Igd29ya2luZyB3aXRo IFRJRkYgaW1hZ2VzCnRpbnlwcm94eS0xLjEwLjAsMSAgICAgICAgICAgICBTbWFsbCwgZWZmaWNp ZW50IEhUVFAgcHJveHkgc2VydmVyCnRvci0wLjMuNS44ICAgICAgICAgICAgICAgICAgICBBbm9u eW1pemluZyBvdmVybGF5IG5ldHdvcmsgZm9yIFRDUAp0b3Jzb2Nrcy0yLjMuMF8xICAgICAgICAg ICAgICAgRWFzeSB3YXkgdG8gbWFrZSBhbnkgYXBwIHdvcmsgdGhyb3VnaCBUb3IKdHJhbnNtaXNz aW9uLWRhZW1vbi0yLjk0XzMgICAgIE1ldGEtcG9ydCBmb3IgVHJhbnNtaXNzaW9uIEJpdFRvcnJl bnQgY2xpZW50CnRzaGFyay0zLjAuMV8xICAgICAgICAgICAgICAgICBQb3dlcmZ1bCBuZXR3b3Jr IGFuYWx5emVyL2NhcHR1cmUgdG9vbAp1bml4T0RCQy0yLjMuNyAgICAgICAgICAgICAgICAgT0RC QyBsaWJyYXJ5IHN1aXRlIGZvciBVbml4CnVzYmhpZC1kdW1wLTEuNCAgICAgICAgICAgICAgICBV U0IgSElEIGRldmljZSBkdW1waW5nIHV0aWxpdHkKdXNiaWRzLTIwMTkwMzIwICAgICAgICAgICAg ICAgIERhdGFiYXNlIG9mIGFsbCBrbm93biBJRHMgdXNlZCBpbiBVU0IgZGV2aWNlcwp1c2J1dGls cy0wLjkxICAgICAgICAgICAgICAgICAgVXRpbGl0eSBmb3IgbGlzdGluZyBVU0IgZGV2aWNlcwp1 dGY4cHJvYy0yLjIuMCAgICAgICAgICAgICAgICAgVVRGLTggcHJvY2Vzc2luZyBsaWJyYXJ5CnZh bGEtMC40MC4xMSwxICAgICAgICAgICAgICAgICBQcm9ncmFtbWluZyBsYW5ndWFnZSBhbmQgY29t cGlsZXIgdGhhdCBjb252ZXJ0cyBWYWxhIGNvZGUgaW50byBDIGNvZGUKdmRwYXVpbmZvLTEuMCAg ICAgICAgICAgICAgICAgIFRvb2wgdG8gcXVlcnkgVkRQQVUgY2FwYWJpbGl0aWVzCnczbS0wLjUu My4yMDE5MDEwNSAgICAgICAgICAgICBQYWdlci90ZXh0LWJhc2VkIFdXVyBicm93c2VyCndheWxh bmQtMS4xNi4wXzEgICAgICAgICAgICAgICBXYXlsYW5kIGNvbXBvc2l0ZSAic2VydmVyIgp3Z2V0 LTEuMjAuMyAgICAgICAgICAgICAgICAgICAgUmV0cmlldmUgZmlsZXMgZnJvbSB0aGUgTmV0IHZp YSBIVFRQKFMpIGFuZCBGVFAKeDg2aW5mby0xLjMxLnMwMyAgICAgICAgICAgICAgIHg4NiBDUFUg aWRlbnRpZmljYXRpb24gYW5kIGZlYXR1cmUgZGlzcGxheSB1dGlsaXR5CnhjYi11dGlsLTAuNC4w XzIsMSAgICAgICAgICAgICBNb2R1bGUgd2l0aCBsaWJ4Y2IvbGliWDExIGV4dGVuc2lvbi9yZXBs YWNlbWVudCBsaWJyYXJpZXMKeGNiLXV0aWwtcmVuZGVydXRpbC0wLjMuOV8xICAgIENvbnZlbmll bmNlIGZ1bmN0aW9ucyBmb3IgdGhlIFJlbmRlciBleHRlbnNpb24KeGtiY29tcC0xLjQuMiAgICAg ICAgICAgICAgICAgIENvbXBpbGUgWEtCIGtleWJvYXJkIGRlc2NyaXB0aW9uCnhrZXlib2FyZC1j b25maWctMi4yNF8xICAgICAgICBYIEtleWJvYXJkIENvbmZpZ3VyYXRpb24gRGF0YWJhc2UKeG1s Y2F0bWdyLTIuMl8yICAgICAgICAgICAgICAgIFNHTUwgYW5kIFhNTCBjYXRhbG9nIG1hbmFnZXIK eG1sY2hhcmVudC0wLjNfMiAgICAgICAgICAgICAgIFhNTCBjaGFyYWN0ZXIgZW50aXRpZXMKeG9y Zy1mb250cy10cnVldHlwZS03LjdfMSAgICAgIFguT3JnIFRydWVUeXBlIGZvbnRzCnhvcmctbWFj cm9zLTEuMTkuMiAgICAgICAgICAgICBYLk9yZyBkZXZlbG9wbWVudCBhY2xvY2FsIG1hY3Jvcwp4 b3JncHJvdG8tMjAxOC40ICAgICAgICAgICAgICAgeG9yZyBwcm90b2NvbCBoZWFkZXJzCnh0cmFu cy0xLjQuMCAgICAgICAgICAgICAgICAgICBBYnN0cmFjdCBuZXR3b3JrIGNvZGUgZm9yIFgKemZz LXN0YXRzLWxpdGUtMS40ICAgICAgICAgICAgIERpc3BsYXkgaHVtYW4tcmVhZGFibGUgWkZTIHN0 YXRpc3RpY3MKenNoLTUuNy4xICAgICAgICAgICAgICAgICAgICAgIFRoZSBaIHNoZWxsCnpzdGQt MS40LjAgICAgICAgICAgICAgICAgICAgICBac3RhbmRhcmQgLSBGYXN0IHJlYWwtdGltZSBjb21w cmVzc2lvbiBhbGdvcml0aG0KenppcGxpYi0wLjEzLjY5XzEgICAgICAgICAgICAgIExpYnJhcnkg dG8gcHJvdmlkZSB0cmFuc3BhcmVudCByZWFkIGFjY2VzcyB0byB6aXBwZWQgZmlsZXMK --0000000000006ac49b0588f44a15-- From owner-freebsd-gnome@freebsd.org Thu May 16 09:12:05 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAE99158BC3C for ; Thu, 16 May 2019 09:12:05 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4660E6B54D for ; Thu, 16 May 2019 09:12:05 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 07326158BC39; Thu, 16 May 2019 09:12:05 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA0B6158BC38 for ; Thu, 16 May 2019 09:12:04 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BFB36B541 for ; Thu, 16 May 2019 09:12:04 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id A9717CE49 for ; Thu, 16 May 2019 09:12:03 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id x4G9C3DF023376 for ; Thu, 16 May 2019 09:12:03 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id x4G9C3UT023368; Thu, 16 May 2019 09:12:03 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201905160912.x4G9C3UT023368@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 16 May 2019 09:12:03 +0000 From: portscout@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2019 09:12:05 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/libsoup | 2.62.3 | 2.66.2 ------------------------------------------------+-----------------+------------ devel/libsoup-gnome | 2.62.3 | 2.66.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-gnome@freebsd.org Thu May 16 12:00:59 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57DF015930AF for ; Thu, 16 May 2019 12:00:58 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5B29E722F5 for ; Thu, 16 May 2019 12:00:57 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 151DC15930AC; Thu, 16 May 2019 12:00:57 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CF4015930A5; Thu, 16 May 2019 12:00:56 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA23E722E2; Thu, 16 May 2019 12:00:55 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy11.nyi.freebsd.org (beefy11.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ee]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F2E3207D4; Thu, 16 May 2019 12:00:55 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy11.nyi.freebsd.org (localhost [127.0.0.1]) by beefy11.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4GC0t70078129; Thu, 16 May 2019 12:00:55 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy11.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x4GC0t1R078127; Thu, 16 May 2019 12:00:55 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 16 May 2019 12:00:55 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201905161200.x4GC0t1R078127@beefy11.nyi.freebsd.org> To: gnome@FreeBSD.org Subject: [package - head-i386-default][textproc/link-grammar] Failed for link-grammar-5.4.4_3 in build Cc: pkg-fallout@FreeBSD.org X-Rspamd-Queue-Id: BA23E722E2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2019 12:00:59 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: jbeich@FreeBSD.org Ident: $FreeBSD: head/textproc/link-grammar/Makefile 490671 2019-01-18 21:14:41Z jbeich $ Log URL: http://beefy11.nyi.freebsd.org/data/head-i386-default/p501607_s347555/logs/link-grammar-5.4.4_3.log Build URL: http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p501607_s347555 Log: =>> Building textproc/link-grammar build started at Thu May 16 11:58:21 UTC 2019 port directory: /usr/ports/textproc/link-grammar package name: link-grammar-5.4.4_3 building for: FreeBSD head-i386-default-job-20 13.0-CURRENT FreeBSD 13.0-CURRENT 1300025 i386 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/textproc/link-grammar/Makefile 490671 2019-01-18 21:14:41Z jbeich $ Poudriere version: 3.2.8-4-g701d8fe1 Host OSVERSION: 1300018 Jail OSVERSION: 1300025 Job Id: 20 !!! Jail is newer than host. (Jail: 1300025, Host: 1300018) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1300025 UNAME_v=FreeBSD 13.0-CURRENT 1300025 UNAME_r=13.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-4-g701d8fe1 MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for link-grammar-5.4.4_3: DOCS=on: Build and/or install documentation EDITLINE=on: Command line editing JAVA=off: Java platform support PERL=off: Perl scripting language support PYTHON=off: Python bindings or support SAT_SOLVER=on: Use boolean SAT parser TOKENIZER=off: Use the regex word splitter (a demo) ====> Options available for the multi SPELL: you have to choose at least one of them ASPELL=off: Spell checking support via GNU Aspell HUNSPELL=on: Spell checking support via Hunspell ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- gnome@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --disable-aspell --enable-editline --enable-hunspell --disable-java-bindings --disable-perl-bindings --disable-python-bindings --enable-sat-solver --disable-regex-tokenizer --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work HOME=/wrkdirs/usr/ports/textproc/link-grammar/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/link-grammar/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work HOME=/wrkdirs/usr/ports/textproc/link-grammar/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/link-grammar/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector-strong " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_D ATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- VERSION=5.4.4 PORTDOCS="" ASPELL="@comment " NO_ASPELL="" DOCS="" NO_DOCS="@comment " EDITLINE="" NO_EDITLINE="@comment " HUNSPELL="" NO_HUNSPELL="@comment " JAVA="@comment " NO_JAVA="" PERL="@comment " NO_PERL="" PYTHON="@comment " NO_PYTHON="" SAT_SOLVER="" NO_SAT_SOLVER="@comment " TOKENIZER="@comment " NO_TOKENIZER="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/link-grammar" EXAMPLESDIR="share/examples/link-grammar" DATADIR="share/link-grammar" WWWDIR="www/link-grammar" ETCDIR="etc/link-grammar" --End PLIST_SUB-- --SUB_LIST-- ASPELL="@comment " NO_ASPELL="" DOCS="" NO_DOCS="@comment " EDITLINE="" NO_EDITLINE="@comment " HUNSPELL="" NO_HUNSPELL="@comment " JAVA="@comment " NO_JAVA="" PERL="@comment " NO_PERL="" PYTHON="@comment " NO_PYTHON="" SAT_SOLVER="" NO_SAT_SOLVER="@comment " TOKENIZER="@comment " NO_TOKENIZER="" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/link-grammar DOCSDIR=/usr/local/share/doc/link-grammar EXAMPLESDIR=/usr/local/share/examples/link-grammar WWWDIR=/usr/local/www/link-grammar ETCDIR=/usr/local/etc/link-grammar --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300025 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License GPLv2 accepted by the user =========================================================================== =================================================== ===> link-grammar-5.4.4_3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz [head-i386-default-job-20] Installing pkg-1.10.5_5... [head-i386-default-job-20] Extracting pkg-1.10.5_5: .......... done ===> link-grammar-5.4.4_3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of link-grammar-5.4.4_3 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by link-grammar-5.4.4_3 for building =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by link-grammar-5.4.4_3 for building => SHA256 Checksum OK for link-grammar-5.4.4.tar.gz. =========================================================================== =================================================== =========================================================================== mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/preparation.lo -MD -MP -MF parse/.deps/preparation.Tpo -c parse/preparation.c -fPIC -DPIC -o parse/.libs/preparation.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/preparation.lo -MD -MP -MF parse/.deps/preparation.Tpo -c parse/preparation.c -o parse/preparation.o >/dev/null 2>&1 depbase=`echo parse/prune.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/prune.lo -MD -MP -MF $depbase.Tpo -c -o parse/prune.lo parse/prune.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/prune.lo -MD -MP -MF parse/.deps/prune.Tpo -c parse/prune.c -fPIC -DPIC -o parse/.libs/prune.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/prune.lo -MD -MP -MF parse/.deps/prune.Tpo -c parse/prune.c -o parse/prune.o >/dev/null 2>&1 depbase=`echo post-process/constituents.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/constituents.lo -MD -MP -MF $depbase.Tpo -c -o post-process/constituents.lo post-process/constituents.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/constituents.lo -MD -MP -MF post-process/.deps/constituents.Tpo -c post-process/constituents.c -fPIC -DPIC -o post-process/.libs/constituents.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/constituents.lo -MD -MP -MF post-process/.deps/constituents.Tpo -c post-process/constituents.c -o post-process/constituents.o >/dev/null 2>&1 depbase=`echo post-process/post-process.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/post-process.lo -MD -MP -MF $depbase.Tpo -c -o post-process/post-process.lo post-process/post-process.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/post-process.lo -MD -MP -MF post-process/.deps/post-process.Tpo -c post-process/post-process.c -fPIC -DPIC -o post-process/.libs/post-process.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/post-process.lo -MD -MP -MF post-process/.deps/post-process.Tpo -c post-process/post-process.c -o post-process/post-process.o >/dev/null 2>&1 depbase=`echo post-process/pp_knowledge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_knowledge.lo -MD -MP -MF $depbase.Tpo -c -o post-process/pp_knowledge.lo post-process/pp_knowledge.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_knowledge.lo -MD -MP -MF post-process/.deps/pp_knowledge.Tpo -c post-process/pp_knowledge.c -fPIC -DPIC -o post-process/.libs/pp_knowledge.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_knowledge.lo -MD -MP -MF post-process/.deps/pp_knowledge.Tpo -c post-process/pp_knowledge.c -o post-process/pp_knowledge.o >/dev/null 2>&1 depbase=`echo post-process/pp_lexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I../link-grammar/post-process -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_lexer.lo -MD -MP -MF $depbase.Tpo -c -o post-process/pp_lexer.lo post-process/pp_lexer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I../link-grammar/post-process -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_lexer.lo -MD -MP -MF post-process/.deps/pp_lexer.Tpo -c post-process/pp_lexer.c -fPIC -DPIC -o post-process/.libs/pp_lexer.o ./../link-grammar/post-process/pp_lexer.c:1080:3: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned int') and 'int' [-Wsign-compare] YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../link-grammar/post-process/pp_lexer.c:630:18: note: expanded from macro 'YY_INPUT' for ( n = 0; n < max_size && \ ~ ^ ~~~~~~~~ 1 warning generated. libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I../link-grammar/post-process -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_lexer.lo -MD -MP -MF post-process/.deps/pp_lexer.Tpo -c post-process/pp_lexer.c -o post-process/pp_lexer.o >/dev/null 2>&1 depbase=`echo post-process/pp_linkset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_linkset.lo -MD -MP -MF $depbase.Tpo -c -o post-process/pp_linkset.lo post-process/pp_linkset.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_linkset.lo -MD -MP -MF post-process/.deps/pp_linkset.Tpo -c post-process/pp_linkset.c -fPIC -DPIC -o post-process/.libs/pp_linkset.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_linkset.lo -MD -MP -MF post-process/.deps/pp_linkset.Tpo -c post-process/pp_linkset.c -o post-process/pp_linkset.o >/dev/null 2>&1 depbase=`echo prepare/build-disjuncts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/build-disjuncts.lo -MD -MP -MF $depbase.Tpo -c -o prepare/build-disjuncts.lo prepare/build-disjuncts.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/build-disjuncts.lo -MD -MP -MF prepare/.deps/build-disjuncts.Tpo -c prepare/build-disjuncts.c -fPIC -DPIC -o prepare/.libs/build-disjuncts.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/build-disjuncts.lo -MD -MP -MF prepare/.deps/build-disjuncts.Tpo -c prepare/build-disjuncts.c -o prepare/build-disjuncts.o >/dev/null 2>&1 depbase=`echo prepare/expand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/expand.lo -MD -MP -MF $depbase.Tpo -c -o prepare/expand.lo prepare/expand.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/expand.lo -MD -MP -MF prepare/.deps/expand.Tpo -c prepare/expand.c -fPIC -DPIC -o prepare/.libs/expand.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/expand.lo -MD -MP -MF prepare/.deps/expand.Tpo -c prepare/expand.c -o prepare/expand.o >/dev/null 2>&1 depbase=`echo prepare/exprune.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/exprune.lo -MD -MP -MF $depbase.Tpo -c -o prepare/exprune.lo prepare/exprune.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/exprune.lo -MD -MP -MF prepare/.deps/exprune.Tpo -c prepare/exprune.c -fPIC -DPIC -o prepare/.libs/exprune.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/exprune.lo -MD -MP -MF prepare/.deps/exprune.Tpo -c prepare/exprune.c -o prepare/exprune.o >/dev/null 2>&1 depbase=`echo print/print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print.lo -MD -MP -MF $depbase.Tpo -c -o print/print.lo print/print.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print.lo -MD -MP -MF print/.deps/print.Tpo -c print/print.c -fPIC -DPIC -o print/.libs/print.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print.lo -MD -MP -MF print/.deps/print.Tpo -c print/print.c -o print/print.o >/dev/null 2>&1 depbase=`echo print/print-util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print-util.lo -MD -MP -MF $depbase.Tpo -c -o print/print-util.lo print/print-util.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print-util.lo -MD -MP -MF print/.deps/print-util.Tpo -c print/print-util.c -fPIC -DPIC -o print/.libs/print-util.o print/print-util.c:187:3: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] strerror_r(errno, temp_buffer+sizeof(msg)-1, TMPLEN-sizeof(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./utilities.h:67:54: note: expanded from macro 'strerror_r' #define strerror_r(errno, buf, len) abs((strcpy(buf, strerror_r (errno, buf, len)), 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/string.h:84:56: note: passing argument to parameter here char *strcpy(char * __restrict, const char * __restrict); ^ 1 warning generated. libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print-util.lo -MD -MP -MF print/.deps/print-util.Tpo -c print/print-util.c -o print/print-util.o >/dev/null 2>&1 depbase=`echo print/wcwidth.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/wcwidth.lo -MD -MP -MF $depbase.Tpo -c -o print/wcwidth.lo print/wcwidth.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/wcwidth.lo -MD -MP -MF print/.deps/wcwidth.Tpo -c print/wcwidth.c -fPIC -DPIC -o print/.libs/wcwidth.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/wcwidth.lo -MD -MP -MF print/.deps/wcwidth.Tpo -c print/wcwidth.c -o print/wcwidth.o >/dev/null 2>&1 depbase=`echo resources.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT resources.lo -MD -MP -MF $depbase.Tpo -c -o resources.lo resources.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT resources.lo -MD -MP -MF .deps/resources.Tpo -c resources.c -fPIC -DPIC -o .libs/resources.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT resources.lo -MD -MP -MF .deps/resources.Tpo -c resources.c -o resources.o >/dev/null 2>&1 depbase=`echo string-set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT string-set.lo -MD -MP -MF $depbase.Tpo -c -o string-set.lo string-set.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT string-set.lo -MD -MP -MF .deps/string-set.Tpo -c string-set.c -fPIC -DPIC -o .libs/string-set.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT string-set.lo -MD -MP -MF .deps/string-set.Tpo -c string-set.c -o string-set.o >/dev/null 2>&1 depbase=`echo tokenize/anysplit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/anysplit.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/anysplit.lo tokenize/anysplit.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/anysplit.lo -MD -MP -MF tokenize/.deps/anysplit.Tpo -c tokenize/anysplit.c -fPIC -DPIC -o tokenize/.libs/anysplit.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/anysplit.lo -MD -MP -MF tokenize/.deps/anysplit.Tpo -c tokenize/anysplit.c -o tokenize/anysplit.o >/dev/null 2>&1 depbase=`echo tokenize/spellcheck-aspell.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-aspell.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/spellcheck-aspell.lo tokenize/spellcheck-aspell.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-aspell.lo -MD -MP -MF tokenize/.deps/spellcheck-aspell.Tpo -c tokenize/spellcheck-aspell.c -fPIC -DPIC -o tokenize/.libs/spellcheck-aspell.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-aspell.lo -MD -MP -MF tokenize/.deps/spellcheck-aspell.Tpo -c tokenize/spellcheck-aspell.c -o tokenize/spellcheck-aspell.o >/dev/null 2>&1 depbase=`echo tokenize/spellcheck-hun.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-hun.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/spellcheck-hun.lo tokenize/spellcheck-hun.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-hun.lo -MD -MP -MF tokenize/.deps/spellcheck-hun.Tpo -c tokenize/spellcheck-hun.c -fPIC -DPIC -o tokenize/.libs/spellcheck-hun.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-hun.lo -MD -MP -MF tokenize/.deps/spellcheck-hun.Tpo -c tokenize/spellcheck-hun.c -o tokenize/spellcheck-hun.o >/dev/null 2>&1 depbase=`echo tokenize/regex-tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/regex-tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/regex-tokenizer.lo tokenize/regex-tokenizer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/regex-tokenizer.lo -MD -MP -MF tokenize/.deps/regex-tokenizer.Tpo -c tokenize/regex-tokenizer.c -fPIC -DPIC -o tokenize/.libs/regex-tokenizer.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/regex-tokenizer.lo -MD -MP -MF tokenize/.deps/regex-tokenizer.Tpo -c tokenize/regex-tokenizer.c -o tokenize/regex-tokenizer.o >/dev/null 2>&1 depbase=`echo tokenize/tokenize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/tokenize.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/tokenize.lo tokenize/tokenize.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/tokenize.lo -MD -MP -MF tokenize/.deps/tokenize.Tpo -c tokenize/tokenize.c -fPIC -DPIC -o tokenize/.libs/tokenize.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/tokenize.lo -MD -MP -MF tokenize/.deps/tokenize.Tpo -c tokenize/tokenize.c -o tokenize/tokenize.o >/dev/null 2>&1 depbase=`echo tokenize/wg-display.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wg-display.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/wg-display.lo tokenize/wg-display.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wg-display.lo -MD -MP -MF tokenize/.deps/wg-display.Tpo -c tokenize/wg-display.c -fPIC -DPIC -o tokenize/.libs/wg-display.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wg-display.lo -MD -MP -MF tokenize/.deps/wg-display.Tpo -c tokenize/wg-display.c -o tokenize/wg-display.o >/dev/null 2>&1 depbase=`echo tokenize/wordgraph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wordgraph.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/wordgraph.lo tokenize/wordgraph.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wordgraph.lo -MD -MP -MF tokenize/.deps/wordgraph.Tpo -c tokenize/wordgraph.c -fPIC -DPIC -o tokenize/.libs/wordgraph.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wordgraph.lo -MD -MP -MF tokenize/.deps/wordgraph.Tpo -c tokenize/wordgraph.c -o tokenize/wordgraph.o >/dev/null 2>&1 depbase=`echo utilities.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT utilities.lo -MD -MP -MF $depbase.Tpo -c -o utilities.lo utilities.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT utilities.lo -MD -MP -MF .deps/utilities.Tpo -c utilities.c -fPIC -DPIC -o .libs/utilities.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT utilities.lo -MD -MP -MF .deps/utilities.Tpo -c utilities.c -o utilities.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link cc -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -version-info 9:4:4 -export-dynamic -no-undefined -export-symbols ./link-grammar.def -fno-strict-aliasing -fstack-protector-strong -o liblink-grammar.la -rpath /usr/local/lib api.lo connectors.lo dict-common/dict-common.lo dict-common/dict-impl.lo dict-common/dict-utils.lo dict-common/file-utils.lo dict-common/idiom.lo dict-common/print-dict.lo dict-common/regex-morph.lo dict-file/dictionary.lo dict-file/read-dict.lo dict-file/read-regex.lo dict-file/word-file.lo dict-sql/read-sql.lo disjunct-utils.lo error.lo linkage/analyze-linkage.lo linkage/freeli.lo linkage/linkage.lo linkage/lisjuncts.lo linkage/sane.lo linkage/score.lo memory-pool.lo parse/count.lo parse/extract-links.lo parse/fast-match.lo parse/histogram.lo parse/parse.lo par se/preparation.lo parse/prune.lo post-process/constituents.lo post-process/post-process.lo post-process/pp_knowledge.lo post-process/pp_lexer.lo post-process/pp_linkset.lo prepare/build-disjuncts.lo prepare/expand.lo prepare/exprune.lo print/print.lo print/print-util.lo print/wcwidth.lo resources.lo string-set.lo tokenize/anysplit.lo tokenize/spellcheck-aspell.lo tokenize/spellcheck-hun.lo tokenize/regex-tokenizer.lo tokenize/tokenize.lo tokenize/wg-display.lo tokenize/wordgraph.lo utilities.lo -L/usr/local/lib -lhunspell-1.7 -L/usr/local/lib -lsqlite3 ../link-grammar/sat-solver/libsat-solver.la -lminisat -lm -L/usr/local/lib libtool: link: echo "{ global:" > .libs/liblink-grammar.so.5.4.4-ver libtool: link: sed -e "s|$|;|" < ./link-grammar.def >> .libs/liblink-grammar.so.5.4.4-ver libtool: link: echo "local: *; };" >> .libs/liblink-grammar.so.5.4.4-ver libtool: link: cc -shared -fPIC -DPIC .libs/api.o .libs/connectors.o dict-common/.libs/dict-common.o dict-common/.libs/dict-impl.o dict-common/.libs/dict-utils.o dict-common/.libs/file-utils.o dict-common/.libs/idiom.o dict-common/.libs/print-dict.o dict-common/.libs/regex-morph.o dict-file/.libs/dictionary.o dict-file/.libs/read-dict.o dict-file/.libs/read-regex.o dict-file/.libs/word-file.o dict-sql/.libs/read-sql.o .libs/disjunct-utils.o .libs/error.o linkage/.libs/analyze-linkage.o linkage/.libs/freeli.o linkage/.libs/linkage.o linkage/.libs/lisjuncts.o linkage/.libs/sane.o linkage/.libs/score.o .libs/memory-pool.o parse/.libs/count.o parse/.libs/extract-links.o parse/.libs/fast-match.o parse/.libs/histogram.o parse/.libs/parse.o parse/.libs/preparation.o parse/.libs/prune.o post-process/.libs/constituents.o post-process/.libs/post-process.o post-process/.libs/pp_knowledge.o post-process/.libs/pp_lexer.o post-process/.libs/pp_linkset.o prepare/.libs/build-disjuncts.o prepare/.l ibs/expand.o prepare/.libs/exprune.o print/.libs/print.o print/.libs/print-util.o print/.libs/wcwidth.o .libs/resources.o .libs/string-set.o tokenize/.libs/anysplit.o tokenize/.libs/spellcheck-aspell.o tokenize/.libs/spellcheck-hun.o tokenize/.libs/regex-tokenizer.o tokenize/.libs/tokenize.o tokenize/.libs/wg-display.o tokenize/.libs/wordgraph.o .libs/utilities.o -Wl,--whole-archive ../link-grammar/sat-solver/.libs/libsat-solver.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libhunspell-1.7.so -lsqlite3 -lminisat -lm -O2 -fstack-protector-strong -O3 -fstack-protector-strong -Wl,-soname -Wl,liblink-grammar.so.5 -Wl,-version-script -Wl,.libs/liblink-grammar.so.5.4.4-ver -o .libs/liblink-grammar.so.5.4.4 libtool: link: (cd ".libs" && rm -f "liblink-grammar.so.5" && ln -s "liblink-grammar.so.5.4.4" "liblink-grammar.so.5") libtool: link: (cd ".libs" && rm -f "liblink-grammar.so" && ln -s "liblink-grammar.so.5.4.4" "liblink-grammar.so") libtool: link: (cd .libs/liblink-grammar.lax/libsat-solver.a && ar x "/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-grammar/../link-grammar/sat-solver/.libs/libsat-solver.a") libtool: link: ar cru .libs/liblink-grammar.a api.o connectors.o dict-common/dict-common.o dict-common/dict-impl.o dict-common/dict-utils.o dict-common/file-utils.o dict-common/idiom.o dict-common/print-dict.o dict-common/regex-morph.o dict-file/dictionary.o dict-file/read-dict.o dict-file/read-regex.o dict-file/word-file.o dict-sql/read-sql.o disjunct-utils.o error.o linkage/analyze-linkage.o linkage/freeli.o linkage/linkage.o linkage/lisjuncts.o linkage/sane.o linkage/score.o memory-pool.o parse/count.o parse/extract-links.o parse/fast-match.o parse/histogram.o parse/parse.o parse/preparation.o parse/prune.o post-process/constituents.o post-process/post-process.o post-process/pp_knowledge.o post-process/pp_lexer.o post-process/pp_linkset.o prepare/build-disjuncts.o prepare/expand.o prepare/exprune.o print/print.o print/print-util.o print/wcwidth.o resources.o string-set.o tokenize/anysplit.o tokenize/spellcheck-aspell.o tokenize/spellcheck-hun.o tokenize/regex-tokenizer.o tokenize /tokenize.o tokenize/wg-display.o tokenize/wordgraph.o utilities.o .libs/liblink-grammar.lax/libsat-solver.a/fast-sprintf.o .libs/liblink-grammar.lax/libsat-solver.a/sat-encoder.o .libs/liblink-grammar.lax/libsat-solver.a/util.o .libs/liblink-grammar.lax/libsat-solver.a/variables.o .libs/liblink-grammar.lax/libsat-solver.a/word-tag.o libtool: link: ranlib .libs/liblink-grammar.a libtool: link: rm -fr .libs/liblink-grammar.lax libtool: link: ( cd ".libs" && rm -f "liblink-grammar.la" && ln -s "../liblink-grammar.la" "liblink-grammar.la" ) gmake[3]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-grammar' gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-grammar' Making all in bindings gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' Making all in ocaml gmake[3]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings/ocaml' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings/ocaml' gmake[3]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' Making all in link-parser gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-parser' depbase=`echo link-parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT link-parser.o -MD -MP -MF $depbase.Tpo -c -o link-parser.o link-parser.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo command-line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT command-line.o -MD -MP -MF $depbase.Tpo -c -o command-line.o command-line.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo lg_readline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT lg_readline.o -MD -MP -MF $depbase.Tpo -c -o lg_readline.o lg_readline.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo parser-utilities.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parser-utilities.o -MD -MP -MF $depbase.Tpo -c -o parser-utilities.o parser-utilities.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -fno-strict-aliasing -fstack-protector-strong -o link-parser link-parser.o command-line.o lg_readline.o parser-utilities.o ../link-grammar/liblink-grammar.la -L/usr/local/lib -ledit -L/usr/local/lib -lsqlite3 -L/usr/local/lib libtool: link: cc -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -fno-strict-aliasing -fstack-protector-strong -o .libs/link-parser link-parser.o command-line.o lg_readline.o parser-utilities.o ../link-grammar/.libs/liblink-grammar.so -L/usr/local/lib /usr/local/lib/libhunspell-1.7.so -ledit -lsqlite3 -lminisat -lm -Wl,-rpath -Wl,/usr/local/lib ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::__vector_base_common::__throw_length_error() const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::__basic_string_common::__throw_length_error() const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::locale::use_facet(std::__1::locale::id&) const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ios_base::getloc() const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::logic_error::logic_error(char const*) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::length_error::~length_error() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_string, std::__1::allocator >::basic_string(std::__1::basic_string, std::__1::allocator > const&) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_string, std::__1::allocator >::~basic_string() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::put(char) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::flush() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::sentry::sentry(std::__1::basic_ostream >&) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::sentry::~sentry() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::operator<<(int) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::cerr ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::cout ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ctype::id ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to void std::__1::__sort&, int*>(int*, int*, std::__1::__less&) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::locale::~locale() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ios_base::__set_badbit_and_consider_rethrow() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ios_base::clear(unsigned int) ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [Makefile:476: link-parser] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-parser' gmake[1]: *** [Makefile:534: all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4' *** Error code 1 Stop. make: stopped in /usr/ports/textproc/link-grammar From owner-freebsd-gnome@freebsd.org Thu May 16 19:09:03 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02ED915A4E8B for ; Thu, 16 May 2019 19:09:03 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0681A70BAE for ; Thu, 16 May 2019 19:09:02 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id BAC9715A4E85; Thu, 16 May 2019 19:09:01 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0087E15A4E83; Thu, 16 May 2019 19:09:01 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A662770BAC; Thu, 16 May 2019 19:09:00 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy12.nyi.freebsd.org (beefy12.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ef]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FA6425104; Thu, 16 May 2019 19:09:00 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy12.nyi.freebsd.org (localhost [127.0.0.1]) by beefy12.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4GJ900k043338; Thu, 16 May 2019 19:09:00 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy12.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x4GJ90CO043333; Thu, 16 May 2019 19:09:00 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 16 May 2019 19:09:00 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201905161909.x4GJ90CO043333@beefy12.nyi.freebsd.org> To: gnome@FreeBSD.org Subject: [package - head-amd64-default][textproc/link-grammar] Failed for link-grammar-5.4.4_3 in build Cc: pkg-fallout@FreeBSD.org X-Rspamd-Queue-Id: A662770BAC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.992,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2019 19:09:03 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: gnome@FreeBSD.org Last committer: jbeich@FreeBSD.org Ident: $FreeBSD: head/textproc/link-grammar/Makefile 490671 2019-01-18 21:14:41Z jbeich $ Log URL: http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501607_s347555/logs/link-grammar-5.4.4_3.log Build URL: http://beefy12.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p501607_s347555 Log: =>> Building textproc/link-grammar build started at Thu May 16 19:06:24 UTC 2019 port directory: /usr/ports/textproc/link-grammar package name: link-grammar-5.4.4_3 building for: FreeBSD head-amd64-default-job-20 13.0-CURRENT FreeBSD 13.0-CURRENT 1300025 amd64 maintained by: gnome@FreeBSD.org Makefile ident: $FreeBSD: head/textproc/link-grammar/Makefile 490671 2019-01-18 21:14:41Z jbeich $ Poudriere version: 3.2.8-4-g701d8fe1 Host OSVERSION: 1300018 Jail OSVERSION: 1300025 Job Id: 20 !!! Jail is newer than host. (Jail: 1300025, Host: 1300018) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh OSVERSION=1300025 UNAME_v=FreeBSD 13.0-CURRENT 1300025 UNAME_r=13.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-4-g701d8fe1 MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for link-grammar-5.4.4_3: DOCS=on: Build and/or install documentation EDITLINE=on: Command line editing JAVA=off: Java platform support PERL=off: Perl scripting language support PYTHON=off: Python bindings or support SAT_SOLVER=on: Use boolean SAT parser TOKENIZER=off: Use the regex word splitter (a demo) ====> Options available for the multi SPELL: you have to choose at least one of them ASPELL=off: Spell checking support via GNU Aspell HUNSPELL=on: Spell checking support via Hunspell ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- gnome@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --disable-aspell --enable-editline --enable-hunspell --disable-java-bindings --disable-perl-bindings --disable-python-bindings --enable-sat-solver --disable-regex-tokenizer --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work HOME=/wrkdirs/usr/ports/textproc/link-grammar/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/link-grammar/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/textproc/link-grammar/work HOME=/wrkdirs/usr/ports/textproc/link-grammar/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/textproc/link-grammar/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -fstack-protector-strong " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_D ATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- VERSION=5.4.4 PORTDOCS="" ASPELL="@comment " NO_ASPELL="" DOCS="" NO_DOCS="@comment " EDITLINE="" NO_EDITLINE="@comment " HUNSPELL="" NO_HUNSPELL="@comment " JAVA="@comment " NO_JAVA="" PERL="@comment " NO_PERL="" PYTHON="@comment " NO_PYTHON="" SAT_SOLVER="" NO_SAT_SOLVER="@comment " TOKENIZER="@comment " NO_TOKENIZER="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/link-grammar" EXAMPLESDIR="share/examples/link-grammar" DATADIR="share/link-grammar" WWWDIR="www/link-grammar" ETCDIR="etc/link-grammar" --End PLIST_SUB-- --SUB_LIST-- ASPELL="@comment " NO_ASPELL="" DOCS="" NO_DOCS="@comment " EDITLINE="" NO_EDITLINE="@comment " HUNSPELL="" NO_HUNSPELL="@comment " JAVA="@comment " NO_JAVA="" PERL="@comment " NO_PERL="" PYTHON="@comment " NO_PYTHON="" SAT_SOLVER="" NO_SAT_SOLVER="@comment " TOKENIZER="@comment " NO_TOKENIZER="" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/link-grammar DOCSDIR=/usr/local/share/doc/link-grammar EXAMPLESDIR=/usr/local/share/examples/link-grammar WWWDIR=/usr/local/www/link-grammar ETCDIR=/usr/local/etc/link-grammar --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (tags/RELEASE_800/final 356365) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300025 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===> License GPLv2 accepted by the user =========================================================================== =================================================== ===> link-grammar-5.4.4_3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz [head-amd64-default-job-20] Installing pkg-1.10.5_5... [head-amd64-default-job-20] Extracting pkg-1.10.5_5: .......... done ===> link-grammar-5.4.4_3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of link-grammar-5.4.4_3 =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by link-grammar-5.4.4_3 for building =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by link-grammar-5.4.4_3 for building => SHA256 Checksum OK for link-grammar-5.4.4.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by link-grammar-5.4.4_3 for building ===> Extracting for link-grammar-5.4.4_3 mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/preparation.lo -MD -MP -MF parse/.deps/preparation.Tpo -c parse/preparation.c -fPIC -DPIC -o parse/.libs/preparation.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/preparation.lo -MD -MP -MF parse/.deps/preparation.Tpo -c parse/preparation.c -o parse/preparation.o >/dev/null 2>&1 depbase=`echo parse/prune.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/prune.lo -MD -MP -MF $depbase.Tpo -c -o parse/prune.lo parse/prune.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/prune.lo -MD -MP -MF parse/.deps/prune.Tpo -c parse/prune.c -fPIC -DPIC -o parse/.libs/prune.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parse/prune.lo -MD -MP -MF parse/.deps/prune.Tpo -c parse/prune.c -o parse/prune.o >/dev/null 2>&1 depbase=`echo post-process/constituents.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/constituents.lo -MD -MP -MF $depbase.Tpo -c -o post-process/constituents.lo post-process/constituents.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/constituents.lo -MD -MP -MF post-process/.deps/constituents.Tpo -c post-process/constituents.c -fPIC -DPIC -o post-process/.libs/constituents.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/constituents.lo -MD -MP -MF post-process/.deps/constituents.Tpo -c post-process/constituents.c -o post-process/constituents.o >/dev/null 2>&1 depbase=`echo post-process/post-process.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/post-process.lo -MD -MP -MF $depbase.Tpo -c -o post-process/post-process.lo post-process/post-process.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/post-process.lo -MD -MP -MF post-process/.deps/post-process.Tpo -c post-process/post-process.c -fPIC -DPIC -o post-process/.libs/post-process.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/post-process.lo -MD -MP -MF post-process/.deps/post-process.Tpo -c post-process/post-process.c -o post-process/post-process.o >/dev/null 2>&1 depbase=`echo post-process/pp_knowledge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_knowledge.lo -MD -MP -MF $depbase.Tpo -c -o post-process/pp_knowledge.lo post-process/pp_knowledge.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_knowledge.lo -MD -MP -MF post-process/.deps/pp_knowledge.Tpo -c post-process/pp_knowledge.c -fPIC -DPIC -o post-process/.libs/pp_knowledge.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_knowledge.lo -MD -MP -MF post-process/.deps/pp_knowledge.Tpo -c post-process/pp_knowledge.c -o post-process/pp_knowledge.o >/dev/null 2>&1 depbase=`echo post-process/pp_lexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I../link-grammar/post-process -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_lexer.lo -MD -MP -MF $depbase.Tpo -c -o post-process/pp_lexer.lo post-process/pp_lexer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I../link-grammar/post-process -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_lexer.lo -MD -MP -MF post-process/.deps/pp_lexer.Tpo -c post-process/pp_lexer.c -fPIC -DPIC -o post-process/.libs/pp_lexer.o ./../link-grammar/post-process/pp_lexer.c:1080:3: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare] YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./../link-grammar/post-process/pp_lexer.c:630:18: note: expanded from macro 'YY_INPUT' for ( n = 0; n < max_size && \ ~ ^ ~~~~~~~~ 1 warning generated. libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I../link-grammar/post-process -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_lexer.lo -MD -MP -MF post-process/.deps/pp_lexer.Tpo -c post-process/pp_lexer.c -o post-process/pp_lexer.o >/dev/null 2>&1 depbase=`echo post-process/pp_linkset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_linkset.lo -MD -MP -MF $depbase.Tpo -c -o post-process/pp_linkset.lo post-process/pp_linkset.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_linkset.lo -MD -MP -MF post-process/.deps/pp_linkset.Tpo -c post-process/pp_linkset.c -fPIC -DPIC -o post-process/.libs/pp_linkset.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT post-process/pp_linkset.lo -MD -MP -MF post-process/.deps/pp_linkset.Tpo -c post-process/pp_linkset.c -o post-process/pp_linkset.o >/dev/null 2>&1 depbase=`echo prepare/build-disjuncts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/build-disjuncts.lo -MD -MP -MF $depbase.Tpo -c -o prepare/build-disjuncts.lo prepare/build-disjuncts.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/build-disjuncts.lo -MD -MP -MF prepare/.deps/build-disjuncts.Tpo -c prepare/build-disjuncts.c -fPIC -DPIC -o prepare/.libs/build-disjuncts.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/build-disjuncts.lo -MD -MP -MF prepare/.deps/build-disjuncts.Tpo -c prepare/build-disjuncts.c -o prepare/build-disjuncts.o >/dev/null 2>&1 depbase=`echo prepare/expand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/expand.lo -MD -MP -MF $depbase.Tpo -c -o prepare/expand.lo prepare/expand.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/expand.lo -MD -MP -MF prepare/.deps/expand.Tpo -c prepare/expand.c -fPIC -DPIC -o prepare/.libs/expand.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/expand.lo -MD -MP -MF prepare/.deps/expand.Tpo -c prepare/expand.c -o prepare/expand.o >/dev/null 2>&1 depbase=`echo prepare/exprune.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/exprune.lo -MD -MP -MF $depbase.Tpo -c -o prepare/exprune.lo prepare/exprune.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/exprune.lo -MD -MP -MF prepare/.deps/exprune.Tpo -c prepare/exprune.c -fPIC -DPIC -o prepare/.libs/exprune.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT prepare/exprune.lo -MD -MP -MF prepare/.deps/exprune.Tpo -c prepare/exprune.c -o prepare/exprune.o >/dev/null 2>&1 depbase=`echo print/print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print.lo -MD -MP -MF $depbase.Tpo -c -o print/print.lo print/print.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print.lo -MD -MP -MF print/.deps/print.Tpo -c print/print.c -fPIC -DPIC -o print/.libs/print.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print.lo -MD -MP -MF print/.deps/print.Tpo -c print/print.c -o print/print.o >/dev/null 2>&1 depbase=`echo print/print-util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print-util.lo -MD -MP -MF $depbase.Tpo -c -o print/print-util.lo print/print-util.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print-util.lo -MD -MP -MF print/.deps/print-util.Tpo -c print/print-util.c -fPIC -DPIC -o print/.libs/print-util.o print/print-util.c:187:3: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] strerror_r(errno, temp_buffer+sizeof(msg)-1, TMPLEN-sizeof(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./utilities.h:67:54: note: expanded from macro 'strerror_r' #define strerror_r(errno, buf, len) abs((strcpy(buf, strerror_r (errno, buf, len)), 0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/string.h:84:56: note: passing argument to parameter here char *strcpy(char * __restrict, const char * __restrict); ^ 1 warning generated. libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/print-util.lo -MD -MP -MF print/.deps/print-util.Tpo -c print/print-util.c -o print/print-util.o >/dev/null 2>&1 depbase=`echo print/wcwidth.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/wcwidth.lo -MD -MP -MF $depbase.Tpo -c -o print/wcwidth.lo print/wcwidth.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/wcwidth.lo -MD -MP -MF print/.deps/wcwidth.Tpo -c print/wcwidth.c -fPIC -DPIC -o print/.libs/wcwidth.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT print/wcwidth.lo -MD -MP -MF print/.deps/wcwidth.Tpo -c print/wcwidth.c -o print/wcwidth.o >/dev/null 2>&1 depbase=`echo resources.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT resources.lo -MD -MP -MF $depbase.Tpo -c -o resources.lo resources.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT resources.lo -MD -MP -MF .deps/resources.Tpo -c resources.c -fPIC -DPIC -o .libs/resources.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT resources.lo -MD -MP -MF .deps/resources.Tpo -c resources.c -o resources.o >/dev/null 2>&1 depbase=`echo string-set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT string-set.lo -MD -MP -MF $depbase.Tpo -c -o string-set.lo string-set.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT string-set.lo -MD -MP -MF .deps/string-set.Tpo -c string-set.c -fPIC -DPIC -o .libs/string-set.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT string-set.lo -MD -MP -MF .deps/string-set.Tpo -c string-set.c -o string-set.o >/dev/null 2>&1 depbase=`echo tokenize/anysplit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/anysplit.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/anysplit.lo tokenize/anysplit.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/anysplit.lo -MD -MP -MF tokenize/.deps/anysplit.Tpo -c tokenize/anysplit.c -fPIC -DPIC -o tokenize/.libs/anysplit.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/anysplit.lo -MD -MP -MF tokenize/.deps/anysplit.Tpo -c tokenize/anysplit.c -o tokenize/anysplit.o >/dev/null 2>&1 depbase=`echo tokenize/spellcheck-aspell.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-aspell.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/spellcheck-aspell.lo tokenize/spellcheck-aspell.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-aspell.lo -MD -MP -MF tokenize/.deps/spellcheck-aspell.Tpo -c tokenize/spellcheck-aspell.c -fPIC -DPIC -o tokenize/.libs/spellcheck-aspell.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-aspell.lo -MD -MP -MF tokenize/.deps/spellcheck-aspell.Tpo -c tokenize/spellcheck-aspell.c -o tokenize/spellcheck-aspell.o >/dev/null 2>&1 depbase=`echo tokenize/spellcheck-hun.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-hun.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/spellcheck-hun.lo tokenize/spellcheck-hun.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-hun.lo -MD -MP -MF tokenize/.deps/spellcheck-hun.Tpo -c tokenize/spellcheck-hun.c -fPIC -DPIC -o tokenize/.libs/spellcheck-hun.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/spellcheck-hun.lo -MD -MP -MF tokenize/.deps/spellcheck-hun.Tpo -c tokenize/spellcheck-hun.c -o tokenize/spellcheck-hun.o >/dev/null 2>&1 depbase=`echo tokenize/regex-tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/regex-tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/regex-tokenizer.lo tokenize/regex-tokenizer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/regex-tokenizer.lo -MD -MP -MF tokenize/.deps/regex-tokenizer.Tpo -c tokenize/regex-tokenizer.c -fPIC -DPIC -o tokenize/.libs/regex-tokenizer.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/regex-tokenizer.lo -MD -MP -MF tokenize/.deps/regex-tokenizer.Tpo -c tokenize/regex-tokenizer.c -o tokenize/regex-tokenizer.o >/dev/null 2>&1 depbase=`echo tokenize/tokenize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/tokenize.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/tokenize.lo tokenize/tokenize.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/tokenize.lo -MD -MP -MF tokenize/.deps/tokenize.Tpo -c tokenize/tokenize.c -fPIC -DPIC -o tokenize/.libs/tokenize.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/tokenize.lo -MD -MP -MF tokenize/.deps/tokenize.Tpo -c tokenize/tokenize.c -o tokenize/tokenize.o >/dev/null 2>&1 depbase=`echo tokenize/wg-display.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wg-display.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/wg-display.lo tokenize/wg-display.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wg-display.lo -MD -MP -MF tokenize/.deps/wg-display.Tpo -c tokenize/wg-display.c -fPIC -DPIC -o tokenize/.libs/wg-display.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wg-display.lo -MD -MP -MF tokenize/.deps/wg-display.Tpo -c tokenize/wg-display.c -o tokenize/wg-display.o >/dev/null 2>&1 depbase=`echo tokenize/wordgraph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wordgraph.lo -MD -MP -MF $depbase.Tpo -c -o tokenize/wordgraph.lo tokenize/wordgraph.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wordgraph.lo -MD -MP -MF tokenize/.deps/wordgraph.Tpo -c tokenize/wordgraph.c -fPIC -DPIC -o tokenize/.libs/wordgraph.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT tokenize/wordgraph.lo -MD -MP -MF tokenize/.deps/wordgraph.Tpo -c tokenize/wordgraph.c -o tokenize/wordgraph.o >/dev/null 2>&1 depbase=`echo utilities.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDIT LINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT utilities.lo -MD -MP -MF $depbase.Tpo -c -o utilities.lo utilities.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT utilities.lo -MD -MP -MF .deps/utilities.Tpo -c utilities.c -fPIC -DPIC -o .libs/utilities.o libtool: compile: cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" "-DPACKAGE_STRING=\"link-grammar 5.4.4\"" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -D VERSION=\"5.4.4\" -DDICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT utilities.lo -MD -MP -MF .deps/utilities.Tpo -c utilities.c -o utilities.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link cc -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -version-info 9:4:4 -export-dynamic -no-undefined -export-symbols ./link-grammar.def -fno-strict-aliasing -fstack-protector-strong -o liblink-grammar.la -rpath /usr/local/lib api.lo connectors.lo dict-common/dict-common.lo dict-common/dict-impl.lo dict-common/dict-utils.lo dict-common/file-utils.lo dict-common/idiom.lo dict-common/print-dict.lo dict-common/regex-morph.lo dict-file/dictionary.lo dict-file/read-dict.lo dict-file/read-regex.lo dict-file/word-file.lo dict-sql/read-sql.lo disjunct-utils.lo error.lo linkage/analyze-linkage.lo linkage/freeli.lo linkage/linkage.lo linkage/lisjuncts.lo linkage/sane.lo linkage/score.lo memory-pool.lo parse/count.lo parse/extract-links.lo parse/fast-match.lo parse/histogram.lo parse/parse.lo par se/preparation.lo parse/prune.lo post-process/constituents.lo post-process/post-process.lo post-process/pp_knowledge.lo post-process/pp_lexer.lo post-process/pp_linkset.lo prepare/build-disjuncts.lo prepare/expand.lo prepare/exprune.lo print/print.lo print/print-util.lo print/wcwidth.lo resources.lo string-set.lo tokenize/anysplit.lo tokenize/spellcheck-aspell.lo tokenize/spellcheck-hun.lo tokenize/regex-tokenizer.lo tokenize/tokenize.lo tokenize/wg-display.lo tokenize/wordgraph.lo utilities.lo -L/usr/local/lib -lhunspell-1.7 -L/usr/local/lib -lsqlite3 ../link-grammar/sat-solver/libsat-solver.la -lminisat -lm -L/usr/local/lib libtool: link: echo "{ global:" > .libs/liblink-grammar.so.5.4.4-ver libtool: link: sed -e "s|$|;|" < ./link-grammar.def >> .libs/liblink-grammar.so.5.4.4-ver libtool: link: echo "local: *; };" >> .libs/liblink-grammar.so.5.4.4-ver libtool: link: cc -shared -fPIC -DPIC .libs/api.o .libs/connectors.o dict-common/.libs/dict-common.o dict-common/.libs/dict-impl.o dict-common/.libs/dict-utils.o dict-common/.libs/file-utils.o dict-common/.libs/idiom.o dict-common/.libs/print-dict.o dict-common/.libs/regex-morph.o dict-file/.libs/dictionary.o dict-file/.libs/read-dict.o dict-file/.libs/read-regex.o dict-file/.libs/word-file.o dict-sql/.libs/read-sql.o .libs/disjunct-utils.o .libs/error.o linkage/.libs/analyze-linkage.o linkage/.libs/freeli.o linkage/.libs/linkage.o linkage/.libs/lisjuncts.o linkage/.libs/sane.o linkage/.libs/score.o .libs/memory-pool.o parse/.libs/count.o parse/.libs/extract-links.o parse/.libs/fast-match.o parse/.libs/histogram.o parse/.libs/parse.o parse/.libs/preparation.o parse/.libs/prune.o post-process/.libs/constituents.o post-process/.libs/post-process.o post-process/.libs/pp_knowledge.o post-process/.libs/pp_lexer.o post-process/.libs/pp_linkset.o prepare/.libs/build-disjuncts.o prepare/.l ibs/expand.o prepare/.libs/exprune.o print/.libs/print.o print/.libs/print-util.o print/.libs/wcwidth.o .libs/resources.o .libs/string-set.o tokenize/.libs/anysplit.o tokenize/.libs/spellcheck-aspell.o tokenize/.libs/spellcheck-hun.o tokenize/.libs/regex-tokenizer.o tokenize/.libs/tokenize.o tokenize/.libs/wg-display.o tokenize/.libs/wordgraph.o .libs/utilities.o -Wl,--whole-archive ../link-grammar/sat-solver/.libs/libsat-solver.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libhunspell-1.7.so -lsqlite3 -lminisat -lm -O2 -fstack-protector-strong -O3 -fstack-protector-strong -Wl,-soname -Wl,liblink-grammar.so.5 -Wl,-version-script -Wl,.libs/liblink-grammar.so.5.4.4-ver -o .libs/liblink-grammar.so.5.4.4 libtool: link: (cd ".libs" && rm -f "liblink-grammar.so.5" && ln -s "liblink-grammar.so.5.4.4" "liblink-grammar.so.5") libtool: link: (cd ".libs" && rm -f "liblink-grammar.so" && ln -s "liblink-grammar.so.5.4.4" "liblink-grammar.so") libtool: link: (cd .libs/liblink-grammar.lax/libsat-solver.a && ar x "/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-grammar/../link-grammar/sat-solver/.libs/libsat-solver.a") libtool: link: ar cru .libs/liblink-grammar.a api.o connectors.o dict-common/dict-common.o dict-common/dict-impl.o dict-common/dict-utils.o dict-common/file-utils.o dict-common/idiom.o dict-common/print-dict.o dict-common/regex-morph.o dict-file/dictionary.o dict-file/read-dict.o dict-file/read-regex.o dict-file/word-file.o dict-sql/read-sql.o disjunct-utils.o error.o linkage/analyze-linkage.o linkage/freeli.o linkage/linkage.o linkage/lisjuncts.o linkage/sane.o linkage/score.o memory-pool.o parse/count.o parse/extract-links.o parse/fast-match.o parse/histogram.o parse/parse.o parse/preparation.o parse/prune.o post-process/constituents.o post-process/post-process.o post-process/pp_knowledge.o post-process/pp_lexer.o post-process/pp_linkset.o prepare/build-disjuncts.o prepare/expand.o prepare/exprune.o print/print.o print/print-util.o print/wcwidth.o resources.o string-set.o tokenize/anysplit.o tokenize/spellcheck-aspell.o tokenize/spellcheck-hun.o tokenize/regex-tokenizer.o tokenize /tokenize.o tokenize/wg-display.o tokenize/wordgraph.o utilities.o .libs/liblink-grammar.lax/libsat-solver.a/fast-sprintf.o .libs/liblink-grammar.lax/libsat-solver.a/sat-encoder.o .libs/liblink-grammar.lax/libsat-solver.a/util.o .libs/liblink-grammar.lax/libsat-solver.a/variables.o .libs/liblink-grammar.lax/libsat-solver.a/word-tag.o libtool: link: ranlib .libs/liblink-grammar.a libtool: link: rm -fr .libs/liblink-grammar.lax libtool: link: ( cd ".libs" && rm -f "liblink-grammar.la" && ln -s "../liblink-grammar.la" "liblink-grammar.la" ) gmake[3]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-grammar' gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-grammar' Making all in bindings gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' Making all in ocaml gmake[3]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings/ocaml' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings/ocaml' gmake[3]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/bindings' Making all in link-parser gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-parser' depbase=`echo link-parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT link-parser.o -MD -MP -MF $depbase.Tpo -c -o link-parser.o link-parser.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo command-line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT command-line.o -MD -MP -MF $depbase.Tpo -c -o command-line.o command-line.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo lg_readline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT lg_readline.o -MD -MP -MF $depbase.Tpo -c -o lg_readline.o lg_readline.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo parser-utilities.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DPACKAGE_NAME=\"link-grammar\" -DPACKAGE_TARNAME=\"link-grammar\" -DPACKAGE_VERSION=\"5.4.4\" -DPACKAGE_STRING=\"link-grammar\ 5.4.4\" -DPACKAGE_BUGREPORT=\"link-grammar@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"link-grammar\" -DVERSION=\"5.4.4\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STRNDUP=1 -DHAVE_STRTOK_R=1 -DHAVE_ALIGNED_ALLOC=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_ALLOCA=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -DHAVE_LOCALE_T_IN_LOCALE_H=1 -DHAVE_STDATOMIC_H=1 -DTLS=_Thread_local -DHAVE_MKLIT=1 -DUSE_SAT_SOLVER=1 -DHAVE_SQLITE=1 -DHAVE_HUNSPELL=1 -DHUNSPELL_DICT_DIR=\"/usr/share/myspell/dicts\" -DHAVE_EDITLINE=1 -DHAVE_WIDECHAR_EDITLINE=1 -DHAVE_REGEXEC=1 -DVERSION=\"5.4.4\" -D DICTIONARY_DIR=\"/usr/local/share/link-grammar\" -I. -I.. -I.. -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing -Winit-self -Wshadow -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -I/usr/local/include/hunspell -I/usr/local/include -I/usr/local/include/editline -isystem /usr/local/include -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -MT parser-utilities.o -MD -MP -MF $depbase.Tpo -c -o parser-utilities.o parser-utilities.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -fno-strict-aliasing -fstack-protector-strong -o link-parser link-parser.o command-line.o lg_readline.o parser-utilities.o ../link-grammar/liblink-grammar.la -L/usr/local/lib -ledit -L/usr/local/lib -lsqlite3 -L/usr/local/lib libtool: link: cc -D_DEFAULT_SOURCE -std=c11 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -D_ISOC11_SOURCE -O2 -pipe -I/usr/local/include/minisat -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O3 -fno-strict-aliasing -fstack-protector-strong -o .libs/link-parser link-parser.o command-line.o lg_readline.o parser-utilities.o ../link-grammar/.libs/liblink-grammar.so -L/usr/local/lib /usr/local/lib/libhunspell-1.7.so -ledit -lsqlite3 -lminisat -lm -Wl,-rpath -Wl,/usr/local/lib ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::__vector_base_common::__throw_length_error() const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::__basic_string_common::__throw_length_error() const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::locale::use_facet(std::__1::locale::id&) const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ios_base::getloc() const ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::logic_error::logic_error(char const*) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::length_error::~length_error() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_string, std::__1::allocator >::basic_string(std::__1::basic_string, std::__1::allocator > const&) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_string, std::__1::allocator >::~basic_string() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::put(char) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::flush() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::sentry::sentry(std::__1::basic_ostream >&) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::sentry::~sentry() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::basic_ostream >::operator<<(int) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::cerr ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::cout ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ctype::id ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to void std::__1::__sort&, int*>(int*, int*, std::__1::__less&) ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::locale::~locale() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ios_base::__set_badbit_and_consider_rethrow() ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::ios_base::clear(unsigned int) ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [Makefile:476: link-parser] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4/link-parser' gmake[1]: *** [Makefile:534: all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/textproc/link-grammar/work/link-grammar-5.4.4' *** Error code 1 Stop. make: stopped in /usr/ports/textproc/link-grammar From owner-freebsd-gnome@freebsd.org Fri May 17 08:03:53 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD9AC158AE3D for ; Fri, 17 May 2019 08:03:53 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 68AD48F66E for ; Fri, 17 May 2019 08:03:53 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 29CDF158AE37; Fri, 17 May 2019 08:03:53 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18860158AE36 for ; Fri, 17 May 2019 08:03:53 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B02658F661 for ; Fri, 17 May 2019 08:03:52 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 8B2D7192FD for ; Fri, 17 May 2019 08:03:51 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id x4H83pJB093892 for ; Fri, 17 May 2019 08:03:51 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id x4H83pBn093889; Fri, 17 May 2019 08:03:51 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201905170803.x4H83pBn093889@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 17 May 2019 08:03:51 +0000 From: portscout@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2019 08:03:54 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/libsoup-reference | 2.54.1 | 2.66.2 ------------------------------------------------+-----------------+------------ security/seahorse | 3.20.0 | 3.32.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-gnome@freebsd.org Sat May 18 07:51:09 2019 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2314F15AB4F2 for ; Sat, 18 May 2019 07:51:09 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A8DBB6E1AA for ; Sat, 18 May 2019 07:51:08 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 69E4615AB4F1; Sat, 18 May 2019 07:51:08 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5787815AB4F0 for ; Sat, 18 May 2019 07:51:08 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E807F6E1A0 for ; Sat, 18 May 2019 07:51:07 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0AAAE613A for ; Sat, 18 May 2019 07:51:07 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id x4I7p6ex041449 for ; Sat, 18 May 2019 07:51:06 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id x4I7p6Ng041448; Sat, 18 May 2019 07:51:06 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201905180751.x4I7p6Ng041448@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 18 May 2019 07:51:06 +0000 From: portscout@FreeBSD.org To: gnome@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 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, 18 May 2019 07:51:09 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/gnome@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/dbus | 1.12.12 | 1.12.14 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks.