GNU bug report logs - #16021
Fwd: Libtool v2.4.2 test failure on ARMv7h (ODROID XU) using GCC v4.8.2

Previous Next

Package: libtool;

Reported by: Mikael Lyngvig <mikael <at> lyngvig.org>

Date: Sun, 1 Dec 2013 17:20:02 UTC

Severity: normal

To reply to this bug, email your comments to 16021 AT debbugs.gnu.org.

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-libtool <at> gnu.org:
bug#16021; Package libtool. (Sun, 01 Dec 2013 17:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mikael Lyngvig <mikael <at> lyngvig.org>:
New bug report received and forwarded. Copy sent to bug-libtool <at> gnu.org. (Sun, 01 Dec 2013 17:20:03 GMT) Full text and rfc822 format available.

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

From: Mikael Lyngvig <mikael <at> lyngvig.org>
To: bug-libtool <at> gnu.org
Subject: Fwd: Libtool v2.4.2 test failure on ARMv7h (ODROID XU) using GCC
 v4.8.2
Date: Sun, 1 Dec 2013 13:47:35 +0100
[Message part 1 (text/plain, inline)]
Whoops, forgot to attach the tests/testsuite.log file.  Here it is.


-- Mikael

---------- Forwarded message ----------
From: Mikael Lyngvig <mikael <at> lyngvig.org>
Date: 2013/12/1
Subject: Libtool v2.4.2 test failure on ARMv7h (ODROID XU) using GCC v4.8.2
To: bug-libtool <at> gnu.org


Hi,

I am trying to build libtool v2.4.2 using the Arch Linux PKGBUILD file
found at:

    https://github.com/archlinuxarm/PKGBUILDs/tree/master/core/libtool

I have successfully built GCC v4.8.2-4, but I am unable to make the Arch
Linux package for libtool because of the following failure:

   FAIL: tests/pdemo-make.test

I also ran the test in verbose mode and this is the result:

Libtool stress test.

114: Link option thorough search test                ok
115: Run tests with low max_cmd_len               FAILED (cmdline_wrap.at:43
)
116: override pic_flag at configure time               skipped (
pic_flag.at:47)



Sincerely,
Mikael Lyngvig
[Message part 2 (text/html, inline)]
[testsuite.log (application/octet-stream, attachment)]

Information forwarded to bug-libtool <at> gnu.org:
bug#16021; Package libtool. (Mon, 02 Dec 2013 08:50:01 GMT) Full text and rfc822 format available.

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

From: "Gary V. Vaughan" <gary <at> vaughan.pe>
To: Mikael Lyngvig <mikael <at> lyngvig.org>
Cc: 16021 <at> debbugs.gnu.org
Subject: Re: bug#16021: Fwd: Libtool v2.4.2 test failure on ARMv7h (ODROID XU)
 using GCC v4.8.2
Date: Mon, 2 Dec 2013 21:49:30 +1300
[Message part 1 (text/plain, inline)]
Hi Mikael,

Thanks for the report.

On Dec 2, 2013, at 1:47 AM, Mikael Lyngvig <mikael <at> lyngvig.org> wrote:

> Whoops, forgot to attach the tests/testsuite.log file.  Here it is.
> 
> 
> -- Mikael
> 
> ---------- Forwarded message ----------
> From: Mikael Lyngvig <mikael <at> lyngvig.org>
> Date: 2013/12/1
> Subject: Libtool v2.4.2 test failure on ARMv7h (ODROID XU) using GCC v4.8.2
> To: bug-libtool <at> gnu.org
> 
> 
> Hi,
> 
> I am trying to build libtool v2.4.2 using the Arch Linux PKGBUILD file found at:
> 
>     https://github.com/archlinuxarm/PKGBUILDs/tree/master/core/libtool
> 
> I have successfully built GCC v4.8.2-4, but I am unable to make the Arch Linux package for libtool because of the following failure:
> 
>    FAIL: tests/pdemo-make.test    

This is a failure in the legacy test suite, which has been converted to
autotest in the soon to be released master branch of upstream libtool:

  http://git.savannah.gnu.org/cgit/libtool.git/log/


> I also ran the test in verbose mode and this is the result:
> 
> Libtool stress test.
> 
> 114: Link option thorough search test                ok
> 115: Run tests with low max_cmd_len               FAILED (cmdline_wrap.at:43)
> 116: override pic_flag at configure time               skipped (pic_flag.at:47)

115 is a recursive test of the whole Autotest testsuite, and usually indicates
a repeat failure of one of the other inner tests that it runs again with an
artificially low shell command line length.

If you could try again with either the current git master, or if you
(understandably) want to avoid bootstrapping a developer revision, using
the pre-release tarball here:

  http://alpha.gnu.org/gnu/libtool/libtool-2.4.2.418.tar.gz

I'll try to help fix your problem in time for the upcoming full release.

It will help if you run the './configure && make all check' steps yourself to
avoid any confusion and inability to reproduce issues in the Arch package
wrapper on my end.

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)
[signature.asc (application/pgp-signature, attachment)]

Information forwarded to bug-libtool <at> gnu.org:
bug#16021; Package libtool. (Wed, 04 Dec 2013 09:06:02 GMT) Full text and rfc822 format available.

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

From: Mikael Lyngvig <mikael <at> lyngvig.org>
To: "Gary V. Vaughan" <gary <at> vaughan.pe>
Cc: 16021 <at> debbugs.gnu.org, Mikael Lyngvig <mikael <at> lyngvig.org>
Subject: Re: bug#16021: Fwd: Libtool v2.4.2 test failure on ARMv7h (ODROID XU)
 using GCC v4.8.2
Date: Wed, 4 Dec 2013 10:05:31 +0100
[Message part 1 (text/plain, inline)]
Hi Gary,

My tiny BeagleBone Black has been working hard all of the night to provide
you with new data :-)

I downloaded the alpha version of libtool you sent me and tried building it
manually using "make all check" as you asked.

It did fail, please see the attached log file (which I have compressed per
request of Bob).

Please let me know if there's anything I can do to help such as building
another interim version.


Cheers,
Mikael


2013/12/2 Gary V. Vaughan <gary <at> vaughan.pe>

> Hi Mikael,
>
> Thanks for the report.
>
> On Dec 2, 2013, at 1:47 AM, Mikael Lyngvig <mikael <at> lyngvig.org> wrote:
>
> > Whoops, forgot to attach the tests/testsuite.log file.  Here it is.
> >
> >
> > -- Mikael
> >
> > ---------- Forwarded message ----------
> > From: Mikael Lyngvig <mikael <at> lyngvig.org>
> > Date: 2013/12/1
> > Subject: Libtool v2.4.2 test failure on ARMv7h (ODROID XU) using GCC
> v4.8.2
> > To: bug-libtool <at> gnu.org
> >
> >
> > Hi,
> >
> > I am trying to build libtool v2.4.2 using the Arch Linux PKGBUILD file
> found at:
> >
> >     https://github.com/archlinuxarm/PKGBUILDs/tree/master/core/libtool
> >
> > I have successfully built GCC v4.8.2-4, but I am unable to make the Arch
> Linux package for libtool because of the following failure:
> >
> >    FAIL: tests/pdemo-make.test
>
> This is a failure in the legacy test suite, which has been converted to
> autotest in the soon to be released master branch of upstream libtool:
>
>   http://git.savannah.gnu.org/cgit/libtool.git/log/
>
>
> > I also ran the test in verbose mode and this is the result:
> >
> > Libtool stress test.
> >
> > 114: Link option thorough search test                ok
> > 115: Run tests with low max_cmd_len               FAILED (
> cmdline_wrap.at:43)
> > 116: override pic_flag at configure time               skipped (
> pic_flag.at:47)
>
> 115 is a recursive test of the whole Autotest testsuite, and usually
> indicates
> a repeat failure of one of the other inner tests that it runs again with an
> artificially low shell command line length.
>
> If you could try again with either the current git master, or if you
> (understandably) want to avoid bootstrapping a developer revision, using
> the pre-release tarball here:
>
>   http://alpha.gnu.org/gnu/libtool/libtool-2.4.2.418.tar.gz
>
> I'll try to help fix your problem in time for the upcoming full release.
>
> It will help if you run the './configure && make all check' steps yourself
> to
> avoid any confusion and inability to reproduce issues in the Arch package
> wrapper on my end.
>
> Cheers,
> --
> Gary V. Vaughan (gary AT gnu DOT org)
>
[Message part 2 (text/html, inline)]
[testsuite.log.bz2 (application/x-bzip2, attachment)]

This bug report was last modified 11 years and 200 days ago.

Previous Next


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