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

Bug 347765

Summary: sys-fs/e2fsprogs: fix OS X hack (-D_EXT2_USE_C_VERSIONS_)
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: [OLD] Core systemAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal CC: base-system
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description SpanKY gentoo-dev 2010-12-04 21:54:29 UTC
apparently prefix code was merged without review, so i'm just now noticing this:

+ # On MacOSX 10.4 using the assembly built-in bitoperation functions causes
+ # segmentation faults. Though this is likely fixable we can quickly make it
+ # at least work by using the C functions.
+ if [[ ${CHOST} == i?86-apple-darwin* ]]; then
+     append-flags -D_EXT2_USE_C_VERSIONS_
+ fi

figure out the real problem and fix it the right way, or drop support for 10.4
Comment 1 Fabian Groffen gentoo-dev 2010-12-05 14:47:06 UTC
This old construct seems no longer necessary.  I dropped it from the ebuild.