Package: xxdiff
Version: 1:3.1-3
Followup-For: Bug #326553
xxdiff seems to work for me if compiled without -O2. It still crashes
with -O, so might very well ne a g++ bug. I tested with several files
and all worked, whereus the -O2 and the -O version fail on each one.
Patch appended.
Best,
Norbert
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.5
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages xxdiff depends on:
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libgcc1 1:4.0.1-6 GCC support library
ii libqt3-mt 3:3.3.4-7 Qt GUI Library (Threaded runtime v
ii libstdc++6 4.0.1-6 The GNU Standard C++ Library v3
ii libx11-6 6.8.2.dfsg.1-6 X Window System protocol client li
ii libxext6 6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
xxdiff recommends no packages.
-- no debconf information
--- xxdiff-3.1/debian/rules.orig 2005-09-04 16:50:37.000000000 -0700
+++ xxdiff-3.1/debian/rules 2005-09-04 16:46:58.000000000 -0700
@@ -66,7 +66,7 @@
src/Makefile: src/xxdiff.pro
cd src
- cd src;tmake "TMAKE_CXXFLAGS += -DCOMPILER_GNU" "TMAKE_INCDIR_QT =
/usr/include/qt3" xxdiff.pro> Makefile
+ cd src;tmake "TMAKE_CXXFLAGS += -DCOMPILER_GNU" "TMAKE_INCDIR_QT =
/usr/include/qt3" "TMAKE_CXXFLAGS_RELEASE = " xxdiff.pro> Makefile
.PHONY: binary binary-arch binary-indep clean checkroot
# vim:noexpandtab