lightning
[Top][All Lists]
Advanced

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

[Lightning] [Solved]Build issue on ppc architecture for lightning-1.2


From: Jochen Schmitt
Subject: [Lightning] [Solved]Build issue on ppc architecture for lightning-1.2
Date: Thu, 05 Jul 2007 19:45:43 +0200
User-agent: Thunderbird 2.0.0.4 (X11/20070615)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I have found the reason for the failure of the test suite.

Its depend on the execstack feature, which prevents the excution of
dynamic created coed from the stack.

I have add a patch to this mail which will solve this issue.

Best Regards:

Jochen Schmitt

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFGjS48T2AHK6txfgwRAhW6AKCh/zroYJgdDpXqpYyjN6d6BtuL1ACfQk4v
n2EDpI+f2EFTglI1PZqaSjw=
=NVVn
-----END PGP SIGNATURE-----

--- lightning-1.2/tests/run-test.excstk 2007-07-04 17:56:40.000000000 +0200
+++ lightning-1.2/tests/run-test        2007-07-04 17:57:01.000000000 +0200
@@ -1,5 +1,7 @@
 #! /bin/sh
 
+execstack -s $1
+
 ./$1 > $1.log
 if cmp -s $srcdir/$1.ok $1.log; then
   rm $1.log

reply via email to

[Prev in Thread] Current Thread [Next in Thread]