Bug#829417: dosemu: *** stack smashing detected ***: /usr/bin/xdosemu terminated

2017-07-01 Thread Steven Gawroriski
Hello, At the top of debian/rules addding the following: DEB_BUILD_MAINT_OPTIONS=hardening=-all export DEB_BUILD_MAINT_OPTIONS stops crashes from occurring by disabling the protection mechanisms provided by GCC. This does not truly fix the issue because dosemu itself should be modified

Bug#829417: dosemu: *** stack smashing detected ***: /usr/bin/xdosemu terminated

2017-06-12 Thread Steven Gawroriski
On x86_64 running Stretch, I also get this when trying to run unzip32 from DJGPP which is at the following URL: http://www.delorie.com/pub/djgpp/current/unzip32.exe Changing the CPU type to "full" allows the command to run however it quickly crashes with: ERROR: Fault in dosemu code, in_dpmi=1

Bug#844617: g++-mingw-w64: C++ linking fails with cannot find -latomic.

2016-11-17 Thread Steven Gawroriski
On Thu, 17 Nov 2016 21:04:49 +0100 Stephen Kitt <sk...@debian.org> wrote: > Hi Steven, > > On Thu, 17 Nov 2016 11:20:59 -0500, Steven Gawroriski > <ste...@multiphasicapps.net> wrote: > > During the linking stage of even the most simplest source code > > (ju

Bug#844617: g++-mingw-w64: C++ linking fails with cannot find -latomic.

2016-11-17 Thread Steven Gawroriski
Package: g++-mingw-w64 Version: 6.1.1-12+19.1 Severity: grave Justification: renders package unusable Dear Maintainer, During the linking stage of even the most simplest source code (just a main function), the C++ linking fails because it cannot find `-latomic`. This effectively makes the C++

Bug#841853: inkscape: Mouse cursor is a white outline on PowerPC

2016-11-07 Thread Steven Gawroriski
On Mon, 7 Nov 2016 16:28:13 + Mattia Rizzolo wrote: > ouch, that must be awful! It seems to be fine now. Last Saturday (November 5th) downloading the source package completed rather quickly (10 seconds perhaps?). > Great! > I also noticed that they committed the patch

Bug#841853: inkscape: Mouse cursor is a white outline on PowerPC

2016-11-06 Thread Steven Gawroriski
On Sun, 6 Nov 2016 15:00:39 + Mattia Rizzolo wrote: > Thanks for doing it. > > Thanks for the patch! Thanks. > Though, I'd like to ask you to foward this patch upstream. It's > enough to open a MR against > https://code.launchpad.net/~inkscape.dev/inkscape/trunk for

Bug#841853: inkscape: Mouse cursor is a white outline on PowerPC

2016-11-05 Thread Steven Gawroriski
patch. Description: Swap before return sp_cursor_pixbuf_from_xpm on big endian. This byte swaps before the return in sp_cursor_pixbuf_from_xpm on big endian systems so that the cursor is made visible on these systems. Author: Steven Gawroriski <ste...@multiphasicapps.net> --- Origin: other Bug-D

Bug#841853: inkscape: Mouse cursor is a white outline on PowerPC

2016-10-23 Thread Steven Gawroriski
Package: inkscape Version: 0.91-11 Severity: important Dear Maintainer, On PowerPC, cursors in Inkscape are just a white outline. On other systems there should be black in the center or at least in some situations a black outline around the white outline. The parts that should be black are

Bug#841229: openjdk-8-jre-jamvm: OutOfMemoryError in ConcurrentHashMap

2016-10-18 Thread Steven Gawroriski
Package: openjdk-8-jre-jamvm Version: 8u102-b14.1-2 Severity: grave Justification: renders package unusable Dear Maintainer, Using JamVM causes the following exception to be thrown running the most simplest programs from "Hello World" to the Java compiler: Error: A JNI error has occurred,