Project

General

Profile

This project is closed and read-only.

Actions

Backport #7909

closed

Backport r39366 - Create extension install directory before installing

Backport #7909: Backport r39366 - Create extension install directory before installing

Added by drbrain (Eric Hodel) over 13 years ago. Updated over 13 years ago.

Status:
Closed
[ruby-core:52637]

Description

This fixed #7897.

The change is here:

https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/39366

This may be a work-around to a regression in mkmf.rb, though. See #7897 for discussion.


Related issues 1 (0 open1 closed)

Related to Ruby - Bug #7897: rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directoryCloseddrbrain (Eric Hodel)Actions

Updated by mame (Yusuke Endoh) over 13 years ago Actions #1 [ruby-core:52697]

  • Assignee changed from mame (Yusuke Endoh) to drbrain (Eric Hodel)

Well, is it really ok to require "fileutils" just for mkdir_p?
If ok, please go ahead. Thank you.

--
Yusuke Endoh

Updated by drbrain (Eric Hodel) over 13 years ago Actions #2 [ruby-core:52717]

I think the require is redundant as FileUtils is required elsewhere. FileUtils is already used in other places in the installer.

Updated by drbrain (Eric Hodel) over 13 years ago Actions #3 [ruby-core:52718]

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

Committed r39392

Actions

Also available in: PDF Atom