From owner-freebsd-ports@FreeBSD.ORG Wed May 14 20:13:34 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A5CC630; Wed, 14 May 2014 20:13:34 +0000 (UTC) Received: from mst-rip5-missouri-out.um.umsystem.edu (mst-rip5-missouri-out.um.umsystem.edu [198.209.50.135]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "um-tip1.um.umsystem.edu", Issuer "InCommon Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B973025C5; Wed, 14 May 2014 20:13:33 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqUGACbNc1PPoJ7I/2dsb2JhbABZgwaBGwyrRQEBAQEBAQaaHQGBJRZ0giUBAQV4EQIBCBgJFg8JAwIBAgEgFBECBAEMBgIBAYg9zAmFYxeFVIgYEQEdOoRABIRaAoR7ow6DNm2BAQcCFyI X-IPAS-Result: AqUGACbNc1PPoJ7I/2dsb2JhbABZgwaBGwyrRQEBAQEBAQaaHQGBJRZ0giUBAQV4EQIBCBgJFg8JAwIBAgEgFBECBAEMBgIBAYg9zAmFYxeFVIgYEQEdOoRABIRaAoR7ow6DNm2BAQcCFyI Received: from um-tcas3.um.umsystem.edu ([207.160.158.200]) by mst-rip5-exch-relay.um.umsystem.edu with ESMTP; 14 May 2014 15:13:26 -0500 Received: from UM-MBX-N02.um.umsystem.edu ([169.254.5.16]) by UM-TCAS3.um.umsystem.edu ([207.160.158.200]) with mapi id 14.03.0181.006; Wed, 14 May 2014 15:13:25 -0500 From: "Montgomery-Smith, Stephen" To: Bruce , "freebsd-ports@freebsd.org" , Stephen Montgomery-Smith Subject: Re: math/sage error log message Thread-Topic: math/sage error log message Thread-Index: AQHPbwr1fHOCg6iIC0+dy1oQ0jrKvJs/oVaAgAEr74CAAApfAA== Date: Wed, 14 May 2014 20:13:24 +0000 Message-ID: <5373CE62.5050909@missouri.edu> References: <5372B62A.6030901@hawaii-pacific.com> <5372CA15.9080603@missouri.edu> <5373C5AF.2020703@hawaii-pacific.com> In-Reply-To: <5373C5AF.2020703@hawaii-pacific.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 x-originating-ip: [207.160.158.205] Content-Type: text/plain; charset="iso-8859-1" Content-ID: <90500C93933D27488E250BB406C7885E@missouri.edu> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 20:13:34 -0000 On 05/14/2014 02:36 PM, Bruce wrote: > At this time I get the same error at the same place. I have had sage on > this computer before freebsd-9.2 and haven't been able to build it > since. Every time I notice a change in the sage port I try again. I > have tried about 4 times in the last week. Before the last Makefile > change in the port it got a lot farther and the error was during the > building of the html documentation. > I have tried MAKE_JOBS_UNSAFE and it gets farther. >=20 > I am using a Shuttle xpc with amd 64 and freebsd-9.2 >=20 > uname -a FreeBSD 192.168.1.4 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: > Thu Sep 26 22:50:31 UTC 2013 > root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >=20 > Thanks for your help. All the recent changes to the Makefile have been essentially cosmetic. THe only change that might be at work is that I removed the "NO_STAGE=3Dyes" line. That might have introduced some environment variables that created the crash. But it seems very unlikely. Did you upgrade FreeBSD or other ports in the mean time? Or maybe you are using an old and buggy gcc47? I should add that no-one has been able to get sage to build if the base compiler is clang. So updating to FreeBSD-10 will only make things worse. I am still using FreeBSD-8. When you run it with MAKE_JOBS_UNSAFE, what error does it stop with? Ironically it may not be getting as far. When MAKE_JOBS_UNSAFE is not set, it tries to build the subpackages in parallel. So if it breaks on more than one package, it is a bit random which package will cause the break. However, if you got as far as building the documentation, then the build of the sage binaries is complete. And then you can use sage to your hearts content and get the docs using google. In the meantime, I am looking into getting sage 6.2 working. But that is also giving me many problems. Also, when replying, try to make sure that you send it to stephen@freebsd.org. If you send it to stephen@missouri.edu, it will not get separated from all the other email I get from the FreeBSD project, and I might not see it. You are free to send it to both of these email addresses, but make sure the stephen@freebsd.org email address is included.=