downgrading xcb-* packages to 1.11 on debianReinstalling all Debian packagesFix held broken packages on...
Are illustrations in novels frowned upon?
Should my "average" PC be able to discern the potential of encountering a gelatinous cube from subtle clues?
Have only girls been born for a long time in this village?
Was Tuvok bluffing when he said that Voyager's transporters rendered the Kazon weapons useless?
How to think about joining a company whose business I do not understand?
How does turbine efficiency compare with internal combustion engines if all the turbine power is converted to mechanical energy?
How big would a Daddy Longlegs Spider need to be to kill an average Human?
How to create a summation symbol with a vertical bar?
Why don't politicians push for fossil fuel reduction by pointing out their scarcity?
Are there reliable, formulaic ways to form chords on the guitar?
How to dismiss intrusive questions from a colleague with whom I don't work?
"Silverware", "Tableware", and "Dishes"
Is a butterfly one or two animals?
Sleeping solo in a double sleeping bag
Earliest evidence of objects intended for future archaeologists?
Default camera device to show screen instead of physical camera
Is Eldritch Blast affected by antimagic field
Changing a TGV booking
What is the latest version of SQL Server native client that is compatible with Sql Server 2008 r2
Is there a commercial liquid with refractive index greater than n=2?
Rogue/Artificer multiclass skill proficiency
My two team members in a remote location don't get along with each other; how can I improve working relations?
Is it appropriate for a business to ask me for my credit report?
Is there any road between the CA State Route 120 and Sherman Pass Road (Forest Route 22S0) that crosses Yosemite/Serria/Sequoia National Park/Forest?
downgrading xcb-* packages to 1.11 on debian
Reinstalling all Debian packagesFix held broken packages on debian?Debian: cannot install packageslibnss3 Update Downgrading ProblemCompiled (?) java packages on DebianNo package 'xcb-xrm' foundimportant debian packages auto-removablexcb: Asynchronous pointer grab not propagating eventsDebian server warning - packages cannot be authenticated
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm trying to compile polybar
, and I get a long compilation error which is related to xcb (apparently), I have the log file here; I've read through the polybar wiki and I came upon the solution of downgrading xcb-proto
to 1.11
, and so I followed through with the process, although I'm not really sure how to check ther version (the logs tell me that each X-extension has version 1.13 though?)
Nonetheless I've tried compiling with both Clang and GCC using build.sh
, all to no avail, my question is how I can downgrade packages:
-- [X] xcb-randr (1.13.1)
-- [X] xcb-randr (monitor support) (1.13.1)
-- [X] xcb-composite (1.13.1)
-- [X] xcb-xkb (1.13.1)
[...]
to version 1.11?
EDIT
I have tried to remove the libxcb*
packages from my Debian, and before I wrote yes
on the prompt to continue I noticed it would make redundant a lot of packages that would otherwise be beneficial to my system, so I don't see how I can hotplug a downgrade without removing the packages I want to downgrade to begin with.
debian apt xcb
New contributor
add a comment |
I'm trying to compile polybar
, and I get a long compilation error which is related to xcb (apparently), I have the log file here; I've read through the polybar wiki and I came upon the solution of downgrading xcb-proto
to 1.11
, and so I followed through with the process, although I'm not really sure how to check ther version (the logs tell me that each X-extension has version 1.13 though?)
Nonetheless I've tried compiling with both Clang and GCC using build.sh
, all to no avail, my question is how I can downgrade packages:
-- [X] xcb-randr (1.13.1)
-- [X] xcb-randr (monitor support) (1.13.1)
-- [X] xcb-composite (1.13.1)
-- [X] xcb-xkb (1.13.1)
[...]
to version 1.11?
EDIT
I have tried to remove the libxcb*
packages from my Debian, and before I wrote yes
on the prompt to continue I noticed it would make redundant a lot of packages that would otherwise be beneficial to my system, so I don't see how I can hotplug a downgrade without removing the packages I want to downgrade to begin with.
debian apt xcb
New contributor
add a comment |
I'm trying to compile polybar
, and I get a long compilation error which is related to xcb (apparently), I have the log file here; I've read through the polybar wiki and I came upon the solution of downgrading xcb-proto
to 1.11
, and so I followed through with the process, although I'm not really sure how to check ther version (the logs tell me that each X-extension has version 1.13 though?)
Nonetheless I've tried compiling with both Clang and GCC using build.sh
, all to no avail, my question is how I can downgrade packages:
-- [X] xcb-randr (1.13.1)
-- [X] xcb-randr (monitor support) (1.13.1)
-- [X] xcb-composite (1.13.1)
-- [X] xcb-xkb (1.13.1)
[...]
to version 1.11?
EDIT
I have tried to remove the libxcb*
packages from my Debian, and before I wrote yes
on the prompt to continue I noticed it would make redundant a lot of packages that would otherwise be beneficial to my system, so I don't see how I can hotplug a downgrade without removing the packages I want to downgrade to begin with.
debian apt xcb
New contributor
I'm trying to compile polybar
, and I get a long compilation error which is related to xcb (apparently), I have the log file here; I've read through the polybar wiki and I came upon the solution of downgrading xcb-proto
to 1.11
, and so I followed through with the process, although I'm not really sure how to check ther version (the logs tell me that each X-extension has version 1.13 though?)
Nonetheless I've tried compiling with both Clang and GCC using build.sh
, all to no avail, my question is how I can downgrade packages:
-- [X] xcb-randr (1.13.1)
-- [X] xcb-randr (monitor support) (1.13.1)
-- [X] xcb-composite (1.13.1)
-- [X] xcb-xkb (1.13.1)
[...]
to version 1.11?
EDIT
I have tried to remove the libxcb*
packages from my Debian, and before I wrote yes
on the prompt to continue I noticed it would make redundant a lot of packages that would otherwise be beneficial to my system, so I don't see how I can hotplug a downgrade without removing the packages I want to downgrade to begin with.
debian apt xcb
debian apt xcb
New contributor
New contributor
New contributor
asked Aug 17 at 0:00
unazed spectaculumunazed spectaculum
31 bronze badge
31 bronze badge
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I'll try to answer to original issue of polybar not compiling. It's most likely not an issue with the version installed through apt
. That particular issue only occurs on systems where xcb-proto
is version 1.12 and libxcb-randr0-dev
is 1.11, but since all are 1.13.1, you should be fine.
The issue you have in your logs:
ERROR: could not calc required_start_align of Struct "xcb.Setup
Appeared before, here. There the issue was that anaconda was used for python, which caused loads of problems.
There are instructions on the wiki on how to compile polybar while anaconda is installed (without uninstalling anaconda). The easiest way that people have reported working is to run conda deactivate
in the terminal where you are compiling polybar before compiling. Also make sure that you completely redownload the tar-archive (or do a clean git clone) before building.
that appears to cause more confusion since i don't have anaconda installed, all my builds of python are source-built besides the system python (i have python 3.7.3 and 3.8.0b3); i'll try to downgrade my mainpython3
back to 3.7.3 -- edit: it appears polybar only cares about python 2 so i don't see how it should matter
– unazed spectaculum
2 days ago
add a comment |
Surprisingly I solved this by simplying recloning the polybar repository, configuring with -DWITH_XRANDR_MONITORS=0
(although this isn't necessary I don't think) and voila. I have no idea why this worked but the only significant things I have done are reinstall xcb-proto
after downgrading it (supposedly) to version 1.11
.
New contributor
add a comment |
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
});
}
});
unazed spectaculum is a new contributor. Be nice, and check out our Code of Conduct.
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%2f535961%2fdowngrading-xcb-packages-to-1-11-on-debian%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'll try to answer to original issue of polybar not compiling. It's most likely not an issue with the version installed through apt
. That particular issue only occurs on systems where xcb-proto
is version 1.12 and libxcb-randr0-dev
is 1.11, but since all are 1.13.1, you should be fine.
The issue you have in your logs:
ERROR: could not calc required_start_align of Struct "xcb.Setup
Appeared before, here. There the issue was that anaconda was used for python, which caused loads of problems.
There are instructions on the wiki on how to compile polybar while anaconda is installed (without uninstalling anaconda). The easiest way that people have reported working is to run conda deactivate
in the terminal where you are compiling polybar before compiling. Also make sure that you completely redownload the tar-archive (or do a clean git clone) before building.
that appears to cause more confusion since i don't have anaconda installed, all my builds of python are source-built besides the system python (i have python 3.7.3 and 3.8.0b3); i'll try to downgrade my mainpython3
back to 3.7.3 -- edit: it appears polybar only cares about python 2 so i don't see how it should matter
– unazed spectaculum
2 days ago
add a comment |
I'll try to answer to original issue of polybar not compiling. It's most likely not an issue with the version installed through apt
. That particular issue only occurs on systems where xcb-proto
is version 1.12 and libxcb-randr0-dev
is 1.11, but since all are 1.13.1, you should be fine.
The issue you have in your logs:
ERROR: could not calc required_start_align of Struct "xcb.Setup
Appeared before, here. There the issue was that anaconda was used for python, which caused loads of problems.
There are instructions on the wiki on how to compile polybar while anaconda is installed (without uninstalling anaconda). The easiest way that people have reported working is to run conda deactivate
in the terminal where you are compiling polybar before compiling. Also make sure that you completely redownload the tar-archive (or do a clean git clone) before building.
that appears to cause more confusion since i don't have anaconda installed, all my builds of python are source-built besides the system python (i have python 3.7.3 and 3.8.0b3); i'll try to downgrade my mainpython3
back to 3.7.3 -- edit: it appears polybar only cares about python 2 so i don't see how it should matter
– unazed spectaculum
2 days ago
add a comment |
I'll try to answer to original issue of polybar not compiling. It's most likely not an issue with the version installed through apt
. That particular issue only occurs on systems where xcb-proto
is version 1.12 and libxcb-randr0-dev
is 1.11, but since all are 1.13.1, you should be fine.
The issue you have in your logs:
ERROR: could not calc required_start_align of Struct "xcb.Setup
Appeared before, here. There the issue was that anaconda was used for python, which caused loads of problems.
There are instructions on the wiki on how to compile polybar while anaconda is installed (without uninstalling anaconda). The easiest way that people have reported working is to run conda deactivate
in the terminal where you are compiling polybar before compiling. Also make sure that you completely redownload the tar-archive (or do a clean git clone) before building.
I'll try to answer to original issue of polybar not compiling. It's most likely not an issue with the version installed through apt
. That particular issue only occurs on systems where xcb-proto
is version 1.12 and libxcb-randr0-dev
is 1.11, but since all are 1.13.1, you should be fine.
The issue you have in your logs:
ERROR: could not calc required_start_align of Struct "xcb.Setup
Appeared before, here. There the issue was that anaconda was used for python, which caused loads of problems.
There are instructions on the wiki on how to compile polybar while anaconda is installed (without uninstalling anaconda). The easiest way that people have reported working is to run conda deactivate
in the terminal where you are compiling polybar before compiling. Also make sure that you completely redownload the tar-archive (or do a clean git clone) before building.
answered 2 days ago
Patrick ZieglerPatrick Ziegler
1631 silver badge7 bronze badges
1631 silver badge7 bronze badges
that appears to cause more confusion since i don't have anaconda installed, all my builds of python are source-built besides the system python (i have python 3.7.3 and 3.8.0b3); i'll try to downgrade my mainpython3
back to 3.7.3 -- edit: it appears polybar only cares about python 2 so i don't see how it should matter
– unazed spectaculum
2 days ago
add a comment |
that appears to cause more confusion since i don't have anaconda installed, all my builds of python are source-built besides the system python (i have python 3.7.3 and 3.8.0b3); i'll try to downgrade my mainpython3
back to 3.7.3 -- edit: it appears polybar only cares about python 2 so i don't see how it should matter
– unazed spectaculum
2 days ago
that appears to cause more confusion since i don't have anaconda installed, all my builds of python are source-built besides the system python (i have python 3.7.3 and 3.8.0b3); i'll try to downgrade my main
python3
back to 3.7.3 -- edit: it appears polybar only cares about python 2 so i don't see how it should matter– unazed spectaculum
2 days ago
that appears to cause more confusion since i don't have anaconda installed, all my builds of python are source-built besides the system python (i have python 3.7.3 and 3.8.0b3); i'll try to downgrade my main
python3
back to 3.7.3 -- edit: it appears polybar only cares about python 2 so i don't see how it should matter– unazed spectaculum
2 days ago
add a comment |
Surprisingly I solved this by simplying recloning the polybar repository, configuring with -DWITH_XRANDR_MONITORS=0
(although this isn't necessary I don't think) and voila. I have no idea why this worked but the only significant things I have done are reinstall xcb-proto
after downgrading it (supposedly) to version 1.11
.
New contributor
add a comment |
Surprisingly I solved this by simplying recloning the polybar repository, configuring with -DWITH_XRANDR_MONITORS=0
(although this isn't necessary I don't think) and voila. I have no idea why this worked but the only significant things I have done are reinstall xcb-proto
after downgrading it (supposedly) to version 1.11
.
New contributor
add a comment |
Surprisingly I solved this by simplying recloning the polybar repository, configuring with -DWITH_XRANDR_MONITORS=0
(although this isn't necessary I don't think) and voila. I have no idea why this worked but the only significant things I have done are reinstall xcb-proto
after downgrading it (supposedly) to version 1.11
.
New contributor
Surprisingly I solved this by simplying recloning the polybar repository, configuring with -DWITH_XRANDR_MONITORS=0
(although this isn't necessary I don't think) and voila. I have no idea why this worked but the only significant things I have done are reinstall xcb-proto
after downgrading it (supposedly) to version 1.11
.
New contributor
New contributor
answered 2 days ago
unazed spectaculumunazed spectaculum
31 bronze badge
31 bronze badge
New contributor
New contributor
add a comment |
add a comment |
unazed spectaculum is a new contributor. Be nice, and check out our Code of Conduct.
unazed spectaculum is a new contributor. Be nice, and check out our Code of Conduct.
unazed spectaculum is a new contributor. Be nice, and check out our Code of Conduct.
unazed spectaculum is a new contributor. Be nice, and check out our Code of Conduct.
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%2f535961%2fdowngrading-xcb-packages-to-1-11-on-debian%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