[00:46] vorlon: Thanks === jfsimon1981 is now known as jfsimon === pushkarnk1 is now known as pushkarnk [17:00] LocutusOfBorg: Rumor has it you have a fancy script for doing no-change rebuilds quickly. Mind shooting it my way? [18:28] was curious why when I run `lxc` it just starts installing it even though I have `command-not-found` installed. Figured it'd prompt me to run `sudo snap install lxd` or something. Then I saw that Ubuntu server ships w/ /usr/sbin/lxc. Looking at the contents I found this. https://bpa.st/W42A [18:29] seems super over-engineered. Is there a reason that script isn't simply running `sudo snap install lxd`? Why is there some socket involved? === sem2peie- is now known as sem2peie [19:02] arraybolt3, sure [19:04] arraybolt3, https://pastebin.ubuntu.com/p/rBmTtsst5n/ [20:06] Hi, can someone take a look at https://bugs.launchpad.net/ubuntu/+source/libjs-jquery-hotkeys/+bug/2065097? [20:06] -ubottu:#ubuntu-devel- Launchpad bug 2065097 in libjs-jquery-hotkeys (Ubuntu) "Sync libjs-jquery-hotkeys 0~20130707+git2d51e3a9+dfsg-2.1 (universe) from Debian unstable (main)" [Wishlist, New] [20:06] I am kinda surprised that this package still exists (even much that there is an Ubuntu delta left in there for several years) [21:19] LocutusOfBorg: ty! === JanC is now known as Guest6677 === JanC_ is now known as JanC [23:09] Anyone around who has an understanding of GCC packaging and a handle on how apt package resolving works? [23:09] Trying to work out why installing gcc-14 doesn't pull in cpp-14. [23:09] (on Noble) [23:11] gcc-11 and gcc-12 both Depend on cpp-11 and cpp-12 respectively, which is as it should be. But gcc-13 and gcc-14 don't depend on cpp-13 and cpp-14, meaning that installing the compiler doesn't put the preprocessor where you expect. [23:11] it depends on gcc-14-x86-64-linux-gnu which depends on cpp-14-x86-64-linux-gnu [23:11] which is probably what you want [23:11] I know very certainly cpp-14-x86-64-linux-gnu is *not* the only thing I want. [23:12] cpp-14 isn't just a metapackage, it has some other files in it that are important. [23:13] the cpp-14 binary? [23:13] it doesn't have much else [23:13] cpp-14 contains a symbolic link to x86_64-linux-gnu-cpp-13, which is important for some things. [23:14] In the past installing gcc-XY would pull in cpp-XY, so you'd have both /usr/bin/gcc-XY and /usr/bin/cpp-XY links. [23:14] doko: ^^ [23:15] just feeling out if this is a bug or not - if it isn't, I have some tooling that needs changed, if it is, then that tooling only needs changed temporarily [23:18] wow invovled stuff https://salsa.debian.org/toolchain-team/gcc/-/commit/20a733185873221500760877db23263ddcb3b6ae [23:18] -ubottu:#ubuntu-devel- Commit 20a7331 in toolchain-team/gcc "* Build cpp-14-$triplet packages."