bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bernhard Voelker <mail@bernhard-voelker.de>
To: bug-gnulib <bug-gnulib@gnu.org>
Subject: AIX7.2: test-fcntl fails when run via AIX make with -j
Date: Thu, 7 Jan 2021 00:04:31 +0100	[thread overview]
Message-ID: <e2d6df97-4be1-5dd5-43ac-3bbe53573b79@bernhard-voelker.de> (raw)

I notice that 'test-fcntl' fails on AIX7.2 when run from AIX make with any -j value,
but succeeds if run both without -j or when run via gmake.
Reproducer:

Export 'fcntl' module into a tarball, and transfer it to the AIX7.2 host.

  $ ./gnulib-tool --create-testdir --dir=/tmp/gl-fcntl --single-configure fcntl \
      && cd /tmp \
      && tar -zcf gl-fcntl.tar.gz gl-fcntl \
      && scp -p gl-fcntl.tar.gz gcc119.fsffrance.org:

Logon there.

  $ ssh gcc119.fsffrance.org

Go away from ksh.

  $ exec bash --login

Build the 'fcntl' module.

  $ gzip -d -c - < gl-fcntl.tar.gz \
      | tar -xf - \
      && cd gl-fcntl \
      && ./configure && make

Run tests with -j4 --> test-fcntl fails:

  $ make -j4 check
  ...
  FAIL: test-fcntl
  ...

  $ cat gltests/test-fcntl.log
  FAIL test-fcntl (exit status: 42)

Run tests without -j --> test-fcntl succeeds:

  make check
  ...
  PASS: test-fcntl
  ...

Funny thing is: it fails even with -j1:

  $ make -j1 check
  ...
  FAIL: test-fcntl
  ...

Finally: no problems with gmake:

  $ gmake -j4 check
  ...
  PASS: test-fcntl
  ...

Is this worth investigating/fixing?

Have a nice day,
Berny


             reply	other threads:[~2021-01-06 23:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06 23:04 Bernhard Voelker [this message]
2021-01-07  2:04 ` AIX7.2: test-fcntl fails when run via AIX make with -j Bruno Haible
2021-01-07 18:33   ` Bernhard Voelker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e2d6df97-4be1-5dd5-43ac-3bbe53573b79@bernhard-voelker.de \
    --to=mail@bernhard-voelker.de \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).