svn commit: r316918 - in head/textproc/xmlada: . files

John Marino draco at marino.st
Sat May 4 11:28:42 UTC 2013


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


More information about the svn-ports-all mailing list