Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 841335 - dev-lisp/asdf-3.3.5: test "test-utilities.script" fails on multiple platform
Summary: dev-lisp/asdf-3.3.5: test "test-utilities.script" fails on multiple platform
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks: 840239
  Show dependency tree
 
Reported: 2022-04-27 14:42 UTC by Raymond Wong
Modified: 2022-04-27 15:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raymond Wong 2022-04-27 14:42:34 UTC
I'm using CLISP on the following machines described.

dev-lisp/asdf-3.3.5 test would fail on my amd64/mips/riscv systems with the following output:

...
-#---------------------------------------                                                                                                                                                                                       
Using clisp                                                                                                                                                                                                                     
Ran 72 tests:                                                                                                   
  71 passing and 1 failing                              
failing test(s):  test-utilities.script                                                                         
-#---------------------------------------
...

It seems that upstream fixed this by https://github.com/roswell/asdf/commit/fd289d99d1c76601fb310f8ca26a48f807337c8d. Apply this and all the tests would pass on these three systems.
Comment 1 Jakov Smolić archtester gentoo-dev 2022-04-27 14:49:03 UTC
(In reply to Raymond Wong from comment #0)
> I'm using CLISP on the following machines described.
> 
> dev-lisp/asdf-3.3.5 test would fail on my amd64/mips/riscv systems with the
> following output:
> 
> ...
> -#---------------------------------------                                   
> 
> Using clisp                                                                 
> 
> Ran 72 tests:                                                               
> 
>   71 passing and 1 failing                              
> failing test(s):  test-utilities.script                                     
> 
> -#---------------------------------------
> ...
> 
> It seems that upstream fixed this by
> https://github.com/roswell/asdf/commit/
> fd289d99d1c76601fb310f8ca26a48f807337c8d. Apply this and all the tests would
> pass on these three systems.

Can you submit this patch via PR on GitHub?
Comment 2 Raymond Wong 2022-04-27 15:02:50 UTC
(In reply to Jakov Smolić from comment #1)
> (In reply to Raymond Wong from comment #0)

> Can you submit this patch via PR on GitHub?

Sure, wait a sec
Comment 3 Larry the Git Cow gentoo-dev 2022-04-27 15:55:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62419f9179e0d69dc513ac4e02e62e10ff3b98cd

commit 62419f9179e0d69dc513ac4e02e62e10ff3b98cd
Author:     Raymond Wong <infiwang@pm.me>
AuthorDate: 2022-04-27 15:14:13 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-04-27 15:54:08 +0000

    dev-lisp/asdf: Fix "test-utilities.script" test
    
    Patch is already done upstream, drop on next version bump.
    
    Closes: https://bugs.gentoo.org/841335
    Signed-off-by: Raymond Wong <infiwang@pm.me>
    Closes: https://github.com/gentoo/gentoo/pull/25226
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-lisp/asdf/asdf-3.3.5.ebuild                    |  5 ++++
 .../asdf/files/asdf-3.3.5-test-utilities.patch     | 27 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)