Dne 28. 06. 20 v 23:35 PGNet Dev napsal(a):
hi,

On 6/28/20 2:21 PM, James Cassell wrote:
what have I missed in the process?

2 guesses, same underlying root cause.

yum module disable nginx
then try again

or

pass to yum --setopt=*.module_hotfixes=yes

Assuming 'dnf' rather than 'yum'

        dnf module disable nginx
                Last metadata expiration check: 1:24:55 ago on Sun 28 Jun 2020 
01:03:21 PM PDT.
                Dependencies resolved.
                Nothing to do.
                Complete!

i'm not clear why disabling 'nginx' modules would have anything to do with my 
local install of a 'compat-rocks' install ...

        dnf clean all
        dnf info compat-luarocks
                Last metadata expiration check: 1:25:22 ago on Sun 28 Jun 2020 
01:03:21 PM PDT.
                Error: No matching Packages to list

alas, nope.  and, similarly,

        dnf --setopt=updates.module_hotfixes=true info compat-luarocks
                Last metadata expiration check: 0:01:46 ago on Sun 28 Jun 2020 
02:30:10 PM PDT.
                Error: No matching Packages to list




entirely possible that it's pebkac; so far, though, not finding the cause :-/


I think it's related to modularity as suggested by James.
If a module stream is active (enabled or default), it hides all non-module packages with the same name or Provides.
See:
https://dnf.readthedocs.io/en/latest/modularity.html#package-filtering


Following config change should make your packages visible again:
[nginx-mainline-local]
...
module_hotfixes=1
_______________________________________________
buildsys mailing list -- buildsys@lists.fedoraproject.org
To unsubscribe send an email to buildsys-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/buildsys@lists.fedoraproject.org

Reply via email to