pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Patch for devel/qtscriptgenerator



Hi,

devel/qtscriptgenerator is causing a bus error in the built generator
during compiling on sparc64.

Debian people have created a patch set:

+++ qtscriptgenerator-0.1.0/debian/patches/general/memory_alignment_fix.diff
@@ -0,0 +1,137 @@
+From: Modestas Vainius <modestas%vainius.eu@localhost>
+Subject: [PATCH] Memory alignment fixes
+
+Fixes various memory alignment issues which cause generator to crash on
+alignment-sensitive architectures.
+
+Signed-off-by: Modestas Vainius <modestas%vainius.eu@localhost>
+
+---
+ generator/parser/ast.h           |    2 +-
+ generator/parser/list.h          |    2 +-
+ generator/parser/rpp/pp-symbol.h |    9 +++++++--
+ generator/parser/rxx_allocator.h |   17 +++++++++++++++++
+ generator/parser/smallobject.h   |    6 ++++++
+ 5 files changed, 32 insertions(+), 4 deletions(-)


which can be found here:

http://launchpadlibrarian.net/26570266/qtscriptgenerator_0.1.0-2_0.1.0-3.diff.gz


Regards,
Connor


Home | Main Index | Thread Index | Old Index