/srv/irclogs.ubuntu.com/2024/05/07/#ubuntu-devel.txt

john-cabajvorlon: Thanks00:46
=== jfsimon1981 is now known as jfsimon
=== pushkarnk1 is now known as pushkarnk
arraybolt3LocutusOfBorg: Rumor has it you have a fancy script for doing no-change rebuilds quickly. Mind shooting it my way?17:00
ELFrederichwas 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/W42A18:28
ELFrederichseems super over-engineered.  Is there a reason that script isn't simply running `sudo snap install lxd`?  Why is there some socket involved?18:29
=== sem2peie- is now known as sem2peie
LocutusOfBorgarraybolt3, sure19:02
LocutusOfBorgarraybolt3, https://pastebin.ubuntu.com/p/rBmTtsst5n/19:04
liushuyuHi, 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
liushuyuI am kinda surprised that this package still exists (even much that there is an Ubuntu delta left in there for several years)20:06
arraybolt3LocutusOfBorg: ty!21:19
=== JanC is now known as Guest6677
=== JanC_ is now known as JanC
arraybolt3Anyone around who has an understanding of GCC packaging and a handle on how apt package resolving works?23:09
arraybolt3Trying to work out why installing gcc-14 doesn't pull in cpp-14.23:09
arraybolt3(on Noble)23:09
arraybolt3gcc-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
tumbleweedit depends on gcc-14-x86-64-linux-gnu which depends on cpp-14-x86-64-linux-gnu23:11
tumbleweedwhich is probably what you want23:11
arraybolt3I know very certainly cpp-14-x86-64-linux-gnu is *not* the only thing I want.23:11
arraybolt3cpp-14 isn't just a metapackage, it has some other files in it that are important.23:12
tumbleweedthe cpp-14 binary?23:13
tumbleweedit doesn't have much else23:13
arraybolt3cpp-14 contains a symbolic link to x86_64-linux-gnu-cpp-13, which is important for some things.23:13
arraybolt3In 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
tumbleweeddoko: ^^23:14
arraybolt3just 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 temporarily23:15
sarnoldwow invovled stuff https://salsa.debian.org/toolchain-team/gcc/-/commit/20a733185873221500760877db23263ddcb3b6ae23:18
-ubottu:#ubuntu-devel- Commit 20a7331 in toolchain-team/gcc "* Build cpp-14-$triplet packages."23:18

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!