You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by William A Rowe Jr <wr...@rowe-clan.net> on 2019/04/01 18:01:55 UTC

[vote] Release apr-1.7.0 ?

Candidate tarballs are at the usual location;
https://apr.apache.org/dev/dist/

For the release of apr-1.7.0
  [  ]  +1 looks great!
  [  ]  -1 something is broken

This vote will conclude April 4th 2pm EDT, for potential
announcement Friday.

I could use a hand from Netware folk to explain the potential for
binary breakage in os locks to end users for our Announcement,
not that this ever really worked in the first place AIUI.

Re: [vote] Release apr-1.7.0 ?

Posted by Rainer Jung <ra...@kippdata.de>.
Am 01.04.2019 um 20:01 schrieb William A Rowe Jr:
> Candidate tarballs are at the usual location;
> https://apr.apache.org/dev/dist/
> 
> For the release of apr-1.7.0
>    [X]   +1 looks great!
>    [  ]  -1 something is broken
> 
> This vote will conclude April 4th 2pm EDT, for potential
> announcement Friday.

+1 for releasse.

Detailed APR test results:

- files signed, checksums correct

- svn compared with gz, bz2 and zip only minor differences
   (libtool m4 files in gz and bz2, which seem to not get
    cleaned up by buildconf)

- I built and made check on the following platforms:
   - Solaris 10 Sparc, gcc 8.2.0
   - SuSE Linux Enterprise 11 and 12 64 Bit
   - RedHat Enterprise Linux 6 and 7 64 Bit

- config.guess timestamp='2019-01-01',
   pretty much up-to-date

- config.sub timestamp='2019-01-01'
   pretty much up-to-date

- all builds succeeded

- all "make check" ran fine, except for
   - binding to ::1 on Solaris with only IPv4 active,
     not a regression:
       testsockets: Line 131: Could not bind socket (126):
       Cannot assign requested address
       Line 189: Condition is false, but expected true
       FAILED 1 of 7

- Some warnings during "make check":

   - Solaris 10 (not a regression)
       testsock: Line 433: Cannot test if connect completes synchronously
       SUCCESS

   - Solaris 10, OK doesn't know how to cork
       testsockopt: Line 84: TCP isn't corkable
       SUCCESS

   - Linux only 64 Bits: OK, no LFS needed on 64 Bit OS
       testlfs: Line 349: LFS support a no-op in 64-bit builds
       SUCCESS

I have not done any tests with the apr-util "make check" or the httpd 
test suite.

Thanks and regards,

Rainer

Re: [vote] Release apr-1.7.0 ?

Posted by Yann Ylavic <yl...@gmail.com>.
On Wed, Apr 3, 2019 at 2:30 PM Steffen <in...@apachelounge.com> wrote:
>
> Warnings :

Thanks Steffen, better with the attached patch applied?

Re: [vote] Release apr-1.7.0 ?

Posted by Steffen <in...@apachelounge.com>.
Warnings :

Windows 32:

atomic64 and encode ones are NEW

\apr\atomic\win32\apr_atomic64.c(26): warning C4133: 'function': 
incompatible types - from 'long *' to 'volatile LONGLONG *'
\apr\atomic\win32\apr_atomic64.c(40): warning C4133: 'function': 
incompatible types - from 'long *' to 'volatile LONGLONG *'
\apr\atomic\win32\apr_atomic64.c(50): warning C4133: 'function': 
incompatible types - from 'long *' to 'volatile LONGLONG *'
\apr\atomic\win32\apr_atomic64.c(59): warning C4133: 'function': 
incompatible types - from 'long *' to 'volatile LONGLONG *'
\apr\atomic\win32\apr_atomic64.c(59): warning C4244: 'return': 
conversion from 'LONGLONG' to 'int', possible loss of data
\apr\atomic\win32\apr_atomic64.c(68): warning C4133: 'function': 
incompatible types - from 'long *' to 'volatile LONGLONG *'
\apr\atomic\win32\apr_atomic64.c(83): warning C4133: 'function': 
incompatible types - from 'long *' to 'volatile LONG64 *'
\apr\atomic\win32\apr_atomic64.c(92): warning C4133: 'function': 
incompatible types - from 'long *' to 'volatile LONGLONG *'
\apr\encoding\apr_encode.c(1082): warning C4018: '<': signed/unsigned 
mismatch
\apr\encoding\apr_encode.c(1135): warning C4018: '<': signed/unsigned 
mismatch
\apr\file_io\win32\seek.c(173): warning C4244: '=': conversion from 
'apr_off_t' to 'apr_size_t', possible loss of data

Windows 64:

atomic64 and encode ones are NEW

\apr\atomic\win32\apr_atomic64.c(57): warning C4244: 'return': 
conversion from 'LONG64' to 'int', possible loss of data
\apr\encoding\apr_encode.c(1082): warning C4018: '<': signed/unsigned 
mismatch
\apr\encoding\apr_encode.c(1135): warning C4018: '<': signed/unsigned 
mismatch
\apr\memory\unix\apr_pools.c(422): warning C4267: '=': conversion from 
'size_t' to 'apr_uint32_t', possible loss of data
\apr\memory\unix\apr_pools.c(873): warning C4267: '=': conversion from 
'size_t' to 'apr_uint32_t', possible loss of data
\apr\memory\unix\apr_pools.c(1289): warning C4267: '=': conversion from 
'size_t' to 'apr_uint32_t', possible loss of data
\apr\memory\unix\apr_pools.c(1445): warning C4267: '=': conversion from 
'size_t' to 'apr_uint32_t', possible loss of data


On 1-4-2019 20:01, William A Rowe Jr wrote:
> Candidate tarballs are at the usual location;
> https://apr.apache.org/dev/dist/
>
> For the release of apr-1.7.0
>   [  ]  +1 looks great!
>   [  ]  -1 something is broken
>
> This vote will conclude April 4th 2pm EDT, for potential
> announcement Friday.
>
> I could use a hand from Netware folk to explain the potential for
> binary breakage in os locks to end users for our Announcement,
> not that this ever really worked in the first place AIUI.


Re: [vote] Release apr-1.7.0 ?

Posted by Jim Jagielski <ji...@jaguNET.com>.

> On Apr 1, 2019, at 2:01 PM, William A Rowe Jr <wr...@rowe-clan.net> wrote:
> 
> Candidate tarballs are at the usual location;
> https://apr.apache.org/dev/dist/
> 
> For the release of apr-1.7.0
>   [  ]  +1 looks great!

+1 for release: macOS 10.14.4, Xcode 10.2.

Thx for RMing!

Full output of 'make check' below:

APR Lock Performance Test
==============

apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (UNNESTED)          OK
    Starting 1 threads    OK
microseconds: 18723 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (NESTED)            OK
    Starting 1 threads    OK
microseconds: 37087 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (TIMED)             OK
    Starting 1 threads    OK
microseconds: 37140 usec
apr_thread_rwlock_t Tests
    Initializing the apr_thread_rwlock_t                    OK
    Starting 1 threads    OK
microseconds: 22425 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (UNNESTED)          OK
    Starting 2 threads    OK
microseconds: 93449 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (NESTED)            OK
    Starting 2 threads    OK
microseconds: 183005 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (TIMED)             OK
    Starting 2 threads    OK
microseconds: 267085 usec
apr_thread_rwlock_t Tests
    Initializing the apr_thread_rwlock_t                    OK
    Starting 2 threads    OK
microseconds: 8582728 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (UNNESTED)          OK
    Starting 3 threads    OK
microseconds: 139936 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (NESTED)            OK
    Starting 3 threads    OK
microseconds: 284701 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (TIMED)             OK
    Starting 3 threads    OK
microseconds: 1139532 usec
apr_thread_rwlock_t Tests
    Initializing the apr_thread_rwlock_t                    OK
    Starting 3 threads    OK
microseconds: 13329051 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (UNNESTED)          OK
    Starting 4 threads    OK
microseconds: 205781 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (NESTED)            OK
    Starting 4 threads    OK
microseconds: 366145 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (TIMED)             OK
    Starting 4 threads    OK
microseconds: 2440897 usec
apr_thread_rwlock_t Tests
    Initializing the apr_thread_rwlock_t                    OK
    Starting 4 threads    OK
microseconds: 18071848 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (UNNESTED)          OK
    Starting 5 threads    OK
microseconds: 265907 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (NESTED)            OK
    Starting 5 threads    OK
microseconds: 592936 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (TIMED)             OK
    Starting 5 threads    OK
microseconds: 16681515 usec
apr_thread_rwlock_t Tests
    Initializing the apr_thread_rwlock_t                    OK
    Starting 5 threads    OK
microseconds: 23374907 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (UNNESTED)          OK
    Starting 6 threads    OK
microseconds: 295770 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (NESTED)            OK
    Starting 6 threads    OK
microseconds: 548206 usec
apr_thread_mutex_t Tests
    Initializing the apr_thread_mutex_t (TIMED)             OK
    Starting 6 threads    OK
microseconds: 26214054 usec
apr_thread_rwlock_t Tests
    Initializing the apr_thread_rwlock_t                    OK
    Starting 6 threads    OK
microseconds: 27424182 usec
Trying proc mutexes with mechanism `default'...
  mutex mechanism `default' is global in scope on this platform.
Trying global mutexes with mechanism `default'...
  no problem encountered...
Trying proc mutexes with mechanism `flock'...
  mutex mechanism `flock' is *NOT* global in scope on this platform.
Trying global mutexes with mechanism `flock'...
  no problem encountered...
Trying proc mutexes with mechanism `sysvsem'...
  mutex mechanism `sysvsem' is global in scope on this platform.
Trying global mutexes with mechanism `sysvsem'...
  no problem encountered...
Trying proc mutexes with mechanism `posix'...
  mutex mechanism `posix' is global in scope on this platform.
Trying global mutexes with mechanism `posix'...
  no problem encountered...
Trying proc mutexes with mechanism `fcntl'...
  mutex mechanism `fcntl' is *NOT* global in scope on this platform.
Trying global mutexes with mechanism `fcntl'...
  no problem encountered...
Trying proc mutexes with mechanism `default_timed'...
  mutex mechanism `default_timed' is global in scope on this platform.
Trying global mutexes with mechanism `default_timed'...
  no problem encountered...
testatomic          : SUCCESS
testdir             : SUCCESS
testdso             : SUCCESS
testdup             : SUCCESS
testencode          : SUCCESS
testenv             : SUCCESS
testescape          : SUCCESS
testfile            : SUCCESS
testfilecopy        : SUCCESS
testfileinfo        : SUCCESS
testflock           : SUCCESS
testfmt             : SUCCESS
testfnmatch         : SUCCESS
testargs            : SUCCESS
testhash            : SUCCESS
testipsub           : SUCCESS
testlock            : SUCCESS
testcond            : SUCCESS
testlfs             : |Line 349: LFS support a no-op in 64-bit builds SUCCESS
testmmap            : SUCCESS
testnames           : SUCCESS
testoc              : SUCCESS
testpath            : SUCCESS
testpipe            : SUCCESS
testpoll            : SUCCESS
testpools           : SUCCESS
testproc            : SUCCESS
testprocmutex       : SUCCESS
testrand            : SUCCESS
testsleep           : SUCCESS
testshm             : SUCCESS
testsock            : SUCCESS
testsockets         : SUCCESS
testsockopt         : SUCCESS
teststr             : SUCCESS
teststrnatcmp       : SUCCESS
testtable           : SUCCESS
testtemp            : SUCCESS
testthread          : SUCCESS
testtime            : SUCCESS
testud              : SUCCESS
testuser            : SUCCESS
testvsn             : SUCCESS
testskiplist        : SUCCESS
All tests passed.
Creating a test file...
Sending the file...
apr_socket_sendfile() updated offset with 0
apr_socket_sendfile() updated len with 370049
bytes really sent: 370049
After apr_socket_sendfile(), the kernel file pointer is at offset 0.
client: apr_socket_sendfile() worked as expected!
Waiting for a client to connect...
Processing a client...
server: apr_socket_sendfile() worked as expected!
Creating a test file...
Sending the file...
Calling apr_socket_sendfile()...
Headers (3):
	15 bytes (1)
	5 bytes (E)
	80000 bytes (^)
File: 200000 bytes from offset 0
Trailers (3):
	19 bytes
	10 bytes
	90000 bytes
apr_socket_sendfile()->0, sent 370049 bytes
After apr_socket_sendfile(), the kernel file pointer is at offset 0.
client: apr_socket_sendfile() worked as expected!
Waiting for a client to connect...
Processing a client...
server: apr_socket_sendfile() worked as expected!
Creating a test file...
Sending the file...
Calling apr_socket_sendfile()...
Headers (3):
	15 bytes (1)
	5 bytes (E)
	80000 bytes (^)
File: 200000 bytes from offset 0
Trailers (3):
	19 bytes
	10 bytes
	90000 bytes
apr_socket_sendfile()->0, sent 370049 bytes
After apr_socket_sendfile(), the kernel file pointer is at offset 0.
client: apr_socket_sendfile() worked as expected!
Waiting for a client to connect...
Processing a client...
server: apr_socket_sendfile() worked as expected!

Re: [vote] Release apr-1.7.0 ?

Posted by Steffen <in...@apachelounge.com>.
No issue/regession seen sofar on Windows, build and run with httpd 2.4.39

Thanks! Bill for RMing and Gregg for freshing up the Win build env.


On 1-4-2019 20:01, William A Rowe Jr wrote:
> Candidate tarballs are at the usual location;
> https://apr.apache.org/dev/dist/
>
> For the release of apr-1.7.0
>   [  ]  +1 looks great!
>   [  ]  -1 something is broken
>
> This vote will conclude April 4th 2pm EDT, for potential
> announcement Friday.
>
> I could use a hand from Netware folk to explain the potential for
> binary breakage in os locks to end users for our Announcement,
> not that this ever really worked in the first place AIUI.


Re: [vote] Release apr-1.7.0 ?

Posted by Yann Ylavic <yl...@gmail.com>.
On Mon, Apr 1, 2019 at 8:02 PM William A Rowe Jr <wr...@rowe-clan.net> wrote:
>
> For the release of apr-1.7.0

[X]  +1 looks great!

Tested on Debian(s) 8, 9 & 10:
- Sigs and sha256 valid
- No compile error/warning
- APR_USE_PROC_PTHREAD_SERIALIZE and READDIR_IS_THREAD_SAFE
automagically set by default
- Tests all pass

Thanks Bill!

Re: [vote] Release apr-1.7.0 ?

Posted by Noel Butler <no...@ausics.net>.
On 02/04/2019 04:01, William A Rowe Jr wrote:

> Candidate tarballs are at the usual location; 
> https://apr.apache.org/dev/dist/ 
> 
> For the release of apr-1.7.0 
> [  ]  +1 looks great! 
> [  ]  -1 something is broken 
> 
> This vote will conclude April 4th 2pm EDT, for potential 
> announcement Friday. 
> 
> I could use a hand from Netware folk to explain the potential for 
> binary breakage in os locks to end users for our Announcement, 
> not that this ever really worked in the first place AIUI.

all good on slackware 13.1 and up

-- 
Kind Regards, 

Noel Butler 

 		This Email, including any attachments, may contain legally privileged
information, therefore remains confidential and subject to copyright
protected under international law. You may not disseminate, discuss, or
reveal, any part, to anyone, without the authors express written
authority to do so. If you are not the intended recipient, please notify
the sender then delete all copies of this message including attachments,
immediately. Confidentiality, copyright, and legal privilege are not
waived or lost by reason of the mistaken delivery of this message. Only
PDF [1] and ODF [2] documents accepted, please do not send proprietary
formatted documents 

 

Links:
------
[1] http://www.adobe.com/
[2] http://en.wikipedia.org/wiki/OpenDocument

Re: [result] [vote] Release apr-1.7.0 ?

Posted by Dennis Clarke <dc...@blastwave.org>.
> 
> beta $ file /usr/local/bin/httpd
> /usr/local/bin/httpd: ELF 64-bit MSB executable SPARCV9 Version 1,
> dynamically linked, not stripped
> beta $ /usr/local/bin/httpd -V
> Server version: Apache/2.4.39 (Unix)
> Server built:   Apr  4 2019 21:13:56
> Server's Module Magic Number: 20120211:84
> Server loaded:  APR 1.7.0, APR-UTIL 1.5.3
> Compiled using: APR 1.7.0, APR-UTIL 1.5.3

   1.5.3 ??


Never mind ... starting over here. I think a clean system for beta
builds would help. I see an old old apu_version.h laying around.

Dennis


Re: [result] [vote] Release apr-1.7.0 ?

Posted by Dennis Clarke <dc...@blastwave.org>.
On 4/4/19 4:56 PM, Rainer Jung wrote:
> Hi Dennis,
> 

Thank you for the extensive details !

I arrived at a similar sort of discovery but I used a more brute force
method. I did check sources to see that we had new symbols that did not
previously exist and I did have apr headers on the system from a
previous release. Well of course. There is the problem.

All is well and httpd 2.4.39 is all built with new apr :



beta $ file /usr/local/bin/httpd
/usr/local/bin/httpd: ELF 64-bit MSB executable SPARCV9 Version 1,
dynamically linked, not stripped
beta $ /usr/local/bin/httpd -V
Server version: Apache/2.4.39 (Unix)
Server built:   Apr  4 2019 21:13:56
Server's Module Magic Number: 20120211:84
Server loaded:  APR 1.7.0, APR-UTIL 1.5.3
Compiled using: APR 1.7.0, APR-UTIL 1.5.3
Architecture:   64-bit
Server MPM:     event
  threaded:     yes (fixed thread count)
    forked:     yes (variable process count)
Server compiled with....
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_PROC_PTHREAD_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/usr/local"
 -D SUEXEC_BIN="/usr/local/bin/suexec"
 -D DEFAULT_PIDLOG="www/var/logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="www/conf/mime.types"
 -D SERVER_CONFIG_FILE="www/conf/httpd.conf"
beta $

What baffles me is the APR-UTIL 1.5.3 version seen above.
I am absolutely using 1.6.1 here.


-- 
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional




Re: [result] [vote] Release apr-1.7.0 ?

Posted by Rainer Jung <ra...@kippdata.de>.
Hi Dennis,

Am 04.04.2019 um 20:32 schrieb Dennis Clarke:
> On 4/4/19 2:10 PM, William A Rowe Jr wrote:
>> First off, thanks all who have contributed to the 1.6.0 -> 1.7.0 evolution
>> in some large or small way. Secondly, thanks to all who reviewed.
>>
> 
> May not matter much at this point but on Solaris 10 sparc I saw this in
> tests :
> 
> us=$status; \
>                                  progfailed="$progfailed '$prog mode
> $mode'"; \
>                          fi; \
>                  done; \
>          else \
>                  ./$prog -v; \
>                  status=$?; \
>                  if test $status != 0; then \
>                          teststatus=$status; \
>                          progfailed="$progfailed $prog"; \
>                  fi; \
>          fi; \
> done; \
> if test $teststatus != 0; then \
>          echo "Programs failed:$progfailed"; \
> fi; \
> exit $teststatus
> ld.so.1: testlockperf: fatal: relocation error: file testlockperf:
> symbol apr_thread_mutex_timedlock: referenced symbol not found
> /bin/bash: line 2: 27221 Killed                  ./$prog -v
> .
> .
> .
> 
> However I think Rainer Jung had no such problems. I will go take a look
> at my environment and see what went sideways.

Note that I am using GCC, you are using the Sun/Oracle compiler, but I 
expect that to not matter here. I also assume your "make" step worked, 
ie. it didn't end with an error.

Let's try to understand and track the root cause:

First:

% nm test/testlockperf | grep apr_thread_mutex_timedlock
[111]   |    138752|       0|FUNC |GLOB |0    |UNDEF 
|apr_thread_mutex_timedlock

Aha, so the symbol apr_thread_mutex_timedlock is indeen not defined in 
test/testlockperf. But since it can be executed on my environment, it 
must be provided by a library used by test/testlockperf. Ah, the symbol 
name starts with "apr" so it might be the apr library.

Let's look at the dependencies of the binary:

% elfdump -d test/testlockperf

Dynamic Section:  .dynamic
      index  tag                value
        [0]  NEEDED            0x2bd               libapr-1.so.0
        [1]  NEEDED            0x2cb               libuuid.so.1
        [2]  NEEDED            0x2d8               libsendfile.so.1
        [3]  NEEDED            0x2e9               librt.so.1
        [4]  NEEDED            0x2f4               libsocket.so.1
        [5]  NEEDED            0x303               libnsl.so.1
        [6]  NEEDED            0x30f               libpthread.so.1
        [7]  NEEDED            0x2a7               libc.so.1
        [8]  INIT              0x1158c
        [9]  FINI              0x115a8
       [10]  RUNPATH           0x31f 
/path/to/my/build/dir/.libs:/path/to/my/install/dir/lib
       [11]  RPATH             0x31f 
/path/to/my/build/dir/.libs:/path/to/my/install/dir/lib
       [12]  HASH              0x100e8
       [13]  STRTAB            0x105d4
       [14]  STRSZ             0x3bd
       [15]  SYMTAB            0x10294
       [16]  SYMENT            0x10
       [17]  CHECKSUM          0x2bac
       [18]  VERNEED           0x10994
       [19]  VERNEEDNUM        0x1
       [20]  PLTRELSZ          0x120
       [21]  PLTREL            0x7
       [22]  JMPREL            0x10a08
       [23]  RELA              0x109b4
       [24]  RELASZ            0x174
       [25]  RELAENT           0xc
       [26]  DEBUG             0
       [27]  FEATURE_1         0x1                 [ PARINIT ]
       [28]  FLAGS             0                   0
       [29]  FLAGS_1           0                   0
       [30]  PLTGOT            0x21d94
       [31]  NULL              0

Details may vary, but we see, that testlockperf want the libraries 
libapr-1.so.0, ..., libc.so.1 and will look for them in 
/path/to/my/build/dir/.libs and if not found in 
/path/to/my/install/dir/lib. Here names and paths get important.

The linker search paths for libraries can be influenced by setting eg. 
LD_LIBRARY_PATH. That will overwrite the search oath given in the 
binary. So if you eg. have set LD_LIBRARY_PATH and you have an older apr 
library (file libapr-1.so.0) there, e.g. a 1.6 version one, it might 
indeed not have all the symbols needed.

So lets first check, whether our new APR library exist in the search 
oath and whether it contains the needed symbold:

% ls -ld /path/to/my/build/dir/.libs/libapr-1.so.0
lrwxrwxrwx   1 jung     kippdata      17 Apr  4 22:32 
/path/to/my/build/dir/.libs/libapr-1.so.0 -> libapr-1.so.0.7.0

Aha it is just a symlink to the versioned file. But remember, the linker 
looks for libapr-1.so.0, not libapr-1.so.0.7.0 (the former is the SONAME 
of the library). Lets check for the real file:

% ls -ld /path/to/my/build/dir/.libs/libapr-1.so*
lrwxrwxrwx   1 jung     kippdata      17 Apr  4 22:32 
/path/to/my/build/dir/.libs/libapr-1.so -> libapr-1.so.0.7.0
lrwxrwxrwx   1 jung     kippdata      17 Apr  4 22:32 
/path/to/my/build/dir/.libs/libapr-1.so.0 -> libapr-1.so.0.7.0
-rwx------   1 jung     kippdata 1409256 Apr  2 23:56 
/path/to/my/build/dir/.libs/libapr-1.so.0.7.0

OK, the real file is there as well. So what about the symbol 
apr_thread_mutex_timedlock?

% nm /path/to/my/build/dir/.libs/libapr-1.so.0.7.0 | grep 
apr_thread_mutex_timedlock
[525]   |    122220|     228|FUNC |GLOB |0    |11 
|apr_thread_mutex_timedlock

Aha, the symbol is defined (no UNDEF) as a global function. Good.

Let's compare with a build of a 1.6 APR library:

% nm /path/to/another/install/dir/lib/libapr-1.so.0.6.5 | grep 
apr_thread_mutex_timedlock

No output, the symbold does not exist in APR 1.6.5.

ould it be, that we have a 1.7 APR that does not contain the symbol? 
Let's look at the code (command run from the source tree):

% find . -name "*.[ch]" -exec grep apr_thread_mutex_timedlock \{\} \; -ls
APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t 
*mutex,
   3265921      4 -rw-r--r--   1  jung     kippdata     3303 Apr  7 
2017 ./locks/os2/thread_mutex.c
         rv = apr_thread_mutex_timedlock(mutex->thread_mutex, timeout);
   3265933      7 -rw-r--r--   1  jung     kippdata     6752 Apr 19 
2017 ./locks/unix/global_mutex.c
APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t 
*mutex,
   3265942      8 -rw-r--r--   1  jung     kippdata     7859 Mar 21 
01:12 ./locks/unix/thread_mutex.c
APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t 
*mutex,
   3265961      6 -rw-r--r--   1  jung     kippdata     5873 Apr  7 
2017 ./locks/beos/thread_mutex.c
         return apr_thread_mutex_timedlock(mutex->mutex, timeout);
   3265968      6 -rw-r--r--   1  jung     kippdata     5984 Jun  2 
2017 ./locks/netware/proc_mutex.c
APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t 
*mutex,
   3265975      5 -rw-r--r--   1  jung     kippdata     5094 Mar 21 
01:12 ./locks/netware/thread_mutex.c
APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t 
*mutex,
   3265996      6 -rw-r--r--   1  jung     kippdata     5798 Mar 21 
01:15 ./locks/win32/thread_mutex.c
APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t 
*mutex,
   3266511      5 -rw-r--r--   1  jung     kippdata     4498 Apr  7 
2017 ./include/apr_thread_mutex.h
             apr_thread_mutex_timedlock(thread_mutex, 
*(apr_interval_time_t *)data);
         s = apr_thread_mutex_timedlock(timeout_mutex, timeout);
   3315226     12 -rw-r--r--   1  jung     kippdata    12131 Dec 12 
2017 ./test/testlock.c
             apr_thread_mutex_timedlock(thread_lock, 
*(apr_interval_time_t *)data);
   3315288     10 -rw-r--r--   1  jung     kippdata    10191 Apr  7 
2017 ./test/testlockperf.c


The relevant file with the definition of the function is this one:

APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t 
*mutex,
   3265942      8 -rw-r--r--   1  jung     kippdata     7859 Mar 21 
01:12 ./locks/unix/thread_mutex.c

Looking at the file, the only reason why the function might not have 
been compile would be that APR_HAS_THREADS was not defined but in that 
case test/testlockperf.c shows, that it would not contain the tests that 
fail for you.

And finally: is apr_thread_mutex_timedlock really new in APR 1.7.x? Yes, 
from CHANGES:

   *) locks: Introduce apr_{thread,proc,global}_mutex_timedlock().
      [Yann Ylavic]

Summary: I expect you are unintentionally trying to run a 1.7 
testlockperf with a 1.6 or even older libapr. Try

% ldd test/testlockperf

or even

% ldd -v test/testlockperf

and check which libapr gets used.

Regards,

Rainer

> Config was :
> 
> 
> beta $ pwd
> /usr/local/build/apr-1.7.0_SunOS5.10_sparc64vii+.001
> beta $ ./configure --prefix=/usr/local --enable-threads \
>> --enable-shared --enable-static \
>> --enable-other-child --with-devrandom=/dev/urandom \
>> --enable-posix-shm
> checking build system type... sparc-sun-solaris2.10
> checking host system type... sparc-sun-solaris2.10
> checking target system type... sparc-sun-solaris2.10
> Configuring APR library
> Platform: sparc-sun-solaris2.10
> checking for working mkdir -p... yes
> APR Version: 1.7.0
> checking for chosen layout... apr
> checking for gcc... /opt/developerstudio12.6/bin/cc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... no
> checking whether /opt/developerstudio12.6/bin/cc accepts -g... yes
> checking for /opt/developerstudio12.6/bin/cc option to accept ISO C89...
> none needed
> checking for a sed that does not truncate output... /usr/xpg4/bin/sed
> Applying APR hints file rules for sparc-sun-solaris2.10
>    adding "-DSOLARIS2=10" to CPPFLAGS
>    adding "-D_REENTRANT" to CPPFLAGS
>    setting ac_cv_func_pthread_mutex_timedlock to "no"
>    setting apr_lock_method to "USE_PROC_PTHREAD_SERIALIZE"
>    setting ac_cv_func_readdir64_r to "no"
> (Default will be unix)
> checking whether make sets $(MAKE)... yes
> checking how to run the C preprocessor... /opt/developerstudio12.6/bin/cc -E
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether ln -s works... yes
> checking for ranlib... ranlib
> checking for a BSD-compatible install... build/install.sh -c
> checking for rm... rm
> checking for as... as
> checking for cpp... no
> checking for ar... ar
> checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
> checking for egrep... /usr/xpg4/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking for library containing strerror... none required
> checking whether system uses EBCDIC... no
> performing libtool configuration...
> checking how to print strings... printf
> checking for a sed that does not truncate output... (cached)
> /usr/xpg4/bin/sed
> checking for fgrep... /usr/xpg4/bin/grep -F
> checking for non-GNU ld... /usr/ccs/bin/sparcv9/ld
> checking if the linker (/usr/ccs/bin/sparcv9/ld) is GNU ld... no
> checking for BSD- or MS-compatible name lister (nm)... /usr/xpg4/bin/nm -p
> checking the name lister (/usr/xpg4/bin/nm -p) interface... BSD nm
> checking the maximum length of command line arguments... 786240
> checking how to convert sparc-sun-solaris2.10 file names to
> sparc-sun-solaris2.10 format... func_convert_file_noop
> checking how to convert sparc-sun-solaris2.10 file names to toolchain
> format... func_convert_file_noop
> checking for /usr/ccs/bin/sparcv9/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... dlltool
> checking how to associate runtime and link libraries... printf %s\n
> checking for archiver @FILE support... no
> checking for strip... strip
> checking for ranlib... (cached) ranlib
> checking command to parse /usr/xpg4/bin/nm -p output from
> /opt/developerstudio12.6/bin/cc object... ok
> checking for sysroot... no
> checking for a working dd... /usr/bin/dd
> checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
> checking for mt... mt
> checking if mt is a manifest tool... no
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking for /opt/developerstudio12.6/bin/cc option to produce PIC...
> -KPIC -DPIC
> checking if /opt/developerstudio12.6/bin/cc PIC flag -KPIC -DPIC
> works... yes
> checking if /opt/developerstudio12.6/bin/cc static flag -Bstatic
> works... yes
> checking if /opt/developerstudio12.6/bin/cc supports -c -o file.o...
> conftest*: No such file or directory
> yes
> checking if /opt/developerstudio12.6/bin/cc supports -c -o file.o...
> (cached) yes
> checking whether the /opt/developerstudio12.6/bin/cc linker
> (/usr/ccs/bin/sparcv9/ld -64) supports shared libraries... yes
> checking dynamic linker characteristics... solaris2.10 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... no
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> 
> Check for compiler flags...
> checking whether the compiler provides atomic builtins... no
> checking if /opt/developerstudio12.6/bin/cc -MM can create proper make
> dependencies... yes
> checking whether to enable -D_LARGEFILE64_SOURCE... no
> 
> Checking for libraries...
> checking for library containing gethostbyname... -lnsl
> checking for library containing gethostname... none required
> checking for library containing socket... -lsocket
> checking for library containing crypt... none required
> checking for main in -ltruerand... no
> checking for library containing modf... none required
> 
> Checking for Threads...
> checking for CFLAGS needed for pthreads... none
> checking for LIBS needed for pthreads... -lpthread
>    adding "-lpthread" to LIBS
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking whether pthread_getspecific takes two arguments... no
> checking whether pthread_attr_getdetachstate takes one argument... no
> checking for recursive mutex support... yes
> checking for pthread_key_delete... yes
> checking for pthread_rwlock_init... yes
> checking for pthread_attr_setguardsize... yes
> checking for pthread_yield... no
> checking for pthread_rwlock_t... yes
> checking sched.h usability... yes
> checking sched.h presence... yes
> checking for sched.h... yes
> checking for sched_yield... no
> APR will use threads
> checking for gethostbyname in -lc_r... no
> checking for gethostbyaddr in -lc_r... no
> checking for getservbyname in -lc_r... no
> checking for gethostbyname_r... yes
> checking for gethostbyaddr_r... yes
> checking for getservbyname_r... yes
> checking for sigsuspend... yes
> checking for sigwait... yes
> checking for poll... yes
> checking for kqueue... no
> checking for port_create... yes
> checking for epoll support... no
> checking for epoll_create1 support... no
> checking for dup3 support... no
> checking for accept4 support... no
> checking for SOCK_CLOEXEC support... no
> checking for fdatasync... yes
> checking for epoll_create1 support... (cached) no
> checking for asio -> message queue support... no
> checking for dup3 support... (cached) no
> checking for accept4 support... (cached) no
> checking for SOCK_CLOEXEC support... (cached) no
> checking for getpwnam_r... yes
> checking for getpwuid_r... yes
> checking for getgrnam_r... yes
> checking for getgrgid_r... yes
> 
> Checking for Shared Memory Support...
> checking for library containing shm_open... -lrt
> checking for sys/types.h... (cached) yes
> checking sys/mman.h usability... yes
> checking sys/mman.h presence... yes
> checking for sys/mman.h... yes
> checking sys/ipc.h usability... yes
> checking sys/ipc.h presence... yes
> checking for sys/ipc.h... yes
> checking sys/mutex.h usability... yes
> checking sys/mutex.h presence... yes
> checking for sys/mutex.h... yes
> checking sys/shm.h usability... yes
> checking sys/shm.h presence... yes
> checking for sys/shm.h... yes
> checking sys/file.h usability... yes
> checking sys/file.h presence... yes
> checking for sys/file.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking kernel/OS.h usability... no
> checking kernel/OS.h presence... no
> checking for kernel/OS.h... no
> checking os2.h usability... no
> checking os2.h presence... no
> checking for os2.h... no
> checking windows.h usability... no
> checking windows.h presence... no
> checking for windows.h... no
> checking for net/if.h... yes
> checking for mmap... yes
> checking for munmap... yes
> checking for shm_open... yes
> checking for shm_unlink... yes
> checking for shmget... yes
> checking for shmat... yes
> checking for shmdt... yes
> checking for shmctl... yes
> checking for create_area... no
> checking for mprotect... yes
> checking for MAP_ANON in sys/mman.h... yes
> checking for /dev/zero... yes
> checking for mmap that can map /dev/zero... yes
> decision on anonymous shared memory allocation method... 4.4BSD-style
> mmap() via MAP_ANON
> decision on namebased memory allocation method... mmap() via POSIX.1
> shm_open() on temporary file
> checking for size_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for calloc... yes
> checking for setsid... yes
> checking for isinf... no
> checking for isnan... yes
> checking for getenv... yes
> checking for putenv... yes
> checking for setenv... yes
> checking for unsetenv... yes
> checking for writev... yes
> checking for getifaddrs... no
> checking for utime... yes
> checking for utimes... yes
> checking for setrlimit... yes
> checking for getrlimit... yes
> checking for sendfilev in -lsendfile... yes
> checking for sendfile... yes
> checking for send_file... no
> checking for sendfilev... yes
> checking for sigaction... yes
> checking whether sys_siglist is declared... no
> checking for fork... yes
> checking for inet_addr... yes
> checking for inet_network... yes
> checking for _getch... no
> checking for strerror_r... yes
> checking for type of return code from strerror_r... int
> checking for mmap... (cached) yes
> checking for memmove... yes
> checking for getpass... yes
> checking for getpassphrase... yes
> checking for gmtime_r... yes
> checking for localtime_r... yes
> checking for mkstemp... yes
> checking whether sigwait takes one argument... no
> checking for ANSI C header files... (cached) yes
> checking ByteOrder.h usability... no
> checking ByteOrder.h presence... no
> checking for ByteOrder.h... no
> checking conio.h usability... no
> checking conio.h presence... no
> checking for conio.h... no
> checking crypt.h usability... yes
> checking crypt.h presence... yes
> checking for crypt.h... yes
> checking ctype.h usability... yes
> checking ctype.h presence... yes
> checking for ctype.h... yes
> checking dir.h usability... no
> checking dir.h presence... no
> checking for dir.h... no
> checking dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking dl.h usability... no
> checking dl.h presence... no
> checking for dl.h... no
> checking for dlfcn.h... (cached) yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking grp.h usability... yes
> checking grp.h presence... yes
> checking for grp.h... yes
> checking for inttypes.h... (cached) yes
> checking io.h usability... no
> checking io.h presence... no
> checking for io.h... no
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking mach-o/dyld.h usability... no
> checking mach-o/dyld.h presence... no
> checking for mach-o/dyld.h... no
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking for memory.h... (cached) yes
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking osreldate.h usability... no
> checking osreldate.h presence... no
> checking for osreldate.h... no
> checking poll.h usability... yes
> checking poll.h presence... yes
> checking for poll.h... yes
> checking process.h usability... no
> checking process.h presence... no
> checking for process.h... no
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking semaphore.h usability... yes
> checking semaphore.h presence... yes
> checking for semaphore.h... yes
> checking signal.h usability... yes
> checking signal.h presence... yes
> checking for signal.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking stddef.h usability... yes
> checking stddef.h presence... yes
> checking for stddef.h... yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking sysapi.h usability... no
> checking sysapi.h presence... no
> checking for sysapi.h... no
> checking sysgtime.h usability... no
> checking sysgtime.h presence... no
> checking for sysgtime.h... no
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking tpfeq.h usability... no
> checking tpfeq.h presence... no
> checking for tpfeq.h... no
> checking tpfio.h usability... no
> checking tpfio.h presence... no
> checking for tpfio.h... no
> checking for unistd.h... (cached) yes
> checking unix.h usability... no
> checking unix.h presence... no
> checking for unix.h... no
> checking for windows.h... (cached) no
> checking winsock2.h usability... no
> checking winsock2.h presence... no
> checking for winsock2.h... no
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking for kernel/OS.h... (cached) no
> checking net/errno.h usability... no
> checking net/errno.h presence... no
> checking for net/errno.h... no
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking netinet/sctp.h usability... yes
> checking netinet/sctp.h presence... yes
> checking for netinet/sctp.h... yes
> checking netinet/sctp_uio.h usability... no
> checking netinet/sctp_uio.h presence... no
> checking for netinet/sctp_uio.h... no
> checking for sys/file.h... (cached) yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking for sys/mman.h... (cached) yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/poll.h usability... yes
> checking sys/poll.h presence... yes
> checking for sys/poll.h... yes
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking sys/sem.h usability... yes
> checking sys/sem.h presence... yes
> checking for sys/sem.h... yes
> checking sys/sendfile.h usability... yes
> checking sys/sendfile.h presence... yes
> checking for sys/sendfile.h... yes
> checking sys/signal.h usability... yes
> checking sys/signal.h presence... yes
> checking for sys/signal.h... yes
> checking for sys/socket.h... (cached) yes
> checking sys/sockio.h usability... yes
> checking sys/sockio.h presence... yes
> checking for sys/sockio.h... yes
> checking for sys/stat.h... (cached) yes
> checking sys/sysctl.h usability... no
> checking sys/sysctl.h presence... no
> checking for sys/sysctl.h... no
> checking sys/syslimits.h usability... no
> checking sys/syslimits.h presence... no
> checking for sys/syslimits.h... no
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for sys/types.h... (cached) yes
> checking sys/uio.h usability... yes
> checking sys/uio.h presence... yes
> checking for sys/uio.h... yes
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking sys/wait.h usability... yes
> checking sys/wait.h presence... yes
> checking for sys/wait.h... yes
> checking for netinet/tcp.h... yes
> checking for h_errno in netdb.h... yes
> checking for off_t... yes
> checking for pid_t... yes
> checking for size_t... (cached) yes
> checking for uid_t in sys/types.h... yes
> checking for ssize_t... yes
> checking for inline... inline
> checking for an ANSI C-conforming const... yes
> checking whether setpgrp takes no argument... yes
> checking for socklen_t... yes
> checking size of void*... 8
> checking size of char... 1
> checking size of short... 2
> checking size of int... 4
> checking size of long... 8
> checking size of long long... 8
> checking whether int64_t and int use fmt %d... yes
> checking for INT64_C... yes
> checking size of pid_t... 4
> checking whether ssize_t and long use fmt %ld... yes
> checking whether size_t and unsigned long use fmt %lu... yes
> checking size of ssize_t... 8
> checking which format to use for apr_ssize_t... %ld
> checking size of size_t... 8
> checking which format to use for apr_size_t... %lu
> checking size of off_t... 8
> checking which type to use for apr_off_t... checking whether off_t and
> long use fmt %ld... yes
> off_t
> checking size of ino_t... 8
> configure: using ino_t for ino_t
> checking whether byte ordering is bigendian... yes
> checking size of struct iovec... 16
> checking for strnicmp... no
> checking for strncasecmp... yes
> checking for stricmp... no
> checking for strcasecmp... yes
> checking for strdup... yes
> checking for strstr... yes
> checking for memchr... yes
> checking for strtoi... no
> 
> Checking for DSO...
> checking for dlopen... yes
> checking for dlsym... yes
> 
> Checking for Processes...
> checking for waitpid... yes
> checking for Variable Length Arrays... yes
> checking struct rlimit... yes
> 
> Checking for Locking...
> checking for semget... yes
> checking for semctl... yes
> checking for semop... yes
> checking for semtimedop... yes
> checking for flock... no
> checking for semaphore.h... (cached) yes
> checking for library containing sem_open... none required
> checking for sem_close... yes
> checking for sem_unlink... yes
> checking for sem_post... yes
> checking for sem_wait... yes
> checking for sem_timedwait... yes
> checking OS.h usability... no
> checking OS.h presence... no
> checking for OS.h... no
> checking for create_sem... no
> checking for acquire_sem... no
> checking for acquire_sem_etc... no
> checking for working sem_open... yes
> checking for union semun in sys/sem.h... no
> checking for LOCK_EX in sys/file.h... no
> checking for F_SETLK in fcntl.h... yes
> checking for SEM_UNDO in sys/sem.h... yes
> checking for POLLIN in poll.h sys/poll.h... yes
> checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
> checking for pthread_mutex_timedlock... (cached) no
> checking for pthread_mutexattr_setpshared... yes
> checking for working PROCESS_SHARED locks... yes
> checking for robust cross-process mutex support... np
> checking for pthread_condattr_setpshared... yes
> decision on apr_lock implementation method... pthread pshared mutex
> checking if fcntl returns EACCES when F_SETLK is already held... no
> checking if all interprocess locks affect threads... no
> checking if POSIX sems affect threads in the same process... no
> checking if SysV sems affect threads in the same process... no
> checking if fcntl locks affect threads in the same process... no
> checking if flock locks affect threads in the same process... no
> checking sys/random.h usability... yes
> checking sys/random.h presence... yes
> checking for sys/random.h... yes
> checking for getrandom... no
> checking sys/syscall.h usability... yes
> checking sys/syscall.h presence... yes
> checking for sys/syscall.h... yes
> checking linux/random.h usability... no
> checking linux/random.h presence... no
> checking for linux/random.h... no
> checking whether SYS_getrandom is declared... no
> checking for arc4random_buf... no
> checking for entropy source... /dev/urandom
> 
> Checking for File Info Support...
> checking for struct stat.st_blocks... yes
> checking for struct stat.st_atimensec... no
> checking for struct stat.st_ctimensec... no
> checking for struct stat.st_mtimensec... no
> checking for struct stat.st_atim.tv_nsec... yes
> checking for struct stat.st_ctim.tv_nsec... yes
> checking for struct stat.st_mtim.tv_nsec... yes
> checking for struct stat.st_atime_n... no
> checking for struct stat.st_ctime_n... no
> checking for struct stat.st_mtime_n... no
> checking for inode member of struct dirent... d_ino
> checking for file type member of struct dirent... no
> 
> Checking for OS UUID Support...
> checking uuid.h usability... no
> checking uuid.h presence... no
> checking for uuid.h... no
> checking uuid/uuid.h usability... yes
> checking uuid/uuid.h presence... yes
> checking for uuid/uuid.h... yes
> checking for library containing uuid_create... no
> checking for library containing uuid_generate... -luuid
> checking for uuid_create... no
> checking for uuid_generate... yes
> checking for os uuid usability... yes
> 
> Checking for Time Support...
> checking for struct tm.tm_gmtoff... no
> checking for struct tm.__tm_gmtoff... no
> 
> Checking for Networking support...
> checking for type in_addr... yes
> checking if fd == socket on this platform... yes
> checking style of gethostbyname_r routine... none
> checking 3rd argument to the gethostbyname_r routines... char
> checking style of getservbyname_r routine... solaris
> checking if TCP_NODELAY setting is inherited from listening sockets... yes
> checking if O_NONBLOCK setting is inherited from listening sockets... yes
> checking whether TCP_NODELAY and TCP_CORK can both be enabled... no
> checking for TCP_CORK in netinet/tcp.h... no
> checking for TCP_NOPUSH in netinet/tcp.h... no
> checking for SO_ACCEPTFILTER in sys/socket.h... no
> checking whether SCTP is supported... yes
> checking for struct ip_mreq... yes
> checking for set_h_errno... no
> 
> Checking for IPv6 Networking support...
> checking for library containing getaddrinfo... none required
> checking for library containing gai_strerror... none required
> checking for library containing getnameinfo... none required
> checking for gai_strerror... yes
> checking for if_nametoindex... yes
> checking for if_indextoname... yes
> checking for working getaddrinfo... yes
> checking for negative error codes for getaddrinfo... no
> checking for working getnameinfo... yes
> checking for sockaddr_in6... yes
> checking for sockaddr_storage... yes
> checking for sockaddr_un... yes
> checking for working AI_ADDRCONFIG... yes
> checking if APR supports IPv6... yes
> checking langinfo.h usability... yes
> checking langinfo.h presence... yes
> checking for langinfo.h... yes
> checking for nl_langinfo... yes
>    setting have_unicode_fs to "0"
>    setting apr_has_xthread_files to "0"
>    setting apr_procattr_user_set_requires_password to "0"
>    setting apr_thread_func to ""
>    setting apr_has_user to "1"
> 
> Restore user-defined environment settings...
>    restoring CPPFLAGS to "-I/usr/local/include -D_EXTENSIONS_
> -D__EXTENSIONS__ -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS
> -D_LARGEFILE64_SOURCE"
>    setting EXTRA_CPPFLAGS to " -DSOLARIS2=10 -D_REENTRANT"
>    restoring CFLAGS to "-Xa -g -xmemalign=8s -xstrconst -xildoff -m64
> -xnolibmil -xcode=pic32 -xregs=no%appl -xlibmieee -xarch=sparc -mc -xs
> -xbuiltin=%none -xunroll=1 -Qy"
>    setting EXTRA_CFLAGS to ""
>    restoring LDFLAGS to ""
>    setting EXTRA_LDFLAGS to ""
>    restoring LIBS to ""
>    setting EXTRA_LIBS to "-luuid -lsendfile -lrt -lsocket -lnsl  -lpthread"
>    restoring INCLUDES to ""
>    setting EXTRA_INCLUDES to ""
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating include/apr.h
> config.status: creating build/apr_rules.mk
> config.status: creating build/pkg/pkginfo
> config.status: creating apr-1-config
> config.status: creating apr.pc
> config.status: creating test/Makefile
> config.status: creating test/internal/Makefile
> config.status: creating include/arch/unix/apr_private.h
> config.status: executing libtool commands
> libtoolT: No such file or directory
> config.status: executing default commands
> beta $

Re: [result] [vote] Release apr-1.7.0 ?

Posted by William A Rowe Jr <wr...@rowe-clan.net>.
Yes, please consult with Rainer, there are still hours to pull back and
rework a 1.7.1 launch.

Thanks for the very complete details.

Please crosscheck if you are each speaking of opteron or sparc flavors.

On Thu, Apr 4, 2019 at 1:32 PM Dennis Clarke <dc...@blastwave.org> wrote:

> On 4/4/19 2:10 PM, William A Rowe Jr wrote:
> > First off, thanks all who have contributed to the 1.6.0 -> 1.7.0
> evolution
> > in some large or small way. Secondly, thanks to all who reviewed.
> >
>
> May not matter much at this point but on Solaris 10 sparc I saw this in
> tests :
>
> us=$status; \
>                                 progfailed="$progfailed '$prog mode
> $mode'"; \
>                         fi; \
>                 done; \
>         else \
>                 ./$prog -v; \
>                 status=$?; \
>                 if test $status != 0; then \
>                         teststatus=$status; \
>                         progfailed="$progfailed $prog"; \
>                 fi; \
>         fi; \
> done; \
> if test $teststatus != 0; then \
>         echo "Programs failed:$progfailed"; \
> fi; \
> exit $teststatus
> ld.so.1: testlockperf: fatal: relocation error: file testlockperf:
> symbol apr_thread_mutex_timedlock: referenced symbol not found
> /bin/bash: line 2: 27221 Killed                  ./$prog -v
> .
> .
> .
>
> However I think Rainer Jung had no such problems. I will go take a look
> at my environment and see what went sideways.
>
> Config was :
>
>
> beta $ pwd
> /usr/local/build/apr-1.7.0_SunOS5.10_sparc64vii+.001
> beta $ ./configure --prefix=/usr/local --enable-threads \
> > --enable-shared --enable-static \
> > --enable-other-child --with-devrandom=/dev/urandom \
> > --enable-posix-shm
> checking build system type... sparc-sun-solaris2.10
> checking host system type... sparc-sun-solaris2.10
> checking target system type... sparc-sun-solaris2.10
> Configuring APR library
> Platform: sparc-sun-solaris2.10
> checking for working mkdir -p... yes
> APR Version: 1.7.0
> checking for chosen layout... apr
> checking for gcc... /opt/developerstudio12.6/bin/cc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... no
> checking whether /opt/developerstudio12.6/bin/cc accepts -g... yes
> checking for /opt/developerstudio12.6/bin/cc option to accept ISO C89...
> none needed
> checking for a sed that does not truncate output... /usr/xpg4/bin/sed
> Applying APR hints file rules for sparc-sun-solaris2.10
>   adding "-DSOLARIS2=10" to CPPFLAGS
>   adding "-D_REENTRANT" to CPPFLAGS
>   setting ac_cv_func_pthread_mutex_timedlock to "no"
>   setting apr_lock_method to "USE_PROC_PTHREAD_SERIALIZE"
>   setting ac_cv_func_readdir64_r to "no"
> (Default will be unix)
> checking whether make sets $(MAKE)... yes
> checking how to run the C preprocessor... /opt/developerstudio12.6/bin/cc
> -E
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether ln -s works... yes
> checking for ranlib... ranlib
> checking for a BSD-compatible install... build/install.sh -c
> checking for rm... rm
> checking for as... as
> checking for cpp... no
> checking for ar... ar
> checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
> checking for egrep... /usr/xpg4/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking for library containing strerror... none required
> checking whether system uses EBCDIC... no
> performing libtool configuration...
> checking how to print strings... printf
> checking for a sed that does not truncate output... (cached)
> /usr/xpg4/bin/sed
> checking for fgrep... /usr/xpg4/bin/grep -F
> checking for non-GNU ld... /usr/ccs/bin/sparcv9/ld
> checking if the linker (/usr/ccs/bin/sparcv9/ld) is GNU ld... no
> checking for BSD- or MS-compatible name lister (nm)... /usr/xpg4/bin/nm -p
> checking the name lister (/usr/xpg4/bin/nm -p) interface... BSD nm
> checking the maximum length of command line arguments... 786240
> checking how to convert sparc-sun-solaris2.10 file names to
> sparc-sun-solaris2.10 format... func_convert_file_noop
> checking how to convert sparc-sun-solaris2.10 file names to toolchain
> format... func_convert_file_noop
> checking for /usr/ccs/bin/sparcv9/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... dlltool
> checking how to associate runtime and link libraries... printf %s\n
> checking for archiver @FILE support... no
> checking for strip... strip
> checking for ranlib... (cached) ranlib
> checking command to parse /usr/xpg4/bin/nm -p output from
> /opt/developerstudio12.6/bin/cc object... ok
> checking for sysroot... no
> checking for a working dd... /usr/bin/dd
> checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
> checking for mt... mt
> checking if mt is a manifest tool... no
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking for /opt/developerstudio12.6/bin/cc option to produce PIC...
> -KPIC -DPIC
> checking if /opt/developerstudio12.6/bin/cc PIC flag -KPIC -DPIC
> works... yes
> checking if /opt/developerstudio12.6/bin/cc static flag -Bstatic
> works... yes
> checking if /opt/developerstudio12.6/bin/cc supports -c -o file.o...
> conftest*: No such file or directory
> yes
> checking if /opt/developerstudio12.6/bin/cc supports -c -o file.o...
> (cached) yes
> checking whether the /opt/developerstudio12.6/bin/cc linker
> (/usr/ccs/bin/sparcv9/ld -64) supports shared libraries... yes
> checking dynamic linker characteristics... solaris2.10 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... no
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
>
> Check for compiler flags...
> checking whether the compiler provides atomic builtins... no
> checking if /opt/developerstudio12.6/bin/cc -MM can create proper make
> dependencies... yes
> checking whether to enable -D_LARGEFILE64_SOURCE... no
>
> Checking for libraries...
> checking for library containing gethostbyname... -lnsl
> checking for library containing gethostname... none required
> checking for library containing socket... -lsocket
> checking for library containing crypt... none required
> checking for main in -ltruerand... no
> checking for library containing modf... none required
>
> Checking for Threads...
> checking for CFLAGS needed for pthreads... none
> checking for LIBS needed for pthreads... -lpthread
>   adding "-lpthread" to LIBS
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking whether pthread_getspecific takes two arguments... no
> checking whether pthread_attr_getdetachstate takes one argument... no
> checking for recursive mutex support... yes
> checking for pthread_key_delete... yes
> checking for pthread_rwlock_init... yes
> checking for pthread_attr_setguardsize... yes
> checking for pthread_yield... no
> checking for pthread_rwlock_t... yes
> checking sched.h usability... yes
> checking sched.h presence... yes
> checking for sched.h... yes
> checking for sched_yield... no
> APR will use threads
> checking for gethostbyname in -lc_r... no
> checking for gethostbyaddr in -lc_r... no
> checking for getservbyname in -lc_r... no
> checking for gethostbyname_r... yes
> checking for gethostbyaddr_r... yes
> checking for getservbyname_r... yes
> checking for sigsuspend... yes
> checking for sigwait... yes
> checking for poll... yes
> checking for kqueue... no
> checking for port_create... yes
> checking for epoll support... no
> checking for epoll_create1 support... no
> checking for dup3 support... no
> checking for accept4 support... no
> checking for SOCK_CLOEXEC support... no
> checking for fdatasync... yes
> checking for epoll_create1 support... (cached) no
> checking for asio -> message queue support... no
> checking for dup3 support... (cached) no
> checking for accept4 support... (cached) no
> checking for SOCK_CLOEXEC support... (cached) no
> checking for getpwnam_r... yes
> checking for getpwuid_r... yes
> checking for getgrnam_r... yes
> checking for getgrgid_r... yes
>
> Checking for Shared Memory Support...
> checking for library containing shm_open... -lrt
> checking for sys/types.h... (cached) yes
> checking sys/mman.h usability... yes
> checking sys/mman.h presence... yes
> checking for sys/mman.h... yes
> checking sys/ipc.h usability... yes
> checking sys/ipc.h presence... yes
> checking for sys/ipc.h... yes
> checking sys/mutex.h usability... yes
> checking sys/mutex.h presence... yes
> checking for sys/mutex.h... yes
> checking sys/shm.h usability... yes
> checking sys/shm.h presence... yes
> checking for sys/shm.h... yes
> checking sys/file.h usability... yes
> checking sys/file.h presence... yes
> checking for sys/file.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking kernel/OS.h usability... no
> checking kernel/OS.h presence... no
> checking for kernel/OS.h... no
> checking os2.h usability... no
> checking os2.h presence... no
> checking for os2.h... no
> checking windows.h usability... no
> checking windows.h presence... no
> checking for windows.h... no
> checking for net/if.h... yes
> checking for mmap... yes
> checking for munmap... yes
> checking for shm_open... yes
> checking for shm_unlink... yes
> checking for shmget... yes
> checking for shmat... yes
> checking for shmdt... yes
> checking for shmctl... yes
> checking for create_area... no
> checking for mprotect... yes
> checking for MAP_ANON in sys/mman.h... yes
> checking for /dev/zero... yes
> checking for mmap that can map /dev/zero... yes
> decision on anonymous shared memory allocation method... 4.4BSD-style
> mmap() via MAP_ANON
> decision on namebased memory allocation method... mmap() via POSIX.1
> shm_open() on temporary file
> checking for size_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for calloc... yes
> checking for setsid... yes
> checking for isinf... no
> checking for isnan... yes
> checking for getenv... yes
> checking for putenv... yes
> checking for setenv... yes
> checking for unsetenv... yes
> checking for writev... yes
> checking for getifaddrs... no
> checking for utime... yes
> checking for utimes... yes
> checking for setrlimit... yes
> checking for getrlimit... yes
> checking for sendfilev in -lsendfile... yes
> checking for sendfile... yes
> checking for send_file... no
> checking for sendfilev... yes
> checking for sigaction... yes
> checking whether sys_siglist is declared... no
> checking for fork... yes
> checking for inet_addr... yes
> checking for inet_network... yes
> checking for _getch... no
> checking for strerror_r... yes
> checking for type of return code from strerror_r... int
> checking for mmap... (cached) yes
> checking for memmove... yes
> checking for getpass... yes
> checking for getpassphrase... yes
> checking for gmtime_r... yes
> checking for localtime_r... yes
> checking for mkstemp... yes
> checking whether sigwait takes one argument... no
> checking for ANSI C header files... (cached) yes
> checking ByteOrder.h usability... no
> checking ByteOrder.h presence... no
> checking for ByteOrder.h... no
> checking conio.h usability... no
> checking conio.h presence... no
> checking for conio.h... no
> checking crypt.h usability... yes
> checking crypt.h presence... yes
> checking for crypt.h... yes
> checking ctype.h usability... yes
> checking ctype.h presence... yes
> checking for ctype.h... yes
> checking dir.h usability... no
> checking dir.h presence... no
> checking for dir.h... no
> checking dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking dl.h usability... no
> checking dl.h presence... no
> checking for dl.h... no
> checking for dlfcn.h... (cached) yes
> checking errno.h usability... yes
> checking errno.h presence... yes
> checking for errno.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking grp.h usability... yes
> checking grp.h presence... yes
> checking for grp.h... yes
> checking for inttypes.h... (cached) yes
> checking io.h usability... no
> checking io.h presence... no
> checking for io.h... no
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking mach-o/dyld.h usability... no
> checking mach-o/dyld.h presence... no
> checking for mach-o/dyld.h... no
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> checking for memory.h... (cached) yes
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking osreldate.h usability... no
> checking osreldate.h presence... no
> checking for osreldate.h... no
> checking poll.h usability... yes
> checking poll.h presence... yes
> checking for poll.h... yes
> checking process.h usability... no
> checking process.h presence... no
> checking for process.h... no
> checking pwd.h usability... yes
> checking pwd.h presence... yes
> checking for pwd.h... yes
> checking semaphore.h usability... yes
> checking semaphore.h presence... yes
> checking for semaphore.h... yes
> checking signal.h usability... yes
> checking signal.h presence... yes
> checking for signal.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking stddef.h usability... yes
> checking stddef.h presence... yes
> checking for stddef.h... yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking sysapi.h usability... no
> checking sysapi.h presence... no
> checking for sysapi.h... no
> checking sysgtime.h usability... no
> checking sysgtime.h presence... no
> checking for sysgtime.h... no
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking tpfeq.h usability... no
> checking tpfeq.h presence... no
> checking for tpfeq.h... no
> checking tpfio.h usability... no
> checking tpfio.h presence... no
> checking for tpfio.h... no
> checking for unistd.h... (cached) yes
> checking unix.h usability... no
> checking unix.h presence... no
> checking for unix.h... no
> checking for windows.h... (cached) no
> checking winsock2.h usability... no
> checking winsock2.h presence... no
> checking for winsock2.h... no
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking for kernel/OS.h... (cached) no
> checking net/errno.h usability... no
> checking net/errno.h presence... no
> checking for net/errno.h... no
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking netinet/sctp.h usability... yes
> checking netinet/sctp.h presence... yes
> checking for netinet/sctp.h... yes
> checking netinet/sctp_uio.h usability... no
> checking netinet/sctp_uio.h presence... no
> checking for netinet/sctp_uio.h... no
> checking for sys/file.h... (cached) yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking for sys/mman.h... (cached) yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/poll.h usability... yes
> checking sys/poll.h presence... yes
> checking for sys/poll.h... yes
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking sys/sem.h usability... yes
> checking sys/sem.h presence... yes
> checking for sys/sem.h... yes
> checking sys/sendfile.h usability... yes
> checking sys/sendfile.h presence... yes
> checking for sys/sendfile.h... yes
> checking sys/signal.h usability... yes
> checking sys/signal.h presence... yes
> checking for sys/signal.h... yes
> checking for sys/socket.h... (cached) yes
> checking sys/sockio.h usability... yes
> checking sys/sockio.h presence... yes
> checking for sys/sockio.h... yes
> checking for sys/stat.h... (cached) yes
> checking sys/sysctl.h usability... no
> checking sys/sysctl.h presence... no
> checking for sys/sysctl.h... no
> checking sys/syslimits.h usability... no
> checking sys/syslimits.h presence... no
> checking for sys/syslimits.h... no
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for sys/types.h... (cached) yes
> checking sys/uio.h usability... yes
> checking sys/uio.h presence... yes
> checking for sys/uio.h... yes
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking sys/wait.h usability... yes
> checking sys/wait.h presence... yes
> checking for sys/wait.h... yes
> checking for netinet/tcp.h... yes
> checking for h_errno in netdb.h... yes
> checking for off_t... yes
> checking for pid_t... yes
> checking for size_t... (cached) yes
> checking for uid_t in sys/types.h... yes
> checking for ssize_t... yes
> checking for inline... inline
> checking for an ANSI C-conforming const... yes
> checking whether setpgrp takes no argument... yes
> checking for socklen_t... yes
> checking size of void*... 8
> checking size of char... 1
> checking size of short... 2
> checking size of int... 4
> checking size of long... 8
> checking size of long long... 8
> checking whether int64_t and int use fmt %d... yes
> checking for INT64_C... yes
> checking size of pid_t... 4
> checking whether ssize_t and long use fmt %ld... yes
> checking whether size_t and unsigned long use fmt %lu... yes
> checking size of ssize_t... 8
> checking which format to use for apr_ssize_t... %ld
> checking size of size_t... 8
> checking which format to use for apr_size_t... %lu
> checking size of off_t... 8
> checking which type to use for apr_off_t... checking whether off_t and
> long use fmt %ld... yes
> off_t
> checking size of ino_t... 8
> configure: using ino_t for ino_t
> checking whether byte ordering is bigendian... yes
> checking size of struct iovec... 16
> checking for strnicmp... no
> checking for strncasecmp... yes
> checking for stricmp... no
> checking for strcasecmp... yes
> checking for strdup... yes
> checking for strstr... yes
> checking for memchr... yes
> checking for strtoi... no
>
> Checking for DSO...
> checking for dlopen... yes
> checking for dlsym... yes
>
> Checking for Processes...
> checking for waitpid... yes
> checking for Variable Length Arrays... yes
> checking struct rlimit... yes
>
> Checking for Locking...
> checking for semget... yes
> checking for semctl... yes
> checking for semop... yes
> checking for semtimedop... yes
> checking for flock... no
> checking for semaphore.h... (cached) yes
> checking for library containing sem_open... none required
> checking for sem_close... yes
> checking for sem_unlink... yes
> checking for sem_post... yes
> checking for sem_wait... yes
> checking for sem_timedwait... yes
> checking OS.h usability... no
> checking OS.h presence... no
> checking for OS.h... no
> checking for create_sem... no
> checking for acquire_sem... no
> checking for acquire_sem_etc... no
> checking for working sem_open... yes
> checking for union semun in sys/sem.h... no
> checking for LOCK_EX in sys/file.h... no
> checking for F_SETLK in fcntl.h... yes
> checking for SEM_UNDO in sys/sem.h... yes
> checking for POLLIN in poll.h sys/poll.h... yes
> checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
> checking for pthread_mutex_timedlock... (cached) no
> checking for pthread_mutexattr_setpshared... yes
> checking for working PROCESS_SHARED locks... yes
> checking for robust cross-process mutex support... np
> checking for pthread_condattr_setpshared... yes
> decision on apr_lock implementation method... pthread pshared mutex
> checking if fcntl returns EACCES when F_SETLK is already held... no
> checking if all interprocess locks affect threads... no
> checking if POSIX sems affect threads in the same process... no
> checking if SysV sems affect threads in the same process... no
> checking if fcntl locks affect threads in the same process... no
> checking if flock locks affect threads in the same process... no
> checking sys/random.h usability... yes
> checking sys/random.h presence... yes
> checking for sys/random.h... yes
> checking for getrandom... no
> checking sys/syscall.h usability... yes
> checking sys/syscall.h presence... yes
> checking for sys/syscall.h... yes
> checking linux/random.h usability... no
> checking linux/random.h presence... no
> checking for linux/random.h... no
> checking whether SYS_getrandom is declared... no
> checking for arc4random_buf... no
> checking for entropy source... /dev/urandom
>
> Checking for File Info Support...
> checking for struct stat.st_blocks... yes
> checking for struct stat.st_atimensec... no
> checking for struct stat.st_ctimensec... no
> checking for struct stat.st_mtimensec... no
> checking for struct stat.st_atim.tv_nsec... yes
> checking for struct stat.st_ctim.tv_nsec... yes
> checking for struct stat.st_mtim.tv_nsec... yes
> checking for struct stat.st_atime_n... no
> checking for struct stat.st_ctime_n... no
> checking for struct stat.st_mtime_n... no
> checking for inode member of struct dirent... d_ino
> checking for file type member of struct dirent... no
>
> Checking for OS UUID Support...
> checking uuid.h usability... no
> checking uuid.h presence... no
> checking for uuid.h... no
> checking uuid/uuid.h usability... yes
> checking uuid/uuid.h presence... yes
> checking for uuid/uuid.h... yes
> checking for library containing uuid_create... no
> checking for library containing uuid_generate... -luuid
> checking for uuid_create... no
> checking for uuid_generate... yes
> checking for os uuid usability... yes
>
> Checking for Time Support...
> checking for struct tm.tm_gmtoff... no
> checking for struct tm.__tm_gmtoff... no
>
> Checking for Networking support...
> checking for type in_addr... yes
> checking if fd == socket on this platform... yes
> checking style of gethostbyname_r routine... none
> checking 3rd argument to the gethostbyname_r routines... char
> checking style of getservbyname_r routine... solaris
> checking if TCP_NODELAY setting is inherited from listening sockets... yes
> checking if O_NONBLOCK setting is inherited from listening sockets... yes
> checking whether TCP_NODELAY and TCP_CORK can both be enabled... no
> checking for TCP_CORK in netinet/tcp.h... no
> checking for TCP_NOPUSH in netinet/tcp.h... no
> checking for SO_ACCEPTFILTER in sys/socket.h... no
> checking whether SCTP is supported... yes
> checking for struct ip_mreq... yes
> checking for set_h_errno... no
>
> Checking for IPv6 Networking support...
> checking for library containing getaddrinfo... none required
> checking for library containing gai_strerror... none required
> checking for library containing getnameinfo... none required
> checking for gai_strerror... yes
> checking for if_nametoindex... yes
> checking for if_indextoname... yes
> checking for working getaddrinfo... yes
> checking for negative error codes for getaddrinfo... no
> checking for working getnameinfo... yes
> checking for sockaddr_in6... yes
> checking for sockaddr_storage... yes
> checking for sockaddr_un... yes
> checking for working AI_ADDRCONFIG... yes
> checking if APR supports IPv6... yes
> checking langinfo.h usability... yes
> checking langinfo.h presence... yes
> checking for langinfo.h... yes
> checking for nl_langinfo... yes
>   setting have_unicode_fs to "0"
>   setting apr_has_xthread_files to "0"
>   setting apr_procattr_user_set_requires_password to "0"
>   setting apr_thread_func to ""
>   setting apr_has_user to "1"
>
> Restore user-defined environment settings...
>   restoring CPPFLAGS to "-I/usr/local/include -D_EXTENSIONS_
> -D__EXTENSIONS__ -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS
> -D_LARGEFILE64_SOURCE"
>   setting EXTRA_CPPFLAGS to " -DSOLARIS2=10 -D_REENTRANT"
>   restoring CFLAGS to "-Xa -g -xmemalign=8s -xstrconst -xildoff -m64
> -xnolibmil -xcode=pic32 -xregs=no%appl -xlibmieee -xarch=sparc -mc -xs
> -xbuiltin=%none -xunroll=1 -Qy"
>   setting EXTRA_CFLAGS to ""
>   restoring LDFLAGS to ""
>   setting EXTRA_LDFLAGS to ""
>   restoring LIBS to ""
>   setting EXTRA_LIBS to "-luuid -lsendfile -lrt -lsocket -lnsl  -lpthread"
>   restoring INCLUDES to ""
>   setting EXTRA_INCLUDES to ""
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating include/apr.h
> config.status: creating build/apr_rules.mk
> config.status: creating build/pkg/pkginfo
> config.status: creating apr-1-config
> config.status: creating apr.pc
> config.status: creating test/Makefile
> config.status: creating test/internal/Makefile
> config.status: creating include/arch/unix/apr_private.h
> config.status: executing libtool commands
> libtoolT: No such file or directory
> config.status: executing default commands
> beta $
>
>
>
>
>
> --
> Dennis Clarke
> RISC-V/SPARC/PPC/ARM/CISC
> UNIX and Linux spoken
> GreyBeard and suspenders optional
>

Re: [result] [vote] Release apr-1.7.0 ?

Posted by Dennis Clarke <dc...@blastwave.org>.
On 4/4/19 2:10 PM, William A Rowe Jr wrote:
> First off, thanks all who have contributed to the 1.6.0 -> 1.7.0 evolution
> in some large or small way. Secondly, thanks to all who reviewed.
> 

May not matter much at this point but on Solaris 10 sparc I saw this in
tests :

us=$status; \
                                progfailed="$progfailed '$prog mode
$mode'"; \
                        fi; \
                done; \
        else \
                ./$prog -v; \
                status=$?; \
                if test $status != 0; then \
                        teststatus=$status; \
                        progfailed="$progfailed $prog"; \
                fi; \
        fi; \
done; \
if test $teststatus != 0; then \
        echo "Programs failed:$progfailed"; \
fi; \
exit $teststatus
ld.so.1: testlockperf: fatal: relocation error: file testlockperf:
symbol apr_thread_mutex_timedlock: referenced symbol not found
/bin/bash: line 2: 27221 Killed                  ./$prog -v
.
.
.

However I think Rainer Jung had no such problems. I will go take a look
at my environment and see what went sideways.

Config was :


beta $ pwd
/usr/local/build/apr-1.7.0_SunOS5.10_sparc64vii+.001
beta $ ./configure --prefix=/usr/local --enable-threads \
> --enable-shared --enable-static \
> --enable-other-child --with-devrandom=/dev/urandom \
> --enable-posix-shm
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking target system type... sparc-sun-solaris2.10
Configuring APR library
Platform: sparc-sun-solaris2.10
checking for working mkdir -p... yes
APR Version: 1.7.0
checking for chosen layout... apr
checking for gcc... /opt/developerstudio12.6/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether /opt/developerstudio12.6/bin/cc accepts -g... yes
checking for /opt/developerstudio12.6/bin/cc option to accept ISO C89...
none needed
checking for a sed that does not truncate output... /usr/xpg4/bin/sed
Applying APR hints file rules for sparc-sun-solaris2.10
  adding "-DSOLARIS2=10" to CPPFLAGS
  adding "-D_REENTRANT" to CPPFLAGS
  setting ac_cv_func_pthread_mutex_timedlock to "no"
  setting apr_lock_method to "USE_PROC_PTHREAD_SERIALIZE"
  setting ac_cv_func_readdir64_r to "no"
(Default will be unix)
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... /opt/developerstudio12.6/bin/cc -E
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... build/install.sh -c
checking for rm... rm
checking for as... as
checking for cpp... no
checking for ar... ar
checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
checking for egrep... /usr/xpg4/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
checking how to print strings... printf
checking for a sed that does not truncate output... (cached)
/usr/xpg4/bin/sed
checking for fgrep... /usr/xpg4/bin/grep -F
checking for non-GNU ld... /usr/ccs/bin/sparcv9/ld
checking if the linker (/usr/ccs/bin/sparcv9/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/xpg4/bin/nm -p
checking the name lister (/usr/xpg4/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking how to convert sparc-sun-solaris2.10 file names to
sparc-sun-solaris2.10 format... func_convert_file_noop
checking how to convert sparc-sun-solaris2.10 file names to toolchain
format... func_convert_file_noop
checking for /usr/ccs/bin/sparcv9/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/xpg4/bin/nm -p output from
/opt/developerstudio12.6/bin/cc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking for /opt/developerstudio12.6/bin/cc option to produce PIC...
-KPIC -DPIC
checking if /opt/developerstudio12.6/bin/cc PIC flag -KPIC -DPIC
works... yes
checking if /opt/developerstudio12.6/bin/cc static flag -Bstatic
works... yes
checking if /opt/developerstudio12.6/bin/cc supports -c -o file.o...
conftest*: No such file or directory
yes
checking if /opt/developerstudio12.6/bin/cc supports -c -o file.o...
(cached) yes
checking whether the /opt/developerstudio12.6/bin/cc linker
(/usr/ccs/bin/sparcv9/ld -64) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes

Check for compiler flags...
checking whether the compiler provides atomic builtins... no
checking if /opt/developerstudio12.6/bin/cc -MM can create proper make
dependencies... yes
checking whether to enable -D_LARGEFILE64_SOURCE... no

Checking for libraries...
checking for library containing gethostbyname... -lnsl
checking for library containing gethostname... none required
checking for library containing socket... -lsocket
checking for library containing crypt... none required
checking for main in -ltruerand... no
checking for library containing modf... none required

Checking for Threads...
checking for CFLAGS needed for pthreads... none
checking for LIBS needed for pthreads... -lpthread
  adding "-lpthread" to LIBS
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking whether pthread_getspecific takes two arguments... no
checking whether pthread_attr_getdetachstate takes one argument... no
checking for recursive mutex support... yes
checking for pthread_key_delete... yes
checking for pthread_rwlock_init... yes
checking for pthread_attr_setguardsize... yes
checking for pthread_yield... no
checking for pthread_rwlock_t... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sched_yield... no
APR will use threads
checking for gethostbyname in -lc_r... no
checking for gethostbyaddr in -lc_r... no
checking for getservbyname in -lc_r... no
checking for gethostbyname_r... yes
checking for gethostbyaddr_r... yes
checking for getservbyname_r... yes
checking for sigsuspend... yes
checking for sigwait... yes
checking for poll... yes
checking for kqueue... no
checking for port_create... yes
checking for epoll support... no
checking for epoll_create1 support... no
checking for dup3 support... no
checking for accept4 support... no
checking for SOCK_CLOEXEC support... no
checking for fdatasync... yes
checking for epoll_create1 support... (cached) no
checking for asio -> message queue support... no
checking for dup3 support... (cached) no
checking for accept4 support... (cached) no
checking for SOCK_CLOEXEC support... (cached) no
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getgrnam_r... yes
checking for getgrgid_r... yes

Checking for Shared Memory Support...
checking for library containing shm_open... -lrt
checking for sys/types.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mutex.h usability... yes
checking sys/mutex.h presence... yes
checking for sys/mutex.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking kernel/OS.h usability... no
checking kernel/OS.h presence... no
checking for kernel/OS.h... no
checking os2.h usability... no
checking os2.h presence... no
checking for os2.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for net/if.h... yes
checking for mmap... yes
checking for munmap... yes
checking for shm_open... yes
checking for shm_unlink... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for create_area... no
checking for mprotect... yes
checking for MAP_ANON in sys/mman.h... yes
checking for /dev/zero... yes
checking for mmap that can map /dev/zero... yes
decision on anonymous shared memory allocation method... 4.4BSD-style
mmap() via MAP_ANON
decision on namebased memory allocation method... mmap() via POSIX.1
shm_open() on temporary file
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for calloc... yes
checking for setsid... yes
checking for isinf... no
checking for isnan... yes
checking for getenv... yes
checking for putenv... yes
checking for setenv... yes
checking for unsetenv... yes
checking for writev... yes
checking for getifaddrs... no
checking for utime... yes
checking for utimes... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for sendfilev in -lsendfile... yes
checking for sendfile... yes
checking for send_file... no
checking for sendfilev... yes
checking for sigaction... yes
checking whether sys_siglist is declared... no
checking for fork... yes
checking for inet_addr... yes
checking for inet_network... yes
checking for _getch... no
checking for strerror_r... yes
checking for type of return code from strerror_r... int
checking for mmap... (cached) yes
checking for memmove... yes
checking for getpass... yes
checking for getpassphrase... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for mkstemp... yes
checking whether sigwait takes one argument... no
checking for ANSI C header files... (cached) yes
checking ByteOrder.h usability... no
checking ByteOrder.h presence... no
checking for ByteOrder.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dir.h usability... no
checking dir.h presence... no
checking for dir.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking osreldate.h usability... no
checking osreldate.h presence... no
checking for osreldate.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sysapi.h usability... no
checking sysapi.h presence... no
checking for sysapi.h... no
checking sysgtime.h usability... no
checking sysgtime.h presence... no
checking for sysgtime.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking tpfeq.h usability... no
checking tpfeq.h presence... no
checking for tpfeq.h... no
checking tpfio.h usability... no
checking tpfio.h presence... no
checking for tpfio.h... no
checking for unistd.h... (cached) yes
checking unix.h usability... no
checking unix.h presence... no
checking for unix.h... no
checking for windows.h... (cached) no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for kernel/OS.h... (cached) no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/sctp.h usability... yes
checking netinet/sctp.h presence... yes
checking for netinet/sctp.h... yes
checking netinet/sctp_uio.h usability... no
checking netinet/sctp_uio.h presence... no
checking for netinet/sctp_uio.h... no
checking for sys/file.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/mman.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking for sys/socket.h... (cached) yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for sys/stat.h... (cached) yes
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... no
checking for sys/sysctl.h... no
checking sys/syslimits.h usability... no
checking sys/syslimits.h presence... no
checking for sys/syslimits.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for netinet/tcp.h... yes
checking for h_errno in netdb.h... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking whether setpgrp takes no argument... yes
checking for socklen_t... yes
checking size of void*... 8
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking whether int64_t and int use fmt %d... yes
checking for INT64_C... yes
checking size of pid_t... 4
checking whether ssize_t and long use fmt %ld... yes
checking whether size_t and unsigned long use fmt %lu... yes
checking size of ssize_t... 8
checking which format to use for apr_ssize_t... %ld
checking size of size_t... 8
checking which format to use for apr_size_t... %lu
checking size of off_t... 8
checking which type to use for apr_off_t... checking whether off_t and
long use fmt %ld... yes
off_t
checking size of ino_t... 8
configure: using ino_t for ino_t
checking whether byte ordering is bigendian... yes
checking size of struct iovec... 16
checking for strnicmp... no
checking for strncasecmp... yes
checking for stricmp... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strstr... yes
checking for memchr... yes
checking for strtoi... no

Checking for DSO...
checking for dlopen... yes
checking for dlsym... yes

Checking for Processes...
checking for waitpid... yes
checking for Variable Length Arrays... yes
checking struct rlimit... yes

Checking for Locking...
checking for semget... yes
checking for semctl... yes
checking for semop... yes
checking for semtimedop... yes
checking for flock... no
checking for semaphore.h... (cached) yes
checking for library containing sem_open... none required
checking for sem_close... yes
checking for sem_unlink... yes
checking for sem_post... yes
checking for sem_wait... yes
checking for sem_timedwait... yes
checking OS.h usability... no
checking OS.h presence... no
checking for OS.h... no
checking for create_sem... no
checking for acquire_sem... no
checking for acquire_sem_etc... no
checking for working sem_open... yes
checking for union semun in sys/sem.h... no
checking for LOCK_EX in sys/file.h... no
checking for F_SETLK in fcntl.h... yes
checking for SEM_UNDO in sys/sem.h... yes
checking for POLLIN in poll.h sys/poll.h... yes
checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
checking for pthread_mutex_timedlock... (cached) no
checking for pthread_mutexattr_setpshared... yes
checking for working PROCESS_SHARED locks... yes
checking for robust cross-process mutex support... np
checking for pthread_condattr_setpshared... yes
decision on apr_lock implementation method... pthread pshared mutex
checking if fcntl returns EACCES when F_SETLK is already held... no
checking if all interprocess locks affect threads... no
checking if POSIX sems affect threads in the same process... no
checking if SysV sems affect threads in the same process... no
checking if fcntl locks affect threads in the same process... no
checking if flock locks affect threads in the same process... no
checking sys/random.h usability... yes
checking sys/random.h presence... yes
checking for sys/random.h... yes
checking for getrandom... no
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking linux/random.h usability... no
checking linux/random.h presence... no
checking for linux/random.h... no
checking whether SYS_getrandom is declared... no
checking for arc4random_buf... no
checking for entropy source... /dev/urandom

Checking for File Info Support...
checking for struct stat.st_blocks... yes
checking for struct stat.st_atimensec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_atim.tv_nsec... yes
checking for struct stat.st_ctim.tv_nsec... yes
checking for struct stat.st_mtim.tv_nsec... yes
checking for struct stat.st_atime_n... no
checking for struct stat.st_ctime_n... no
checking for struct stat.st_mtime_n... no
checking for inode member of struct dirent... d_ino
checking for file type member of struct dirent... no

Checking for OS UUID Support...
checking uuid.h usability... no
checking uuid.h presence... no
checking for uuid.h... no
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for library containing uuid_create... no
checking for library containing uuid_generate... -luuid
checking for uuid_create... no
checking for uuid_generate... yes
checking for os uuid usability... yes

Checking for Time Support...
checking for struct tm.tm_gmtoff... no
checking for struct tm.__tm_gmtoff... no

Checking for Networking support...
checking for type in_addr... yes
checking if fd == socket on this platform... yes
checking style of gethostbyname_r routine... none
checking 3rd argument to the gethostbyname_r routines... char
checking style of getservbyname_r routine... solaris
checking if TCP_NODELAY setting is inherited from listening sockets... yes
checking if O_NONBLOCK setting is inherited from listening sockets... yes
checking whether TCP_NODELAY and TCP_CORK can both be enabled... no
checking for TCP_CORK in netinet/tcp.h... no
checking for TCP_NOPUSH in netinet/tcp.h... no
checking for SO_ACCEPTFILTER in sys/socket.h... no
checking whether SCTP is supported... yes
checking for struct ip_mreq... yes
checking for set_h_errno... no

Checking for IPv6 Networking support...
checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for working getaddrinfo... yes
checking for negative error codes for getaddrinfo... no
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking for sockaddr_storage... yes
checking for sockaddr_un... yes
checking for working AI_ADDRCONFIG... yes
checking if APR supports IPv6... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
  setting have_unicode_fs to "0"
  setting apr_has_xthread_files to "0"
  setting apr_procattr_user_set_requires_password to "0"
  setting apr_thread_func to ""
  setting apr_has_user to "1"

Restore user-defined environment settings...
  restoring CPPFLAGS to "-I/usr/local/include -D_EXTENSIONS_
-D__EXTENSIONS__ -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS
-D_LARGEFILE64_SOURCE"
  setting EXTRA_CPPFLAGS to " -DSOLARIS2=10 -D_REENTRANT"
  restoring CFLAGS to "-Xa -g -xmemalign=8s -xstrconst -xildoff -m64
-xnolibmil -xcode=pic32 -xregs=no%appl -xlibmieee -xarch=sparc -mc -xs
-xbuiltin=%none -xunroll=1 -Qy"
  setting EXTRA_CFLAGS to ""
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to ""
  restoring LIBS to ""
  setting EXTRA_LIBS to "-luuid -lsendfile -lrt -lsocket -lnsl  -lpthread"
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to ""
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/apr.h
config.status: creating build/apr_rules.mk
config.status: creating build/pkg/pkginfo
config.status: creating apr-1-config
config.status: creating apr.pc
config.status: creating test/Makefile
config.status: creating test/internal/Makefile
config.status: creating include/arch/unix/apr_private.h
config.status: executing libtool commands
libtoolT: No such file or directory
config.status: executing default commands
beta $





-- 
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional

[result] [vote] Release apr-1.7.0 ?

Posted by William A Rowe Jr <wr...@rowe-clan.net>.
First off, thanks all who have contributed to the 1.6.0 -> 1.7.0 evolution
in some large or small way. Secondly, thanks to all who reviewed.

Steffan's concerns are noted, and the resolution does not appear to be
binary breakage, so we should be safe. Shout loudly and quickly if I
misunderstood. It's concerning that we should possibly re-describe
this mechanism as a 64-less-one-bit unsigned API. For the purposes
it was imagined for, I expect it's sufficient.

My own tests are largely on Fedora and I'm +1 on the result, and very
grateful for Gregg for the windows dsp/makefile refresh. I observed
Yann's feedback which I agree with on the change of locking priority
in the announcement, I'm still hoping someone from the Netware
maintainers community will comment on that specific communication
in the draft Announcement before it goes out tomorrow.

So with all this said, the vote passes unanimously, and I'm moving
the files to release/ about 10 minutes late, and will announce when
the mirrors have populated tomorrow. Again, thanks everyone, we
can start a fresh thread on apr-util 1.next, or the entire kitchen sink
of releasing 2.0 on the tail of this small effort.

Cheers,

Bill


On Mon, Apr 1, 2019 at 1:01 PM William A Rowe Jr <wr...@rowe-clan.net>
wrote:

> Candidate tarballs are at the usual location;
> https://apr.apache.org/dev/dist/
>
> For the release of apr-1.7.0
>   [  ]  +1 looks great!
>   [  ]  -1 something is broken
>
> This vote will conclude April 4th 2pm EDT, for potential
> announcement Friday.
>
> I could use a hand from Netware folk to explain the potential for
> binary breakage in os locks to end users for our Announcement,
> not that this ever really worked in the first place AIUI.
>

Re: [vote] Release apr-1.7.0 ?

Posted by Graham Leggett <mi...@sharp.fm>.
On 01 Apr 2019, at 20:01, William A Rowe Jr <wr...@rowe-clan.net> wrote:

> Candidate tarballs are at the usual location;
> https://apr.apache.org/dev/dist/ <https://apr.apache.org/dev/dist/>
> 
> For the release of apr-1.7.0
>   [  ]  +1 looks great!
>   [  ]  -1 something is broken
> 
> This vote will conclude April 4th 2pm EDT, for potential
> announcement Friday.
> 
> I could use a hand from Netware folk to explain the potential for
> binary breakage in os locks to end users for our Announcement,
> not that this ever really worked in the first place AIUI.

Tested on CentOS7 built as an RPM, all tests pass.

Tested on MacOS Mojave, all tests pass.

+1

Regards,
Graham
—


Re: [vote] Release apr-1.7.0 ?

Posted by Nick Kew <ni...@apache.org>.
On Mon, 1 Apr 2019 13:01:55 -0500
William A Rowe Jr <wr...@rowe-clan.net> wrote:

> Candidate tarballs are at the usual location;
> https://apr.apache.org/dev/dist/
> 
> For the release of apr-1.7.0
>   [  ]  +1 looks great!
>   [  ]  -1 something is broken

+1.  Works for me.
     Debian (currently my only dev platform).

Thanks, Bill.

-- 
Nick Kew