On 25-02-19 15:12, Gerald Pfeifer wrote:
> Specifically I am now seeing
> 
>   gmake[4]: *** No rule to make target 'b3test_dwz_buildid', 
>   needed by 'b3test_dwz_buildid.log'.
> 
> in my build/test logs.  (Note, this is GNU make 4.2.1, so might reproduce 
> on your SUSE systems as well?)

Hi Gerald,

I managed to reproduce this by adding:
...
mkdir bin
(
    cd bin
    ln -s $(which false) dwz
)
export PATH=$(pwd -P)/bin:$PATH
...
to my libbacktrace test script.

The problem is that:
...
TESTS += b3test_dwz_buildid
...
is guarded by HAVE_ELF and HAVE_OBJCOPY_DEBUGLINK, but not by HAVE_DWZ.

Thanks,
- Tom

Reply via email to