Project

General

Profile

Actions

Backport #7909

closed

Backport r39366 - Create extension install directory before installing

Added by drbrain (Eric Hodel) about 11 years ago. Updated about 11 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 master - Bug #7897: rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directoryCloseddrbrain (Eric Hodel)02/21/2013Actions

Updated by mame (Yusuke Endoh) about 11 years ago

  • 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) about 11 years ago

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) about 11 years ago

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

Committed r39392

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0