From owner-freebsd-ports@freebsd.org Sun Nov 29 00:19:16 2020 Return-Path: Delivered-To: freebsd-ports@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 A543746F9AE for ; Sun, 29 Nov 2020 00:19:16 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck89w4HMPz3C0M; Sun, 29 Nov 2020 00:19:16 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (unknown [76.212.85.177]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: truckman) by smtp.freebsd.org (Postfix) with ESMTPSA id 21BD7D0A0; Sun, 29 Nov 2020 00:19:16 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Date: Sat, 28 Nov 2020 16:19:14 -0800 (PST) From: Don Lewis Subject: Re: editors/openoffice-4 compile error To: George Mitchell cc: freebsd ports In-Reply-To: <368d87df-2ec1-55ff-bfd4-21a95b3d1f54@m5p.com> Message-ID: References: <368d87df-2ec1-55ff-bfd4-21a95b3d1f54@m5p.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2020 00:19:16 -0000 On 28 Nov, George Mitchell wrote: > On 11/27/20 8:29 PM, Don Lewis wrote: >> [...] >> What FreeBSD version and architecture? What ports tree revision? >> Anything unusual in make.conf or non-default option settings? >> >> The package builders are not seeing this, and I'm not seeing this on my >> 11.4-STABLE and fairly recent 13-CURRENT builds on amd64 or i386. >> >> The actual error is much earlier. I think the "error 65280" comes from >> the perl wrapper script that builds the individual modules. As a first >> cut, try searching the log for the string "error: ". >> [...] > > FreeBSD 12.1-RELEASE-p10, amd64, perl5.30. Ports at 556447. The build > log is at https://m5p.com/public/george/openoffice-typescript.xz > The build for aoo-4.1.8/main/ucb/source/ucp/ftp, starting at line 85945, > contains a whole slew of "infinite recursion" warnings and "&& with > constant operand" warnings, but I couldn't find an actual error to save > my life (though to my eye those warnings look like actual bugs). > -- George Hmn ... The "infinite recursion" warnings have been around for a while. They don't seem to break the build, but have been fixed upstream for 4.2.0 whenever that gets released. I hadn't seen the "&& with constant operand" warning before. It looks like a real bug, but it is also just a warning and doesn't break the build. I also don't see anything obvious in the logs. Is this repeatable?