Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 106811

Summary: openafs-1.4.0_rc3.ebuild large file support don't work
Product: Gentoo Linux Reporter: Markus Suvanto <markus.suvanto>
Component: New packagesAssignee: Stefaan De Roeck (RETIRED) <stefaan>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Markus Suvanto 2005-09-21 10:52:39 UTC
Openafs large file support don't work because of wrong econf parameter in file
openafs-1.4.0_rc3.ebuild.

This fix the problem for me.
econf \
        $(use_enable pam) \
        $(use_enable debug) \
        --enable-largefile-fileserver \
        ${myconf} || die econ


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Stefaan De Roeck (RETIRED) gentoo-dev 2005-09-21 13:09:17 UTC
Indeed, --enable-largefile as in the openafs-ebuild is wrong.
Comment 2 Stefaan De Roeck (RETIRED) gentoo-dev 2005-10-30 06:24:24 UTC
Change applied in openafs-1.4.0_rc8.  Fixed