View Issue Details

IDProjectCategoryView StatusLast Update
0000179AlmaLinux-8jqpublic2022-01-25 07:55
ReporterZnuff Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0000179: jq doesn't depend on libonig
Description[root@cpdev ~]# yum install jq
Last metadata expiration check: 1:31:16 ago on Mon 24 Jan 2022 10:41:39 PM EET.
Dependencies resolved.
===========================================================================================================================================================================================================================================================================================================================================================================
 Package Architecture Version Repository Size
===========================================================================================================================================================================================================================================================================================================================================================================
Installing:
 jq x86_64 1.5-12.el8 appstream 161 k

Transaction Summary
===========================================================================================================================================================================================================================================================================================================================================================================
Install 1 Package

Total download size: 161 k
Installed size: 359 k
Is this ok [y/N]: y
Downloading Packages:
jq-1.5-12.el8.x86_64.rpm 3.6 MB/s | 161 kB 00:00
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 212 kB/s | 161 kB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing : 1/1
  Installing : jq-1.5-12.el8.x86_64 1/1
  Running scriptlet: jq-1.5-12.el8.x86_64 1/1
  Verifying : jq-1.5-12.el8.x86_64 1/1

Installed:
  jq-1.5-12.el8.x86_64

Complete!
[root@cpdev ~]# jq .user.allow.json
jq: error while loading shared libraries: libonig.so.5: cannot open shared object file: No such file or directory
Steps To Reproduce- yum install jq
- no libonig being installed
- jq will complain about missing libonig

TagsNo tags attached.
abrt_hash
URL

Activities

alukoshko

2022-01-25 07:55

administrator   ~0000483

Hi. How to reproduce this? For me jq is installing with dependency:

sh-4.4# dnf install jq
AlmaLinux 8 - BaseOS 1.8 MB/s | 5.8 MB 00:03
AlmaLinux 8 - AppStream 1.9 MB/s | 8.7 MB 00:04
AlmaLinux 8 - Extras 9.6 kB/s | 12 kB 00:01
Dependencies resolved.
================================================================================
 Package Architecture Version Repository Size
================================================================================
Installing:
 jq x86_64 1.5-12.el8 appstream 161 k
Installing dependencies:
 oniguruma x86_64 6.8.2-2.el8 appstream 187 k

Transaction Summary
================================================================================
Install 2 Packages

Total download size: 348 k
Installed size: 1.0 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): jq-1.5-12.el8.x86_64.rpm 321 kB/s | 161 kB 00:00
(2/2): oniguruma-6.8.2-2.el8.x86_64.rpm 319 kB/s | 187 kB 00:00
--------------------------------------------------------------------------------
Total 287 kB/s | 348 kB 00:01

...

sh-4.4# jq . 1.json
{
  "name": "John",
  "age": 30,
  "car": null
}

Issue History

Date Modified Username Field Change
2022-01-24 22:18 Znuff New Issue
2022-01-25 07:55 alukoshko Note Added: 0000483