Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2020 22:31:20 -0800 (PST)
From:      Don Lewis <truckman@FreeBSD.org>
To:        George Mitchell <george+freebsd@m5p.com>
Cc:        Kevin Oberman <rkoberman@gmail.com>,  FreeBSD Ports ML <freebsd-ports@freebsd.org>
Subject:   Re: editors/openoffice-4 compile error
Message-ID:  <tkrat.31422b34385e3deb@FreeBSD.org>
In-Reply-To: <a853e19a-d8cb-83f7-792c-d125a0fb7a30@m5p.com>
References:  <d0675f8a-b48c-814f-2889-f69ec02eb271@m5p.com> <tkrat.7bf43cbdb1918634@FreeBSD.org> <368d87df-2ec1-55ff-bfd4-21a95b3d1f54@m5p.com> <tkrat.4b387c1177e4ce8b@FreeBSD.org> <e3760061-54e0-cc5d-db1c-71a19b63220f@m5p.com> <CAN6yY1uHXedn=MVyCBhTbLUE26jdQN%2B2%2BdfK==qxo5hEzNmJAw@mail.gmail.com> <a853e19a-d8cb-83f7-792c-d125a0fb7a30@m5p.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> 





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?tkrat.31422b34385e3deb>