Comment 28 for bug 1396654

Revision history for this message
Kristian Spangsege (kristian-spangsege) wrote :

Ok, on 18.04 (Bionic), if I do this

```
sudo apt-get build-dep linux-tools-4.15.0-39-generic
sudo apt-get install libiberty-dev binutils-dev
mkdir tmp
cd tmp
apt-get source linux-tools-4.15.0-39-generic
cd linux-4.15.0/tools/perf
make
```
I do get a perf command that demangles (so I now have a workaround)

Still, if I use `debuild` instead, as shown in my previous post, the command is apparently built differently and is not able to demangle.

So, I can confirm the findings similar to post #24.