Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347765 - sys-fs/e2fsprogs: fix OS X hack (-D_EXT2_USE_C_VERSIONS_)
Summary: sys-fs/e2fsprogs: fix OS X hack (-D_EXT2_USE_C_VERSIONS_)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-04 21:54 UTC by SpanKY
Modified: 2010-12-05 14:47 UTC (History)
1 user (show)

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 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.