Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Dependency problem with oniguruma and jq

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Dependency problem with oniguruma and jq


Chronological Thread 
  • From: Marian Babik <>
  • To: Mark Feit <>
  • Cc: Jean-Michel Barbet <>, Raul Lopes <>, "" <>
  • Subject: Re: [perfsonar-user] Dependency problem with oniguruma and jq
  • Date: Wed, 8 Sep 2021 21:05:22 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 188.184.36.16) smtp.rcpttodomain=jisc.ac.uk smtp.mailfrom=cern.ch; dmarc=bestguesspass action=none header.from=cern.ch; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=xZIlbqqcyCsFmmGXymQDLJ1iOYokHSDj3+psSv9BaGc=; b=YFgK9l1quTcxYzcvVMxdHz2fSGwCFNTTyD5LriIl2fv0VAVEcdxxNLYhB8aZ/G+HmchKE6hpPTHcH7Iq/LxfPzxZohdaE5pdfjXyqtfhYKpoz43noNHI2u1u+2W596jca10WKFPvDFKd7ZG2Bg9R/ltnbpCsv2zpp6gv/Vsw2XgZKotBEhyHhH6g7uUtqxgX0eazmqMV3Bp0y7cIXn/TrZtfjdNJWQEy/FzdanwyLlTblkEsqi1oSNdehsf5zeGzXVkWgkQ4HRID9yQ/R3c2Xg5hk6PwYOztQ8mQiGuO3kFebrnfmA941nW6UBBYYSGmfl+Ldg7vfPf/Ejd5NrvEFQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=f1dlVtEbzy9AlwasY/bvzBl5VsHthQ+PxnsYzcgTXAKPggXbaHHMJ9DOGqRZfeKWZpsQ19Qdk7+1SteD0fDqgXF8dicUmvkxxelG7hYoJT6z8V4I/y7cm68I6c2cwgtq8Ert7VjiVA38zwKs37KgJvynI1VcSUW5q4S8GhPFsp4rzCTefeGrtOuUQqbig5M2GVotfOsX0NoF2MUTuihNPEEAODlagkUS0JGzGrjCcGO8q9d4JbtqqnuCnpccOBW6zCS0YPmoWWKDc+5DxzZd920CyzKdpvW86LYI7JKKsQK2Dy1TWSgNbPt8PvRrlBBuO8zpcKEYMVTaynNqnTdVaQ==

Hi Mark,
it’s from this release:
http://mirror.in2p3.fr/pub/linux/internet2-software/rpms/el7/x86_64/4.3.0/RPMS/

RPM is still in the repo. For me all works fine and I also have this RPM on another box, so likely there are many out there with the same package/release. I guess the question to answer is: what’s the correct requirement on libonig in jq ?

For me it’s:
# rpm -q --requires jq-1.6.10-2.el7.x86_64 | grep libo
libonig.so.5()(64bit)

I would guess that jq release 1 package still has libonig.so.2 ? 

Thanks,
Marian


On Sep 8, 2021, at 5:50 PM, Mark Feit <> wrote:

Jean-Michel Barbet writes:

Your jq from Perfsonar has a minor release -2 while mine is -1 :

[root@nanperfs01 ~]# rpm -qa | grep jq-1
jq-1.6.10-1.el7.x86_64
 
I checked every version of the jq spec in our repository (see https://github.com/perfsonar/pscheduler/commits/master/jq/jq.spec) and can’t find any instance where we shipped with a -2 release.  So I’m a little puzzled about where Marian’s jq-1.6.10-2 came from.  It clearly wasn’t EPEL; they’re at 1.6-2, and that shouldn’t be installed.
 
The path of least resistance here might be to either rebuild the system or, if that’s impractical, erase oniguruma, jq and pscheduler-* and then reinstall whichever bundle was initially installed.
 
Some days, I find myself wondering of the folks who Dockerize everything may be onto something.  :-)
 
--Mark
 
--
To unsubscribe from this list: https://lists.internet2.edu/sympa/signoff/perfsonar-user

Attachment: smime.p7s
Description: S/MIME cryptographic signature




Archive powered by MHonArc 2.6.24.

Top of Page