From owner-freebsd-arm@freebsd.org Wed Jan 18 22:34:03 2017 Return-Path: Delivered-To: freebsd-arm@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 270FCCB6C75 for ; Wed, 18 Jan 2017 22:34:03 +0000 (UTC) (envelope-from punasipuli@t-online.de) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E21D7188A for ; Wed, 18 Jan 2017 22:34:02 +0000 (UTC) (envelope-from punasipuli@t-online.de) Received: from fwd21.aul.t-online.de (fwd21.aul.t-online.de [172.20.27.66]) by mailout08.t-online.de (Postfix) with SMTP id 88F0641D963B for ; Wed, 18 Jan 2017 23:33:53 +0100 (CET) Received: from [192.168.10.43] (VgCLSTZBghMVkC1cOPahJ7fvfIA9qSvy1E5Qf3k3yliJe1pljd8DkZW0vLOEstjQZj@[86.56.56.128]) by fwd21.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1cTynf-3KO1r60; Wed, 18 Jan 2017 23:33:51 +0100 Subject: Re: Using poudriere (with -a arm.armv6 -x ) on amd64 vs. building lang/gcc6: Some notes from my first attempts References: To: freebsd-arm@freebsd.org From: diffusae Message-ID: <6eab4388-bbdd-7b87-b2d3-0b8b03ea6d07@t-online.de> Date: Wed, 18 Jan 2017 23:33:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-ID: VgCLSTZBghMVkC1cOPahJ7fvfIA9qSvy1E5Qf3k3yliJe1pljd8DkZW0vLOEstjQZj X-TOI-MSGID: ce07a7ae-e6ba-4899-af0c-8e3806949ba0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 22:34:03 -0000 Hi! On 18.01.2017 23:13, Mark Millard wrote: >> Stop. >> make: stopped in /usr/ports/lang/gcc6 > from running out of swap space. I've had the same with lang/gcc. After upgrading to the lastest emulators/qemu-user-static, it takes quite a long time, but it will compile and finished. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214944 Regards,