From owner-freebsd-arm@freebsd.org Mon Jul 16 11:27:40 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDD30104BDEC; Mon, 16 Jul 2018 11:27:39 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CDD38C7A0; Mon, 16 Jul 2018 11:27:39 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 9AFAE24933; Mon, 16 Jul 2018 11:27:38 +0000 (UTC) Date: Mon, 16 Jul 2018 11:27:37 +0000 From: Mark Linimon To: Ralf Wenk Cc: freebsd-ports@freebsd.org, freebsd-arm@freebsd.org Subject: Re: Compiling latest aircrack-ng failed on ARM 32bit Message-ID: <20180716112736.GA23077@lonesome.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2018 11:27:40 -0000 On Mon, Jul 16, 2018 at 11:20:57AM +0200, Ralf Wenk wrote: > the maintainer (Lars) of the aircrack-ng port directed me to this > (ports@freebsd.org) list. Hmm. You may have a slightly older ports tree: - lme@ has stepped down as maintainer - I marked the port broken on arm* about the same time > When trying to upgrade the aircrack-ng port the configure script > ran into the following error: > > configure: error: _AX_COMPILER_VERSION_GNU unknown gcc major That's the error that has been seen on the cluster. I don't know enough about the details of linking to have fixed it, so I went ahead and marked it broken. Perhaps someone on this list will have a suggestion. mcl