Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165361 Details for
Bug 236372
sys-power/powertop-1.10 - intelcstates.c:48: error: can't find a register in class `BREG' while reloading `asm'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild applies a PIC patch for the Assembly code
powertop-1.10-r1.ebuild (text/plain), 1.07 KB, created by
Attila Tóth
on 2008-09-13 20:56:29 UTC
(
hide
)
Description:
Modified ebuild applies a PIC patch for the Assembly code
Filename:
MIME Type:
Creator:
Attila Tóth
Created:
2008-09-13 20:56:29 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-1.10.ebuild,v 1.1 2008/08/31 22:21:07 loki_val Exp $ > >inherit toolchain-funcs eutils > >DESCRIPTION="tool that helps you find what software is using the most power" >HOMEPAGE="http://www.lesswatts.org/projects/powertop/" >SRC_URI="http://www.lesswatts.org/projects/powertop/download/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" >IUSE="unicode" > >DEPEND="sys-libs/ncurses" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch ${FILESDIR}/${P}-pic.diff > sed -i '/${CFLAGS}/s:$: ${LDFLAGS}:' Makefile > use unicode || sed -i 's:-lncursesw:-lncurses:' Makefile >} > >src_compile() { > tc-export CC > emake || die >} > >src_install() { > emake install DESTDIR="${D}" || die > dodoc Changelog README > gunzip "${D}"/usr/share/man/man1/powertop.1.gz >} > >pkg_postinst() { > echo > einfo "For PowerTOP to work best, use a Linux kernel with the" > einfo "tickless idle (NO_HZ) feature enabled (version 2.6.21 or later)" > echo >}
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 236372
: 165361 |
165365