Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110407 - emerge boost on OSX with DarwinPorts patch files.
Summary: emerge boost on OSX with DarwinPorts patch files.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC OS X
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 22:50 UTC by Takenori KUBO
Modified: 2007-11-25 20:40 UTC (History)
1 user (show)

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


Attachments
boost-1.32.0-r4_ebuild_use_darwinport_patchs.diff (boost-1.32.0-r4_ebuild_use_darwinport_patchs.diff,2.09 KB, patch)
2005-10-24 22:54 UTC, Takenori KUBO
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Takenori KUBO 2005-10-24 22:50:46 UTC
Emerge boost with DarwinPorts patch files.

Reproducible: Always
Steps to Reproduce:
1.patch boost-1.32.0-r4_ebuild_use_darwinport_patchs.diff to boost-1.32.0-r4.ebuild
2.fetch  patch-* from
http://darwinports.opendarwin.org/darwinports/dports/devel/boost/files/
 and put into FILESDIR.
3.emerge boost
Comment 1 Takenori KUBO 2005-10-24 22:54:15 UTC
Created attachment 71375 [details, diff]
boost-1.32.0-r4_ebuild_use_darwinport_patchs.diff
Comment 2 Fabian Groffen gentoo-dev 2005-11-03 04:56:34 UTC
are the darwinports patches unconditional?
Comment 3 Takenori KUBO 2005-11-03 09:59:19 UTC
Sorry, I don't know.
Comment 4 Fabian Groffen gentoo-dev 2007-10-08 08:10:23 UTC
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.
Comment 5 Elias Pipping (RETIRED) gentoo-dev 2007-11-25 20:40:07 UTC
boost appears to work, please re-open if it doesn't for you.