The build of the ghostscript-afpl-8.54_1,1 port WITH_FT_BRIDGE=yes fails at: ./obj/echogs -e .dev -w- -l-obj ./obj/pipe ./obj/gdevpipe.o ./obj/echogs -e .dev -a- ./obj/pipe -iodev pipe cc `cat ./obj/cc.tr` -DHAVE_MKSTEMP -O2 -fno-strict-aliasing -pipe -march=athlon-tbird -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -DUPD_SIGNAL=0 -DHAVE_HYPOT=1 -DSYS_TYPES_HAS_STDINT_TYPES=1 -I/usr/local/include/libpng -I/usr/local/include -DGX_COLOR_INDEX_TYPE='unsigned long long' -I./src -I./obj -I./obj -I./src -o ./obj/zfapi.o -c ./src/zfapi.c ./obj/echogs -e .dev -w- -l-obj ./obj/fapiu cc `cat ./obj/cc.tr` -DHAVE_MKSTEMP -O2 -fno-strict-aliasing -pipe -march=athlon-tbird -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -DUPD_SIGNAL=0 -DHAVE_HYPOT=1 -DSYS_TYPES_HAS_STDINT_TYPES=1 -I/usr/local/include/libpng -I/usr/local/include -DGX_COLOR_INDEX_TYPE='unsigned long long' -I./src -I./obj -I./obj -I./src -I/usr/tmp/usr/ports/print/ghostscript-afpl/work/ghostscript-8.54/freetype/include -o ./obj/fapi_ft.o -c ./src/fapi_ft.c ./src/fapi_ft.c: In function `free_fapi_glyph_data': ./src/fapi_ft.c:177: warning: cast discards qualifiers from pointer target type ./src/fapi_ft.c: In function `make_rotation': ./src/fapi_ft.c:372: warning: cast discards qualifiers from pointer target type ./src/fapi_ft.c: In function `get_scaled_font': ./src/fapi_ft.c:513: warning: implicit declaration of function `return_error' ./src/fapi_ft.c:513: error: `gs_error_unregistered' undeclared (first use in this function) ./src/fapi_ft.c:513: error: (Each undeclared identifier is reported only once ./src/fapi_ft.c:513: error: for each function it appears in.) ./src/fapi_ft.c: In function `get_char_raster': ./src/fapi_ft.c:724: error: `gs_error_unregistered' undeclared (first use in this function) ./src/fapi_ft.c: At top level: ./src/fapi_ft.c:796: warning: initialization from incompatible pointer type ./src/fapi_ft.c:797: warning: initialization from incompatible pointer type ./src/fapi_ft.c:798: warning: initialization from incompatible pointer type ./src/fapi_ft.c:799: warning: initialization from incompatible pointer type gmake: *** [obj/fapi_ft.o] Error 1 *** Error code 2 Stop in /usr/ports/print/ghostscript-afpl. The port can be successfully built with the knobs WITH_SHLIB=yes and WITH_SVGALIB=yes.
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Reclassify.
arved 2007-03-18 15:30:31 UTC FreeBSD ports repository Modified files: print/ghostscript-afpl/files patch-src:fapi_ft.c Log: Fix WITH_FT_BRIDGE knob PR: 110370 Reported by: bf<bf2006a@yahoo.com> Revision Changes Path 1.2 +9 -3 ports/print/ghostscript-afpl/files/patch-src:fapi_ft.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed I have committed a fix, thanks for reporting