Bug#1095117: selinux-policy-default: dbus fails to start after installing SELinux

2025-02-03 Thread Cliff Kilby
Package: selinux-policy-default X-Debbugs-Cc: cliffjki...@gmail.com Version: 2:2.20221101-9 Severity: minor Tags: Dear Maintainer, dbus fails to start after installing SELinux. The error indicates that it expects a file in /etc/selinux/targeted/contexts/dbus_contexts The package selinux-policy-de

Bug#1095116: libkf5textwidgets5: braced initializers (c++) breaks code folding in UI

2025-02-03 Thread Cliff Kilby
Package: libkf5textwidgets5 X-Debbugs-Cc: cliffjki...@gmail.com Version: 5.103.0-1 Severity: minor Tags: Dear Maintainer, Using a braced initializer in kdevelop breaks code folding. EXAMPLE CODE TO REPRODUCE void testfunc(){ //comment std::ifstream file{"ooh.a.file", std::ios::binary | std::ios::

Bug#1093642: Proposed fix.

2025-01-20 Thread Cliff Kilby
I have a fix. Local testing works. I have no idea how to get it to you. Fixes both bugs, and allows for users to revert to this (broken) function in the future, if required, following the author's existing pattern for internal versioning. 30c30,31 < // - Set to 2 to use the current version. --- > /

Bug#1093633: Side effect of fixing Bug#1093642

2025-01-20 Thread Cliff Kilby
I found the cause of the side effect: In GradientCoherentNoise3D there is an initialization block: int x0 = (x > 0.0? (int)x: (int)x - 1); int x1 = x0 + 1; int y0 = (y > 0.0? (int)y: (int)y - 1); int y1 = y0 + 1; int z0 = (z > 0.0? (int)z: (int)z - 1); int z1 = z0 + 1; These values som

Bug#1093633: Side effect of fixing Bug#1093642

2025-01-20 Thread Cliff Kilby
If Bug#1093642 is fixed by setting the scale to ~0.5, This function stops generating values anywhere close to -1 .. 1, it appears to fall within -0.29 .. 0.29 I am working on determining the cause of this side effect, it may result in a new bug report.

Bug#1093642: Acknowledgement (libnoise0: GradientNoise3D does not adhere to the domain {-1.0 .. 1.0})

2025-01-20 Thread Cliff Kilby
Forgive the mess, but I'm not savvy in makefile testing, I use cmake+boost, so. Given: inc=0.05; for (x=-10.0;x<10.0;x+=inc){ for (y=-10.0;x<10.0;x+=inc){ for (z=-10.0;x<10.0;x+=inc){ int x0 = (x > 0.0? (int)x: (int)x - 1); int y0 = (y > 0.0? (int)y: (int)y - 1); int z0 = (z > 0.0? (int)z: (int)z -

Bug#1093642: libnoise0: GradientNoise3D does not adhere to the domain {-1.0 .. 1.0}

2025-01-20 Thread Cliff Kilby
Package: libnoise0 X-Debbugs-Cc: cliffjki...@gmail.com Version: 1.0.0+repack-1+b1 Severity: important Tags: upstream Dear Maintainer, While investigating #1093633, I found a source of the problem in GradientNoise3D. Per the headers for GradientNoise3D, GradientNoise3D is supposed to return in the

Bug#1093633: libnoise0: GradientCoherentNoise3D does not adhere to the domain {-1.0 .. 1.0}

2025-01-20 Thread Cliff Kilby
This appears to be caused by another bug, which I will report separately. >From the headers: /// A gradient-noise function generates better-quality noise than a /// value-noise function. Most noise modules use gradient noise for /// this reason, although it takes much longer to calculate. /// ///

Bug#1093633: libnoise0: GradientCoherentNoise3D does not adhere to the domain {-1.0 .. 1.0}

2025-01-20 Thread Cliff Kilby
Package: libnoise0 X-Debbugs-Cc: cliffjki...@gmail.com Version: 1.0.0+repack-1+b1 Severity: important Tags: upstream Dear Maintainer, I observed out of bounds condition with GradientCoherentNoise3D. Per source header documentation: /// @returns The generated gradient-coherent-noise value. //

Bug#839184: zkCli.sh unusable as packaged

2016-09-29 Thread Cliff Kilby
Package: zookeeper Version: 3.4.9-1 Invoking zkCli fails due to an undeclared variable. $ /usr/share/zookeeper/bin/zkCli.sh -server $(hostname):2181 /usr/share/zookeeper/bin/zkCli.sh: line 39: : command not found Line 39 contains $JAVA, which is not set anywhere in 3.4.9. It was previously set