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

Posted by Victor E. (victor_e)
on 2012-12-11 12:54
Attachment: my-config.log (15,7 KB)
Attachment: my-make.log (68,7 KB)
Attachment: my-make2.log (14,7 KB)
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.
Posted by Ryan Davis (Guest)
on 2012-12-12 04:10
(Received via mailing list)
On Dec 11, 2012, at 03:54 , Victor E. <lists@ruby-forum.com> wrote:

> $ ./configure --prefix=$HOME/.rbenv/versions/1.9.3-p327 &>
> Attachments:
> http://www.ruby-forum.com/attachment/7954/my-config.log
> http://www.ruby-forum.com/attachment/7955/my-make.log
> http://www.ruby-forum.com/attachment/7956/my-make2.log

Please report this to bugs.ruby-lang.org. Thank you.
Posted by Victor E. (victor_e)
on 2012-12-12 11:28
Ryan Davis wrote in post #1088764:
> Please report this to bugs.ruby-lang.org. Thank you.

Done <https://bugs.ruby-lang.org/issues/7550>.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.