Bug#336535: FTBFS (mips/mipsel): ICE: Floating point exception

2005-10-30 Thread Frank Lichtenheld
Package: kismet
Version: 2005.08.R1-1.1
Severity: serious

kismet FTBFS on mips/mipsel with a g++-4.0 ICE (which is most probably
the same as in #336463, will add more information there).

See 
http://buildd.debian.org/fetch.php?&pkg=kismet&ver=2005.08.R1-1.1&arch=mipsel&stamp=1130511758&file=log&as=raw

>From tests that I did you can work around it by lowering the optimisation
to -01 (on mips(el) only of course).

Gruesse,
Frank Lichtenheld

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#336535: FTBFS (mips/mipsel): ICE: Floating point exception

2005-10-31 Thread Frank Lichtenheld
tag 336535 patch
thanks

On Mon, Oct 31, 2005 at 01:56:03AM +0100, Frank Lichtenheld wrote:
> kismet FTBFS on mips/mipsel with a g++-4.0 ICE (which is most probably
> the same as in #336463, will add more information there).
> 
> See 
> http://buildd.debian.org/fetch.php?&pkg=kismet&ver=2005.08.R1-1.1&arch=mipsel&stamp=1130511758&file=log&as=raw
> 
> >From tests that I did you can work around it by lowering the optimisation
> to -01 (on mips(el) only of course).

Attached you can find a patch for that. I needed to fix several oddities
in upstream's and imagemagick upstream's handling of compiler flags
and rerun autoconf so it is quite large. The patch should be splitted
in a part for debian/patches and the direct patching of the debian/
files, I forgot to do that...

Since this fix is necessary for the big KDE transition to complete
(connected to it via imagemagick) it should be uploaded really soon,
i.e. today or tomorrow would be best. Do you have time to do such an
upload or would it be okay with you to NMU the package for that?

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/
diff -Naur kismet-2005.08.R1.bak/configure kismet-2005.08.R1/configure
--- kismet-2005.08.R1.bak/configure 2005-08-16 03:22:51.0 +0200
+++ kismet-2005.08.R1/configure 2005-10-31 14:09:53.0 +0100
@@ -976,7 +976,7 @@
 else
   echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 fi
-cd $ac_popdir
+cd "$ac_popdir"
   done
 fi
 
@@ -1982,8 +1982,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-{ ac_try='test -z "$ac_c_werror_flag"
-|| test ! -s conftest.err'
+{ ac_try='test -z "$ac_c_werror_flag"   || test ! -s 
conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2041,8 +2040,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-{ ac_try='test -z "$ac_c_werror_flag"
-|| test ! -s conftest.err'
+{ ac_try='test -z "$ac_c_werror_flag"   || test ! -s 
conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2158,8 +2156,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-{ ac_try='test -z "$ac_c_werror_flag"
-|| test ! -s conftest.err'
+{ ac_try='test -z "$ac_c_werror_flag"   || test ! -s 
conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2213,8 +2210,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-{ ac_try='test -z "$ac_c_werror_flag"
-|| test ! -s conftest.err'
+{ ac_try='test -z "$ac_c_werror_flag"   || test ! -s 
conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2259,8 +2255,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-{ ac_try='test -z "$ac_c_werror_flag"
-|| test ! -s conftest.err'
+{ ac_try='test -z "$ac_c_werror_flag"   || test ! -s 
conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2304,8 +2299,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-{ ac_try='test -z "$ac_c_werror_flag"
-|| test ! -s conftest.err'
+{ ac_try='test -z "$ac_c_werror_flag"   || test ! -s 
conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2489,8 +2483,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-{ ac_try='test -z "$ac_cxx_werror_flag"
-|| test ! -s conftest.err'
+{ ac_try='test -z "$ac_cxx_werror_flag" || 
test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2548,8 +2541,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-{ ac_try='test -z "$ac_cxx_werror_flag"
-|| test ! -s conftest.err'
+{ ac_try='test -z "$ac_cxx_werror_flag" || 
test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2620,8 +2612,7 @@
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-{ ac_try='test -z "$ac_cxx_werror_flag"
-|| test ! -s conftest.err'
+{ ac_try='test -z "$ac

Bug#336535: FTBFS (mips/mipsel): ICE: Floating point exception

2005-10-31 Thread Francois Gurin
> Since this fix is necessary for the big KDE transition to complete
> (connected to it via imagemagick) it should be uploaded really soon,
> i.e. today or tomorrow would be best. Do you have time to do such an
> upload or would it be okay with you to NMU the package for that?

Go ahead and NMU, the chances of me getting it out the door today is 
next to nil.  :p

--francois



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#336535: FTBFS (mips/mipsel): ICE: Floating point exception

2005-10-31 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 336535 patch
Bug#336535: FTBFS (mips/mipsel): ICE: Floating point exception
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]