[Ltrace-devel] Current status of git tree on ppc64le

Thierry Fauck@linux.vnet.ibm.com thierry at linux.vnet.ibm.com
Fri Jan 16 10:40:24 UTC 2015


Hello Peter,

Just want to mention taht current tree is not too bad -

  * it now compile on ppc64le (when it didn't in december).

  * Execution hangs during ltrace.main/filter.exp test

  *                   mainy failures and hang with ltrace.dwarf.exp test

  *                   error I need to investigate with
    ./ltrace.minor/attach-process-dlopen.exp


  * With GGC 4.9.2 , we get a message:

         /tmp/lt-V2vnjpabM5.c:73:10: note: the ABI of passing
    homogeneous float aggregates will change in a future GCC release

which prevent proper scanning of the log.

  * So I am proposing the following patch to get rid of it:


commit b564cd5f31542d00465df3c32cc5a3ee209cd56c
Author: Thierry.Fauck <thierry at linux.vnet.ibm.com>
Date:   Fri Jan 16 05:16:42 2015 -0500

     Prevent gcc note message to abort execution of tests

diff --git a/testsuite/lib/ltrace.exp b/testsuite/lib/ltrace.exp
index a717cd3..709780e 100644
--- a/testsuite/lib/ltrace.exp
+++ b/testsuite/lib/ltrace.exp
@@ -124,6 +124,7 @@ proc ltrace_compile {source dest type options} {

      set result [target_compile $source $dest $type $options];
      verbose "result is $result"
+    regsub ".* note: .*$" "$result" "" result;
      regsub "\[\r\n\]*$" "$result" "" result;
      regsub "^\[\r\n\]*" "$result" "" result;
      if { $result != "" && [lsearch $options quiet] == -1} {

-- 
Thierry Fauck @ linux.vnet.ibm

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/ltrace-devel/attachments/20150116/4ff883c1/attachment.html>


More information about the Ltrace-devel mailing list