Hello, There seems to be a problem installing ruby18 on 5-STABLE AMD64. It compiles cleanly however. No special flags in make.conf. FreeBSD 5.3-STABLE #0: Mon Feb 21 11:29:20 EST 2005 amd64 ===> Installing for ruby-1.8.2_2 ===> Generating temporary packing list ===> Checking if lang/ruby18 already installed ./miniruby ./instruby.rb --dest-dir="" --make="make" --mflags=" -j 3" --make-flags=" ARCH=amd64 OPSYS=FreeBSD OSREL=5.3 OSVERSION=503102 PORTOBJFORMAT=elf SYSTEMVERSION= -j 3" --mantype="doc" install -c -p -m 0755 ruby18 /usr/local/bin/ruby18 ./miniruby ./ext/extmk.rb --dest-dir="" --make="make" --mflags=" -j 3" --make-flags=" ARCH=amd64 OPSYS=FreeBSD OSREL=5.3 OSVERSION=503102 PORTOBJFORMAT=elf SYSTEMVERSION= -j 3" install The process sits at this point, taking up all CPU. PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 595 root 132 0 10056K 5468K RUN 1:58 97.80% 97.56% miniruby I have to ctrl-c at this point. I never had problems with ruby on this machine before. Thanks.
Hello,> The process sits at this point, taking up all CPU.I've just experienced the same problem on sparc64, cvsup from an hour ago. -- Rink P.W. Springer - http://rink.nu "God, root, what is difference?" - Pitr, Userfriendly -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050222/abfa806e/attachment.bin
On Tue, 22 Feb 2005, Mike Jakubik wrote:> Hello, > > There seems to be a problem installing ruby18 on 5-STABLE AMD64. It > compiles cleanly however. No special flags in make.conf. > > FreeBSD 5.3-STABLE #0: Mon Feb 21 11:29:20 EST 2005 amd64 > > ===> Installing for ruby-1.8.2_2 > ===> Generating temporary packing list > ===> Checking if lang/ruby18 already installed > ./miniruby ./instruby.rb --dest-dir="" --make="make" --mflags=" -j 3" > --make-flags=" ARCH=amd64 OPSYS=FreeBSD OSREL=5.3 OSVERSION=503102 > PORTOBJFORMAT=elf SYSTEMVERSION= -j 3" --mantype="doc" > install -c -p -m 0755 ruby18 /usr/local/bin/ruby18 > ./miniruby ./ext/extmk.rb --dest-dir="" --make="make" --mflags=" -j 3" > --make-flags=" ARCH=amd64 OPSYS=FreeBSD OSREL=5.3 OSVERSION=503102 > PORTOBJFORMAT=elf SYSTEMVERSION= -j 3" install > > The process sits at this point, taking up all CPU. > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 595 root 132 0 10056K 5468K RUN 1:58 97.80% 97.56% miniruby > > I have to ctrl-c at this point. I never had problems with ruby on this > machine before. > > Thanks. > >I've had this problem for 2 weeks now on my AMD64.. After ctrl-c on the make install, miniruby is still running. I finally gave up and grabbed the package off ftp.freebsd.org. -Mike> > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >
Michael Nottebrock said:> Ehm, you got a *lot* of replies on ports@, including patches to test (the > first person to reply cut you from cc however). You might want to check > the archives.Just an FYI. The following patch seems to work for me. Tested with portupgrade. http://people.freebsd.org/~mezz/diff/ruby18.diff