[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-03-12 Thread Ken
Afraid I still can't print. I'm running 20.04.4 with 2.31-0ubuntu9.7 and when I try to install libc-dev get "linux-libc-dev is already the newest version (5.4.0-105.119)." I previously applied the commands in comment #15, with no luck. Do I need to reverse something because of that? Any assistan

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-03-06 Thread Michael Hudson-Doyle
Yes indeed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc6-dev, requires old libc6 version To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-03-03 Thread Ken Sharp
** Changed in: glibc (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc6-dev, requires old libc6 version To manage

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-03-03 Thread Hans Joachim Desserud
I didn't see it mentioned in the changelog, but shouldn't this be resolved now that https://bugs.launchpad.net/ubuntu/+source/glibc/2.31-0ubuntu9.7 has been rolled out? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-02-12 Thread BlackMage
mwhudson, I have to thank you too, you helped me a lot too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc6-dev, requires old libc6 version To manage notifications

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-02-04 Thread Ken
mwhudson, thanks, I tried this, but it didn't work for me. No change. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc6-dev, requires old libc6 version To manage not

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-01-30 Thread Michael Hudson-Doyle
Anyone who is caught in this position can use these commands (as root): cat

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-01-29 Thread Ken
I tried and commands in #15, but no luck, so really looking forward to the 9.4 update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc6-dev, requires old libc6 versi

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-01-25 Thread UlfZibis
Thanks to all. This helped to solve the first step of my problem: https://forum.winehq.org/viewtopic.php?f=8&t=36119 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-01-21 Thread Diego González
nikau6 and picomitchell thank you very much. I was also trying to figure out how to resolve this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc6-dev, requires old

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2022-01-04 Thread Robie Basak
Looks like a 9.4 update is in progress in bug 1951033 which should resolve this issue for all users I think. I did tag this bug "regression-update". It's caused by the deletion of a publication in the -updates pocket rather than the normal case of a new package being published there, but it seems

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-12-08 Thread Alex B
This affects users all the time. For example, here are some reports at the Linux Mint forum: https://forums.linuxmint.com/viewtopic.php?f=47&t=355825 , https://forums.linuxmint.com/viewtopic.php?f=47&t=355920 and https://forums.linuxmint.com/viewtopic.php?f=47&t=362819. At least, please do as requ

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-11-09 Thread Gary Perkins
I'm hoping this gets fixed soon. I teach an operating system class, and I was trying to show students how easy it is to install Linux and get up and running with a development system. So long as this bug persists, many users are going to be turned off, because so many tutorials refer to this packag

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-09-02 Thread Mark Hobbes
Yup, great thanks to you two. This resolved the issue on my end, too. This solution feels almost too easy to be true, but it makes total sense :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-08-27 Thread kulight
Thank you nikau6 and picomitchell. Your suggestion resolved the issue. Was trying to figure this for a while now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc6-d

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-08-12 Thread Pico
Great find @nikau6! Based on @nikau6's suggestion, here is a single command to do it dynamically without having to retype each binary that needs to be downgraded: sudo apt install $(dpkg -l | grep 2.31-0ubuntu9.3 | awk '{ print $2"=2.31-0ubuntu9.2" }') You can run the following command by itsel

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-08-07 Thread Nik Lev
To avoid to have many packages to be removed you need to downgrade all the 9.3 packages. ~ First find them. dpkg -l | grep 2.31-0ubuntu9.3 ii libc-bin 2.31-0ubuntu9.3 amd64 GNU C Library: Binaries ii libc-dev-bin 2.31-0ubuntu9.3 amd64 GNU C Library: Development binaries ii libc6:amd64 2

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-08-07 Thread Nik Lev
To avoid to have many packages to be removed you need to downgrade all the 9.3 packages. ~ First find them. nikau@nikubuntu:~$ dpkg -l | grep 2.31-0ubuntu9.3 ii libc-bin 2.31-0ubuntu9.3 amd64GNU C Library: Binaries ii

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-07-31 Thread Mark Hobbes
Stumbled upon this problem when trying to install some packages which require build-essential to compile them (sidewinderd and ezthumb to be clear). I'm in the process of shifting my workstations to Ubuntu-based systems and this bug proves to be very annoying. Also sounds like it should actually b

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-07-20 Thread Ian Wienand
For anyone else finding this and wondering what the implications are; from what I could find: It seems that 2.31-0ubuntu9.3 was released for https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1914044 but as noted in https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1914044/comments/18 "This f

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-06-23 Thread Slash
I have to add the same thing: Why wasn't the update reverted instead of withdrawn? This caused multiple issue with automatic deployments and I think this should have been handled better... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-06-18 Thread Ken
Any update on when a fix will be rolled out? I can't print until it is. Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc6-dev, requires old libc6 version To

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-06-11 Thread Joshua Lansford
I don't feel safe downgrading the package as https://serverfault.com/a/993629/272284 warns that this could break the system and my general ignorance on the subject. Will this resolve by itself once the new version superseding 2.31-0ubuntu9.3 is released and I update or are updates jammed as the pr

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-06-07 Thread Patrick Domack
I wonder how many people have broken autoupdate system cause of this, and they don't even realize their systems are no longer updating anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Ti

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-06-07 Thread Jasper
just encountered this and have to ask the same: Why wasn't the update reverted instead of withdrawn? manually downgrading to libc6=2.31-0ubuntu9.2 results in 270 packages to be removed .. would be great to get a new version superseding 2.31-0ubuntu9.3 soon, thanks! -- You received this bug notif

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-05-04 Thread Martin Ritter
I have to ask: Why wasn't the update reverted and not just withdrawn? Especially if it causes regressions I would have assumed that there is something like `2.31-0ubuntu9.3+really9.2` to be pushed into updates to allow for smooth transitions out of the broken version. -- You received this bug no

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-05-03 Thread Gunnar Hjalmarsson
Try this: sudo apt install libc6=2.31-0ubuntu9.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc6-dev, requires old libc6 version To manage notifications about thi

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-05-03 Thread Jim Salter
Balint, what is the accepted method to downgrade an installed package to a prior version? I can think of three or four ways to accomplish it, but I can think of ways it could bite me in the butt having done so just as easily. :) This is especially a problem for this particular package, because sim

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-05-03 Thread Balint Reczey
** Changed in: glibc (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926918 Title: cannot install libc6-dev, requires old libc6 version To manage notificat

[Bug 1926918] Re: cannot install libc6-dev, requires old libc6 version

2021-05-03 Thread Balint Reczey
Please downgrade libc6 to the version in focal-updates. The one installed has been removed from -updates because it caused regressions and the new version superseding 2.31-0ubuntu9.3 is not yet released. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc