diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-util/oprofile | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/Manifest | 3 | ||||
-rw-r--r-- | dev-util/oprofile/files/oprofile-0.9.9-gcc-4.9-non-ppc.patch | 36 | ||||
-rw-r--r-- | dev-util/oprofile/files/oprofile-0.9.9-gcc-4.9-unused.patch | 47 | ||||
-rw-r--r-- | dev-util/oprofile/files/oprofile-1.0.0-athlon.patch | 20 | ||||
-rw-r--r-- | dev-util/oprofile/files/oprofile-1.0.0-opjitconv-open.patch | 11 | ||||
-rw-r--r-- | dev-util/oprofile/metadata.xml | 12 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.9-r1.ebuild | 81 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-1.0.0-r1.ebuild | 72 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-1.1.0.ebuild | 67 |
9 files changed, 349 insertions, 0 deletions
diff --git a/dev-util/oprofile/Manifest b/dev-util/oprofile/Manifest new file mode 100644 index 000000000000..0dd98d4b5f82 --- /dev/null +++ b/dev-util/oprofile/Manifest @@ -0,0 +1,3 @@ +DIST oprofile-0.9.9.tar.gz 1502834 SHA256 1e523400daaba7b8d0d15269e977a08b40edfea53970774b69ae130e25117597 SHA512 98cc3d2c15744d02ed649833cf4797482aec73bd52653e916f80b490e17a8250d988c4c945e52dd8999a0d0603fec405e99c9570dfc54baa4992950fe4d8763f WHIRLPOOL 534d04449923da5008dbf044f9783a1d39ad8b749170edf04a503ca1a885455fc8aef4f5894060d14135f5e3b0a0d577897779eed30dc26deff9b0663fcbb7d1 +DIST oprofile-1.0.0.tar.gz 1397396 SHA256 847110b4ecdcf8c8353cd38f94c1b704aad4bfcd9453e38b88d112cfb7e3c45a SHA512 35b0e9f23c1d8df0aebda3f9b550692a896424de901d529a0ad41da41000328f33d184dcbb8e6f8367008723c8b2177b621757a2282b4c881ac46a57e1b51010 WHIRLPOOL eaf7feefb6561851d2f8573ec60f2086245aa9fc034c8f4ab62679895ae80ca45e8dcb4bfdcb96ad477c5b446b7f0b11e339d9dc270e8b4b0366bc3a9e980143 +DIST oprofile-1.1.0.tar.gz 1468502 SHA256 cf759a6de1a6033d5dfc93bda129a9f2e128aecc4238cc657feb0801d1b0366c SHA512 b26f67f20172a4912c0aafb3adf83f9084ea62b9ca89e4cfcb3e13276114a05b07587f7d250028995a10c39ae993e2bce271be11688010473ab9f0fd81715758 WHIRLPOOL b268af1578c485165624e0152751b6c5053c745e6813d6f13ea554993f311e540312854a36011e10560e82c378ef1fc357220a69cd713f73824ae249cc150650 diff --git a/dev-util/oprofile/files/oprofile-0.9.9-gcc-4.9-non-ppc.patch b/dev-util/oprofile/files/oprofile-0.9.9-gcc-4.9-non-ppc.patch new file mode 100644 index 000000000000..423c703f7ffb --- /dev/null +++ b/dev-util/oprofile/files/oprofile-0.9.9-gcc-4.9-non-ppc.patch @@ -0,0 +1,36 @@ +Backported from 1.0.0: +====================================================================== +commit 008e470a9b8751de0a3745e511cbc05b68759688 +Author: Aaro Koskinen <aaro.koskinen@iki.fi> +Date: Mon May 12 08:28:46 2014 -0500 + + configure: fix test-for-synth check with GCC 4.9.0 + + With GCC 4.9.0 oprofile 0.9.9 build fails on non-PPC platfroms because + the "test-for-synth" configure check result is incorrect: There is a NULL + pointer dereference in the test program, so the compiler seems to optimize + the rest of the code away, and the test will always succeed regardless + whether powerpc_elf64_vec/bfd_elf64_powerpc_vec are present or not. + Fix by allocating the referred struct statically. + + While at it, also include stdio.h to avoid a compiler warning. + + Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> + +diff --git a/m4/binutils.m4 b/m4/binutils.m4 +index 25fb15a..d7948c1 100644 +--- a/m4/binutils.m4 ++++ b/m4/binutils.m4 +@@ -27,8 +27,10 @@ if test "$OS" = "Linux"; then + AC_MSG_CHECKING([whether bfd_get_synthetic_symtab() exists in BFD library]) + rm -f test-for-synth + AC_LANG_CONFTEST( +- [AC_LANG_PROGRAM([[#include <bfd.h>]], +- [[asymbol * synthsyms; bfd * ibfd = 0; ++ [AC_LANG_PROGRAM([[#include <bfd.h>] ++ [#include <stdio.h>] ++ [static bfd _ibfd;]], ++ [[asymbol * synthsyms; bfd * ibfd = &_ibfd; + long synth_count = bfd_get_synthetic_symtab(ibfd, 0, 0, 0, 0, &synthsyms); + extern const bfd_target bfd_elf64_powerpc_vec; + extern const bfd_target bfd_elf64_powerpcle_vec; diff --git a/dev-util/oprofile/files/oprofile-0.9.9-gcc-4.9-unused.patch b/dev-util/oprofile/files/oprofile-0.9.9-gcc-4.9-unused.patch new file mode 100644 index 000000000000..5c541a053a72 --- /dev/null +++ b/dev-util/oprofile/files/oprofile-0.9.9-gcc-4.9-unused.patch @@ -0,0 +1,47 @@ +commit 98f57a6c0e32bc6080a50e1cdd769b9ff78108bc +Author: William Cohen <wcohen@redhat.com> +Date: Tue Jun 10 09:56:55 2014 -0500 + + Remove unused functions causing errors in recent gcc + + The Fedora rawhide compiler is now stricter and will treat the + warnings for unused functions as errors and stop the compile. This patch + removes two unused functions in the code. + + Signed-off-by: William Cohen <wcohen@redhat.com> + +diff --git a/libpp/callgraph_container.cpp b/libpp/callgraph_container.cpp +index 1d1c95f..c5bc272 100644 +--- a/libpp/callgraph_container.cpp ++++ b/libpp/callgraph_container.cpp +@@ -36,13 +36,6 @@ using namespace std; + + namespace { + +-bool operator==(cg_symbol const & lhs, cg_symbol const & rhs) +-{ +- less_symbol cmp_symb; +- return !cmp_symb(lhs, rhs) && !cmp_symb(rhs, lhs); +-} +- +- + // we store {caller,callee} inside a single u64 + odb_key_t caller_to_key(u32 value) + { +diff --git a/libpp/xml_utils.cpp b/libpp/xml_utils.cpp +index 5f1a3a1..3de41e5 100644 +--- a/libpp/xml_utils.cpp ++++ b/libpp/xml_utils.cpp +@@ -101,12 +101,6 @@ bool has_separated_thread_info() + } + + +-string get_cpu_num(size_t pclass) +-{ +- return classes.v[pclass].ptemplate.cpu; +-} +- +- + }; // anonymous namespace + + xml_utils::xml_utils(format_output::xml_formatter * xo, diff --git a/dev-util/oprofile/files/oprofile-1.0.0-athlon.patch b/dev-util/oprofile/files/oprofile-1.0.0-athlon.patch new file mode 100644 index 000000000000..5916271b3a00 --- /dev/null +++ b/dev-util/oprofile/files/oprofile-1.0.0-athlon.patch @@ -0,0 +1,20 @@ +Fix AMD Athlon CPU family recognition. +See upstream bug 275 for details: +https://sourceforge.net/p/oprofile/bugs/275/ +--- oprofile-1.0.0/libop/op_cpu_type.c.orig 2014-09-12 18:39:47.000000000 +0400 ++++ oprofile-1.0.0/libop/op_cpu_type.c 2014-11-30 18:29:00.328342552 +0300 +@@ -538,10 +538,13 @@ + family = cpu_family(eax); + + /* These family does not exist in the past.*/ +- if (family < 0x0f || family == 0x13) ++ if ((family < 0x0f && family != 0x06) || family == 0x13) + return ret; + + switch (family) { ++ case 0x6: ++ ret = op_get_cpu_number("i386/athlon"); ++ break; + case 0x0f: + ret = op_get_cpu_number("x86-64/hammer"); + break; diff --git a/dev-util/oprofile/files/oprofile-1.0.0-opjitconv-open.patch b/dev-util/oprofile/files/oprofile-1.0.0-opjitconv-open.patch new file mode 100644 index 000000000000..2943a074f5ef --- /dev/null +++ b/dev-util/oprofile/files/oprofile-1.0.0-opjitconv-open.patch @@ -0,0 +1,11 @@ +--- a/opjitconv/opjitconv.c ++++ b/opjitconv/opjitconv.c +@@ -216,7 +216,7 @@ + int file_locked = 0; + unsigned int usecs_waited = 0; + int rc = OP_JIT_CONV_OK; +- int fd = open(dumpfile, S_IRUSR); ++ int fd = open(dumpfile, O_RDONLY); + if (fd < 0) { + perror("opjitconv failed to open JIT dumpfile"); + return OP_JIT_CONV_FAIL; diff --git a/dev-util/oprofile/metadata.xml b/dev-util/oprofile/metadata.xml new file mode 100644 index 000000000000..33b97ddedc15 --- /dev/null +++ b/dev-util/oprofile/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>bircoph@gentoo.org</email> + <name>Andrew Savchenko</name> + </maintainer> + <longdescription>A transparent low-overhead system-wide profiler</longdescription> + <upstream> + <remote-id type="sourceforge">oprofile</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-util/oprofile/oprofile-0.9.9-r1.ebuild b/dev-util/oprofile/oprofile-0.9.9-r1.ebuild new file mode 100644 index 000000000000..ee1c01837679 --- /dev/null +++ b/dev-util/oprofile/oprofile-0.9.9-r1.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +inherit autotools eutils linux-info multilib user java-pkg-opt-2 + +MY_P=${PN}-${PV/_/-} +DESCRIPTION="A transparent low-overhead system-wide profiler" +HOMEPAGE="http://${PN}.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86" +IUSE="java pch qt4" + +DEPEND=">=dev-libs/popt-1.7-r1 + >=sys-devel/binutils-2.14.90.0.6-r3:* + >=sys-libs/glibc-2.3.2-r1 + qt4? ( dev-qt/qtgui:4[qt3support] ) + java? ( >=virtual/jdk-1.5:= )" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + linux-info_pkg_setup + if ! linux_config_exists || ! linux_chkconfig_present OPROFILE ; then + echo + elog "In order for ${PN} to work, you need to configure your kernel" + elog "with CONFIG_OPROFILE set to 'm' or 'y'." + echo + fi + + if ! kernel_is -ge 2 6 ; then + echo + elog "Support for kernels before 2.6 has been dropped in ${PN}-0.9.8." + echo + fi + + # Required for JIT support, see README_PACKAGERS + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} + + use java && java-pkg_init +} + +src_prepare() { + epatch "${FILESDIR}/${P}-gcc-4.9-non-ppc.patch" + epatch "${FILESDIR}/${P}-gcc-4.9-unused.patch" + epatch "${FILESDIR}/${PN}-1.0.0-athlon.patch" + eautoreconf +} + +src_configure() { + econf \ + --disable-werror \ + $(use_with qt4 x) \ + $(use_enable qt4 gui qt4) \ + $(use_enable pch) \ + $(use_with java java ${JAVA_HOME}) +} + +src_install() { + emake DESTDIR="${D}" htmldir="/usr/share/doc/${PF}" install + + dodoc ChangeLog* README TODO + + dodir /etc/env.d + echo "LDPATH=${PREFIX}/usr/$(get_libdir)/${PN}" > "${D}"/etc/env.d/10${PN} || die "env.d failed" +} + +pkg_postinst() { + echo + elog "Now load the ${PN} module by running:" + elog " # opcontrol --init" + elog "Then read manpages and this html doc:" + elog " /usr/share/doc/${PF}/${PN}.html" + echo +} diff --git a/dev-util/oprofile/oprofile-1.0.0-r1.ebuild b/dev-util/oprofile/oprofile-1.0.0-r1.ebuild new file mode 100644 index 000000000000..4c7550125c8b --- /dev/null +++ b/dev-util/oprofile/oprofile-1.0.0-r1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +inherit eutils java-pkg-opt-2 linux-info multilib user + +MY_P=${PN}-${PV/_/-} +DESCRIPTION="A transparent low-overhead system-wide profiler" +HOMEPAGE="http://${PN}.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="java pch" + +RDEPEND=">=dev-libs/popt-1.7-r1 + >=sys-devel/binutils-2.14.90.0.6-r3:* + >=sys-libs/glibc-2.3.2-r1 + java? ( >=virtual/jdk-1.5:= )" +DEPEND="${RDEPEND} + >=sys-kernel/linux-headers-2.6.31" + +S="${WORKDIR}/${MY_P}" + +CONFIG_CHECK="PERF_EVENTS" +ERROR_PERF_EVENTS="CONFIG_PERF_EVENTS is mandatory for ${PN} to work." + +pkg_setup() { + linux-info_pkg_setup + if ! kernel_is -ge 2 6 31; then + echo + ewarn "Support for kernels before 2.6.31 has been dropped in ${PN}-1.0.0." + echo + fi + + # Required for JIT support, see README_PACKAGERS + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} + + use java && java-pkg_init +} + +src_prepare() { + epatch "${FILESDIR}/${P}-athlon.patch" + epatch "${FILESDIR}/${P}-opjitconv-open.patch" +} + +src_configure() { + econf \ + --disable-werror \ + $(use_enable pch) \ + $(use_with java java ${JAVA_HOME}) +} + +src_install() { + emake DESTDIR="${D}" htmldir="/usr/share/doc/${PF}" install + + dodoc ChangeLog* README TODO + echo "LDPATH=${PREFIX}/usr/$(get_libdir)/${PN}" > "${T}/10${PN}" + doenvd "${T}/10${PN}" +} + +pkg_postinst() { + echo + elog "Starting from ${PN}-1.0.0 opcontrol was removed, use operf instead." + elog "CONFIG_OPROFILE is no longer used, you may remove it from your kernels." + elog "Please read manpages and this html doc:" + elog " /usr/share/doc/${PF}/${PN}.html" + echo +} diff --git a/dev-util/oprofile/oprofile-1.1.0.ebuild b/dev-util/oprofile/oprofile-1.1.0.ebuild new file mode 100644 index 000000000000..fedcbb11635e --- /dev/null +++ b/dev-util/oprofile/oprofile-1.1.0.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +inherit java-pkg-opt-2 linux-info multilib user + +MY_P=${PN}-${PV/_/-} +DESCRIPTION="A transparent low-overhead system-wide profiler" +HOMEPAGE="http://${PN}.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="java pch" + +RDEPEND=">=dev-libs/popt-1.7-r1 + >=sys-devel/binutils-2.14.90.0.6-r3:* + >=sys-libs/glibc-2.3.2-r1 + java? ( >=virtual/jdk-1.5:= )" +DEPEND="${RDEPEND} + >=sys-kernel/linux-headers-2.6.31" + +S="${WORKDIR}/${MY_P}" + +CONFIG_CHECK="PERF_EVENTS" +ERROR_PERF_EVENTS="CONFIG_PERF_EVENTS is mandatory for ${PN} to work." + +pkg_setup() { + linux-info_pkg_setup + if ! kernel_is -ge 2 6 31; then + echo + ewarn "Support for kernels before 2.6.31 has been dropped in ${PN}-1.0.0." + echo + fi + + # Required for JIT support, see README_PACKAGERS + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} + + use java && java-pkg_init +} + +src_configure() { + econf \ + --disable-werror \ + $(use_enable pch) \ + $(use_with java java ${JAVA_HOME}) +} + +src_install() { + emake DESTDIR="${D}" htmldir="/usr/share/doc/${PF}" install + + dodoc ChangeLog* README TODO + echo "LDPATH=${PREFIX}/usr/$(get_libdir)/${PN}" > "${T}/10${PN}" + doenvd "${T}/10${PN}" +} + +pkg_postinst() { + echo + elog "Starting from ${PN}-1.0.0 opcontrol was removed, use operf instead." + elog "CONFIG_OPROFILE is no longer used, you may remove it from your kernels." + elog "Please read manpages and this html doc:" + elog " /usr/share/doc/${PF}/${PN}.html" + echo +} |