Project

General

Profile

Actions

Backport #7550

closed

Can't rebuild 1.9.3-p327 because of missing resize.so

Added by l0b0 (Victor Engmark) over 11 years ago. Updated over 11 years ago.


Description

=begin
As ((<reported elsewhere|URL:http://www.ruby-forum.com/topic/4408967>)), Ruby compiles fine the first time after extracting, but repeating it after a (({make distclean})) doesn't work.

The commands:

$ tar --extract --gzip --file ruby-1.9.3-p327.tar.gz
$ cd ruby-1.9.3-p327/
$ ./configure --prefix=$HOME/.rbenv/versions/1.9.3-p327 &> my-config.log
$ make &> my-make.log
$ make distclean
$ ./configure --prefix=$HOME/.rbenv/versions/1.9.3-p327 &> my-config2.log
$ diff my-config* && echo identical
identical
$ make &> my-make2.log

From the difference, it looks like at least some generated files are not deleted by (({make distclean})) - miniprelude.c being the first. Then ripper is not configured. And last it seems that .ext/i686-linux/-test-/ and subdirectories has been deleted but not regenerated.
=end


Files

my-config.log (15.7 KB) my-config.log ./configure log l0b0 (Victor Engmark), 12/12/2012 07:28 PM
my-make.log (68.7 KB) my-make.log First make log l0b0 (Victor Engmark), 12/12/2012 07:28 PM
my-make2.log (14.7 KB) my-make2.log Second make log l0b0 (Victor Engmark), 12/12/2012 07:28 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0