Re: Debuginfo packages for Ubuntu 12.04

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jul 31, 2014 at 05:47:52PM +0000, Ku, Eugene wrote:
> This information in Systemtap is identical to CrashdumpRecipe, https://wiki.ubuntu.com/Kernel/CrashdumpRecipe.  Both pages point to http://ddebs.ubuntu.com/pool/main/l/linux/ but it does not contain any package for 3.5.0-* or 3.8.0-* kernel.

Read the bit that says "How do I build a debuginfo kernel if one isn't
available?":

    Getting the sources and compiling the kernel on Ubuntu. 

$ cd $HOME
$ sudo apt-get install dpkg-dev debhelper gawk
$ mkdir tmp
$ cd tmp
$ sudo apt-get build-dep --no-install-recommends linux-image-$(uname -r)
$ apt-get source linux-image-$(uname -r)
$ cd linux-2.6.31 (this is currently the kernel version of 9.10)
$ fakeroot debian/rules clean
$ AUTOBUILD=1 fakeroot debian/rules binary-generic skipdbg=false
$ sudo dpkg -i
../linux-image-debug-2.6.31-19-generic_2.6.31-19.56_amd64.ddeb

Regards,
Bryn.

--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility




[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux