Subject: Re: lang/ruby18-base fails to build on netbsd-3 i386
To: Takahiro Kambe <taca@back-street.net>
From: Louis Guillaume <lguillaume@berklee.edu>
List: tech-pkg
Date: 11/19/2007 01:24:16
Takahiro Kambe wrote:
> In message <474103A3.6010807@berklee.edu>
> 	on Sun, 18 Nov 2007 22:31:47 -0500,
> 	Louis Guillaume <lguillaume@berklee.edu> wrote:
>>>> I'm trying to build ruby18-base from pkgsrc-2007Q3 on NetBSD 3.1_STABLE, 
>>>> near-GENERIC kernel with sources updated early October.
>>> At my office, I built ruby18-base of pkgsrc-2007Q3 branch successfully
>>> on NetBSD 3.1_STABLE under pkg_comp environment.
>>>
>>> But, the NetBSD 3.1_STABLE not newest, Feburary 2007.
>>>
>>> Best regards.
>>>
>> By any chance do you have "PKG_OPTIONS.ruby = -ruby-build-ri-db" in 
>> mk.conf? That's the only way I am able to build ruby18-base.
> No, I don't have it.  But ruby18-base of pkgsrc-2007Q3 is set
> PKG_SUGGESTED_OPTIONS to ruby-build-ri-db, so ruby-build-ri-db option
> is enabled by default.
> 
> And AFAIK, bulk builds didn't report such errors.
> 
> BTW, what is your hardware environment?
> 


Actually I was removing the PKG_OPTION with the `-' to get it to work.

My hardware is i386. Very plain.

My suspicion at this point is that I'm running out of disk. I have some 
reports of this in dmesg. And /home is 94% before running the build. 
Does ruby-build-ri-db require ~512M ?? That's about what I have left. 
Subtract of course the extract of the source packages for ruby.

There are no "filesystem is full" errors, though, and I would expect to 
see that.

Louis