From owner-freebsd-ports@FreeBSD.ORG Wed Apr 28 08:55:33 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66D44106566C for ; Wed, 28 Apr 2010 08:55:33 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from ifdnrg20.ifdnrg.com (outbound.ifdnrg.com [195.66.148.241]) by mx1.freebsd.org (Postfix) with ESMTP id 0D9458FC0C for ; Wed, 28 Apr 2010 08:55:32 +0000 (UTC) Received: from [192.168.1.64] (188-221-77-161.zone12.bethere.co.uk [188.221.77.161]) (authenticated bits=0) by ifdnrg20.ifdnrg.com (8.14.4/8.14.3) with ESMTP id o3S8t7gQ083951 for ; Wed, 28 Apr 2010 09:55:19 +0100 (BST) (envelope-from paul@ifdnrg.com) Message-ID: <4BD7F7EA.4050704@ifdnrg.com> Date: Wed, 28 Apr 2010 09:55:06 +0100 From: Paul Macdonald User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Error building ruby+nopthreads-1.8.7.248,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2010 08:55:33 -0000 Same error after a cvs update of ports tree and from deinstalling ruby and an attempted reinstall.. Adding the newline in version.h didn;t change the final error. In file included from version.c:14: version.h:29:41: warning: no newline at end of file cc -I/usr/include -O2 -fno-strict-aliasing -pipe -fPIC -DRUBY_EXPORT -I. -I. -I/usr/include -c dmyext.c ar rcu libruby18-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o dmyext.o cc -I/usr/include -O2 -fno-strict-aliasing -pipe -fPIC -DRUBY_EXPORT -I. -I. -I/usr/include -c main.c cc -I/usr/include -O2 -fno-strict-aliasing -pipe -fPIC -DRUBY_EXPORT -L. -rpath=/usr/lib:/usr/local/lib -rdynamic main.o libruby18-static.a -lcrypt -lm -L/usr/lib -rpath=/usr/lib:/usr/local/lib -o miniruby libruby18-static.a(process.o)(.text+0xb59): In function `proc_exec_v': : undefined reference to `rb_thread_stop_timer_fake' libruby18-static.a(process.o)(.text+0xdc6): In function `rb_proc_exec': : undefined reference to `rb_thread_stop_timer_fake' *** Error code 1 Stop in /usr/ports/lang/ruby18/work/ruby-1.8.7-p248. *** Error code 1 Stop in /usr/ports/lang/ruby18. *** Error code 1 Stop in /usr/ports/lang/ruby18. Paul.