[#67346] Future of test suites for Ruby — Charles Oliver Nutter <headius@...>

I'll try to be brief so we can discuss all this. tl;dr: RubySpec is

19 messages 2015/01/05

[ruby-core:67671] [ruby-trunk - Bug #10752] [Closed] Ruby 2.2.0 does not build on FreeBSD 8.4

From: nobu@...
Date: 2015-01-18 06:50:53 UTC
List: ruby-core #67671
Issue #10752 has been updated by Nobuyoshi Nakada.

Status changed from Open to Closed
% Done changed from 0 to 100

Applied in changeset r49321.

----------
vm_dump.c: check by configured result

* vm_dump.c (rb_vm_bugreport): check by configured result instead
  of system name for old FreeBSD.  based on a patch by Steve Wills
  at [ruby-core:67655].  [Bug #10752]

----------------------------------------
Bug #10752: Ruby 2.2.0 does not build on FreeBSD 8.4
https://bugs.ruby-lang.org/issues/10752#change-51085

* Author: Steve Wills
* Status: Closed
* Priority: Normal
* Assignee: Yui NARUSE
* ruby -v: ruby 2.2.0p0 (2014-12-25 revision 49005) [amd64-freebsd8]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
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)


-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next