Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread


Chronological Thread 
  • From: Mark Feit <>
  • To: "" <>, "" <>
  • Subject: Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread
  • Date: Mon, 28 Nov 2016 15:40:53 +0000
  • Accept-language: en-US
  • Authentication-results: nysernet.org; dkim=none (message not signed) header.d=none;nysernet.org; dmarc=none action=none header.from=internet2.edu;
  • Ironport-phdr: 9a23:o5InYBRmcZG7xRh64J8PavSA7dpsv+yvbD5Q0YIujvd0So/mwa6zZRGN2/xhgRfzUJnB7Loc0qyN4vumAjJLvcnJmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanb75/KBu7oR/fu8QXjodvJaQ8wQbVr3VVfOhb2XlmLk+JkRbm4cew8p9j8yBOtP8k6sVNT6b0cbkmQLJBFDgpPHw768PttRnYUAuA/WAcXXkMkhpJGAfK8hf3VYrsvyTgt+p93C6aPdDqTb0xRD+v4btnRAPuhSwaMTMy7WPZhdFqjK9DoByvuQFxw5Labo+WOvpxfKLdcs8VS2VORctRSzdOAoagY4cTE+YMP+BVpJT9qVsUqhu+ABGhCuT1xT9ShX/9wK003PogEQHawQctGNcOsHrKo9X0KKcfSuG1zK/UzTrddfNW3yny6JTWfhw7v/6DQK9wfNPXxEIyGQ3FiVCQppbkPzOTzukNvGmb7/ZgVeKykGErsR1+oj+qxsoql4LHhZoVx0ja+SlkwYs5P9O1RFBhbdK5E5ZcqzuWOotoTs86Xm1kpCU3xqcbtZO4ZiQG1ZQqyhDFZ/GJcoWF5A/oWvyLLjdinn1lfaqyhxas/kikze3xTtG63UpNoCZZnNTAr20A2B7N5sSeTfty5Vmu1SyI1wDO9uFLOkc0lbfdK5E82LIwjoATsUPfHiDohEr2kK6WdkIi+uSy7OTnf6nmppubN49ziQHyKLghmsu6AeggMwgOWXaU+fik2bH94EH0Qa9Gg/MonqXDrZzXJtgXqrS5DgNLyooj7gywDzai0NQWh3kHK1dFdQqCj4jnJV7OIez4AOy+g1SqjDdk2erGPrv/DZXRMHTPiqnucqtg60JE0go80chf545ICrEGOP/zQlH+tMbWDh8iNAy0xfzoCM9k2oMDQmKAHLWZPbjWsV+J/eIvP/KMaJEPtDb8Lfgl++DhjWU/mVADYamlw4EbZ26lEfR7cA2lZi+mhcgMF3wiuBslQfbshUHEViRcLT7mWL0x4CoTDpO9AJ3FS5zrh6aOimPzVIVbfG5dDVaFCzL1bIiec/YKdC+IJMJ9yHoJWaXrA9s52Augrwj8wqAiM/HZ4AUZs47uzt54+7eVmB0vo29aFcOYhkSEVWI8sG4JW3di2a5yoFBVy1Gf3LJ+juACU9Ff+qUaAU8BKZfAwrkiWJjJUQXbc4LRRQ==
  • Spamdiagnosticoutput: 1:0

Bill Owens writes:
>
>This morning's round of updates is failing because it appears that a
>dependency is asking for an install of
>python-jinja2 2.7.2-2.el7, which is a downgrade from the already installed
>2-2.8-1.el7. I'm not sure which
>pS package is causing the issue, nor why a downgrade is needed; is there a
>way to check where the
>dependency comes from?

The software behind the REST API was written using the Flask framework, which
depends on Jinja2 and another package called Werkzeug. I’d packaged up
versions of all three as part of our own distribution, but it turns out that
Red Hat had done the same thing with a slight difference: the first letter
in the package names were lowercase (python-jinja2 vs. python-Jinja2). The
uppercase versions met Red Hat’s naming guidelines, so I have no idea why
they went lowercase, but they did.

To make a long story short, Matt Woodward had installed SaltStack on one of
his systems, and there ended up being a conflict between jinja2 and Jinja2.
(See messages in this thread from October 31 and November 14.) Because of a
quirk in the way YUM behaves, we had to do a set of the three uppercase-named
packages with no files in them to make for a hands-off transition during an
upgrade. It went off without a hitch in the test bed, so it was released
into the staging build.

Nothing in pS depends on anything other than python-flask, which depends on
the other two packages. If you can supply the exact error messages and let
me know if your system has anything other than the toolkit installed, I’ll
see what I can do to figure the situation out. None of this will be in the
4.0 release, so new installations and upgrades from 3.5.x won’t have this
problem.

See also https://github.com/perfsonar/pscheduler/issues/215

--Mark





Archive powered by MHonArc 2.6.19.

Top of Page