Opened 14 years ago
Closed 14 years ago
#2029 closed Patches (fixed)
FreeBSD specific patches to boost 1.34.0
Reported by: | René Rivera | Owned by: | Vladimir Prus |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | build |
Version: | Boost 1.34.0 | Severity: | Showstopper |
Keywords: | patch freebsd | Cc: | barner@… |
Description
Porting boost 1.34.0 to FreeBSD (I am the FBSD maintainer of the boost port), resulted in the following patches that should be included into the boost distribution:
patch-tools_build_v2_tools_python.jam: -ldl is not necessary on the BSD (dlopen is built into libc) See also ticket #1010.
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | patch-tools_build_v2_tools_python.jam added |
---|
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 14 years ago
Replying to vladimir_prus:
I've checked in this to trunk. I'll merge to release branch as soon as I see fresh BSD results for trunk.
Is anyone testing that platform? If not, I have a FreeBSD machine we can use.
comment:3 by , 14 years ago
We have FreeBSD amount the tested plafroms, but the last test results are from Jul 27. I've asked the tester about update frequency.
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Alexander Sack has reported almost-successfully build on 7.* -- there were only long double issues. On 6.*, there were additional issues with signal names used by Boost.Test (#2435). Consequently, this issue is no longer there.
I've checked in this to trunk. I'll merge to release branch as soon as I see fresh BSD results for trunk.