unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Guile fails tests
@ 2009-12-12  6:10 ChIIph
  2009-12-17 23:54 ` Neil Jerram
  0 siblings, 1 reply; 4+ messages in thread
From: ChIIph @ 2009-12-12  6:10 UTC (permalink / raw)
  To: bug-guile

[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]

Hello, I'm maintaining guile package in Gentoo, and since version 1.8.6
the tests are failing.

Here's the log for version 1.8.7:

make  check-TESTS
make[4]: Entering directory
`/var/tmp/portage/dev-scheme/guile-1.8.7/work/guile-1.8.7/test-suite/standalone'
PASS: test-system-cmds
PASS: test-require-extension
PASS: test-bad-identifiers
PASS: test-num2integral
PASS: test-round
PASS: test-gh
ERROR: In procedure dynamic-link:
ERROR: file: "libtest-asmobs", message: "file not found"
FAIL: test-asmobs
PASS: test-list
PASS: test-unwind
PASS: test-conversion
PASS: test-fast-slot-ref
PASS: test-use-srfi
PASS: test-scm-c-read
PASS: test-scm-take-locale-symbol
PASS: test-with-guile-module
PASS: test-scm-with-guile
==================================
1 of 16 tests failed
Please report to bug-guile@gnu.org
==================================
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory
`/var/tmp/portage/dev-scheme/guile-1.8.7/work/guile-1.8.7/test-suite/standalone'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory
`/var/tmp/portage/dev-scheme/guile-1.8.7/work/guile-1.8.7/test-suite/standalone'
make[2]: *** [check] Error 2
make[2]: Leaving directory
`/var/tmp/portage/dev-scheme/guile-1.8.7/work/guile-1.8.7/test-suite/standalone'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/dev-scheme/guile-1.8.7/work/guile-1.8.7/test-suite'
make: *** [check-recursive] Error 1

The same problem has happened with 1.8.6:

http://bugs.gentoo.org/show_bug.cgi?id=295093


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Guile fails tests
  2009-12-12  6:10 Guile fails tests ChIIph
@ 2009-12-17 23:54 ` Neil Jerram
  2009-12-18 10:56   ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Jerram @ 2009-12-17 23:54 UTC (permalink / raw)
  To: ChIIph; +Cc: bug-guile

ChIIph <chiiph@gmail.com> writes:

> ERROR: In procedure dynamic-link:
> ERROR: file: "libtest-asmobs", message: "file not found"
> FAIL: test-asmobs

> http://bugs.gentoo.org/show_bug.cgi?id=295093

We've fixed a similar problem in Guile's git repository:
http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=5b98517a652ea51cbb0fd03e87a50c0b3add9707.

However that is in our master branch, not the 1.8.x branch; I will apply
this change to the 1.8.x branch after first checking that I see the same
problem with libltdl 2.2.6b, and that the patch fixes it.

Regards,
        Neil




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Guile fails tests
  2009-12-17 23:54 ` Neil Jerram
@ 2009-12-18 10:56   ` Ludovic Courtès
  2009-12-18 22:51     ` Neil Jerram
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2009-12-18 10:56 UTC (permalink / raw)
  To: bug-guile

Hi,

Neil Jerram <neil@ossau.uklinux.net> writes:

> ChIIph <chiiph@gmail.com> writes:
>
>> ERROR: In procedure dynamic-link:
>> ERROR: file: "libtest-asmobs", message: "file not found"
>> FAIL: test-asmobs
>
>> http://bugs.gentoo.org/show_bug.cgi?id=295093
>
> We've fixed a similar problem in Guile's git repository:
> http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=5b98517a652ea51cbb0fd03e87a50c0b3add9707.
>
> However that is in our master branch, not the 1.8.x branch; I will apply
> this change to the 1.8.x branch after first checking that I see the same
> problem with libltdl 2.2.6b, and that the patch fixes it.

Yes, it needs to be backported to 1.8 (I’ve been too lazy to switch
branches).

For the record, this ltdl change was documented in the Libtool 2.2.6b
announcement:

  http://savannah.gnu.org/forum/forum.php?forum_id=6044

Thanks,
Ludo’.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Guile fails tests
  2009-12-18 10:56   ` Ludovic Courtès
@ 2009-12-18 22:51     ` Neil Jerram
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Jerram @ 2009-12-18 22:51 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: bug-guile

ludo@gnu.org (Ludovic Courtès) writes:

> Hi,
>
> Neil Jerram <neil@ossau.uklinux.net> writes:
>
>> ChIIph <chiiph@gmail.com> writes:
>>
>>> ERROR: In procedure dynamic-link:
>>> ERROR: file: "libtest-asmobs", message: "file not found"
>>> FAIL: test-asmobs
>>
>>> http://bugs.gentoo.org/show_bug.cgi?id=295093
>>
>> We've fixed a similar problem in Guile's git repository:
>> http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=5b98517a652ea51cbb0fd03e87a50c0b3add9707.
>>
>> However that is in our master branch, not the 1.8.x branch; I will apply
>> this change to the 1.8.x branch after first checking that I see the same
>> problem with libltdl 2.2.6b,

I do see the same problem...

>> and that the patch fixes it.

...and the same change does fix it...

>
> Yes, it needs to be backported to 1.8 (I’ve been too lazy to switch
> branches).

...so I've pushed to branch_release-1-8 now:
http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=a0aa1e5b69d6ef0311aeea8e4b9a94eae18a1aaf.

        Neil




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-18 22:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-12  6:10 Guile fails tests ChIIph
2009-12-17 23:54 ` Neil Jerram
2009-12-18 10:56   ` Ludovic Courtès
2009-12-18 22:51     ` Neil Jerram

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).