You are not logged in.
I tried updating snap, but every time I try, this error appears:
Traceback (most recent call last):
File "/usr/bin/rst2man", line 8, in <module>
sys.exit(rst2man())
~~~~~~~^^
File "/usr/lib/python3.13/site-packages/docutils/core.py", line 760, in rst2man
rst2something('manpage', 'Unix manual (troff)', 'user/manpage.html')
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/docutils/core.py", line 739, in rst2something
locale.setlocale(locale.LC_ALL, '')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/locale.py", line 615, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
make[1]: *** [Makefile:4827: snap-confine/snap-confine.8] Error 1
make[1]: Leaving directory '/home/bluepy/.cache/yay/snapd/src/snapd-2.67/cmd'
make: *** [Makefile:1434: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: snapd-exit status 4
-> Failed to install the following packages. Manual intervention is required:
snapd - exit status 4
I tried troubleshooting it myself by regenerating the locale, to no avail.
Last edited by BluePyTheDeer_ (2025-01-25 17:56:09)
I messed my Arch Linux installation, then fixed it
"Sometimes the best complexity is simplicity." - BluePy, 1856.
Offline
What research have you done so far regarding this issue?
Offline
What do you get from `locale` and `locale -a`?
Offline
Mod note: moving to AUR Issues
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
locale output:
[bluepy@Azurite ~]$ locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=es_ES.UTF-8
LC_TIME=es_ES.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=es_ES.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=es_ES.UTF-8
LC_NAME=es_ES.UTF-8
LC_ADDRESS=es_ES.UTF-8
LC_TELEPHONE=es_CR.UTF-8
LC_MEASUREMENT=es_ES.UTF-8
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
locale -a output:
[bluepy@Azurite ~]$ locale -a
C
C.utf8
en_US
en_US.iso88591
en_US.utf8
es_CR
es_CR.iso88591
es_CR.utf8
ja_JP
ja_JP.eucjp
ja_JP.ujis
ja_JP.utf8
japanese
japanese.euc
POSIX
Last edited by BluePyTheDeer_ (2025-01-24 16:52:21)
I messed my Arch Linux installation, then fixed it
"Sometimes the best complexity is simplicity." - BluePy, 1856.
Offline
so you've specifically set a number of things to es_ES.UTF-8, but you did not generate that locale. See /etc/locale.gen. Also, why are you including iso88591 locales?
Offline
Ok, I removed the iso locales, and loaded es_ES.UTF-8, and it fixed the issue
I messed my Arch Linux installation, then fixed it
"Sometimes the best complexity is simplicity." - BluePy, 1856.
Offline