From owner-svn-ports-head@freebsd.org Thu Feb 25 17:24:42 2016 Return-Path: Delivered-To: svn-ports-head@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 B1EFEAB380D for ; Thu, 25 Feb 2016 17:24:42 +0000 (UTC) (envelope-from andre@fbsd.a.e4m.org) Received: from mail.g66.org (mail.g66.org [85.10.206.112]) by mx1.freebsd.org (Postfix) with ESMTP id 4DB5E18AA for ; Thu, 25 Feb 2016 17:24:41 +0000 (UTC) (envelope-from andre@fbsd.a.e4m.org) Received: from x55b59122.dyn.telefonica.de (x55b59122.dyn.telefonica.de [85.181.145.34]) (authenticated bits=128) by mail.g66.org (8.15.2/8.15.2) with ESMTPA id u1PHOWp8064305; Thu, 25 Feb 2016 18:24:32 +0100 (CET) (envelope-from andre@fbsd.a.e4m.org) Received: from submit.client ([127.0.0.1]) by gate.local (8.15.2/8.15.2) with ESMTP id u1PHOVfM052074; Thu, 25 Feb 2016 18:24:31 +0100 (CET) (envelope-from andre@fbsd.a.e4m.org) Received: (from user@localhost) by gate.local (8.15.2/8.15.2/Submit) id u1PHOVMw052073; Thu, 25 Feb 2016 18:24:31 +0100 (CET) (envelope-from andre@fbsd.a.e4m.org) Date: Thu, 25 Feb 2016 18:24:31 +0100 From: Andre Albsmeier To: Dmitry Marakasov Cc: Andre Albsmeier , svn-ports-head@freebsd.org Subject: Re: svn commit: r408554 - head/devel/msp430-debug-stack Message-ID: <20160225172431.GA51771@gate> References: <201602091105.u19B5e5K085102@repo.freebsd.org> <20160223130634.GA10592@schlappy> <20160225161435.GA22858@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160225161435.GA22858@hades.panopticon> X-Echelon: TWA, remailers, Osama, interception, Minox User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: clamav-milter 0.99 at colo X-Virus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 17:24:42 -0000 On Thu, 25-Feb-2016 at 19:14:35 +0300, Dmitry Marakasov wrote: > * Andre Albsmeier (andre@fbsd.a.e4m.org) wrote: > > > > Author: amdmi3 > > > Date: Tue Feb 9 11:05:39 2016 > > > New Revision: 408554 > > > URL: https://svnweb.freebsd.org/changeset/ports/408554 > > > > > > Log: > > > - Mark BROKEN on 9.x: internal compiler error (unrelated to previous commit): > > > > Hmm, out of curiosity I just disabled BROKEN_FreeBSD_9, ran > > make and ended up with > > > > -rw-r--r-- 1 root wheel 3966236 23 Feb 13:44 libmsp430.so > > > > All this is on 9.3-STABLE Jan 23 09:39:56 CET 2016 and > > If you can identify OSVERSION of 9-stable this stops to fail on, the BROKEN schlappy:~>uname -K 903508 > condition may be relaxed. I have one old 9-stable, 903507, and it still > fails there. Well, no idea if it is related to the OS version or more to gcc and boost and all this stuff. I just know that my gcc48 (4.8.5 20150611 (prerelease)) is older than the current version in ports. BTW, I have made a port of MSP430Flasher http://www.ti.com/tool/msp430-flasher which is the "official" TI tool for flashing and which depends on libmsp430.so. In case you are interested drop me a note... -Andre