Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460362 - sys-devel/boost-m4: apple ld doesn't like -R option
Summary: sys-devel/boost-m4: apple ld doesn't like -R option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nathan Phillip Brink (binki) (RETIRED)
URL: https://github.com/tsuna/boost.m4/iss...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-05 02:23 UTC by Christoph Junghans (RETIRED)
Modified: 2013-03-15 19:59 UTC (History)
1 user (show)

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


Attachments
Remove -Wl,-R (boost.m4.patch,410 bytes, patch)
2013-03-05 02:23 UTC, Christoph Junghans (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2013-03-05 02:23:45 UTC
Created attachment 340994 [details, diff]
Remove -Wl,-R

emerging povray-3.7.0_rc6 on Darwin (Gentoo Prefix) will make ld complain about the -R option and hence boost cannot be detected.
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2013-03-05 06:13:40 UTC
Linking to existing upstream bug/discussion.
Comment 2 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2013-03-05 14:04:34 UTC
Comment on attachment 340994 [details, diff]
Remove -Wl,-R

The upstream decided to still use -Wl,{-R,-rpath} instead of dropping it like this patch suggests.
Comment 3 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2013-03-05 14:09:24 UTC
+*boost-m4-0.3 (05 Mar 2013)
+
+  05 Mar 2013; Nathan Phillip Brink <binki@gentoo.org> +boost-m4-0.3.ebuild:
+  Bump to boost-m4-0.3 which includes a Mac OSX -rpath LDFLAGS fix for bug
+  #460362.

New boost-m4-0.3 to specifically solve this issue. So just update povray to DEPEND=">=sys-devel/boost-m4-0.3" and it should be good.

Thanks for the bug report to get this issue moving both here and upstream.

Marking RESOLVED immediately because this package is still unstable.
Comment 4 Christoph Junghans (RETIRED) gentoo-dev 2013-03-05 16:04:03 UTC
Thanks for your quick response and the fix, I will add the *-macos keywords to boost-m4-0.3 only, so no change to povray will be necessary.