graphics/libEGL and graphics/libglapi are failing in poudriere due to missing gettext

Mikhail Tsatsenko m.tsatsenko at gmail.com
Sun Oct 19 20:12:23 UTC 2014


2014-10-19 18:09 GMT+04:00 Mikhail Tsatsenko <m.tsatsenko at gmail.com>:
> Hi,
> It seems that both latest graphics/libEGL and graphics/libglapi need
> gettext to build:
> ===>  Building for libglapi-10.3.0
> gmake[1]: Entering directory
> '/wrkdirs/usr/ports/graphics/libglapi/work/Mesa-10.3.0/src/mesa/drivers/dri/common/xmlpool'
> cd ../../../../../.. && gmake  am--refresh
> cd ../../../../../.. && gmake  am--refresh
> Updating (ca) ca/LC_MESSAGES/options.mo from ca.po.
> msgfmt: not found
> Makefile:638: recipe for target 'ca/LC_MESSAGES/options.mo' failed
> gmake[1]: *** [ca/LC_MESSAGES/options.mo] Error 127
> gmake[1]: Leaving directory
> '/wrkdirs/usr/ports/graphics/libglapi/work/Mesa-10.3.0/src/mesa/drivers/dri/common/xmlpool'
> *** Error code 2
>
> Stop.
> make: stopped in /usr/ports/graphics/libglapi
> ===>  Cleaning for libglapi-10.3.0
> build of /usr/ports/graphics/libglapi ended at Sun Oct 19 16:14:14 MSK 2014
>
>
> --
> Mikhail

Adding
USES=           gettext:build
to the Makefile fixes the problem.
graphics/libGL and graphics/libglesv2 are also affected by this problem.

-- 
Mikhail


More information about the freebsd-ports mailing list