Solved [Solved] lang/ruby19 won't build - error 74

Hello! Well, here's today's issue: I'm trying to upgrade lang/ruby, and it's failing. Here's the log: http://pastebin.com/e5EB42EE
Here's my uname -a:
Code:
FreeBSD Neptune 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul  8 06:37:44 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
If you need anything else, I'll do the best I can to help!
 
Re: lang/ruby19 won't build - error 74

Actually, I can show you the whole /etc/make.conf:
Code:
TEX_DEFAULT=texlive
OPTIONS_SET=CUPS
CUPS_OVERWRITE_BASE=YES
WITHOUT_LPR=YES
JAVA_VERSION=1.7
WITH_NEW_XORG=yes
WITH_GALLIUM=yes
 
Re: lang/ruby19 won't build - error 74

HAHA! I fixed it! Your NO_STAGE remark gave me an idea, so I explicitly called make with NO_STAGE=YES. It built and installed fine, so it seems there is an error with how staging is being handled on lang/ruby19.
 
Re: lang/ruby19 won't build - error 74

It built and worked here on 10-STABLE. Were the rest of your ports already updated? There have been several updates to pkg(8) in the last few weeks.
 
Re: lang/ruby19 won't build - error 74

All of my ports were updated to within ~ 1 day. I did see the notice in messages for pkg in UPDATING, and I carried out the instructions. Do you think doing them again would help?
 
Re: lang/ruby19 won't build - error 74

Ah, that's fine. I'll try the instructions again, see if that fixes anything .I'll write back the results. Thanks for the help! :beer
 
Re: lang/ruby19 won't build - error 74

Okay, it didn't seem to change anything, but I'll create a new thread if I have any more problems. Thanks again for the help! :beergrin
 
Back
Top