public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
To: Xi Ruoyao <xry111@xry111.site>, binutils@sourceware.org
Subject: Re: [PATCH] Fix 30808 gprofng tests failed
Date: Wed, 17 Jan 2024 16:49:28 -0800	[thread overview]
Message-ID: <53a49f57-ca0d-40aa-4faa-bf81c22fbf89@oracle.com> (raw)
In-Reply-To: <a4d1ff9e606e9c8c26e50099504af9089aa0d970.camel@xry111.site>

On 1/17/24 03:24, Xi Ruoyao wrote:
> On Fri, 2023-09-01 at 13:04 -0700, Vladimir Mezentsev via Binutils wrote:
>
>> diff --git a/gprofng/testsuite/config/default.exp b/gprofng/testsuite/config/default.exp
>> index 1c862d54592..c4a6588bb64 100644
>> --- a/gprofng/testsuite/config/default.exp
>> +++ b/gprofng/testsuite/config/default.exp
>> @@ -32,17 +32,25 @@ if {![info exists CFLAGS]} {
>>       set CFLAGS "-g -O2"
>>   }
>>   
>> +remote_exec host "sh -c \"rm -rf tmpdir; mkdir -p tmpdir\""
>>   if { "$CHECK_TARGET" == "check-install" } {
>>       set ::env(GPROFNG) "$PREFIX/bin/gprofng"
>>   } else {
>> -    set ::env(GPROFNG) "$BUILDDIR/src/gprofng"
>> +    # Make a temporary install dir to run gprofng from, and point at it
>> +    remote_exec host "sh -c \"$MAKE -C .. install-gprofng MAKEFLAGS=program_transform_name= DESTDIR=$BUILDDIR/tmpdir/root\""
> Unfortunately this has bring back PR29107.  I've created PR31252.
>

I cannot reproduce the problem on the master branch ( OL8 / x86_64 ).
I did:

mkdir bld_x86_64
cd bld_x86_64
../configure --prefix=/usr --with-system-zlib --enable-shared 
--disable-{gdb,gdbserver,libbacktrace,libdecnumber,readline,sim}
make -j16 -O tooldir=/usr V=1 2>&1 | tee make.log
make -k -j16 -O check 2>&1 | tee make_check.log

I see errors but they are not related to 30808.
% grep FAIL make_check.log
FAIL: 
/ws/gprofng-dev-backedup/vmezents/GPROF/binutils-gdb/libctf/testsuite/libctf-regression/libctf-repeat-cu.exp
FAIL: 
/ws/gprofng-dev-backedup/vmezents/GPROF/binutils-gdb/libctf/testsuite/libctf-regression/nonstatic-var-section-ld-r.c
FAIL: replacing SOURCE_DATE_EPOCH deterministic member (wrong size, 
expected: 1120)
FAIL: archive with empty element
FAIL: cxxfilt: demangling _Z1fIvJiELb0EEvPDOT1_EFT_DpT0_E
FAIL: cxxfilt: demangling 
_Z14int_if_addableI1YERiP1AIXszpldecvPT_Li0EdecvS4_Li0EEE

Could you send me the log files with errors.

Thank you,
-Vladimir


  reply	other threads:[~2024-01-18  0:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01 20:04 vladimir.mezentsev
2024-01-17 11:24 ` Xi Ruoyao
2024-01-18  0:49   ` Vladimir Mezentsev [this message]
2024-01-18  3:52     ` Xi Ruoyao
2024-01-18 13:28       ` H.J. Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53a49f57-ca0d-40aa-4faa-bf81c22fbf89@oracle.com \
    --to=vladimir.mezentsev@oracle.com \
    --cc=binutils@sourceware.org \
    --cc=xry111@xry111.site \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).