locale & locale-gen: command not found, probably a problem with GCC? - void linux
Clash Royale CLAN TAG#URR8PPP
I have a problem with my system - void linux.
At first I have found that one app wasnt working correctly. When I tried to edit the Flameshot configuration by right-clicking on its icon and clicking "Configuration" an error came out on the console:
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
So I tried to run locale and maybe locale-gen, but the commands were not found.
After some googling I have found out that it can be a problem with glibc
.
I have tried to install glibc, with no effort:
[choroszczanin@choroszcz ~]$ sudo xbps-install glibc
Password:
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libgcc-8.2.0_8 (matched by libgcc>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libstdc++-8.2.0_8 (matched by libstdc++>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libgomp-8.2.0_8 (matched by libgomp>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg musl-1.1.20_2 (matched by musl>=0)
CONFLICT: musl-1.1.20_2 with cross-vpkg-dummy-0.29_1 in transaction (matched by glibc>=0)
Transaction aborted due to conflicting packages.
This is the point when I don't know what to do at all.
From what I understand there are some dummy packages installed, and I should replace them with normal packages, but I do not know how to achieve it...
linux locale glibc void-linux
add a comment |
I have a problem with my system - void linux.
At first I have found that one app wasnt working correctly. When I tried to edit the Flameshot configuration by right-clicking on its icon and clicking "Configuration" an error came out on the console:
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
So I tried to run locale and maybe locale-gen, but the commands were not found.
After some googling I have found out that it can be a problem with glibc
.
I have tried to install glibc, with no effort:
[choroszczanin@choroszcz ~]$ sudo xbps-install glibc
Password:
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libgcc-8.2.0_8 (matched by libgcc>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libstdc++-8.2.0_8 (matched by libstdc++>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libgomp-8.2.0_8 (matched by libgomp>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg musl-1.1.20_2 (matched by musl>=0)
CONFLICT: musl-1.1.20_2 with cross-vpkg-dummy-0.29_1 in transaction (matched by glibc>=0)
Transaction aborted due to conflicting packages.
This is the point when I don't know what to do at all.
From what I understand there are some dummy packages installed, and I should replace them with normal packages, but I do not know how to achieve it...
linux locale glibc void-linux
hey there, it appears that you are attempting to install glibc on a musl system. note that this is not possible and switching between glibc and musl on an existing installation is not supported. Have you tried setting the environment variables LANG, LC_ALL, and/or LANGUAGE to 'C'?
– CameronNemo
Dec 29 '18 at 4:56
add a comment |
I have a problem with my system - void linux.
At first I have found that one app wasnt working correctly. When I tried to edit the Flameshot configuration by right-clicking on its icon and clicking "Configuration" an error came out on the console:
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
So I tried to run locale and maybe locale-gen, but the commands were not found.
After some googling I have found out that it can be a problem with glibc
.
I have tried to install glibc, with no effort:
[choroszczanin@choroszcz ~]$ sudo xbps-install glibc
Password:
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libgcc-8.2.0_8 (matched by libgcc>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libstdc++-8.2.0_8 (matched by libstdc++>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libgomp-8.2.0_8 (matched by libgomp>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg musl-1.1.20_2 (matched by musl>=0)
CONFLICT: musl-1.1.20_2 with cross-vpkg-dummy-0.29_1 in transaction (matched by glibc>=0)
Transaction aborted due to conflicting packages.
This is the point when I don't know what to do at all.
From what I understand there are some dummy packages installed, and I should replace them with normal packages, but I do not know how to achieve it...
linux locale glibc void-linux
I have a problem with my system - void linux.
At first I have found that one app wasnt working correctly. When I tried to edit the Flameshot configuration by right-clicking on its icon and clicking "Configuration" an error came out on the console:
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
So I tried to run locale and maybe locale-gen, but the commands were not found.
After some googling I have found out that it can be a problem with glibc
.
I have tried to install glibc, with no effort:
[choroszczanin@choroszcz ~]$ sudo xbps-install glibc
Password:
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libgcc-8.2.0_8 (matched by libgcc>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libstdc++-8.2.0_8 (matched by libstdc++>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg libgomp-8.2.0_8 (matched by libgomp>=0)
CONFLICT: cross-vpkg-dummy-0.29_1 with installed pkg musl-1.1.20_2 (matched by musl>=0)
CONFLICT: musl-1.1.20_2 with cross-vpkg-dummy-0.29_1 in transaction (matched by glibc>=0)
Transaction aborted due to conflicting packages.
This is the point when I don't know what to do at all.
From what I understand there are some dummy packages installed, and I should replace them with normal packages, but I do not know how to achieve it...
linux locale glibc void-linux
linux locale glibc void-linux
asked Dec 28 '18 at 23:44
dzikidziki
1061
1061
hey there, it appears that you are attempting to install glibc on a musl system. note that this is not possible and switching between glibc and musl on an existing installation is not supported. Have you tried setting the environment variables LANG, LC_ALL, and/or LANGUAGE to 'C'?
– CameronNemo
Dec 29 '18 at 4:56
add a comment |
hey there, it appears that you are attempting to install glibc on a musl system. note that this is not possible and switching between glibc and musl on an existing installation is not supported. Have you tried setting the environment variables LANG, LC_ALL, and/or LANGUAGE to 'C'?
– CameronNemo
Dec 29 '18 at 4:56
hey there, it appears that you are attempting to install glibc on a musl system. note that this is not possible and switching between glibc and musl on an existing installation is not supported. Have you tried setting the environment variables LANG, LC_ALL, and/or LANGUAGE to 'C'?
– CameronNemo
Dec 29 '18 at 4:56
hey there, it appears that you are attempting to install glibc on a musl system. note that this is not possible and switching between glibc and musl on an existing installation is not supported. Have you tried setting the environment variables LANG, LC_ALL, and/or LANGUAGE to 'C'?
– CameronNemo
Dec 29 '18 at 4:56
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f491397%2flocale-locale-gen-command-not-found-probably-a-problem-with-gcc-void-linu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f491397%2flocale-locale-gen-command-not-found-probably-a-problem-with-gcc-void-linu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
hey there, it appears that you are attempting to install glibc on a musl system. note that this is not possible and switching between glibc and musl on an existing installation is not supported. Have you tried setting the environment variables LANG, LC_ALL, and/or LANGUAGE to 'C'?
– CameronNemo
Dec 29 '18 at 4:56