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: Raul Lopes <>
  • To: Marian Babik <>, Jean-Michel Barbet <>
  • Cc: Mark Feit <>, "" <>
  • Subject: Re: [perfsonar-user] Dependency problem with oniguruma and jq
  • Date: Wed, 8 Sep 2021 15:09:04 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=jisc.ac.uk; dmarc=pass action=none header.from=jisc.ac.uk; dkim=pass header.d=jisc.ac.uk; 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=HHDqCgxvwRyF9OtEha0nKhXZB1lL8A3+YpFJYSPiCm0=; b=TMW+588kHPXzClZ1Wp/3M9Mjo1oRqmwn99QkN9NAbTAb6iAsDzkXCq2pGsm6KjZbEZOZuzSpNwdBKg96uzwi+8N/bYjCK4Iidf51s+F0GWfGtSQHfCmzhl7b3SVeJ30Qh+ClKQZxQ6DtufGMiq2gEe8Djf2AKH81tQW3Inody2Nl5BVepJXm/qwQqqUPqOdc3uRGntpGqexQjGT6oqiZ/xmYeJFoz467DetPofzkAf+eLJUUz7jD5C1hfKQu4Jz+jy3jO7CMqfEZorikWYcr2hxzXvZxas/ieNwhPzw2b/zTEQcUZ0YOcaHu7M04iMNf5ZfOXLNwcsK/6TmNqbiIXQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=R4b9VtxdGkYAtDpYLnqqoaXVhZauPdJE9nvMuynmsEgOedFnI9kmnthDYB8MgbZ60N5IB0vxSJ3GosYqzIhI5hbyNjsf7Y51vQQIfoypbslyWZzKtYDdgR+p9xxOM7Do8S+mGbQBmDe6uRNyOh5k+IgCeNE3cbEbq+UrZhDk5i5+DIoj8JWoHhphiiiXoQ3TWznmoUHGVIx2BAhvHUzh6TS+XoedMB7/45I375LFhjmFMAgDz10RftQNX+hd2o2Pu7L//wEONA/uHhjjKxVgEEwT8xT7lq5BHYbejaOT7b+qakVWLM6KfDVeWAimkSIS4LFHv+dfgLIlamMGV7j5mQ==
  • Suggested_attachment_session_id: aa963d56-f9c3-5f37-2701-3d0a5614cd2a

Hi Marian,

My nodes are installed from the perfSONAR iso, with no priority changed. Because we installed from the iso,
I assumed it is a problem in the configuration of  repos in the iso. It's a minor thing that I can work around, but iit would be nice to see fixed.

$ rpm -q jq
jq-1.6.10-1.el7.x86_64
$ rpm -q oniguruma
oniguruma-5.9.5-3.el7.x86_64
$ cat /etc/yum.repos.d/perfSONAR.repo
# Name: perfSONAR RPM Repository
# URL: http://software.internet2.edu
[perfSONAR]
name = perfSONAR RPM Repository - software.internet2.edu - main
mirrorlist = http://software.internet2.edu/rpms/el7/mirrors-Toolkit-Internet2
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-perfSONAR
gpgcheck = 1

$ rpm -q maddash
maddash-4.4.1-1.el7.noarch
$ yum update -x oniguruma
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.netweaver.uk
 * epel: mirrors.coreix.net
 * extras: uk.mirror.nsec.pt
 * perfSONAR: mirror.in2p3.fr
 * updates: mirror.vorboss.net
No packages marked for update
[root@psmaster PSREMOTE]# yum update  oniguruma                                                                                                                            
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.mhd.uk.as44574.net
 * epel: mirrors.coreix.net
 * extras: uk.mirrors.clouvider.net
 * perfSONAR: mirror.in2p3.fr
 * updates: uk.mirrors.clouvider.net
Resolving Dependencies
--> Running transaction check
---> Package oniguruma.x86_64 0:5.9.5-3.el7 will be updated
--> Processing Dependency: libonig.so.2()(64bit) for package: jq-1.6.10-1.el7.x86_64
---> Package oniguruma.x86_64 0:6.8.2-1.el7 will be an update
--> Finished Dependency Resolution
Error: Package: jq-1.6.10-1.el7.x86_64 (@perfSONAR)
           Requires: libonig.so.2()(64bit)
           Removing: oniguruma-5.9.5-3.el7.x86_64 (@epel)
               libonig.so.2()(64bit)
           Updated By: oniguruma-6.8.2-1.el7.x86_64 (epel)
              ~libonig.so.5()(64bit)
 You could try using --skip-broken to work around the problem
$  yum update -x oniguruma
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.mhd.uk.as44574.net
 * epel: mirrors.coreix.net
 * extras: uk.mirrors.clouvider.net
 * perfSONAR: mirror.in2p3.fr
 * updates: mirror.vorboss.net
No packages marked for update

Regards,
Raul


From: Marian Babik
Sent: Wednesday, September 08, 2021 15:38
To: Jean-Michel Barbet
Cc: Raul Lopes; Mark Feit;
Subject: Re: [perfsonar-user] Dependency problem with oniguruma and jq

Right, so I have the same repos as you do, which only has release jq-1.6.10-1.el7.x86_64.

It looks like my jq is back from 4.3.0 release. I wonder how it didn’t get to later releases, but it’s likely causing issues for anyone who skipped 4.3.0 for any reason.

Cheers,
Marian



On Sep 8, 2021, at 4:31 PM, Jean-Michel Barbet <> wrote:

more /etc/yum.repos.d/perfSONAR.repo


Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under company number. 05747339, VAT number GB 197 0632 86. Jisc’s registered office is: 4 Portwall Lane, Bristol, BS1 6NB. T 0203 697 5800.

Jisc Services Limited is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under company number 02881024, VAT number GB 197 0632 86. The registered office is: 4 Portwall Lane, Bristol, BS1 6NB. T 0203 697 5800.

Jisc Commercial Limited is a wholly owned Jisc subsidiary and a company limited by shares which is registered in England under company number 09316933, VAT number GB 197 0632 86. The registered office is: 4 Portwall Lane, Bristol, BS1 6NB. T 0203 697 5800.

For more details on how Jisc handles your data see our privacy notice here: https://www.jisc.ac.uk/website/privacy-notice




Archive powered by MHonArc 2.6.24.

Top of Page