freetype2 freeBSD port
Xavier Ourcière
xavier.ourciere at fnac.net
Mon Aug 16 09:41:36 PDT 2004
Hello,
I just notice that freetype2 port doesnt compile with distcc.
make.conf adds:
CC=distcc
MAKE_ARGS=-j4 # ou 2 est le nombre de machines impliquees
DISTCC_HOSTS="localhost ***.org ***.net ***.org"
Errors making freetype2:
===> Building for freetype2-2.1.7_3
/usr/local/bin/libtool15 --mode=compile distcc -I/usr/ports/print/freetype2/work/freetype-2.1.7/objs -I/usr/ports/print/freetype2/work/freetype-2.1.7/builds/unix -I/usr/ports/print/freetype2/work/freetype-2.1.7/include -c -O -pipe -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -o /usr/ports/print/freetype2/work/freetype-2.1.7/objs/ftsystem.lo /usr/ports/print/freetype2/work/freetype-2.1.7/builds/unix/ftsystem.c
/usr/local/bin/libtool15 --mode=compile distcc -I/usr/ports/print/freetype2/work/freetype-2.1.7/objs -I/usr/ports/print/freetype2/work/freetype-2.1.7/builds/unix -I/usr/ports/print/freetype2/work/freetype-2.1.7/include -c -O -pipe -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -o /usr/ports/print/freetype2/work/freetype-2.1.7/objs/ftdebug.lo /usr/ports/print/freetype2/work/freetype-2.1.7/src/base/ftdebug.c
libtool15: compile: unable to infer tagged configuration
libtool15: compile: specify a tag with `--tag'
gmake: *** [/usr/ports/print/freetype2/work/freetype-2.1.7/objs/ftsystem.lo] Error 1
gmake: *** Waiting for unfinished jobs....
libtool15: compile: unable to infer tagged configuration
libtool15: compile: specify a tag with `--tag'
gmake: *** [/usr/ports/print/freetype2/work/freetype-2.1.7/objs/ftdebug.lo] Error 1
*** Error code 2
Stop in /usr/ports/print/freetype2.
Hope that will help.
Regards,
Xavier O.
PS: this is not a blocking error as disabling distcc the port compile
properly.
More information about the freebsd-ports
mailing list