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)

patch-tools_build_v2_tools_python.jam (397 bytes ) - added by René Rivera 14 years ago.

Download all attachments as: .zip

Change History (6)

by René Rivera, 14 years ago

comment:1 by Vladimir Prus, 14 years ago

I've checked in this to trunk. I'll merge to release branch as soon as I see fresh BSD results for trunk.

in reply to:  1 comment:2 by Dave Abrahams, 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 anonymous, 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:4 by nasonov, 14 years ago

See also #2626.

comment:5 by Vladimir Prus, 14 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.