This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]