Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
myspell-en does not want to update
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Zarhan
Veteran
Veteran


Joined: 27 Feb 2004
Posts: 1007

PostPosted: Thu Oct 03, 2024 7:55 am    Post subject: myspell-en does not want to update Reply with quote

When attempting to update world, I get the following error:

Ok, I have not defined any of the l10n use flags. But shouldn't l10n_en-US or something be a default coming from portage profile? I'm using default/linux/amd64/23.0/split-usr/desktop/plasma as my profile.

Code:
# emerge -uvDaN --with-bdeps=y @world

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 10.34 s (backtrack: 0/20).


!!! The ebuild selected to satisfy "app-dicts/myspell-en" has unmet requirements.
- app-dicts/myspell-en-20240801::gentoo USE="" ABI_X86="(64)" L10N="-en-AU -en-CA -en-GB -en-US -en-ZA"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( l10n_en-AU l10n_en-CA l10n_en-GB l10n_en-US l10n_en-ZA )

(dependency required by "app-text/hunspell-1.7.2-r1::gentoo[l10n_en]" [installed])
(dependency required by "kde-frameworks/sonnet-6.5.0::gentoo" [installed])
(dependency required by "kde-frameworks/ktextwidgets-6.5.0::gentoo" [installed])
(dependency required by "kde-frameworks/kio-6.5.0::gentoo" [installed])
(dependency required by "kde-plasma/libplasma-6.1.5::gentoo" [installed])
(dependency required by "kde-plasma/polkit-kde-agent-6.1.5::gentoo" [installed])
(dependency required by "sys-auth/polkit-124-r1::gentoo[kde]" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Back to top
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3364
Location: de

PostPosted: Thu Oct 03, 2024 9:49 am    Post subject: Reply with quote

Your profile is defined in /var/db/repos/gentoo/profiles/default/linux/amd64/23.0/split-usr/desktop/plasma/, which is a link to /var/db/repos/gentoo/profiles/targets/desktop/plasma.

grep -v "^#" | grep -i en *:

make.defaults:# Copyright 1999-2024 Gentoo Authors
make.defaults:# Distributed under the terms of the GNU General Public License v2
make.defaults:USE="activities declarative dri kde kwallet networkmanager pipewire plasma policykit pulseaudio screencast semantic-desktop widgets"
package.use:# Copyright 1999-2024 Gentoo Authors
package.use:# Distributed under the terms of the GNU General Public License v2
package.use:# Marek Szuba <marecki@gentoo.org> (2023-11-12)
package.use:# in FUSE is currently considered experimental.
package.use:# Required by sys-apps/fwupd, a dependency of kde-plasma/discover
package.use:# Required by www-client/falkon[python] and dev-python/pyside2[location],
package.use:# in addition fix REQUIRED_USE conflict caused if "webengine" is enabled.
package.use:# qutebrowser, and freecad (or indirectly through PyQt*WebEngine).
package.use:# Required by sys-apps/flatpak, a dependency of kde-plasma/discover
package.use:# Enable by default, requires kde-frameworks/kwayland
package.use:# Required by kde-apps/kdenlive
package.use:media-libs/opencv contrib contribdnn
package.use:# Required by net-firewall/firewalld[nftables] (default enabled)
package.use:# Required by dev-qt/qtwebengine
package.use:# plasma profile never enabled pulseaudio. We're skipping to pipewire.
use.force:# not supported. If you know how to disable this mask, you also know enough to
use.force:# handle the consequences.


Doesn't seem to be anything default language defined here.

I guess relevant is still the Localization Guide. Default locale should be "POSIX/C" if anything wasn't configured.
Back to top
View user's profile Send private message
Zarhan
Veteran
Veteran


Joined: 27 Feb 2004
Posts: 1007

PostPosted: Thu Oct 03, 2024 10:23 am    Post subject: Reply with quote

Yeah, I've never set LINGUAS or L10N variables because I'm running everything in English. Is this some sort of new requirement that it *has* to be set?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum