Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#78247 - [ruby-metadata-json-lint] Fails check with json 2.6.3

Attached to Project: Community Packages
Opened by loqs (loqs) - Monday, 17 April 2023, 18:58 GMT
Last edited by Toolybird (Toolybird) - Monday, 17 April 2023, 22:56 GMT
Task Type Bug Report
Category Packages
Status Assigned
Assigned To Tim (bastelfreak)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Description:
json 2.6.3 dropped the line number from its output so the regular expression used to match the output is failing [1].
The attached patch [2] is one possible fix. As the package maintainer is also an upstream developer I have not created a separate upstream report.

Additional info:
* ruby-metadata-json-lint 3.0.2-2
* ruby-json 2.6.3-1
* https://github.com/flori/json/commit/de9eb1d28e2c1357758f1dba50cffe3baa98de34
[1] ruby-metadata-json-lint-3.0.2-2-x86_64-check.log
[2] test.patch

Steps to reproduce:
$ git clone https://github.com/archlinux/svntogit-community --single-branch --branch 'packages/ruby-metadata-json-lint' ruby-metadata-json-lint
$ cd ruby-metadata-json-lint/trunk/
$ extra-x86_64-build
This task depends upon

Comment by loqs (loqs) - Tuesday, 20 June 2023, 22:14 GMT

Loading...