From owner-freebsd-office@freebsd.org Mon Feb 22 17:00:50 2021 Return-Path: Delivered-To: freebsd-office@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CEF005457C4 for ; Mon, 22 Feb 2021 17:00:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4DkpNL5K2cz3vyb for ; Mon, 22 Feb 2021 17:00:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B66655459D1; Mon, 22 Feb 2021 17:00:50 +0000 (UTC) Delivered-To: office@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B62B25457C3 for ; Mon, 22 Feb 2021 17:00:50 +0000 (UTC) (envelope-from bugzilla-noreply@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DkpNL4lMrz3w4F for ; Mon, 22 Feb 2021 17:00:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 962FA105D for ; Mon, 22 Feb 2021 17:00:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 11MH0o1v056822 for ; Mon, 22 Feb 2021 17:00:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 11MH0oxA056821 for office@FreeBSD.org; Mon, 22 Feb 2021 17:00:50 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: office@FreeBSD.org Subject: [Bug 253738] editors/libreoffice: fix build Date: Mon, 22 Feb 2021 17:00:50 +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 Some People X-Bugzilla-Who: mishin@mh.net.ru X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@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-office@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2021 17:00:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253738 --- Comment #4 from mishin@mh.net.ru --- (In reply to Li-Wen Hsu from comment #3) I meant "bison", of course, sorry. All ports updated through "portsnap fetch update" and "portmaster -a". I ha= ve force to reinstall all packets the bison port depended on from a "make configure" list. I deleted "/var/db/ports/editors_libreoffice/options" and run "portmaster libreoffice". # diff -u options.b options=20 --- options.b 2021-02-21 14:02:07.896668000 +0400 +++ options 2021-02-22 20:21:00.394208000 +0400 @@ -10,8 +10,8 @@ OPTIONS_FILE_UNSET+=3DJAVA OPTIONS_FILE_UNSET+=3DKF5 OPTIONS_FILE_SET+=3DMMEDIA -OPTIONS_FILE_SET+=3DPGSQL -OPTIONS_FILE_UNSET+=3DQT5 +OPTIONS_FILE_UNSET+=3DPGSQL +OPTIONS_FILE_SET+=3DQT5 OPTIONS_FILE_UNSET+=3DSDK OPTIONS_FILE_UNSET+=3DTEST OPTIONS_FILE_UNSET+=3DWEBDAV But the result is the same again (output with warning, the need to reset the terminal, and bison exited on signal 11). ...and all builds ok if I write =E2=80=98%define api.pure=E2=80=99 instead = of =E2=80=98%pure-parser=E2=80=99. --=20 You are receiving this mail because: You are the assignee for the bug.=