From owner-freebsd-ports@FreeBSD.ORG Fri Nov 22 08:44:18 2013 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 48294A21 for ; Fri, 22 Nov 2013 08:44:18 +0000 (UTC) Received: from mail-vc0-x229.google.com (mail-vc0-x229.google.com [IPv6:2607:f8b0:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09126224F for ; Fri, 22 Nov 2013 08:44:17 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id hu19so655787vcb.28 for ; Fri, 22 Nov 2013 00:44:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tb/uaWw8DGyyJbqowgUBktAQxU+vk/h9Mpepf2aRLro=; b=QMoIhMBjyLh4Usp8JMbZ/FeNvbb6P5q4ts7ywOvBwvU877fwR/82ASCh2Kd+ZL5dia rURjmVbvF+/FxC14ncRpNOOyRM/fZfadQ9fQGyeJey9baF98lHCHM56gdh/6afxFd35I Nk1FHOvV4FAiz+XGH2c6w1E1BR+3pPJ2z2a9Q2ExZ373EkrlFzT2V3y4X92FBHvITW5x UgicqFoI+Vk64fCNPeA2JhZpkRfP1X/45k0+8s2hl3YwkRy25+6dPi3fT0BPo8QGIx1j wSRAT8B8dmOmPVBU+nzogH3wjaJLA+2KTVTdOa9v07mQ2La/GLzmQpmH4duATPDUR9qb WTUw== MIME-Version: 1.0 X-Received: by 10.52.168.106 with SMTP id zv10mr8684900vdb.21.1385109856400; Fri, 22 Nov 2013 00:44:16 -0800 (PST) Received: by 10.52.94.51 with HTTP; Fri, 22 Nov 2013 00:44:16 -0800 (PST) In-Reply-To: <20131121130218.a1df939b1e7d5835de8182b2@potion-studios.com> References: <20131121181156.GA51208@server.rulingia.com> <20131121130218.a1df939b1e7d5835de8182b2@potion-studios.com> Date: Fri, 22 Nov 2013 10:44:16 +0200 Message-ID: Subject: Re: Using Apache ant without base gcc From: Alexander Yerenkow To: Tassilo Philipp Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: Peter Jeremy , Ports FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 08:44:18 -0000 You should take a look at http://ant-contrib.sourceforge.net/compiler.html cc is not there. I'll take a look a bit later, maybe some solution will come up. 2013/11/21 Tassilo Philipp > Hi, > > although I planned to, I didn't have time to look at jogamp-jogl, yet, so > I'm sorry, I don't really know what to do here, either... > > Sorry, > ~ Tassilo > > > On Fri, 22 Nov 2013 05:11:56 +1100 > Peter Jeremy wrote: > > > I've tried asking this on -java without any response so I'm trying a > wider > > audience. > > > > I am the manintainer for graphics/jogl and the build cluster reports > > that it's failing on 10-stable and head on both i386 and amd64 because > > there's no gcc: > > > > /wrkdirs/usr/ports/graphics/jogl/work/gluegen/make/build.xml:343: Could > not launch gcc: java.io.IOException: Cannot run program "gcc" (in directory > "/wrkdirs/usr/ports/graphics/jogl/work/gluegen/build/obj"): > java.io.IOException: error=2, No such file or directory > > > > The compiler is defined as: > > > > > > > > > > > > > > If I add "USE_GCC=any" to the port Makefile then it still fails because > > lang/gcc installs 'gcc46', rather than 'gcc'. > > > > If I change all the 'gcc' references to 'cc' (which would pick up > > clang) then it fails with: > > > /tank/obj/usr/ports/graphics/jogl/work/gluegen/make/gluegen-cpptasks.xml:497: > cc is not a legal value for this attribute > > where gluegen-cpptasks.xml:497 has > > > > > > Whilst ant isn't that uncommon in the ports tree, graphics/jogamp-jogl > > is the only other port I've found that uses ant in this way and it is > > also failing. I'm a long way from an expert on ant and I've had a > > rummage around the Internet but haven't found a solution. Can anyone > > with more ant-foo help? > > > > -- > > Peter Jeremy > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Regards, Alexander Yerenkow