Ubuntu 18.04: FontConfig update not possible (fc-cache: FcDirCacheCreateUUID)
I can not update fontconfig. Whatever I (or Google) can think of it will return the same error:
> sudo apt-get upgrade
[...]
fontconfig (2.12.6-0ubuntu2.3) wird eingerichtet ...
Regenerating fonts cache... failed.
See /var/log/fontconfig.log for more information.
dpkg: Fehler beim Bearbeiten des Paketes fontconfig (--configure):
Unterprozess installiertes fontconfig-Skript des Paketes post-installation gab den Fehler-Ausgangsstatus 1 zurück
Fehler traten auf beim Bearbeiten von:
fontconfig
E: Sub-process /usr/bin/dpkg returned an error code (1)
Sorry for the german parts of the error message.
Yes, I already googled it and I also tried the following solutions:
sudo apt-get install --reinstall libfontconfig1 libfontconfig1-dev
sudo apt-get upgrade libfontconfig1
sudo apt-get install --reinstall --purge fontconfig-config
- Switching the package sources and update the dcaches.
None of them solves the problem.
/var/log/fonts
contains a single line
fc-cache: symbol lookup error: fc-cache: undefined symbol: FcDirCacheCreateUUID
I am pretty sure I have spent over two hours googling and trying all combinations of fontconfig, fc-cache and FcDirCacheCreateUUID AND none of the suggested solutions work.
I am really getting desperate since this issue is blocking installing very basic software.
18.04 updates fonts
add a comment |
I can not update fontconfig. Whatever I (or Google) can think of it will return the same error:
> sudo apt-get upgrade
[...]
fontconfig (2.12.6-0ubuntu2.3) wird eingerichtet ...
Regenerating fonts cache... failed.
See /var/log/fontconfig.log for more information.
dpkg: Fehler beim Bearbeiten des Paketes fontconfig (--configure):
Unterprozess installiertes fontconfig-Skript des Paketes post-installation gab den Fehler-Ausgangsstatus 1 zurück
Fehler traten auf beim Bearbeiten von:
fontconfig
E: Sub-process /usr/bin/dpkg returned an error code (1)
Sorry for the german parts of the error message.
Yes, I already googled it and I also tried the following solutions:
sudo apt-get install --reinstall libfontconfig1 libfontconfig1-dev
sudo apt-get upgrade libfontconfig1
sudo apt-get install --reinstall --purge fontconfig-config
- Switching the package sources and update the dcaches.
None of them solves the problem.
/var/log/fonts
contains a single line
fc-cache: symbol lookup error: fc-cache: undefined symbol: FcDirCacheCreateUUID
I am pretty sure I have spent over two hours googling and trying all combinations of fontconfig, fc-cache and FcDirCacheCreateUUID AND none of the suggested solutions work.
I am really getting desperate since this issue is blocking installing very basic software.
18.04 updates fonts
Have you seen this: bugs.debian.org/cgi-bin/bugreport.cgi?bug=722300 This poster had some old libraries hanging around. Same symptoms.
– Jos
Feb 21 at 13:52
Might be. I just have no clue how to figure out which package is the correct one and how to remove it apart from just deleting the files from my harddrive.
– Joachim Schoder
Feb 22 at 10:28
add a comment |
I can not update fontconfig. Whatever I (or Google) can think of it will return the same error:
> sudo apt-get upgrade
[...]
fontconfig (2.12.6-0ubuntu2.3) wird eingerichtet ...
Regenerating fonts cache... failed.
See /var/log/fontconfig.log for more information.
dpkg: Fehler beim Bearbeiten des Paketes fontconfig (--configure):
Unterprozess installiertes fontconfig-Skript des Paketes post-installation gab den Fehler-Ausgangsstatus 1 zurück
Fehler traten auf beim Bearbeiten von:
fontconfig
E: Sub-process /usr/bin/dpkg returned an error code (1)
Sorry for the german parts of the error message.
Yes, I already googled it and I also tried the following solutions:
sudo apt-get install --reinstall libfontconfig1 libfontconfig1-dev
sudo apt-get upgrade libfontconfig1
sudo apt-get install --reinstall --purge fontconfig-config
- Switching the package sources and update the dcaches.
None of them solves the problem.
/var/log/fonts
contains a single line
fc-cache: symbol lookup error: fc-cache: undefined symbol: FcDirCacheCreateUUID
I am pretty sure I have spent over two hours googling and trying all combinations of fontconfig, fc-cache and FcDirCacheCreateUUID AND none of the suggested solutions work.
I am really getting desperate since this issue is blocking installing very basic software.
18.04 updates fonts
I can not update fontconfig. Whatever I (or Google) can think of it will return the same error:
> sudo apt-get upgrade
[...]
fontconfig (2.12.6-0ubuntu2.3) wird eingerichtet ...
Regenerating fonts cache... failed.
See /var/log/fontconfig.log for more information.
dpkg: Fehler beim Bearbeiten des Paketes fontconfig (--configure):
Unterprozess installiertes fontconfig-Skript des Paketes post-installation gab den Fehler-Ausgangsstatus 1 zurück
Fehler traten auf beim Bearbeiten von:
fontconfig
E: Sub-process /usr/bin/dpkg returned an error code (1)
Sorry for the german parts of the error message.
Yes, I already googled it and I also tried the following solutions:
sudo apt-get install --reinstall libfontconfig1 libfontconfig1-dev
sudo apt-get upgrade libfontconfig1
sudo apt-get install --reinstall --purge fontconfig-config
- Switching the package sources and update the dcaches.
None of them solves the problem.
/var/log/fonts
contains a single line
fc-cache: symbol lookup error: fc-cache: undefined symbol: FcDirCacheCreateUUID
I am pretty sure I have spent over two hours googling and trying all combinations of fontconfig, fc-cache and FcDirCacheCreateUUID AND none of the suggested solutions work.
I am really getting desperate since this issue is blocking installing very basic software.
18.04 updates fonts
18.04 updates fonts
edited Feb 21 at 13:31
mature
2,1574931
2,1574931
asked Feb 21 at 12:37
Joachim SchoderJoachim Schoder
11
11
Have you seen this: bugs.debian.org/cgi-bin/bugreport.cgi?bug=722300 This poster had some old libraries hanging around. Same symptoms.
– Jos
Feb 21 at 13:52
Might be. I just have no clue how to figure out which package is the correct one and how to remove it apart from just deleting the files from my harddrive.
– Joachim Schoder
Feb 22 at 10:28
add a comment |
Have you seen this: bugs.debian.org/cgi-bin/bugreport.cgi?bug=722300 This poster had some old libraries hanging around. Same symptoms.
– Jos
Feb 21 at 13:52
Might be. I just have no clue how to figure out which package is the correct one and how to remove it apart from just deleting the files from my harddrive.
– Joachim Schoder
Feb 22 at 10:28
Have you seen this: bugs.debian.org/cgi-bin/bugreport.cgi?bug=722300 This poster had some old libraries hanging around. Same symptoms.
– Jos
Feb 21 at 13:52
Have you seen this: bugs.debian.org/cgi-bin/bugreport.cgi?bug=722300 This poster had some old libraries hanging around. Same symptoms.
– Jos
Feb 21 at 13:52
Might be. I just have no clue how to figure out which package is the correct one and how to remove it apart from just deleting the files from my harddrive.
– Joachim Schoder
Feb 22 at 10:28
Might be. I just have no clue how to figure out which package is the correct one and how to remove it apart from just deleting the files from my harddrive.
– Joachim Schoder
Feb 22 at 10:28
add a comment |
1 Answer
1
active
oldest
votes
After manually removing fontconfig:i386 I apparently solved by reinstalling it:
sudo apt-get install fontconfig:i386
No idea why this has worked but apparently it did.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1120116%2fubuntu-18-04-fontconfig-update-not-possible-fc-cache-fcdircachecreateuuid%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
After manually removing fontconfig:i386 I apparently solved by reinstalling it:
sudo apt-get install fontconfig:i386
No idea why this has worked but apparently it did.
add a comment |
After manually removing fontconfig:i386 I apparently solved by reinstalling it:
sudo apt-get install fontconfig:i386
No idea why this has worked but apparently it did.
add a comment |
After manually removing fontconfig:i386 I apparently solved by reinstalling it:
sudo apt-get install fontconfig:i386
No idea why this has worked but apparently it did.
After manually removing fontconfig:i386 I apparently solved by reinstalling it:
sudo apt-get install fontconfig:i386
No idea why this has worked but apparently it did.
answered Mar 4 at 9:11
Joachim SchoderJoachim Schoder
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1120116%2fubuntu-18-04-fontconfig-update-not-possible-fc-cache-fcdircachecreateuuid%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
Have you seen this: bugs.debian.org/cgi-bin/bugreport.cgi?bug=722300 This poster had some old libraries hanging around. Same symptoms.
– Jos
Feb 21 at 13:52
Might be. I just have no clue how to figure out which package is the correct one and how to remove it apart from just deleting the files from my harddrive.
– Joachim Schoder
Feb 22 at 10:28