On AIX 7.3, I also see three other test failures:
  - misc/stdbuf
  - install/basic-1
  - mkdir/p-3

Here's the test-suite.log.


FAIL: tests/misc/stdbuf
=======================

stdbuf: invalid mode 'l'
stdbuf: invalid mode '18446744073709551616': Value too large to be stored in 
data type
stdbuf: line buffering stdin is meaningless
Try 'stdbuf --help' for more information.
stdbuf: you must specify a buffering mode option
Try 'stdbuf --help' for more information.
env: '.': Permission denied
stdbuf: failed to run command '.': Permission denied
stdbuf: failed to run command 'no_such': No such file or directory
--- exp 2024-03-24 15:40:05.279885894 +0000
+++ out 2024-03-24 15:40:05.395214089 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:05.414744925 +0000
+++ out 2024-03-24 15:40:05.629866015 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:05.649867443 +0000
+++ out 2024-03-24 15:40:06.614461460 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:06.798673770 +0000
+++ out 2024-03-24 15:40:06.897383544 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:06.910137778 +0000
+++ out 2024-03-24 15:40:08.532512095 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:08.550349358 +0000
+++ out 2024-03-24 15:40:11.770356312 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:11.789964464 +0000
+++ out 2024-03-24 15:40:11.909963603 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:11.929964753 +0000
+++ out 2024-03-24 15:40:12.146672994 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:12.159964309 +0000
+++ out 2024-03-24 15:40:12.581219777 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:12.599982127 +0000
+++ out 2024-03-24 15:40:13.419980044 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:13.429980469 +0000
+++ out 2024-03-24 15:40:15.564117280 +0000
@@ -1,1 +1,2 @@
 1
+2
--- exp 2024-03-24 15:40:15.716969170 +0000
+++ out 2024-03-24 15:40:18.291190238 +0000
@@ -1,1 +1,2 @@
 1
+2
FAIL tests/misc/stdbuf.sh (exit status: 1)

FAIL: tests/install/basic-1
===========================

strip: dd2 -- 0654-423 dd2 is not valid in the current object file mode.
        Use the -X option to specify the desired object mode.
WARNING!!! Your strip command doesn't seem to work,
so skipping the test of install's --strip option.
ginstall: cannot create directory 'rel': Permission denied
FAIL tests/install/basic-1.sh (exit status: 1)

FAIL: tests/mkdir/p-3
=====================

mkdir: cannot create directory 'a': Permission denied
mkdir: cannot create directory 'd': Permission denied
FAIL tests/mkdir/p-3.sh (exit status: 1)


NB: On AIX, 'strip' needs the option -X 64, if it is meant to work on 64-bit
binaries.




Reply via email to