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

Bug#191248: jade: Jade fails on hppa when optimized.



Package: jade
Version: 1.2.1-29.1
Severity: serious
Tags: fixed,patch

When built optimzed, jade fails on hppa in interesting ways...  The patch
below works around the issue, which could be jade or compiler related.
Given the pile-up of dep-waits on a working jade, I plan to upload this
trivial NMU shortly.

thanks,
lamont

-- System Information
Debian Release: 3.0
Kernel Version: Linux security.hp.com 2.4.20-pa27 #2 Sat Mar 1 02:32:55 MST 2003 parisc64 unknown

diff -ur t/jade-1.2.1/debian/changelog jade-1.2.1/debian/changelog
--- t/jade-1.2.1/debian/changelog	Tue Apr 29 05:51:21 2003
+++ jade-1.2.1/debian/changelog	Tue Apr 29 05:09:29 2003
@@ -1,3 +1,10 @@
+jade (1.2.1-29.2) unstable; urgency=low
+
+  * NMU
+  * drop optimization on hppa
+
+ -- LaMont Jones <lamont@debian.org>  Tue, 29 Apr 2003 05:09:18 -0600
+
 jade (1.2.1-29.1) unstable; urgency=low
 
   * Non-maintainer upload during bug-squashing party.
diff -ur t/jade-1.2.1/debian/rules jade-1.2.1/debian/rules
--- t/jade-1.2.1/debian/rules	Tue Apr 29 05:51:21 2003
+++ jade-1.2.1/debian/rules	Tue Apr 29 05:11:59 2003
@@ -79,6 +79,10 @@
 ifneq ($(DEB_BUILD_ARCH),alpha)
   CXXFLAGS += -O2
 endif
+ifeq ($(DEB_BUILD_ARCH),hppa)
+  CFLAGS	:= -pipe
+  CXXFLAGS	:= -pipe -D_REENTRANT
+endif
 
 # policy recommendations for building with debug
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))



Reply to: