GNU bug report logs - #32262
cannot build automake-1.16 on AIX (v6.1 and xlc); automake-1-15.1 builds fine.

Previous Next

Package: automake;

Reported by: Michael Felt <michael <at> felt.demon.nl>

Date: Tue, 24 Jul 2018 17:11:02 UTC

Severity: normal

Tags: notabug

Done: Mike Frysinger <vapier <at> gentoo.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32262 in the body.
You can then email your comments to 32262 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-automake <at> gnu.org:
bug#32262; Package automake. (Tue, 24 Jul 2018 17:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Felt <michael <at> felt.demon.nl>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Tue, 24 Jul 2018 17:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Felt <michael <at> felt.demon.nl>
To: bug-automake <at> gnu.org
Subject: cannot build automake-1.16 on AIX (v6.1 and xlc); automake-1-15.1
 builds fine.
Date: Tue, 24 Jul 2018 19:10:34 +0200
Just checked - building automake 1.15.1 is simple. automake-1.16, not so 
simple (aka not working, see below).


Hope this helps! - below for details


Target "clean" is up to date.
root <at> x066:[/data/prj/gnu/automake-1.15.1]make
  GEN      bin/automake
  GEN      bin/aclocal
  GEN      t/ax/shell-no-trail-bslash
  GEN      t/ax/cc-no-c-o
  GEN      runtest
  GEN      doc/aclocal.1
  GEN      doc/automake.1
  GEN      lib/Automake/Config.pm
  GEN      doc/aclocal-1.15.1
  GEN      doc/automake-1.15.1
  GEN      t/ax/test-defs.sh


AUTOMAKE-1.16:

root <at> x066:[/data/prj/gnu/automake-1.16]make
  GEN      bin/automake
  GEN      bin/aclocal
  GEN      bin/aclocal-1.16
  GEN      bin/automake-1.16
  GEN      t/ax/shell-no-trail-bslash
  GEN      t/ax/cc-no-c-o
  GEN      runtest
  GEN      doc/aclocal.1
  GEN      doc/automake.1
  GEN      lib/Automake/Config.pm
  GEN      doc/aclocal-1.16.1
  GEN      doc/automake-1.16.1
help2man: can't get `--help' info from automake-1.16
Try `--no-discard-stderr' if option outputs to stderr
make: 1254-004 The error code from the last command is 255.

There is at least one issue, both in in-tree and out-of-tree builds:

root <at> x066:[/data/prj/gnu/automake-1.16]make V=1
        :  && lib/install-sh -c -d doc  && ./pre-inst-env /usr/bin/perl 
./doc/help2man --output=doc/automake-1.16.1 automake-1.16
help2man: can't get `--help' info from automake-1.16
Try `--no-discard-stderr' if option outputs to stderr
make: 1254-004 The error code from the last command is 255.


root <at> x066:[/data/prj/gnu/automake-1.16]./bin/automake --help
"none" is not exported by the List::Util module
Can't continue after import errors at ./bin/automake line 76
BEGIN failed--compilation aborted at ./bin/automake line 76.

This is the error I get AFTER doing:

# ln -s lib/Automake Automake

Without the symbolic link I get:

root <at> x066:[/data/prj/gnu/automake-1.16]./bin/automake --help
Can't locate Automake/Config.pm in @INC (@INC contains: 
/opt/share/automake-1.16 /usr/opt/perl5/lib/5.8.8/aix-thread-multi 
/usr/opt/perl5/lib/5.8.8 
/usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi 
/usr/opt/perl5/lib/site_perl/5.8.8 /usr/opt/perl5/lib/site_perl .) at 
./bin/automake line 47.
BEGIN failed--compilation aborted at ./bin/automake line 47.






Information forwarded to bug-automake <at> gnu.org:
bug#32262; Package automake. (Tue, 24 Jul 2018 17:17:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Felt <aixtools <at> felt.demon.nl>
To: bug-automake <at> gnu.org
Subject: Re: bug#32262: cannot build automake-1.16 on AIX (v6.1 and xlc);
 automake-1-15.1 builds fine.
Date: Tue, 24 Jul 2018 19:16:22 +0200
My bad - need to read announcements in the reverse order. I found 
automake-1.16.1 and all is fine again.

Thanks - and my apologies for the noise. -- not a bug.


On 7/24/2018 7:10 PM, Michael Felt wrote:
> Just checked - building automake 1.15.1 is simple. automake-1.16, not 
> so simple (aka not working, see below).
>
>
> Hope this helps! - below for details
>
>
> Target "clean" is up to date.
> root <at> x066:[/data/prj/gnu/automake-1.15.1]make
>   GEN      bin/automake
>   GEN      bin/aclocal
>   GEN      t/ax/shell-no-trail-bslash
>   GEN      t/ax/cc-no-c-o
>   GEN      runtest
>   GEN      doc/aclocal.1
>   GEN      doc/automake.1
>   GEN      lib/Automake/Config.pm
>   GEN      doc/aclocal-1.15.1
>   GEN      doc/automake-1.15.1
>   GEN      t/ax/test-defs.sh
>
>
> AUTOMAKE-1.16:
>
> root <at> x066:[/data/prj/gnu/automake-1.16]make
>   GEN      bin/automake
>   GEN      bin/aclocal
>   GEN      bin/aclocal-1.16
>   GEN      bin/automake-1.16
>   GEN      t/ax/shell-no-trail-bslash
>   GEN      t/ax/cc-no-c-o
>   GEN      runtest
>   GEN      doc/aclocal.1
>   GEN      doc/automake.1
>   GEN      lib/Automake/Config.pm
>   GEN      doc/aclocal-1.16.1
>   GEN      doc/automake-1.16.1
> help2man: can't get `--help' info from automake-1.16
> Try `--no-discard-stderr' if option outputs to stderr
> make: 1254-004 The error code from the last command is 255.
>
> There is at least one issue, both in in-tree and out-of-tree builds:
>
> root <at> x066:[/data/prj/gnu/automake-1.16]make V=1
>         :  && lib/install-sh -c -d doc  && ./pre-inst-env 
> /usr/bin/perl ./doc/help2man --output=doc/automake-1.16.1 automake-1.16
> help2man: can't get `--help' info from automake-1.16
> Try `--no-discard-stderr' if option outputs to stderr
> make: 1254-004 The error code from the last command is 255.
>
>
> root <at> x066:[/data/prj/gnu/automake-1.16]./bin/automake --help
> "none" is not exported by the List::Util module
> Can't continue after import errors at ./bin/automake line 76
> BEGIN failed--compilation aborted at ./bin/automake line 76.
>
> This is the error I get AFTER doing:
>
> # ln -s lib/Automake Automake
>
> Without the symbolic link I get:
>
> root <at> x066:[/data/prj/gnu/automake-1.16]./bin/automake --help
> Can't locate Automake/Config.pm in @INC (@INC contains: 
> /opt/share/automake-1.16 /usr/opt/perl5/lib/5.8.8/aix-thread-multi 
> /usr/opt/perl5/lib/5.8.8 
> /usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi 
> /usr/opt/perl5/lib/site_perl/5.8.8 /usr/opt/perl5/lib/site_perl .) at 
> ./bin/automake line 47.
> BEGIN failed--compilation aborted at ./bin/automake line 47.
>
>
>
>
>
>





Added tag(s) notabug. Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Fri, 10 Dec 2021 07:34:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 32262 <at> debbugs.gnu.org and Michael Felt <michael <at> felt.demon.nl> Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Fri, 10 Dec 2021 07:34:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 07 Jan 2022 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 106 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.