Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12628 - OpenAFS does NOT compile
Summary: OpenAFS does NOT compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-23 13:19 UTC by Bruno Fernandes
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
new ebuild that fixes the bug (openafs-1.2.6-r2.ebuild,2.54 KB, text/plain)
2002-12-23 13:30 UTC, Bruno Fernandes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Fernandes 2002-12-23 13:19:39 UTC
since the new glibc as been release, OpenAFS-1.2.6-r1 does not compile.
The problem is solved with a simple ssed in the ebuild.
Comment 1 Bruno Fernandes 2002-12-23 13:30:33 UTC
Created attachment 6700 [details]
new ebuild that fixes the bug

just added this to the src_compile():

	cp src/pam/Makefile src/pam/Makefile.old
	sed -e "s|-I/usr/include/sys| |g" \
		src/pam/Makefile.old > src/pam/Makefile
	rm src/pam/Makefile.old
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-12-26 15:06:21 UTC
committed