#59 Azote is broken
Closed: complete 2 years ago by defolos. Opened 2 years ago by x3mboy.

Azote is not working in the fresh install and the update is broken too, so I think we should dismiss it and keep nitrogen


Is there a bugreport for Azote?

Yes there is #1970228, but I get it running by doing:

sudo dnf remove azote
sudo dnf -y install azote

But I still got the error (on install):

 Problem: problem with installed package xstdcmap-1.0.4-2.fc34.x86_64
  - installed package xstdcmap-1.0.4-2.fc34.x86_64 obsoletes xorg-x11-server-utils < 7.7-40 provided by xorg-x11-server-utils-7.7-39.fc34.x86_64
  - package xstdcmap-1.0.4-2.fc34.x86_64 obsoletes xorg-x11-server-utils < 7.7-40 provided by xorg-x11-server-utils-7.7-39.fc34.x86_64
  - problem with installed package xorg-x11-server-Xorg-1.20.11-1.fc34.x86_64
  - package azote-1.9.1-2.fc34.noarch requires ((feh and xorg-x11-server-utils) if Xserver), but none of the providers can be installed
  - cannot install the best candidate for the job

And the final result is:

Installed:
  azote-1.9.0-1.fc34.noarch                                                                                                                                                                                                                   
Skipped:
  azote-1.9.1-2.fc34.noarch  

The problem is that running it from a fresh install (tested with the respins image) throw the following error

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/azote/main.py", line 1906, in <module>
    sys.exit(main())
  File "/usr/lib/python3.9/site-packages/azote/main.py", line 1875, in main
    set_env(lang)  # detect displays, check installed modules, set paths and stuff
  File "/usr/lib/python3.9/site-packages/azote/tools.py", line 256, in set_env
    os.mkdir(common.data_home)
FileNotFoundError: [Errno 2] No existe el fichero o el directorio: '/home/fedora/.local/share/azote'

Then a new user doesn't knows what to do.

I'm pretty sure the error is present also with the GA image, but I tested with the respin ISO.

Eduard Lucena pagure@pagure.io writes:

x3mboy added a new comment to an issue you are following:
``
Yes there is #1970228, but I get it running by doing:
sudo dnf remove azote sudo dnf -y install azote

But I still got the error (on install):
Problem: problem with installed package xstdcmap-1.0.4-2.fc34.x86_64 - installed package xstdcmap-1.0.4-2.fc34.x86_64 obsoletes xorg-x11-server-utils < 7.7-40 provided by xorg-x11-server-utils-7.7-39.fc34.x86_64 - package xstdcmap-1.0.4-2.fc34.x86_64 obsoletes xorg-x11-server-utils < 7.7-40 provided by xorg-x11-server-utils-7.7-39.fc34.x86_64 - problem with installed package xorg-x11-server-Xorg-1.20.11-1.fc34.x86_64 - package azote-1.9.1-2.fc34.noarch requires ((feh and xorg-x11-server-utils) if Xserver), but none of the providers can be installed - cannot install the best candidate for the job

The update has not reached stable yet, so the error is still there. If
you enable the updates-testing repo, then azote will install/upgrade
successfully.

Metadata Update from @defolos:
- Issue close_status updated to: complete
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata