Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 844551 Details for
Bug 852305
dev-util/lttng-modules-2.13.3 - /.../tracepoint-event-impl.h: error: conflicting types for trace_sched_switch; have void(bool, str
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild: copied the old, removed the TODO dir
lttng-modules-2.13.7.ebuild (text/plain), 1.03 KB, created by
floatingnebulous
on 2022-12-21 17:20:12 UTC
(
hide
)
Description:
ebuild: copied the old, removed the TODO dir
Filename:
MIME Type:
Creator:
floatingnebulous
Created:
2022-12-21 17:20:12 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit linux-mod > >MY_P="${P/_rc/-rc}" >MY_SLOT="$(ver_cut 1-2)" > >DESCRIPTION="LTTng Kernel Tracer Modules" >HOMEPAGE="http://lttng.org" >SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0/${MY_SLOT}" >KEYWORDS="~amd64 ~x86" >IUSE="" > >BUILD_TARGETS="default" > >CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS > ~HAVE_SYSCALL_TRACEPOINTS ~PERF_EVENTS ~EVENT_TRACING ~KPROBES KRETPROBES" > >MODULE_NAMES="true" > >S="${WORKDIR}/${MY_P}" > >pkg_pretend() { > if kernel_is lt 2 6 27; then > eerror "${PN} require Linux kernel >= 2.6.27" > die "Please update your kernel!" > fi >} > >src_compile() { > BUILD_FIXES="KERNELDIR=$KERNEL_DIR" linux-mod_src_compile >} > >src_install() { > for i in $(find "${S}" -name "*.ko" -print); do > local val=${i##${S}/} > local modules+="${val%%.ko}(misc:) " > done > MODULE_NAMES=${modules} > > linux-mod_src_install > dodoc ChangeLog README.md >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 852305
:
785624
|
785627
|
785630
|
785633
|
785636
|
785639
| 844551