Guten Tag Robert Middleton,
am Mittwoch, 15. Juli 2020 um 23:44 schrieben Sie:

> No, I used the release_prepare.sh to generate it, since it's my
> understanding that is the script that should do that.

It is, that means the site is not part of the release anymore after
removing the ANT-parts and introducing CMAKE. Not sure if that makes
sense, but could easily live with that.

Am I correct that you are using JDK 11 already? Because I'm running
into problems when executing Maven in my UB 16.04 with JDK 8 setup a
while ago.

> I'm not sure if the autotools still work at this point; I haven't
> tested with them in a while.

I just did and they compiled the project fine, the only test failing
is most likely related to my setup:

> log4cxx: Cannot get information about host: unknown.invalid
> log4cxx: Could not find unknown.invalid. All logging will FAIL.
> log4cxx: Cannot get information about host: unknown.invalid

I have a proper name in /etc/hostname, so does anyone have an idea?

>         apr_sockaddr_t* address = 0;
>         apr_status_t status =
>                 apr_sockaddr_info_get(&address, encodedHost.c_str(),
>                         APR_INET, 0, 0, addrPool.getAPRPool());
>
>         if (status != APR_SUCCESS)
>         {
>                 LogString msg(LOG4CXX_STR("Cannot get information about host: 
> "));
>                 msg.append(host);
>                 LogLog::error(msg);
>                 throw UnknownHostException(msg);
>         }

> ping ub-16-04-lts-server-x64
> PING ub-16-04-lts-server-x64 (127.0.1.1) 56(84) bytes of data.
> 64 bytes from ub-16-04-lts-server-x64 (127.0.1.1): icmp_seq=1 ttl=64 
> time=0.017 ms

> ping 0.0.0.0
> PING 0.0.0.0 (127.0.0.1) 56(84) bytes of data.
> 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.017 ms

> ping unknown.invalid
> ping: unknown host unknown.invalid

Not sure when I executed tests the last time, might be with UB 14.04.

> I guess that's one way of thinking about it.  However, if you do that
> it seems like you should always run all tests, while (for example) the
> NT Event Logger appender test is only run on Windows; this would
> always fail on Linux/OSX.

Running only those tests which are designed for some platform at all
and most likely to succeed with somewhat easy setup does read like a
good compromise to me. SED and Co. are really easy to provide on
Windows, for many users of GIT or WSL already available.

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail: thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/

Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow

Reply via email to