FS#74750 - [bash-bats] Incorrect library directory

Attached to Project: Community Packages
Opened by Pierre Schmitz (Pierre) - Sunday, 15 May 2022, 06:46 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:03 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Morten Linderud (Foxboron)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

bats looks for its libraries in /usr/lib/bats-core/. The PKGBUILD changes this to /usr/lib/bats/ for some reason but is missing some occurrences. E.g. "/usr/lib/bats/tracing.bash: line 4: /usr/lib/bats-core/common.bash: No such file or directory"
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:03 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/bash-bats/issues/1
Comment by Artem (artemy) - Wednesday, 22 June 2022, 12:14 GMT
  • Field changed: Percent Complete (100% → 0%)
The issue persists, when the number of jobs (--jobs <n>) is more than 1. See bats-exec-suite:82
Comment by Quentin MATILLAT (CaustiqueSo6) - Monday, 02 January 2023, 16:11 GMT
It seems to be caused by the bracket around BATS_ROOT: `source "${BATS_ROOT}/lib/bats-core/semaphore.bash"`
Comment by Morten Linderud (Foxboron) - Monday, 02 January 2023, 16:14 GMT
Yes, I have included a few more sed lines locally. The current version fails the tests so haven't updated it yet.
Comment by Toolybird (Toolybird) - Thursday, 23 March 2023, 03:47 GMT
Dupe  FS#77948 

Loading...