From owner-svn-ports-all@freebsd.org Sun Feb 21 00:31:57 2021 Return-Path: Delivered-To: svn-ports-all@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 3229B53DE51; Sun, 21 Feb 2021 00:31:57 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DjmTm5W10z3ByQ; Sun, 21 Feb 2021 00:31:56 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.229.168]) by shaw.ca with ESMTPA id DcfAlsnhYHmS3DcfCle7M9; Sat, 20 Feb 2021 17:31:54 -0700 X-Authority-Analysis: v=2.4 cv=MaypB7zf c=1 sm=1 tr=0 ts=6031a9fa a=7AlCcx2GqMg+lh9P3BclKA==:117 a=7AlCcx2GqMg+lh9P3BclKA==:17 a=xqWC_Br6kY4A:10 a=kj9zAlcOel0A:10 a=qa6Q16uM49sA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=Wl1Nio1ZF6lyKkuZrU8A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [IPv6:fc00:1:1:1::5b]) by spqr.komquats.com (Postfix) with ESMTPS id A109A159E; Sat, 20 Feb 2021 16:31:51 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.16.1/8.16.1) with ESMTP id 11L0Vp9F054473; Sat, 20 Feb 2021 16:31:51 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <202102210031.11L0Vp9F054473@slippy.cwsent.com> X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Chris Rees cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r566192 - head/x11/cde In-reply-to: <202102202137.11KLb2IN098276@repo.freebsd.org> References: <202102202137.11KLb2IN098276@repo.freebsd.org> Comments: In-reply-to Chris Rees message dated "Sat, 20 Feb 2021 21:37:02 +0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 20 Feb 2021 16:31:51 -0800 X-CMAE-Envelope: MS4xfA1FrxStQOxF1drGy6XpJJRUG9mgTnEZ3MOOKXjn+d758SOV0BUS2v+zniXCG0ij2zBE3rZKlYdI1eTMKt+bYplhz12clQC6s+/LkNvggarAfFF2o95n FZp8poBSQa9vUlgFq+d9renW7vUeDCsd74BttlFSRS0l5oIJq0OzWKZmBc5girbtjDTpMd/ws0NiclEYBksPxpIkJx4y4wafgw4yYH8lqJFJjKfifKqEIQiZ ER775iAvLtEh3ioatOYF5W6O+2d5oGYzpPeSsnQar1Sqc6SGP2EMFYfkmKac7COwz3H+WeJ3MHcO2OEoJslNtw== X-Rspamd-Queue-Id: 4DjmTm5W10z3ByQ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2021 00:31:57 -0000 In message <202102202137.11KLb2IN098276@repo.freebsd.org>, Chris Rees writes: > Author: crees > Date: Sat Feb 20 21:37:02 2021 > New Revision: 566192 > URL: https://svnweb.freebsd.org/changeset/ports/566192 > > Log: > x11/cde: Sadly, broken on all archs for head > > Modified: > head/x11/cde/Makefile (contents, props changed) > > Modified: head/x11/cde/Makefile > ============================================================================= > = > --- head/x11/cde/Makefile Sat Feb 20 21:09:01 2021 (r566191) > +++ head/x11/cde/Makefile Sat Feb 20 21:37:02 2021 (r566192) > @@ -12,7 +12,7 @@ LICENSE= LGPL21 > > BROKEN_mips64= fails to build: ./config/imake/imake: No such f > ile or directory > BROKEN_powerpc64= fails to build: ./config/imake/imake: No such file or d > irectory > -BROKEN_FreeBSD_14_i386= jams flex scanner > +BROKEN_FreeBSD_14= jams flex scanner I saw flex scanner failures in virtually all applications while testing c61fae1475f1864dc4bba667b642f279afd44855 without c31480a1f66537e59b02e935a54 7bcfc76715278 applied. The flex scanner failures caused boot failures on my test VM with 1 vCPU and 512 MB vRAM. I built this port yesterday on a very recent 14-CURRENT with both of the above revisions applied without any failures. It builds fine on 14-CURRENT on amd64 and i386. I wonder whether the users with the build failures had c61fae1475f1864dc4bba667b642f279afd44855 installed. However there is a different build failure while running the shipin ksh93 script to build shipout. That failure only occurs when building by hand, i.e. using make, but builds successfully when building through poudriere. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed of the few.