Bug#1051688: lib3mf: maintainer email address maybe invalid (Torsten Paul)

2023-09-11 Thread Torsten Paul
On 11.09.23 12:34, Ben Tris wrote: The email address for maintainer Torsten Paul is now this is not found in qa. This address is valid and has never changed. I'm not a Debian Developer, so I don't know if a QA account will be available. The package is co-maintained by Kristian Nielsen https

Bug#1009682: ghostscript breaks openscad autopkgtest

2022-04-14 Thread Torsten Paul
Hi! Seems to be caused by bad quoting in the testing script which older ghostscript versions ignored. Upstream issue: https://github.com/openscad/openscad/issues/4218 ciao, Torsten.

Bug#1005499: openscad: FTBFS: src/cgalutils-tess.cc:22:15: error: ‘Triangulation_2_filtered_projection_traits_3’ in namespace ‘CGAL’ does not name a template type; did you mean ‘Triangulation_2_projec

2022-02-13 Thread Torsten Paul
Caused by file and class rename in CGAL 5.4. Fix: https://github.com/openscad/openscad/commit/71f2831c0484c3f35cbf44e1d1dc2c857384100b ciao, Torsten.

Bug#994937: openscad: FTBFS ( due to cgal changes ?)

2021-09-23 Thread Torsten Paul
Upstream fix is just removing this code snippet as it's not used anymore: https://github.com/openscad/openscad/commit/cc49ad8dac24309f5452d5dea9abd406615a52d9 ciao, Torsten.

Bug#982358: SIGABRT when rendering a geometry in GUI mode

2021-02-09 Thread Torsten Paul
On 09.02.21 12:24, Nicolas Dandrimont wrote: > OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.3.4 > OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 OpenSCAD is not compatible with GLES. Looks like there needs a conflict setting for: ii libqt5gui5-gles

Bug#957420: lib3mf: diff for NMU version 1.8.1+ds-3.1

2020-12-06 Thread Torsten Paul
Hi! On 06.12.20 02:37, gregor herrmann wrote: > Joel Ray Holveck has prepared an NMU for lib3mf (versioned as > 1.8.1+ds-3.1) and I've uploaded it to DELAYED/7. Please feel free to > tell me if I should delay it longer. Thanks, for the NMU, that's great. I appreciate the help as I'm still stuck

Bug#917649: ITP: lib3mf -- Lib3MF is a C++ implementation of the 3D Manufacturing Format file standard.

2018-12-29 Thread Torsten Paul
Package: wnpp Severity: wishlist Owner: Torsten Paul * Package name: lib3mf Version : 1.8.0 Upstream Author : 3MF Consortium * URL : https://github.com/3MFConsortium/lib3mf * License : BSD Programming Lang: C++ Description : Lib3MF is a C

Bug#820729: openscad: chris palmer's mendel90 openscad scripts cause a compile failure

2016-04-11 Thread Torsten Paul
On 04/11/2016 08:15 PM, lkcl wrote: > Debian Release: 7.4 > That's Wheezy which has OpenSCAD 2011.12-3, right? The README.md file of the Mendel90 repository states: "OpenSCAD-2015.05 or later is required" (https://github.com/nophead/Mendel90/blob/master/README.md) ciao, Torsten.

Bug#806670: rotation is dragging

2016-01-07 Thread Torsten Paul
On 01/08/2016 03:36 AM, Luke Kenneth Casson Leighton wrote: > clearly, by stating this, the upstream authors are, i have to be > absolutely frank here, blithering idiots. "waiting for the buffer > swap" - which i infer and assume means that there's a means by which > it's possible to detect when

Bug#806670: rotation is dragging

2016-01-07 Thread Torsten Paul
> torsten, can you make anything of this? (lkcl's messages in full at > http://bugs.debian.org/806670) > Yes, the event handling is likely the root cause of the issue, but the exact same code works fine with Qt4 and in some cases also with Qt5. There were a number of issues in Qt5 that caused

Bug#749029: screenkey: cannot enter Preferences, screenkey hangs

2015-11-18 Thread Torsten Paul
Package: screenkey Version: 0.2-2 Followup-For: Bug #749029 I have the same issue on Debian/testing, updated 2015-11-18. The following patch solves the issue for me: https://bugs.launchpad.net/screenkey/+bug/756346 -> 00051-Fix-thread-synchronizations--.patch ciao, Torsten. -- System

Bug#774251: openscad import() sometimes hates some filenames (!)

2015-01-05 Thread Torsten Paul
Hi! Thanks, a backported release version would be nice. On 01/05/2015 04:16 PM, John Paul Adrian Glaubitz wrote: Thus, I suggest backporting harfbuzz and cgal first. Just some additional details about those... * CGAL The version in wheezy will generally work, but even triggers a warning

Bug#751531: closed by Scott Kitterman sc...@kitterman.com (Bug#751531: fixed in qscintilla2 2.8.2+dfsg-3)

2014-06-18 Thread Torsten Paul
On 06/18/2014 06:27 AM, Debian Bug Tracking System wrote: It has been closed by Scott Kitterman sc...@kitterman.com. Thanks, I can confirm all issues are solved (tested by manually installing libqt5scintilla2-dev_2.8.2+dfsg-3_amd64.deb on my testing/jessie system). -- Torsten. -- To

Bug#751531: libqt5scintilla2-dev: qmake features file seems to be installed in the wrong location

2014-06-17 Thread Torsten Paul
Hi! It looks like that affects also the header files. Using the installed Qt/qmake, they are searched in /usr/include/x86_64-linux-gnu/qt5 but the dev package installs the Qsci headers in /usr/include/qt5. Using QMAKEFEATURES=/usr/share/qt5/mkspecs/features qmake picks up the prf file, but

Bug#751531: libqt5scintilla2-dev: qmake features file seems to be installed in the wrong location

2014-06-13 Thread Torsten Paul
Package: libqt5scintilla2-dev Version: 2.8.1-4 Severity: important The features file is installed in /usr/share/qt5/mkspecs/features/qscintilla2.prf but qmake seems to only read from /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features. This causes qmake not to see the file with just qmake

Bug#732042: Buffer overflow in std::nth_element()

2013-12-13 Thread Torsten Paul
Some additional information: This bug also causes a broken OpenSCAD: https://github.com/openscad/openscad/issues/514 I've confirmed the 2 line change in stl_algo.h fixes the OpenSCAD problem. Upstream bug report exists at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58800 -- Torsten. -- To