Prev: x86: Do not write into VGA memory space if there is no VGA device in the system
Next: 2.6.34-rc5-git6 (plus all patches) -- new INFO: suspicious rcu_dereference_check() usage.
From: Arnaldo Carvalho de Melo on 26 Apr 2010 12:20 Em Mon, Apr 26, 2010 at 03:27:03PM +0100, Stefan Hajnoczi escreveu: > The headers required for DWARF support are provided by the libdw-dev > package in Debian-based distros. This patch corrects the elfutils-dev > package name to libdw-dev in the Makefile error message when libdw.h is > not found. > > Signed-off-by: Stefan Hajnoczi <stefanha(a)linux.vnet.ibm.com> Thanks, applied -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Valdis.Kletnieks on 26 Apr 2010 12:40
On Mon, 26 Apr 2010 15:27:03 BST, Stefan Hajnoczi said: > The headers required for DWARF support are provided by the libdw-dev > package in Debian-based distros. This patch corrects the elfutils-dev > package name to libdw-dev in the Makefile error message when libdw.h is > not found. > > Signed-off-by: Stefan Hajnoczi <stefanha(a)linux.vnet.ibm.com> > --- > I don't think any distro has an elfutils-dev package but the name was chosen > because of the usual RedHat/Debian -devel/-dev convention. elfutils-dev is wrong, elfutils-devel is right, at least for Fedora. % repoquery -ql elfutils-devel.x86_64 /usr/include/dwarf.h /usr/include/elfutils /usr/include/elfutils/elf-knowledge.h /usr/include/elfutils/libasm.h /usr/include/elfutils/libdw.h /usr/include/elfutils/libdwfl.h /usr/include/elfutils/libebl.h /usr/include/elfutils/version.h /usr/lib64/libasm.so /usr/lib64/libdw.so /usr/lib64/libebl.a |