Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 260552 Details for
Bug 352281
=sys-boot-yaboot-1.3.16 fails to build against e2fsprogs{-libs}-1.41.14 due to missing posix_memalign() function
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
yaboot-1.3.16-r1.ebuild w/ patch
yaboot-1.3.16-r1.ebuild (text/plain), 1.32 KB, created by
Alex Buell
on 2011-01-23 18:41:17 UTC
(
hide
)
Description:
yaboot-1.3.16-r1.ebuild w/ patch
Filename:
MIME Type:
Creator:
Alex Buell
Created:
2011-01-23 18:41:17 UTC
Size:
1.32 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.3 2010/10/03 17:39:02 josejx Exp $ > >inherit eutils toolchain-funcs > >DESCRIPTION="PPC Bootloader" >SRC_URI="http://yaboot.ozlabs.org/releases/${P}.tar.gz" >HOMEPAGE="http://yaboot.ozlabs.org" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="-* ~ppc -ppc64" >IUSE="ibm" > >DEPEND="sys-apps/powerpc-utils" >RDEPEND="!ibm? ( sys-fs/hfsutils > sys-fs/hfsplusutils > sys-fs/mac-fdisk )" > >PROVIDE="virtual/bootloader" > >src_unpack() { > unpack ${A} > cd "${S}" > cp "${FILESDIR}/new-ofpath" "${S}/ybin/ofpath" > > # dual boot patch > epatch "${FILESDIR}/yabootconfig-1.3.13.patch" > epatch "${FILESDIR}/chrpfix.patch" > if [[ "$(gcc-major-version)" -eq "3" ]]; then > epatch "${FILESDIR}/yaboot-nopiessp.patch" > fi > if [[ "$(gcc-major-version)" -eq "4" ]]; then > epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch" > fi > epatch "${FILESDIR}/yaboot-e2fsprogs-1.41.14.patch" >} > >src_compile() { > export -n CFLAGS > export -n CXXFLAGS > [ -n "$(tc-getCC)" ] || CC="gcc" > emake PREFIX=/usr MANDIR=share/man CC="$(tc-getCC)" || die >} > >src_install() { > sed -i -e 's/\/local//' etc/yaboot.conf > make ROOT="${D}" PREFIX=/usr MANDIR=share/man install || die > mv "${D}/etc/yaboot.conf" "${D}/etc/yaboot.conf.sample" >}
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 352281
: 260552 |
260553