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

Bug 12628

Summary: OpenAFS does NOT compile
Product: Gentoo Linux Reporter: Bruno Fernandes <bruno>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: new ebuild that fixes the 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