GNU bug report logs - #70979
test suite failures on Solaris 11

Previous Next

Package: libtool;

Reported by: Bruno Haible <bruno <at> clisp.org>

Date: Thu, 16 May 2024 13:14:02 UTC

Severity: normal

Done: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>

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 70979 in the body.
You can then email your comments to 70979 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-libtool <at> gnu.org:
bug#70979; Package libtool. (Thu, 16 May 2024 13:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Bruno Haible <bruno <at> clisp.org>:
New bug report received and forwarded. Copy sent to bug-libtool <at> gnu.org. (Thu, 16 May 2024 13:14:02 GMT) Full text and rfc822 format available.

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

From: Bruno Haible <bruno <at> clisp.org>
To: bug-libtool <at> gnu.org
Subject: test suite failures on Solaris 11
Date: Thu, 16 May 2024 15:12:50 +0200
[Message part 1 (text/plain, inline)]
Hi,

An automated test of the current libtool HEAD [1] exhibits
test failures on both Solaris 11.4 from Oracle and Solaris 11 OmniOS.
The failure and log is the same in both cases:

testsuite: 170 failed

170: Use -no-canonical-prefixes flag                 FAILED (bug_62343.at:38)

Find attached the file testsuite.dir/170/testsuite.log. Note in particular the
error message:

  ld: fatal: file libgcc-unwind.map: stat failed: No such file or directory

Bruno

[1] https://github.com/gnu-libtool/ci-check/actions
[testsuite.log (text/x-log, attachment)]

Reply sent to Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>:
You have taken responsibility. (Sat, 08 Jun 2024 10:06:02 GMT) Full text and rfc822 format available.

Notification sent to Bruno Haible <bruno <at> clisp.org>:
bug acknowledged by developer. (Sat, 08 Jun 2024 10:06:02 GMT) Full text and rfc822 format available.

Message #10 received at 70979-done <at> debbugs.gnu.org (full text, mbox):

From: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
To: 70979-done <at> debbugs.gnu.org
Cc: Bruno Haible <bruno <at> clisp.org>
Subject: Re: bug#70979: test suite failures on Solaris 11
Date: Sat, 8 Jun 2024 12:30:59 +0300
[Message part 1 (text/plain, inline)]
On 16/05/2024 16:12, Bruno Haible wrote:
> Hi,
> 
> An automated test of the current libtool HEAD [1] exhibits
> test failures on both Solaris 11.4 from Oracle and Solaris 11 OmniOS.
> The failure and log is the same in both cases:
> 
> testsuite: 170 failed
> 
> 170: Use -no-canonical-prefixes flag                 FAILED (bug_62343.at:38)
> 
> Find attached the file testsuite.dir/170/testsuite.log. Note in particular the
> error message:
> 
>    ld: fatal: file libgcc-unwind.map: stat failed: No such file or directory
> 
> Bruno
> 
> [1] https://github.com/gnu-libtool/ci-check/actions

This has been fixed in development! Thank you for the bug report
and logs.

Also on Solaris 11.4, test-update-copyright.sh from gnulib appears to be
failing. Does this look like an issue with libtool's copyright or should
I report a gnulib bug? It is confusing to me that it is only happening
on Solaris.

-- 
Ileana Dumitrescu

GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354
[OpenPGP_0x6570EA01146F7354.asc (application/pgp-keys, attachment)]
[OpenPGP_signature.asc (application/pgp-signature, attachment)]

Information forwarded to bug-libtool <at> gnu.org:
bug#70979; Package libtool. (Sat, 08 Jun 2024 11:05:02 GMT) Full text and rfc822 format available.

Message #13 received at 70979-done <at> debbugs.gnu.org (full text, mbox):

From: Bruno Haible <bruno <at> clisp.org>
To: 70979-done <at> debbugs.gnu.org,
 Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
Subject: Re: bug#70979: test suite failures on Solaris 11
Date: Sat, 08 Jun 2024 13:04:13 +0200
Hi Ileana,

> >    ld: fatal: file libgcc-unwind.map: stat failed: No such file or directory
> 
> This has been fixed in development! Thank you for the bug report
> and logs.

Thanks for the fix!

> Also on Solaris 11.4, test-update-copyright.sh from gnulib appears to be
> failing. Does this look like an issue with libtool's copyright or should
> I report a gnulib bug? It is confusing to me that it is only happening
> on Solaris.

I encountered this error already while working on the Gnulib CI [1].
According to my analysis, the problem is that the initially set locale
on this GitHub system is invalid. I therefore now copied the workaround/fix
from the Gnulib CI to the libtool CI (both branches).

Bruno

[1] https://github.com/gnu-gnulib/ci-testdir-check







Information forwarded to bug-libtool <at> gnu.org:
bug#70979; Package libtool. (Sat, 08 Jun 2024 11:26:02 GMT) Full text and rfc822 format available.

Message #16 received at 70979-done <at> debbugs.gnu.org (full text, mbox):

From: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
To: Bruno Haible <bruno <at> clisp.org>, 70979-done <at> debbugs.gnu.org
Subject: Re: bug#70979: test suite failures on Solaris 11
Date: Sat, 8 Jun 2024 14:24:05 +0300
[Message part 1 (text/plain, inline)]
Hi Bruno,

On 08/06/2024 14:04, Bruno Haible wrote:
> Hi Ileana,
> 
>>>     ld: fatal: file libgcc-unwind.map: stat failed: No such file or directory
>>
>> This has been fixed in development! Thank you for the bug report
>> and logs.
> 
> Thanks for the fix!
> 
>> Also on Solaris 11.4, test-update-copyright.sh from gnulib appears to be
>> failing. Does this look like an issue with libtool's copyright or should
>> I report a gnulib bug? It is confusing to me that it is only happening
>> on Solaris.
> 
> I encountered this error already while working on the Gnulib CI [1].
> According to my analysis, the problem is that the initially set locale
> on this GitHub system is invalid. I therefore now copied the workaround/fix
> from the Gnulib CI to the libtool CI (both branches).

Thank you for applying the fix! I am happy to see more green than red on
the CI checks now :)

> Bruno
> 
> [1] https://github.com/gnu-gnulib/ci-testdir-check

-- 
Ileana Dumitrescu

GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354
[OpenPGP_0x6570EA01146F7354.asc (application/pgp-keys, attachment)]
[OpenPGP_signature.asc (application/pgp-signature, attachment)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 07 Jul 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 66 days ago.

Previous Next


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