Package: libruby2.1
Version: 2.1.1-2
Severity: grave
Control: block 743664 with -1

Coin,

Building extensions leaves mkmf.log files in weird places since 2.1, see #743664.

I though the problem was in mkmf.rb which had changed a bit since 2.0 but after investigation it appears to be a change in rubygems/ext/ext_conf_builder.rb:
39c37,41
<         run cmd, results
---
        begin
          run cmd, results
        ensure
          FileUtils.mv 'mkmf.log', dest_path if File.exist? 'mkmf.log'
        end

Commenting FileUtils.mv fixed this issue. I honestly don't understand the reason for moving the log file at all.

Thanks Mr KiBi for his help :-).

Regards.

--
Marc Dequènes (Duck)

Attachment: pgpw85PL_oc8L.pgp
Description: PGP Digital Signature

Reply via email to