From owner-svn-ports-all@freebsd.org Sun Aug 9 02:01:42 2015 Return-Path: Delivered-To: svn-ports-all@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 2ED199B2075 for ; Sun, 9 Aug 2015 02:01:42 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from erouter6.ore.mailhop.org (erouter6.ore.mailhop.org [54.187.213.119]) by mx1.freebsd.org (Postfix) with SMTP id 0F824830 for ; Sun, 9 Aug 2015 02:01:41 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound3.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Sun, 9 Aug 2015 01:59:02 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t7921Yog028459; Sat, 8 Aug 2015 20:01:34 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1439085694.70393.270.camel@freebsd.org> Subject: Re: svn commit: r393756 - head/sysutils/u-boot-wandboard From: Ian Lepore To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Sat, 08 Aug 2015 20:01:34 -0600 In-Reply-To: <20150809015451.GS43782@ivaldir.etoilebsd.net> References: <201508090152.t791qHDs076921@repo.freebsd.org> <20150809015451.GS43782@ivaldir.etoilebsd.net> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 02:01:42 -0000 On Sun, 2015-08-09 at 03:54 +0200, Baptiste Daroussin wrote: > On Sun, Aug 09, 2015 at 01:52:17AM +0000, Ian Lepore wrote: > > Author: ian (src committer) > > Date: Sun Aug 9 01:52:16 2015 > > New Revision: 393756 > > URL: https://svnweb.freebsd.org/changeset/ports/393756 > > > > Log: > > Use gcc 4.9.2 to cross-compile u-boot for wandboard. > > > > Approved by: rpaulo > > > Out of curiousity the issue with gcc 5.2 is an issue with gcc itself or an issue > with u-boot? > > Best > regards, > Bapt With u-boot. For the boards that use ancient vendor-supplied u-boot source they're missing some header files and I think if you get past that there are other compile errors. I've got a longer-term project underway to try to update all the u-boot ports to the latest mainline u-boot sources, which build fine with gcc5 or clang. But to get everybody working again right now (it's been broken for a while) this is the quick-fix. -- Ian