From owner-freebsd-ports@freebsd.org Mon Nov 30 06:31:23 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 50418470B50 for ; Mon, 30 Nov 2020 06:31:23 +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 4CkwNq1wBQz4dws; Mon, 30 Nov 2020 06:31:23 +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 B2CB32B3D8; Mon, 30 Nov 2020 06:31:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Date: Sun, 29 Nov 2020 22:31:20 -0800 (PST) From: Don Lewis Subject: Re: editors/openoffice-4 compile error To: George Mitchell cc: Kevin Oberman , FreeBSD Ports ML In-Reply-To: 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: Mon, 30 Nov 2020 06:31:23 -0000 On 29 Nov, George Mitchell wrote: > On 11/28/20 7:42 PM, Kevin Oberman wrote: >> Try building with MAKE_JOBS_UNSAFE and the actual problem will be at the >> end. Of course, it will take a lot longer to get to the error as you >> will only compile on a single processor thread. >> [...] > > https://m5p.com/public/george/single-thread-openoffice-typescript.xz > > Spoiler: the end of the script doesn't look substantially different from > any previous run. The message "Building module ucb" appears about 24% > of the way through, preceded and followed by many more "Building module" > messages, with no sign of any error having occurred. Am I running the > right version of java? Hmn, that still looks a lot like a multi-threaded build. If you still have the build tree around, try this: /usr/local/bin/bash cd /usr/ports/editors/openoffice-4/work/aoo-4.1.8/main source FreeBSDAMDEnv.Set.sh cd ucb build --from ucb It is safe to ignore the warning about the unclean build tree. This should be pretty quick. > openjdk version "1.8.0_275-internal" > OpenJDK Runtime Environment (build 1.8.0_275-internal-b01) > OpenJDK 64-Bit Server VM (build 25.275-b01, mixed mode) That sounds right. > This seems to be in accord with the JAVA_DEFAULT?=8 in > bsd.default-versions.mk. I'm asking because the few actual error > messages I see anywhere in the build log seem to be javadoc > incompatibilities such as: > > Constructing Javadoc information... > /usr/ports/editors/openoffice-4/work/aoo-4.1.8/main/xmerge/source/bridge/java/XMergeBridge.java:95: > error: unknown tag: implements > * @implements XTypeProvider > ^ > Standard Doclet version 1.8.0_275-internal Yeah, for some reason it want to build a bunch of unnecessary Javadoc stuff, but the errors get ignored. > Further suggestions appreciated ... -- George >