Comment 35 for bug 1828166

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2019-07-18 03:46 EDT-------
I have this /etc/apt/sources.list file with the following deb-src lines

root@s8360046:~# fgrep bionic /etc/apt/sources.list | fgrep deb-src
deb-src http://us.ports.ubuntu.com/ubuntu-ports bionic main restricted
deb-src http://us.ports.ubuntu.com/ubuntu-ports bionic-updates main restricted
deb-src http://us.ports.ubuntu.com/ubuntu-ports bionic universe
deb-src http://us.ports.ubuntu.com/ubuntu-ports bionic-updates universe
deb-src http://us.ports.ubuntu.com/ubuntu-ports bionic multiverse
deb-src http://us.ports.ubuntu.com/ubuntu-ports bionic-updates multiverse
deb-src http://us.ports.ubuntu.com/ubuntu-ports bionic-backports main restricted universe multiverse
# deb-src http://archive.canonical.com/ubuntu bionic partner
deb-src http://us.ports.ubuntu.com/ubuntu-ports bionic-security main restricted
deb-src http://us.ports.ubuntu.com/ubuntu-ports bionic-security universe
deb-src http://us.ports.ubuntu.com/ubuntu-ports bionic-security multiverse
root@s8360046:~# apt-get source linux-image-$(uname -r)
Reading package lists... Done
E: You must put some 'source' URIs in your sources.list
root@s8360046:~# uname -r
4.15.0-55-generic
root@s8360046:~#

But this is not really the issue.

To debug this further I need the linux kernel tree (tarball preferred)
or at least the subdirectory tools inside the linux kernel tree:

root@s8360046:~# ls -ld ubuntu-*
drwxr-xr-x 31 root root 4096 Jul 5 13:37 ubuntu-bionic
drwxr-xr-x 29 root root 4096 Jul 17 14:17 ubuntu-disco
root@s8360046:~# ls -ld ubuntu-bionic/tools/perf
drwxr-xr-x 14 root root 4096 Jul 5 13:47 ubuntu-bionic/tools/perf <---- perf tool source directory.
root@s8360046:~#

I need this from the build done by kleber-souza (see entry 38 dated on 2019-07-15 10:07:50 CDT)
with the kernel named
Linux s8360046 4.15.0-55-generic #60+lp1828166.2-Ubuntu SMP Fri Jul 12 12:49:26
From this tree I would like to get a tar file of the tools directory.

Thanks a lot.