Summary: | emerge boost on OSX with DarwinPorts patch files. | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Takenori KUBO <kubo> |
Component: | Mac OSX | Assignee: | Gentoo for Mac OS X <ppc-macos> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | esigra |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | PPC | ||
OS: | OS X | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | boost-1.32.0-r4_ebuild_use_darwinport_patchs.diff |
Description
Takenori KUBO
2005-10-24 22:50:46 UTC
Created attachment 71375 [details, diff]
boost-1.32.0-r4_ebuild_use_darwinport_patchs.diff
are the darwinports patches unconditional? Sorry, I don't know. Can you describe the errors you have? patch-libs-test-build-Jamfile - this patch is just suppressing errors, instead of fixing them patch-tools-build-v1-allyourbase.jam - this looks just plain wrong to me: actions HardLink { $(RM) "$(<)" 2$(NULL_OUT) $(NULL_OUT) - $(LN) "$(>)" "$(<)" $(NULL_OUT) + $(LN) -s "$(>)" "$(<)" $(NULL_OUT) } a hard link is not a soft link. boost appears to work, please re-open if it doesn't for you. |