From owner-freebsd-sparc64@freebsd.org Mon Jul 25 23:17:49 2016 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94263BA4B9B for ; Mon, 25 Jul 2016 23:17:49 +0000 (UTC) (envelope-from syseng@gfsys.co.uk) Received: from cust-smtp-auth1.fasthosts.net.uk (smtp-out-60.livemail.co.uk [213.171.216.60]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4161F1D for ; Mon, 25 Jul 2016 23:17:47 +0000 (UTC) (envelope-from syseng@gfsys.co.uk) Received: from [192.9.200.226] (unknown [81.133.228.57]) by cust-smtp-auth1.fasthosts.net.uk (Postfix) with ESMTPA id CDBDA7405A9 for ; Tue, 26 Jul 2016 00:17:39 +0100 (BST) Message-ID: <57969EAE.2030604@gfsys.co.uk> Date: Mon, 25 Jul 2016 23:20:14 +0000 From: Chris User-Agent: Mozilla/5.0 (X11; SunOS sun4u; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org Subject: Fwd: Re: Can't build devel/boehm-gc References: <57969C35.7030205@gfsys.co.uk> In-Reply-To: <57969C35.7030205@gfsys.co.uk> X-Forwarded-Message-Id: <57969C35.7030205@gfsys.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2016 23:17:49 -0000 -------- Original Message -------- Subject: Re: Can't build devel/boehm-gc Date: Mon, 25 Jul 2016 23:09:41 +0000 From: Chris To: Gordon Zaft On 07/25/16 18:46, Gordon Zaft wrote: > I wasn't sure whether to post this here or elsewhere, if I'm in error > please let me know. > > I'm trying to use portmaster to build git on my Ultra 5 running 10.3 When > it is trying to compile devel/boehm-gc I get: > > libtool: compile: cc -DHAVE_CONFIG_H -I./include -I./include > -I/usr/local/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET > -fvisibility=hidden -Wall -Wextra -O2 -pipe -fno-strict-aliasing > -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c > fnlz_mlc.c -fPIC -DPIC -o .libs/fnlz_mlc.o > > make[3]: don't know how to make sparc_mach_dep.S. Stop > > > Google didn't find anything for me on this. Is this just broken, or am I > doing something wrong? > > > G > Hi, I'm new to FreeBSD, but have been looking at 11.0 Alpha 4 initially, with the aim of getting a vnc based gui solution working. Via a rather tortuous route, have over 400 packages built, various show stoppers, pages of warnings etc along the way. Machine is a Sun V215. Anyway, on checking notes, that .S file is a symbolic link to a file that doesn't exist, so you need to download the package source from:- http://www.hboehm,info/gc/gc_source/gc_7.4.4.tar.gz Untar that into a separate directory, delete the symbolic link, then copy / replace it with the file from the download directory. If you then do a make clean then make install, it should work. I plan to write up the notes, but am new to all this and know nothing at this stage about FreeBSD dev culture and processes involved... Regards, Chris