Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12500 Details for
Bug 21832
New openafs-1.2.8-r1.ebuild which fixes errno problems when compiling on a ~x86 system
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild to fix errno problems
openafs-1.2.8-r1.ebuild (text/plain), 2.82 KB, created by
Dave Love
on 2003-05-28 10:35:33 UTC
(
hide
)
Description:
New ebuild to fix errno problems
Filename:
MIME Type:
Creator:
Dave Love
Created:
2003-05-28 10:35:33 UTC
Size:
2.82 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># /home/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.2.5.ebuild,v 1.0 2002/07/10 09:52:39 pm Exp > > >S=${WORKDIR}/${P} >DESCRIPTION="The AFS 3 distributed file system targets the issues critical to >distributed computing environments. AFS performs exceptionally well, >both within small, local work groups of machines and across wide-area >configurations in support of large, collaborative efforts. AFS provides >an architecture geared towards system management, along with the tools >to perform important management tasks. For a user, AFS is a familiar yet >extensive UNIX environment for accessing files easily and quickly." > >SRC_URI="http://openafs.org/dl/openafs/${PV}/${P}-src.tar.bz2" >HOMEPAGE="http://www.openafs.org/" > >SLOT="0" >LICENSE="IPL-1" >KEYWORDS="x86 -ppc -sparc " >SANDBOX_DISABLED="1" > >DEPEND=">=sys-apps/portage-2.0.47-r10 > >=sys-libs/ncurses-5.2 > >=sys-libs/pam-0.75" > >ARCH=i386_linux24 > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/openafs-1.2.8-errno.patch > epatch ${FILESDIR}/openafs-1.2.6.patch > > cp src/config/Makefile.i386_linux24.in src/config/Makefile.i386_linux24.in.old > sed -e "s|/usr/lib/libncurses.so|-lncurses|g" \ > src/config/Makefile.i386_linux24.in.old > src/config/Makefile.i386_linux24.in > rm src/config/Makefile.i386_linux24.in.old > > cp src/pam/Makefile.in src/pam/Makefile.in.old > sed -e "s|-I/usr/include/sys| |g" \ > src/pam/Makefile.in.old > src/pam/Makefile.in > rm src/pam/Makefile.in.old > >} > >src_compile() { > ./configure \ > --with-afs-sysname=i386_linux24 \ > --enable-transarc-paths || die > make || die > make dest || die >} > >src_install () { > > > # Client > > cd ${S}/${ARCH}/dest/root.client/usr/vice > > insinto /etc/afs/modload > doins etc/modload/* > insinto /etc/afs/C > doins etc/C/* > > insinto /etc/afs > doins ${FILESDIR}/{ThisCell,CellServDB} > doins etc/afs.conf > > dodir /afs > > exeinto /etc/init.d > newexe ${FILESDIR}/afs.rc.rc6 afs > > dosbin etc/afsd > > # Client Bin > cd ${S}/${ARCH}/dest > exeinto /usr/afsws/bin > doexe bin/* > > exeinto /etc/afs/afsws > doexe etc/* > > cp -a include lib ${D}/usr/afsws > dosym /usr/afsws/lib/afs/libtermlib.a /usr/afsws/lib/afs/libnull.a > > # Server > cd ${S}/${ARCH}/dest/root.server/usr/afs > exeinto /usr/afs/bin > doexe bin/* > > dodir /usr/vice > dosym /etc/afs /usr/vice/etc > dosym /etc/afs/afsws /usr/afsws/etc > > dodoc ${FILESDIR}/README > > dodir /etc/env.d > echo 'CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws"' >> ${D}/etc/env.d/01${PN} > echo 'PATH=/usr/afsws/bin:/etc/afs/afsws' >> ${D}/etc/env.d/01${PN} > echo 'ROOTPATH=/usr/afsws/bin:/etc/afs/afsws:/usr/afs/bin' >> ${D}/etc/env.d/01${PN} >} > >pkg_postinst () { > echo ">>> UPDATE CellServDB and ThisCell to your needs !!" > echo ">>> FOLLOW THE INSTRUCTIONS IN AFS QUICK BEGINNINGS" > echo ">>> PAGE >45 TO DO INITIAL SERVER SETUP" fi >}
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 21832
: 12500 |
12501