openjdk11 configue fail

2020-11-28 Thread Andy Farkas


Trying to build openjdk11 fails for me during config:


...

checking for version string... 11.0.9+11-1
configure: Found potential Boot JDK using configure arguments
configure: Potential Boot JDK found at /usr/local/bootstrap-openjdk11 is 
incorrect JDK version (); ignoring

configure: (Your Boot JDK version must be one of: 10 11)
configure: error: The path given by --with-boot-jdk does not contain a 
valid Boot JDK

configure exiting with result code 1
===>  Script "configure" failed unexpectedly.
Please report the problem to j...@freebsd.org [maintainer] and attach the
...


I have installed bootstrap-openjdk11:


bootstrap-openjdk11-11.0.5.10.1    =   up-to-date with index


I am running FreeBSD 12.2-STABLE #0 r367655 and have checked out latest 
ports tree.



Any ideas?


-andyf


ps. I am not subscribed to -java mail list


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: editors/openoffice-4 compile error

2020-11-28 Thread George Mitchell

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.

[...]Trying this now; expecting results tomorrow morning.  -- George

(Resending because of wrong From: address.)



OpenPGP_signature
Description: OpenPGP digital signature


Re: editors/openoffice-4 compile error

2020-11-28 Thread Don Lewis
On 28 Nov, 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.

Probably not as much longer as you might expect in this case.  With
parallel builds, the openoffice build system will still build all
modules that are not dependent on the failing one.  There are some large
modules built towards the end that take a long time to build.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: editors/openoffice-4 compile error

2020-11-28 Thread Kevin Oberman
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.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683


On Sat, Nov 28, 2020 at 4:29 PM George Mitchell 
wrote:

> On 11/28/20 7:19 PM, Don Lewis wrote:
> > [...]
> > 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?
> > [...]
>
> Three times so far.-- George
>
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: editors/openoffice-4 compile error

2020-11-28 Thread George Mitchell

On 11/28/20 7:19 PM, Don Lewis wrote:

[...]
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?
[...]


Three times so far.-- George



OpenPGP_signature
Description: OpenPGP digital signature


Re: editors/openoffice-4 compile error

2020-11-28 Thread Don Lewis
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?

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: editors/openoffice-4 compile error

2020-11-28 Thread George Mitchell

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



OpenPGP_signature
Description: OpenPGP digital signature


Re: Could a comitter take a look

2020-11-28 Thread Rainer Hurling
Am 28.11.20 um 04:18 schrieb Nuno Teixeira:
> Hello,
> 
> Could a commiter take a look at:
> 
> - new ports: 251064
>  251309

Hi Nuno,

For PR 251064 (textproc/cast2gif) I showed in comment #7, that there is
a problem building your port. This has to be solved by someone (probably
you?) before a commit.

Regards,
Rainer


> 
> 
> - adoption/takeover: 251072
>  251397
> 
> 
> Thanks,
> 
> Nuno Teixeira

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"