Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 808474 - app-misc/jq-1.6-r3 doesn't show version number
Summary: app-misc/jq-1.6-r3 doesn't show version number
Status: RESOLVED DUPLICATE of bug 808471
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Victor Payno
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-15 17:03 UTC by Hasan Calisir
Modified: 2021-08-15 17: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 Hasan Calisir 2021-08-15 17:03:16 UTC
Minor but important error.
It breaks scripts that depend specific version of jq.

----------------------------------------------------
jq --version
jq-jq_version
----------------------------------------------------

----------------------------------------------------
jq --help
jq - commandline JSON processor [version jq_version]
----------------------------------------------------

Possibly blamed line in ebuild;
-------------------------------
sed -i -r "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" configure.ac || die
Comment 1 Mike Gilbert gentoo-dev 2021-08-15 17:55:55 UTC

*** This bug has been marked as a duplicate of bug 808471 ***