Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 May 2013 09:49:00 +0200
From:      John Marino <draco@marino.st>
To:        Bryan Drewery <bdrewery@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, Baptiste Daroussin <bapt@FreeBSD.org>, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r316918 - in head/textproc/xmlada: . files
Message-ID:  <5184BD6C.5000705@marino.st>
In-Reply-To: <5183F007.2000401@FreeBSD.org>
References:  <201304301149.r3UBnvex005302@svn.freebsd.org> <5183F007.2000401@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/3/2013 19:12, Bryan Drewery wrote:
> On 4/30/2013 6:49 AM, Baptiste Daroussin wrote:
>> -BUILD_DEPENDS=	gnat-aux>=20110325:${PORTSDIR}/lang/gnat-aux
>
> This this lost the gnatmake dependency
>
> On 9.1-i386:
>
>
>> =======================<phase: build>============================
>> ===>   Building for xmlada-4.2.0.0_1
>> gmake LIBRARY_TYPE=static build_library_type
>> gmake[1]: Entering directory `/wrkdirs/usr/ports/textproc/xmlada/work/xmlada-4.2.0.0'
>> gnatmake -j1 -m -p -Punicode/unicode.gpr -XMODE=distrib -XLIBRARY_TYPE=static
>> gmake[1]: gnatmake: Command not found
>> gmake[1]: *** [obj] Error 127
>> gmake[1]: Leaving directory `/wrkdirs/usr/ports/textproc/xmlada/work/xmlada-4.2.0.0'
>> gmake: *** [static] Error 2
>> *** [do-build] Error code 1
>>
>> Stop in /usr/ports/textproc/xmlada.
>> ===>   Cleaning for xmlada-4.2.0.0_1

The gnatmake dependency is taken care of in Mk/Uses/ada.mk:
http://svnweb.freebsd.org/ports/head/Mk/Uses/ada.mk?revision=316916&view=markup

The PATH to gnatmake is defined there as well.
I believe Bapt tested this on every platform.  I personally tested it on 
9.1-amd64.

The symptoms suggest there's something wrong (or missing) with ada.mk.

John



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5184BD6C.5000705>