Bug#1070682: Please update to inih 58

2024-05-07 Thread Thomas Goirand
Source: libinih Version: 57-1 Severity: normal Hi, Please upgrade this package to version 58. It contains the function ini_parse that I need for upgrading to the latest version of lenovolegionlinux. Cheers, Thomas Goirand (zigo)

Re: [PATCH v3 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE

2024-05-07 Thread Thomas Huth
On 07/05/2024 03.18, maobibo wrote: On 2024/5/6 下午2:09, maobibo wrote: On 2024/5/6 下午12:24, Thomas Huth wrote: On 06/05/2024 05.02, Bibo Mao wrote: On LoongArch system, there is only virt machine type now, name LOONGARCH_MACHINE is confused, rename it with VIRT_MACHINE. Machine name about

Re: [PATCH] gitlab: Rename ubuntu-22.04-s390x-all to *-system

2024-05-07 Thread Thomas Huth
- cd build - - ../configure --disable-libssh + - ../configure --disable-libssh --disable-user While you're at it, you could also drop the --disable-libssh now (it was a work-around for a bug in Ubuntu 18.04 IIRC). Reviewed-by: Thomas Huth

Re: [PATCH] gitlab: Drop --static from s390x linux-user build

2024-05-07 Thread Thomas Huth
g --static --disable-system + - ../configure --enable-debug-tcg --disable-system --disable-tools --disable-docs Maybe mention the --disable-tools and --disable-docs in the commit message, too? Anyway: Reviewed-by: Thomas Huth

Re: How do I reliably prevent CDS archive generation during builds?

2024-05-06 Thread Thomas Stüfe
Thank you, Eric! On Mon, May 6, 2024 at 7:21 PM wrote: > On 5/6/24 09:26, Thomas Stüfe wrote: > > Hi, > > > > is there a way to reliably prevent the jvm from being called with > > -Xshare:dump during build? > > > > Often, when I tinker with metaspace or

Re: How do I reliably prevent CDS archive generation during builds?

2024-05-06 Thread Thomas Stüfe
Hi Julian, Yes, that confused me too. See here: https://github.com/openjdk/jdk/blob/f308e107ce8b993641ee3d0a0d5d52bf5cd3b94e/make/GenerateLinkOptData.gmk#L76 Cheers, Thomas On Tue, May 7, 2024 at 2:58 AM Julian Waters wrote: > Hi Thomas, > > --disable-jvm-feature-link

Control dispatcher time-slice?

2024-05-06 Thread Thomas David Rivers
We've got a test (with pthread-created TCBs) that we'd like to really have dispatched with tiny time slices so we can make sure things are working correctly... But - it seems that all of our time slices are "big" so we don't get the conflicts we'd like to exercise. Is there a way to tell the

Re: backend stuck in DataFileExtend

2024-05-06 Thread Thomas Munro
On Tue, May 7, 2024 at 6:21 AM Justin Pryzby wrote: > FWIW: both are running zfs-2.2.3 RPMs from zfsonlinux.org. ... > Yes, they're running centos7 with the indicated kernels. So far we've got: * spurious EIO when opening a file (your previous report) * hanging with CPU spinning (?) inside

Re: Sign up in DDTSS not working (?)

2024-05-06 Thread Thomas Vincent
for the inconvenience and thank you so much for bringing new contributors to DDTSS. :) Thomas Please CC replies because I'm not subscribed to i18n mailing list. Thanks! Charles OpenPGP_signature.asc Description: OpenPGP digital signature

[plasmashell] [Bug 481380] Docked floating panel obscures adjacent screen with its blurred background

2024-05-06 Thread Thomas Moerschell
https://bugs.kde.org/show_bug.cgi?id=481380 Thomas Moerschell changed: What|Removed |Added CC||tmoersch...@gmail.com -- You

How do I reliably prevent CDS archive generation during builds?

2024-05-06 Thread Thomas Stüfe
the JVM and break the build. I specified --disable-cds-archives and --disable-jvm-feature-link-time-opt. But still, link time optimization step runs and calls the build JVM with -Xshare:dump. Is that a bug? Thanks, Thomas P.S. Also, how is this handled for crossbuilds, where generating shared archives

Re: JDK-8170635

2024-05-06 Thread Thomas Stüfe
Not sure if you meant to address this mail to a specific person. I assume with proposal you mean this: https://mail.openjdk.org/pipermail/build-dev/2016-September/017746.html ? If yes, my proposal was to move dladdr out of the OpenJDK code base into an independent library that would be maintained

Re: [PATCH v4 0/2] query-cpu-model-expansion: report deprecated features

2024-05-06 Thread Thomas Huth
e full CPU model expansion. Thanks, queued for my next pull request now. Thomas

[PATCH v2] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead

2024-05-06 Thread Thomas Huth
the runtime behavior. Thus let's introduce a "user=..." parameter here now and deprecate the old "-runas" option. Signed-off-by: Thomas Huth --- v2: Add missing part in qemu-options.hx as suggested by Philippe docs/about/deprecated.rst | 6 ++ system/vl.c

[PATCH v2] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead

2024-05-06 Thread Thomas Huth
the runtime behavior. Thus let's introduce a "user=..." parameter here now and deprecate the old "-runas" option. Signed-off-by: Thomas Huth --- v2: Add missing part in qemu-options.hx as suggested by Philippe docs/about/deprecated.rst | 6 ++ system/vl.c

Re: [qemu-web PATCH] blog: KVM Forum 2024 CFP

2024-05-06 Thread Thomas Huth
On 06/05/2024 12.55, Stefan Hajnoczi wrote: The mistakes were mine. Thanks for pointing them out, Thomas! All right, so I went ahead and fixed the deadline date and link and pushed it to the repository now. Thanks, Thomas

Re: [qemu-web PATCH] blog: KVM Forum 2024 CFP

2024-05-06 Thread Thomas Huth
m.org/2024/cfp). This link is wrong, the right one is: https://kvm-forum.qemu.org/2024/cfp/ Thomas

Re: [qemu-web PATCH] blog: KVM Forum 2024 CFP

2024-05-06 Thread Thomas Huth
parallel, you wrote: "The deadline for submitting presentations is June 8" ... so what's the correct date now? Apart from that, the blog post looks fine to me. Thomas You are invited to +submit presentation proposals via the [KVM Forum CfP +page](https://kvm-forum.org/202

Re: [kvm-unit-tests PATCH v9 02/31] report: Add known failure reporting option

2024-05-06 Thread Thomas Huth
On 06/05/2024 10.01, Andrew Jones wrote: On Mon, May 06, 2024 at 09:25:37AM GMT, Thomas Huth wrote: On 04/05/2024 14.28, Nicholas Piggin wrote: There are times we would like to test a function that is known to fail in some conditions due to a bug in implementation (QEMU, KVM, or even hardware

[gcc r12-10416] Fortran: Add error for subroutine passed to a variable dummy [PR106999]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:d72e9f90e370538b057690b16c1e65350dbbb75c commit r12-10416-gd72e9f90e370538b057690b16c1e65350dbbb75c Author: Paul Thomas Date: Tue Apr 2 15:53:29 2024 +0100 Fortran: Add error for subroutine passed to a variable dummy [PR106999] 2024-04-02 Paul Thomas

[gcc r13-8692] Fortran: Add error for subroutine passed to a variable dummy [PR106999]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:429935510202c4efee933bf907fd9dff816193f2 commit r13-8692-g429935510202c4efee933bf907fd9dff816193f2 Author: Paul Thomas Date: Tue Apr 2 15:53:29 2024 +0100 Fortran: Add error for subroutine passed to a variable dummy [PR106999] 2024-04-02 Paul Thomas

[gcc r13-8691] Fortran: Fix wrong recursive errors and class initialization [PR112407]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:f598a1c8a77e678ca009b433fd849b4834594926 commit r13-8691-gf598a1c8a77e678ca009b433fd849b4834594926 Author: Paul Thomas Date: Tue Apr 2 14:19:09 2024 +0100 Fortran: Fix wrong recursive errors and class initialization [PR112407] 2024-04-02 Paul Thomas

[gcc r13-8690] Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:9f204cc695d27d0b8eb69d9a4d266261171185ae commit r13-8690-g9f204cc695d27d0b8eb69d9a4d266261171185ae Author: Paul Thomas Date: Fri Mar 29 07:23:19 2024 + Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337] 2024-03-29 Paul Thomas

drm_exec changes for eviction

2024-05-06 Thread Thomas Hellström
object. Any concerns? Thanks, Thomas

Re: [PATCH v2 12/12] fbdev/viafb: Make I2C terminology more inclusive

2024-05-06 Thread Thomas Zimmermann
interface, now that the approved verbiage exists in the specification. Compile tested, no functionality changes intended [1]: https://lore.kernel.org/all/20240322132619.6389-1-wsa+rene...@sang-engineering.com/ Signed-off-by: Easwar Hariharan Acked-by: Thomas Zimmermann --- drivers/video

Re: [PATCH v2 12/12] fbdev/viafb: Make I2C terminology more inclusive

2024-05-06 Thread Thomas Zimmermann
interface, now that the approved verbiage exists in the specification. Compile tested, no functionality changes intended [1]: https://lore.kernel.org/all/20240322132619.6389-1-wsa+rene...@sang-engineering.com/ Signed-off-by: Easwar Hariharan Acked-by: Thomas Zimmermann --- drivers/video

Re: [PATCH v2 12/12] fbdev/viafb: Make I2C terminology more inclusive

2024-05-06 Thread Thomas Zimmermann
interface, now that the approved verbiage exists in the specification. Compile tested, no functionality changes intended [1]: https://lore.kernel.org/all/20240322132619.6389-1-wsa+rene...@sang-engineering.com/ Signed-off-by: Easwar Hariharan Acked-by: Thomas Zimmermann --- drivers/video

Re: [PATCH v2 12/12] fbdev/viafb: Make I2C terminology more inclusive

2024-05-06 Thread Thomas Zimmermann
interface, now that the approved verbiage exists in the specification. Compile tested, no functionality changes intended [1]: https://lore.kernel.org/all/20240322132619.6389-1-wsa+rene...@sang-engineering.com/ Signed-off-by: Easwar Hariharan Acked-by: Thomas Zimmermann --- drivers/video

Re: [PATCH v2 11/12] fbdev/smscufx: Make I2C terminology more inclusive

2024-05-06 Thread Thomas Zimmermann
interface, now that the approved verbiage exists in the specification. Compile tested, no functionality changes intended [1]: https://lore.kernel.org/all/20240322132619.6389-1-wsa+rene...@sang-engineering.com/ Signed-off-by: Easwar Hariharan Acked-by: Thomas Zimmermann --- drivers/v

Re: [PATCH v2 11/12] fbdev/smscufx: Make I2C terminology more inclusive

2024-05-06 Thread Thomas Zimmermann
interface, now that the approved verbiage exists in the specification. Compile tested, no functionality changes intended [1]: https://lore.kernel.org/all/20240322132619.6389-1-wsa+rene...@sang-engineering.com/ Signed-off-by: Easwar Hariharan Acked-by: Thomas Zimmermann --- drivers/v

Re: [PATCH v2 11/12] fbdev/smscufx: Make I2C terminology more inclusive

2024-05-06 Thread Thomas Zimmermann
interface, now that the approved verbiage exists in the specification. Compile tested, no functionality changes intended [1]: https://lore.kernel.org/all/20240322132619.6389-1-wsa+rene...@sang-engineering.com/ Signed-off-by: Easwar Hariharan Acked-by: Thomas Zimmermann --- drivers/v

Re: [PATCH v2 11/12] fbdev/smscufx: Make I2C terminology more inclusive

2024-05-06 Thread Thomas Zimmermann
interface, now that the approved verbiage exists in the specification. Compile tested, no functionality changes intended [1]: https://lore.kernel.org/all/20240322132619.6389-1-wsa+rene...@sang-engineering.com/ Signed-off-by: Easwar Hariharan Acked-by: Thomas Zimmermann --- drivers/v

[Wikimediauk-l] Call for volunteers for Wiki Loves Monuments 2024!

2024-05-06 Thread Sara Thomas
here: https://wikimedia.org.uk/2024/04/call-for-volunteers-for-wiki-loves-monuments-2024/ - please do take a look! All the best, Sara -- Dr Sara Thomas Programme Manager, Wikimedia UK https://wikimedia.org.uk/home/scotland/ <https://wikimedia.org.uk/wiki/Wikimedia_in_Scotland>

[ovirt-users] Re: ARM64 Host Failed to Add to Cluster

2024-05-06 Thread Thomas Hoberg
You are aware that you're trying to ride an arguably dead horse to new frontiers, right? I'm trying somethings similar with Proxmox on ARM using an Orange PI 5+ and a Raspberry Pi5, where nearly everything works, except live migration. But there is a lot of things that are still missing in

FAI ISO supporting Ubuntu 24.04

2024-05-06 Thread Thomas Lange
Hi all, on https://fai-project.org/fai-cd/ you can now find the FAI Ubuntu ISO which installs Ubuntu 24.04 (Noble Numbat). -- best regards Thomas

[gcc r12-10415] Fortran: Fix ICE and clear incorrect error messages [PR114739]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:3a5acd2583056e8cd0e5fda83e7c34be65415c62 commit r12-10415-g3a5acd2583056e8cd0e5fda83e7c34be65415c62 Author: Paul Thomas Date: Mon May 6 08:21:14 2024 +0100 Fortran: Fix ICE and clear incorrect error messages [PR114739] 2024-05-06 Paul Thomas gcc

Bug#1064401: python-requests-kerberos: please package version 0.14

2024-05-06 Thread Thomas Goirand
Hi, FYI, version 0.14 needs python-pyspnego that I'm going to package. Cheers, Thomas Goirand (zigo)

Re: [kvm-unit-tests PATCH v9 03/31] powerpc: Mark known failing tests as kfail

2024-05-06 Thread Thomas Huth
"TM available in all 'ibm,pa-features' properties"); Could you check the PVR for POWER9 here instead of using "true" as first parameter? Thomas

Re: [kvm-unit-tests PATCH v9 02/31] report: Add known failure reporting option

2024-05-06 Thread Thomas Huth
|| !pass) + else if (!xfail && !pass) failures++; spin_unlock(); Thomas

[gcc r13-8689] Fortran: Fix ICE and clear incorrect error messages [PR114739]

2024-05-06 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:094f8a36dffea52fe6a64596203b82648a3f6121 commit r13-8689-g094f8a36dffea52fe6a64596203b82648a3f6121 Author: Paul Thomas Date: Mon May 6 08:21:14 2024 +0100 Fortran: Fix ICE and clear incorrect error messages [PR114739] 2024-05-06 Paul Thomas gcc

Bug#1070477: RM: freezer-api -- ROM; unmaintained upstream

2024-05-06 Thread Thomas Goirand
Package: ftp.debian.org Severity: normal User: ftp.debian@packages.debian.org Usertags: remove X-Debbugs-Cc: freezer-...@packages.debian.org Control: affects -1 + src:freezer-api Hi, freezer was already removed from Debian, let's also remove freezer-api. Cheers, Thomas Goirand (zigo)

Re: [kvm-unit-tests PATCH v9 01/31] doc: update unittests doc

2024-05-06 Thread Thomas Huth
ace, but each check parameter needs to be of the form = + +The path and value can not contain space, =, or shell wildcard characters. Could you comment on my feedback here, please: https://lore.kernel.org/kvm/951ccd88-0e39-4379-8d86-718e72594...@redhat.com/ Thanks, Thomas

Bug#1070292: Dep removed from python-influxdb-client

2024-05-06 Thread Thomas Goirand
I've uploaded the fix to python-influxdb-client. Thomas

Re: [Freedos-user] Installing FreeDOS on a USB Key

2024-05-06 Thread Thomas Cornelius Desi via Freedos-user
got to do with other reasons than the size of the sticks? (My thinking was - is? - : "small is better«) Any ideas? Thomas > On 06.05.2024, at 03:55, Robert Thorpe via Freedos-user > wrote: > > There are advantages to installing FreeDOS natively - it is faster. On > the

Re: [PATCH] Fixes: Indentation using TABs and improve formatting

2024-05-05 Thread Thomas Huth
orrect maintainers that should be CC:-ed). And if possible, please send your patch inline and not as an attachment (so it's possible to comment on the patch via hitting the reply button), preferably with "git send-email" instead of using your e-mail program. Thanks! Thomas

Re: [PATCH v3 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE

2024-05-05 Thread Thomas Huth
a TYPE_VIRT_MACHINE for other targets, I wonder whether it might be better to use LOONGARCH_VIRT_MACHINE than just VIRT_MACHINE here? Philippe, could you comment on this? Thomas

Re: [PATCH 4/4] tests/qtest: Check STM32L4x5 clock connections

2024-05-05 Thread Thomas Huth
instead?) Thomas

Re: 039_end_of_wal: error in "xl_tot_len zero" test

2024-05-05 Thread Thomas Munro
On Thu, Feb 15, 2024 at 10:40 PM Anton Voloshin wrote: > On 19/01/2024 01:35, Thomas Munro wrote: > > I don't yet have an opinion on the best way to > > do it though. Would it be enough to add emit_message($node, 0) after > > advance_out_of_record_splitting_zone()? >

CVS: cvs.openbsd.org: ports

2024-05-05 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/05/05 18:29:29 Modified files: games/recoil-rts: Makefile distinfo games/recoil-rts/patches: patch-AI_Skirmish_BARb_src_circuit_module_EconomyManager_cpp

Re: [OAUTH-WG] OAuth Digest, Vol 187, Issue 6

2024-05-05 Thread Thomas Broyer
That's a bit extreme. Can't an admin just unsubscribe him? Cc: oauth-ow...@ietf.org Le dim. 5 mai 2024, 21:57, Warren Parad a écrit : > I just marked it as spam, so his domain can deal with that. If everyone > does it, the domain may be permanently denylisted. > > On Sun, May 5, 2024 at 9:50 

Re: Proposal: Refresh list of category in https://lists.debian.org/

2024-05-05 Thread Thomas Lange
. The listmaster team should know better. -- regards Thomas

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc2

2024-05-05 Thread Thomas Vandahl
like for example this one: https://github.com/enclave-networks/multicast-test <https://github.com/enclave-networks/multicast-test> Could you please give it a try? Bye, Thomas

CVS: cvs.openbsd.org: ports

2024-05-05 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/05/05 11:19:38 Modified files: games : Makefile Log message: +recoil-rts

CVS: cvs.openbsd.org: ports

2024-05-05 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/05/05 11:18:13 Log message: import games/recoil-rts, ok solene@ DESCR: Recoil is a battle tested open-source RTS engine, successor of Spring. It is designed, in its basis, to be able to

Re: [PATCH] Fortran: fix issues with class(*) assignment [PR114827]

2024-05-05 Thread Paul Richard Thomas
Hi Harald, Please do commit, with or without the extra bit for the function result. As well as having to get back to pr113363, I have patches in a complete state for pr84006 and 98534. However they clash with yours. You arrived at the head of the queue first and so after you :-) Regards Paul

Re: [PATCH] Fortran: fix issues with class(*) assignment [PR114827]

2024-05-05 Thread Paul Richard Thomas
Hi Harald, Please do commit, with or without the extra bit for the function result. As well as having to get back to pr113363, I have patches in a complete state for pr84006 and 98534. However they clash with yours. You arrived at the head of the queue first and so after you :-) Regards Paul

[exim] Re: [postmas...@hazenmanagement.ca: Undeliverable: Cleandry]

2024-05-05 Thread Thomas Krichel via Exim-users
the DKIM violation worse that the SPF failure. -- Written by Thomas Krichel http://openlib.org/home/krichel on his 21520th day. -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn'

[kmymoney] [Bug 485776] Issues with price dialog

2024-05-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=485776 Thomas Baumgart changed: What|Removed |Added Version Fixed In||5.2 Resolution

[kmymoney] [Bug 485776] Issues with price dialog

2024-05-05 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=485776 Thomas Baumgart changed: What|Removed |Added Version Fixed In||5.2 Resolution

[kmymoney] [Bug 486566] Equity Deletion

2024-05-05 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=486566 Thomas Baumgart changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

[kmymoney] [Bug 486566] Equity Deletion

2024-05-05 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486566 Thomas Baumgart changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

Bug#1070407: mailman3-web: dpkg --configure mailman3-web fails

2024-05-04 Thread Thomas Krichel
Package: mailman3-web Version: 0+20240312-1 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the

Re: [Hydrogen-users] No sound on Windows 10 machine

2024-05-04 Thread Thomas Lenz via Hydrogen-users
dio selected for Audio > System and Line (2-Steinberg UR22) for Device. I get the same result with any > selection of Host API.On 5/4/2024 11:42 AM, Thomas Lenz via Hydrogen-users > wrote: > I see a 2020 post from Robert P. who had the same problem, but I don't see an > answer. I was usi

CVS: cvs.openbsd.org: ports

2024-05-04 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/05/04 14:41:53 Modified files: games/py-steam : Makefile distinfo games/py-steam/patches: patch-setup_py games/py-steam/pkg: PLIST Added files: games/py-steam/patches:

CVS: cvs.openbsd.org: ports

2024-05-04 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/05/04 14:24:52 Modified files: games : Makefile Log message: +keeperrl

CVS: cvs.openbsd.org: ports

2024-05-04 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/05/04 14:23:36 Log message: import games/keeperrl, ok solene@ DESCR: KeeperRL is an ambitious dungeon simulator with roguelike and RPG elements. Take the role of an evil wizard and study

[Hydrogen-users] No sound on Windows 10 machine

2024-05-04 Thread Thomas Lenz via Hydrogen-users
I see a 2020 post from Robert P. who had the same problem, but I don't see an answer. I was using an older version of Hydrogen and I had sound. I upgraded to 1.2.3, and I have no sound. I have PortAudio selected for Audio System and Line (2-Steinberg UR22) for Device. I get the same result with

Re: update games/openttd

2024-05-04 Thread Thomas Frohwein
On Sat, May 04, 2024 at 01:29:18PM +0200, Solene Rapenne wrote: > a simple bugfix release > https://cdn.openttd.org/openttd-releases/14.1/changelog.txt > > the removed patch is now present upstream > > tested on amd64, worked fine > > ok? Thanks for the update, builds and runs here, too. I

Bug#1070385: obs-studio: Plugin fails to load libobs.so because it doesn't exist

2024-05-04 Thread Thomas Blanc
according to Debian guidelines (I'm not the most system-savy person) Since others might have the same issue, I'm letting you know and hope my fix is the right one Thank you, Thomas Blanc -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable

Bug#1070385: obs-studio: Plugin fails to load libobs.so because it doesn't exist

2024-05-04 Thread Thomas Blanc
according to Debian guidelines (I'm not the most system-savy person) Since others might have the same issue, I'm letting you know and hope my fix is the right one Thank you, Thomas Blanc -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable

[kmymoney] [Bug 486427] Reports icon is missing in the left side window pane

2024-05-04 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=486427 Thomas Baumgart changed: What|Removed |Added Resolution|WAITINGFORINFO |DUPLICATE Status|NEEDSINFO

[kmymoney] [Bug 486168] Kmymoney Reports no longer available after upgrade to Fedora 40 KDE Spin

2024-05-04 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=486168 Thomas Baumgart changed: What|Removed |Added CC||douglas5...@outlook.com --- Comment #5 from

[kmymoney] [Bug 486168] Kmymoney Reports no longer available after upgrade to Fedora 40 KDE Spin

2024-05-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486168 Thomas Baumgart changed: What|Removed |Added CC||douglas5...@outlook.com --- Comment #5 from

[kmymoney] [Bug 486427] Reports icon is missing in the left side window pane

2024-05-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486427 Thomas Baumgart changed: What|Removed |Added Resolution|WAITINGFORINFO |DUPLICATE Status|NEEDSINFO

[kmymoney] [Bug 486466] Price update of a share is not saved

2024-05-04 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=486466 Thomas Baumgart changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kmymoney] [Bug 486466] Price update of a share is not saved

2024-05-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486466 Thomas Baumgart changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kmymoney] [Bug 486427] Reports icon is missing in the left side window pane

2024-05-04 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486427 --- Comment #7 from Thomas Baumgart --- Not really confirmed, but this very likely seems to be a packaging/dependency issue on the Fedora end. Please open a ticket with the distro and leave a link to it here. Thanks. -- You are receiving this mail

[kmymoney] [Bug 486427] Reports icon is missing in the left side window pane

2024-05-04 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=486427 --- Comment #7 from Thomas Baumgart --- Not really confirmed, but this very likely seems to be a packaging/dependency issue on the Fedora end. Please open a ticket with the distro and leave a link to it here. Thanks. -- You are receiving this mail

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/xnec2c/

2024-05-04 Thread Thomas Beierlein
commit: 60da9460727910b85e5960a000122c46ad56cfd0 Author: Thomas Beierlein gentoo org> AuthorDate: Sat May 4 09:03:08 2024 + Commit: Thomas Beierlein gentoo org> CommitDate: Sat May 4 09:08:54 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60

CVS: cvs.openbsd.org: ports

2024-05-03 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/05/03 21:04:40 Modified files: games/rigg : Makefile distinfo Log message: update to rigg 1.1 which includes mainly fixes to test and install targets

Re: How to Modify LeoJS From Within LeoJS?

2024-05-03 Thread Thomas Passin
On Friday, May 3, 2024 at 9:45:46 PM UTC-4 Félix wrote: Thanks for this great question Thomas! Lastly, *for modifying LeoJS itself *(instead of running scripts from custom @commands or @buttons, or building an extension and accessing the LeoJS global 'g' object) you would just need to clone

Re: how to discover what values produced an exception?

2024-05-03 Thread Thomas Passin via Python-list
On 5/3/2024 9:56 AM, Johanne Fairchild via Python-list wrote: How to discover what values produced an exception? Or perhaps---why doesn't the Python traceback show the values involved in the TypeError? For instance: --8<>8--- (0,0) < 4

[NTG-context] Re: more register questions!

2024-05-03 Thread Thomas A. Schmitz
Hi Wolfgang, powerful and elegant, as always! I think I have a solution with xml; I will have to test it more extensively with my complex real file; but here comes, also for Hraban (if it works in real life, I'll add it to the wiki...). Thanks a lot! Thomas \startbuffer[test

[NTG-context] Re: more register questions!

2024-05-03 Thread Thomas A. Schmitz
Hi Massi, yes, that was a very good idea! I can detect if the element occurs within a footnote by testing \xmldoiftext {#1} {ancestor::footnote} and then apply a processor to these entries. That would be a good solution for the time being. Thanks and all best Thomas On 5/2/24 17:55, mf

Re: Podling Xtable Report Reminder - May 2024

2024-05-03 Thread Thomas Bustos
Hi guys, I haven’t done this before but lmk how I could help. Regards, Thomas [image: LinkedIn] <https://www.linkedin.com/in/thomasbustos/>[image: Instagram] <https://www.instagram.com/lets_talk_ai/> Thomas Bustos Let’s Talk AI Podcast E: thomasbus...@lets-talk-ai.com M: +33 7

Re: update games/hyperrogue

2024-05-03 Thread Thomas Frohwein
On Fri, May 03, 2024 at 06:44:56PM +0200, Solene Rapenne wrote: > On Thu, May 02, 2024 at 01:07:08PM GMT, Thomas Frohwein wrote: > > On Fri, Apr 19, 2024 at 10:27:49PM +0200, Solene Rapenne wrote: > > > our hyperrogue version is quite old of a dozen releases > > > >

Update: devel/sdl2 to latest release 2.30.3

2024-05-03 Thread Thomas Frohwein
Hi, This diff catches up to the latest release of SDL, 2.30.3. No dynamic export changes from our current version in ports (2.30.0). The release notes (see [1]) show 2.30.1-2.30.3 are stable bugfix releases that also add support for a few more game controllers. I built and ran a handful of

[pve-devel] applied: [PATCH qemu-server] schema: fix description of migrate_downtime parameter

2024-05-03 Thread Thomas Lamprecht
On 03/05/2024 14:01, Fiona Ebner wrote: > Since commit 865ef132 ("implement dynamic migration_downtime") the > migration downtime will be automatically increased when migration > cannot converge at the very end. Update the description to reflect > reality. > > Signed-off-by: Fiona Ebner > --- >

Re: [PATCH] qga/commands-posix: fix typo in qmp_guest_set_user_password

2024-05-03 Thread Thomas Huth
crypt_flag, "0", NULL}; Fixes: 0e5b75a390 ("qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper") Reviewed-by: Thomas Huth

[kmymoney] [Bug 486486] Build fails with LTO

2024-05-03 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486486 --- Comment #5 from Thomas Baumgart --- Git commit 726e6b82ac1e6182de574ed5e0c12b7cfcd74441 by Thomas Baumgart. Committed on 03/05/2024 at 16:46. Pushed by tbaumgart into branch 'master'. Avoid violation of the C++ One Definition Rule (cherry picked

[kmymoney] [Bug 486486] Build fails with LTO

2024-05-03 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=486486 --- Comment #5 from Thomas Baumgart --- Git commit 726e6b82ac1e6182de574ed5e0c12b7cfcd74441 by Thomas Baumgart. Committed on 03/05/2024 at 16:46. Pushed by tbaumgart into branch 'master'. Avoid violation of the C++ One Definition Rule (cherry picked

[kmymoney] [Bug 486486] Build fails with LTO

2024-05-03 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=486486 Thomas Baumgart changed: What|Removed |Added Version Fixed In||5.1.4 Latest Commit

[kmymoney] [Bug 486486] Build fails with LTO

2024-05-03 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=486486 Thomas Baumgart changed: What|Removed |Added Version Fixed In||5.1.4 Latest Commit

[Bug 2064432] Re: Merge nginx 1.26.0 from Debian unstable for oracular

2024-05-03 Thread Thomas Ward
bryce: We will need to coordinate because an ABI change means we need a transition of all the extra nginx source packages to have a rebuild. Because we have ABI compliance now. We're testing and debugging these in Experimental / Unstable now, as part of Debian nginx policies to start in

[Bug 2064350] Re: pam_userdb.so is missing

2024-05-03 Thread Thomas-Thomas
Version 1.5.3-5ubuntu5.1 of pam indeed fixed my problem. Thank you! I updated the packages and restarted the vsftpd. It works again now. ** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu

Re: [PATCH v3 0/3] arch: Remove fbdev dependency from video helpers

2024-05-03 Thread Thomas Zimmermann
Am 03.05.24 um 17:29 schrieb Arnd Bergmann: On Fri, Apr 5, 2024, at 11:04, Thomas Zimmermann wrote: Hi, if there are no further comments, can this series be merged through asm-generic? Sorry for the delay, I've merged these for asm-generic now. Thank you so much! Arnd

Re: [PATCH v3 0/3] arch: Remove fbdev dependency from video helpers

2024-05-03 Thread Thomas Zimmermann
Am 03.05.24 um 17:29 schrieb Arnd Bergmann: On Fri, Apr 5, 2024, at 11:04, Thomas Zimmermann wrote: Hi, if there are no further comments, can this series be merged through asm-generic? Sorry for the delay, I've merged these for asm-generic now. Thank you so much! Arnd

Re: [PATCH v3 0/3] arch: Remove fbdev dependency from video helpers

2024-05-03 Thread Thomas Zimmermann
Am 03.05.24 um 17:29 schrieb Arnd Bergmann: On Fri, Apr 5, 2024, at 11:04, Thomas Zimmermann wrote: Hi, if there are no further comments, can this series be merged through asm-generic? Sorry for the delay, I've merged these for asm-generic now. Thank you so much! Arnd

Re: [PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers

2024-05-03 Thread Thomas Weißschuh
Hey Joel, On 2024-05-03 11:03:32+, Joel Granados wrote: > Here is my feedback for your outstanding constification patches [1] and [2]. Thanks! > # You need to split the patch > The answer that you got from Jakub in the network subsystem is very clear and > baring a change of heart from the

Re: [PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers

2024-05-03 Thread Thomas Weißschuh
Hey Joel, On 2024-05-03 11:03:32+, Joel Granados wrote: > Here is my feedback for your outstanding constification patches [1] and [2]. Thanks! > # You need to split the patch > The answer that you got from Jakub in the network subsystem is very clear and > baring a change of heart from the

  1   2   3   4   5   6   7   8   9   10   >