Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106811 - openafs-1.4.0_rc3.ebuild large file support don't work
Summary: openafs-1.4.0_rc3.ebuild large file support don't work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Stefaan De Roeck (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 10:52 UTC by Markus Suvanto
Modified: 2005-10-30 06:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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