[Bug runtime/21063] dtrace script causes mysterious build failures due to improper forming of gcc command line

630dr7+9vgtozzjuj0gg at sharklasers dot com sourceware-bugzilla@sourceware.org
Sat Jan 21 22:36:00 GMT 2017


https://sourceware.org/bugzilla/show_bug.cgi?id=21063

--- Comment #2 from Kinston Hughes <630dr7+9vgtozzjuj0gg at sharklasers dot com> ---
(In reply to Frank Ch. Eigler from comment #1)
> I'm having trouble reproducing this with a plain set of commands lines.  Do
> you have a copy&paste'able recipe to trigger the behaviour?

Sorry, this should do it.

```
#!/bin/sh

wget https://raw.githubusercontent.com/nodejs/node/master/src/node_provider.d

export CFLAGS='-g \
               -fno-delete-null-pointer-checks'
dtrace -G -s node_provider.d -o node_provider.h
```

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list