From owner-freebsd-ports@freebsd.org Tue Feb 9 18:20:12 2016 Return-Path: Delivered-To: freebsd-ports@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 A5B48AA3AB2 for ; Tue, 9 Feb 2016 18:20:12 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 68A98194 for ; Tue, 9 Feb 2016 18:20:12 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u19IK1g9058635 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 9 Feb 2016 11:20:01 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u19IK19W058632; Tue, 9 Feb 2016 11:20:01 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 9 Feb 2016 11:20:01 -0700 (MST) From: Warren Block To: John Marino cc: Jim Ohlstein , Hrant Dadivanyan , FreeBSD Mailing List Subject: Re: Removing documentation In-Reply-To: <56BA2106.3050901@marino.st> Message-ID: References: <56B9D609.6030407@marino.st> <56B9EDC7.1010403@ohlste.in> <56BA2106.3050901@marino.st> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 09 Feb 2016 11:20:01 -0700 (MST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 18:20:12 -0000 On Tue, 9 Feb 2016, John Marino wrote: > On 2/9/2016 5:00 PM, Warren Block wrote: >> 2:20, that's two hours and twenty minutes, to build and install here on >> an Atom N270 system. 2:06 for gcc6-aux, most of the rest for ncurses. >> That does not include distfile download time. Disk space used was 252M, >> again not counting the distfiles. For x86, the Atom is nearly >> worst-case, but I suspect the speed is similar to some of the ARM systems. > > How long does "pkg install synth" take? :) > >> I tried to build it last night on a fast i7 system for comparison, but >> gcc6-aux had a build error at the very start. > > If you have the build log, I'd like to see it. Dewayne G. got an error > after overriding CPUTYPE (do you do that too?) and I'm thinking it's > sensitive to CPU and I'd like to know more. Yes, I use CPUTYPE?=core-avx2 ... touch stamp-noasandir if [ x"-fpic" != x ]; then \ /usr/ports/lang/gcc6-aux/work/bootstrap/bin/gcc -c -DHAVE_CONFIG_H -O2 -pipe -march=core-avx2 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -I/usr/local/include -DLIBICONV_PLUG -I. -I/usr/ports/lang/gcc6-aux/work/gcc-6-20160124/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fpic /usr/ports/lang/gcc6-aux/work/gcc-6-20160124/libiberty/regex.c -o pic/regex.o; \ else true; fi {standard input}: Assembler messages: {standard input}:42: Error: no such instruction: `shlx %ecx,%esi,%esi' {standard input}:60: Error: no such instruction: `shlx %ecx,%esi,%esi' {standard input}:2005: Error: no such instruction: `sarx %edi,%esi,%esi' {standard input}:3102: Error: no such instruction: `andn %esi,%eax,%esi' {standard input}:5789: Error: no such instruction: `shlx %esi,%edx,%edx' {standard input}:5872: Error: no such instruction: `shlx %esi,%edx,%edx' {standard input}:5962: Error: no such instruction: `shlx %esi,%ecx,%ecx' {standard input}:6019: Error: no such instruction: `shlx %ecx,%edx,%edx' {standard input}:6474: Error: no such instruction: `shlx %edx,%edi,%edx' {standard input}:6517: Error: no such instruction: `shlx %edx,%edi,%edx' {standard input}:6560: Error: no such instruction: `shlx %edx,%edi,%edx' {standard input}:6585: Error: no such instruction: `shlx %edx,%edi,%edx' Makefile:1166: recipe for target 'regex.o' failed gmake[4]: *** [regex.o] Error 1 gmake[4]: Leaving directory '/usr/ports/lang/gcc6-aux/work/build/libiberty' Makefile:7456: recipe for target 'all-libiberty' failed gmake[3]: *** [all-libiberty] Error 2 gmake[3]: Leaving directory '/usr/ports/lang/gcc6-aux/work/build' Makefile:873: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/usr/ports/lang/gcc6-aux/work/build' *** Error code 2 Stop. make[1]: stopped in /usr/ports/lang/gcc6-aux *** Error code 1 Stop. make: stopped in /usr/ports/lang/gcc6-aux