Project

General

Profile

Actions

Bug #10752

closed

Ruby 2.2.0 does not build on FreeBSD 8.4

Added by swills (Steve Wills) over 9 years ago. Updated about 9 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.2.0p0 (2014-12-25 revision 49005) [amd64-freebsd8]
[ruby-core:67655]

Description

Trying to build Ruby 2.2.0 on FreeBSD 8.4 produces an error:

vm_dump.c:718:25: error: libprocstat.h: No such file or directory

See http://poudriere.mouf.net/poudriere/data/84amd64-default/2015-01-17_15h18m45s/logs/errors/ruby-2.2.0.log for full log

Libprocstat is not available in 8.4, which is still supported until June 30, 2015. See https://www.freebsd.org/security/ for more details.

This happens because r45306 added support for libprocstat on FreeBSD without checking that libprocstat is available. The configure.in was updated to check for libprocstat in r45309, but nothing uses the result of this check to disable use of libprocstat if it's not available.

Attached is a patch which at least fixes the build issue on 8.4. I haven't verified it beyond that, in paticular, I haven't verified that it doesn't break things on newer versions (I only apply it to builds running on 8.4).


Files

extra-vm_dump.c (687 Bytes) extra-vm_dump.c swills (Steve Wills), 01/17/2015 05:06 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0