From owner-freebsd-ports@freebsd.org Thu Sep 10 13:54:17 2015 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 4BDC59CD9E8 for ; Thu, 10 Sep 2015 13:54:17 +0000 (UTC) (envelope-from mike@skew.org) Received: from chilled.skew.org (chilled.skew.org [70.90.116.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.skew.org", Issuer "AlphaSSL CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 29A211891 for ; Thu, 10 Sep 2015 13:54:17 +0000 (UTC) (envelope-from mike@skew.org) Received: from chilled.skew.org (localhost [127.0.0.1]) by chilled.skew.org (8.14.7/8.14.7) with ESMTP id t8ADsF8N013753 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 10 Sep 2015 07:54:15 -0600 (MDT) (envelope-from mike@chilled.skew.org) Received: (from mike@localhost) by chilled.skew.org (8.14.7/8.14.7/Submit) id t8ADsFg6013752 for freebsd-ports@freebsd.org; Thu, 10 Sep 2015 07:54:15 -0600 (MDT) (envelope-from mike) Date: Thu, 10 Sep 2015 07:54:14 -0600 From: Mike Brown To: freebsd-ports@freebsd.org Subject: 'too many errors' when compiling mysql56-client yassl code Message-ID: <20150910135414.GA13663@chilled.skew.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Whoa: whoa. User-Agent: Mutt/1.5.23 (2014-03-12) 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: Thu, 10 Sep 2015 13:54:17 -0000 I'm trying to build mysql56-server from the ports collection, and during the build of the yassl part of mysql56-client, compilation aborts due to too many errors. Here's the relevant output: http://pastebin.com/raw.php?i=kXaDDJJY The problems seem to be in the source code, but I don't understand why no one else has reported it, if that's really the problem. This is on my BeagleBone Black (armv6) running the latest FreeBSD 10.2 snapshot: FreeBSD-10.2-STABLE-arm-armv6-BEAGLEBONE-20150903-r287435.img.xz from ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/10.2/ I did a 'portsnap fetch extract' and installed a few ports successfully, and all I'm doing now is 'portmaster -d databases/mysql56-server'. Is there something else I need to do?