/srv/irclogs.ubuntu.com/2024/02/14/#ubuntu-devel.txt

=== guiverc2 is now known as guiverc
=== sem2peie- is now known as sem2peie
=== sem2peie- is now known as sem2peie
=== sem2peie- is now known as sem2peie
fheimesginggs I think the decision for removing c-closc2 s390x binaries for now is totally fair; just fyi meanwhile I asked IBM s390x people to have a look at the c-closc2 issues ...09:19
Guest95Hi,ubuntu experts10:43
Guest95We want to add a library to control our device on ubuntu, as far as I know, I need to build my own source code and make it as a package.But I do not know how to do it.10:43
Guest95I saw a lot of materials online that described how to download ubuntu existing ubuntu package, customize it and then submit the patch, but how can I create a fresh new our own ubuntu package(library)?10:43
Guest95Thanks in advance.10:43
rbasaktsimonq2: SRU processing for bug 2040011 is blocked waiting on SRU paperwork. Did you miss the bug comments?11:58
-ubottu:#ubuntu-devel- Bug 2040011 in vim (Ubuntu Mantic) "[SRU] Ensure supported codenames are accurate" [Wishlist, Incomplete] https://launchpad.net/bugs/204001111:58
ginggsfheimes: ack, thanks!11:59
=== pushkarnk1 is now known as pushkarnk
Skiato help in the Python transition, is anyone willing to sponsor the patch I uploaded on this bug https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/2052018 ? Thanks :-)13:55
-ubottu:#ubuntu-devel- Launchpad bug 2052018 in crmsh (Ubuntu) "crmsh fails its autopkg tests with Python 3.12" [Undecided, New]13:55
rbasaksagemath is missing from Noble (removed from Debian testing). I think this will affect a fairly large number of Ubuntu users if we release like that. Volunteers to fix it wanted!14:28
rbasaksudip: ^ interested? :)14:29
ahasenackis there a wiki page or discourse post about the FORTIFY_SOURCE=3 change in our build flags? I seem to remember there was something14:45
ahasenackfound it, via https://bugs.launchpad.net/ubuntu/+source/gcc-13/+bug/201244014:46
-ubottu:#ubuntu-devel- Launchpad bug 2012440 in gcc-13 (Ubuntu) "Please add -D_FORTIFY_SOURCE=3 to default build flags" [High, Fix Released]14:46
tsimonq2rbasak: bug 2040011> I'm aware. There are some non-public elements that have me close to giving up on that, I haven't made my decision yet.14:53
-ubottu:#ubuntu-devel- Bug 2040011 in vim (Ubuntu Mantic) "[SRU] Ensure supported codenames are accurate" [Wishlist, Incomplete] https://launchpad.net/bugs/204001114:53
rbasaktsimonq2: OK, thanks. Is it OK if I reject from the queue for now, and you can re-uploaded if you take it up again? Otherwise someone from the SRU team has to re-examine the bug on every shift to see if it has been addressed (if they have capacity). It seems like the effort being spent on that is now exceeding the very marginal benefit of the "bug" being fixed.15:02
tsimonq2rbasak: That is alright with me, thanks for the clarification.15:03
UnivrslSuprBoxadrien: anything you need from me wrt faketime?15:04
rbasakDone - thanks!15:06
dbungertogayot: I'll sponsor LP: #2053016, that will also fix an issue I was chasing for juypter-python15:12
-ubottu:#ubuntu-devel- Launchpad bug 2053016 in python-requests-unixsocket (Ubuntu) "console-conf errors on Ubuntu Core 24: HTTPConnection.request() got an unexpected keyword argument 'chunked'" [Undecided, In Progress] https://launchpad.net/bugs/205301615:12
ogayotdbungert: excellent, thanks!15:12
adrienUnivrslSuprBox: I haven't had time to look at it yet unfortunately; not having "native" 32-bit machines doesn't help :D15:17
adrienI was hampered by an issue with openssl which I just finished pinpointing and reporting so I'll have some time hopefully15:17
UnivrslSuprBoxadrien: the issue replicates perfectly in an i386 chroot on an amd64 host, so luckily no need to drag out a pentium 415:35
sudiprbasak: but why is sagemath missing from Noble. Debian unstable still has it. I thought sync will sync from Unstable15:39
rbasaksudip: https://launchpad.net/ubuntu/+source/sagemath/+publishinghistory15:41
rbasakOpen up the second entry that says "Deleted"15:41
rbasak> Debian #1055732, ftbfs, removed in testing, remove rdeps brial and sagemath15:41
-ubottu:#ubuntu-devel- Debian bug 1055732 in src:fpylll "fpylll ftbfs with Python 3.12" [Serious, Fixed] https://bugs.debian.org/105573215:41
sudiprbasak: and to reintroduce that means fixing it in Debian or is that ok to do for Ubuntu only? sorry for the newbie question, this is the first Ubuntu release cycle I am going ti witness15:43
sudips/ti/to/15:43
rbasaksudip: either is acceptable, depending on how appropriate a given fix would be for Debian, how long it'd take to land there, etc. But introducing an Ubuntu delta means maintaining it, and so we should give some thought to that. It's not uncommon for us to put something in a delta to fix it in Ubuntu for now, and put something upstream somewhere so in the long term the fix filters down to Debian and15:45
rbasakwe can sync later.15:45
* sudip will try but cant promise, building sagemath was not a pleasant experience for my laptop15:47
rbasakThank you!15:48
=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
=== pushkarnk1 is now known as pushkarnk
ahasenackwaveform: hi, arm64 question: is __NR_signalfd not defined there, just __NR_signalfd4? I'm chasing down a build failure on arm64 and looks like it's because __NR_signalfd is not defined16:59
waveformahasenack, I don't know off the top of my head but a quick grep of the headers on my development pi (arm64) is only showing __NR_signalfd4 defined17:04
ahasenackwaveform: yeah18:23
ahasenackwaveform: this https://github.com/fujita/tgt/blob/master/usr/util.h#L10618:23
ahasenackstarted to break, I'm not sure since when, but right now in noble it's breaking18:23
ahasenackthat #if is not true (the two conditions), and it goes to #else which basically destroys the signalfd_siginfo struct18:24
ahasenackdefintes it as empty18:24
ahasenackI'm trying to check how this built before, and when "before" is18:24
ahasenack"""18:25
ahasenack       There  are two underlying Linux system calls: signalfd() and the more recent signalfd4().  The former system call does not implement a flags argument.  The latter18:25
ahasenack       system call implements the flags values described above.  Starting with glibc 2.9, the signalfd() wrapper function will use signalfd4() where it is available.18:25
ahasenack"""18:25
ahasenackwhat tgt is doing seems wrong, but maybe they worked around an old bug that no longer matters18:26
ahasenackugh, that workaround is from 200918:28
=== pushkarnk1 is now known as pushkarnk
=== sudip_ is now known as sudip
=== yziquel66 is now known as yziquel
kajiyaI am once again ^^asking for your financial support^^ for sponsorship :D I've got merge proposals into `ubuntu/+source/google-compute-engine-oslogin` that need reviewing/sponsoring if anyone has time. The bug's here for reference: https://bugs.launchpad.net/ubuntu/+source/google-compute-engine-oslogin/+bug/2052438 (noble has already landed, this is an SRU). Cheers!21:47
-ubottu:#ubuntu-devel- Launchpad bug 2052438 in google-compute-engine-oslogin (Ubuntu Mantic) "Update d/control file with a dependency on google-guest-agent" [Undecided, New]21:47
kajiyaUgh the markdown didn't work in that message - my joke is ruined!21:48
arraybolt3kajiya: :P The way it would usually be done in IRC would be something like:22:36
arraybolt3I am once again asking for your financial support^U^U^U^U for sponsorship :D ...22:36
arraybolt3but I got the joke :)22:37

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