Building eflite-0.4.1.txz (origin /buildshare/ports/355755/accessibility/eflite) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/eflite-0.4.1.tar.gz x packages/ x packages/flite-1.4.txz x packages/gettext-0.18.3.1_1.txz x packages/pkg-1.2.7_2.txz x packages/gmake-3.82_1.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> eflite-0.4.1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of eflite-0.4.1 ===> eflite-0.4.1 depends on executable: flite - not found ===> Verifying install for flite in /buildshare/ports/355755/audio/flite ===> Installing existing package /packages/flite-1.4.txz Installing flite-1.4... done ===> Returning to build of eflite-0.4.1 ===> eflite-0.4.1 depends on executable: gmake - not found ===> Verifying install for gmake in /buildshare/ports/355755/devel/gmake ===> Installing existing package /packages/gmake-3.82_1.txz Installing gmake-3.82_1...Installing gettext-0.18.3.1_1... done done ===> Returning to build of eflite-0.4.1 ===> eflite-0.4.1 depends on executable: flite - found Make install ===> eflite-0.4.1 depends on file: /usr/local/sbin/pkg - found ===> You can set FL_LANG, FL_LEX and/or FL_VOX to link the appropriate libflite_* libraries (i.e. "make FL_VOX=cmu_us_kal".) ===> Fetching all distfiles required by eflite-0.4.1 for building ===> Extracting for eflite-0.4.1 => SHA256 Checksum OK for eflite-0.4.1.tar.gz. ===> Patching for eflite-0.4.1 ===> Applying FreeBSD patches for eflite-0.4.1 ===> eflite-0.4.1 depends on executable: flite - found ===> eflite-0.4.1 depends on executable: gmake - found ===> Configuring for eflite-0.4.1 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/accessibility/eflite/work/eflite-0.4.1/configure configure: loading site script /buildshare/ports/355755/Templates/config.site checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for connect in -lsocket... no checking for library containing pthread_create... -lpthread Using /usr/local as FLite prefix. Using /usr/local/include/flite as FLite include directory. checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking alsa/asoundlib.h usability... no checking alsa/asoundlib.h presence... no checking for alsa/asoundlib.h... no checking mmsystem.h usability... no checking mmsystem.h presence... no checking for mmsystem.h... no configure: creating ./config.status config.status: creating Makefile ===> Building for eflite-0.4.1 gmake[1]: Entering directory `/obj/buildshare/ports/355755/accessibility/eflite/work/eflite-0.4.1' cc -O2 -pipe -fno-strict-aliasing -Wall -DCST_AUDIO_LINUX -I. -I/usr/local/include/flite -DREGISTER_VOX=register_cmu_us_kal16 -DSTANDALONE -DEFLITE -c -o fs.o fs.c cc -O2 -pipe -fno-strict-aliasing -Wall -c -o es.o es.c cc -O2 -pipe -fno-strict-aliasing -Wall -c -o soccon.o soccon.c soccon.c: In function 'sockconnect_unix': soccon.c:27: warning: implicit declaration of function 'strncpy' soccon.c:27: warning: incompatible implicit declaration of built-in function 'strncpy' soccon.c: In function 'sockconnect_tcp': soccon.c:45: warning: implicit declaration of function 'strstr' soccon.c:45: warning: incompatible implicit declaration of built-in function 'strstr' soccon.c:53: warning: implicit declaration of function 'memcpy' soccon.c:53: warning: incompatible implicit declaration of built-in function 'memcpy' soccon.c:60: warning: implicit declaration of function 'memset' soccon.c:60: warning: incompatible implicit declaration of built-in function 'memset' soccon.c: In function 'sockconnect': soccon.c:84: warning: implicit declaration of function 'strchr' soccon.c:84: warning: incompatible implicit declaration of built-in function 'strchr' cc -O2 -pipe -fno-strict-aliasing -Wall -c -o sockopen.o sockopen.c sockopen.c: In function 'sockopen_unix': sockopen.c:26: warning: implicit declaration of function 'strncpy' sockopen.c:26: warning: incompatible implicit declaration of built-in function 'strncpy' sockopen.c: In function 'sockopen_tcp': sockopen.c:47: warning: implicit declaration of function 'strchr' sockopen.c:47: warning: incompatible implicit declaration of built-in function 'strchr' sockopen.c:54: warning: implicit declaration of function 'memset' sockopen.c:54: warning: incompatible implicit declaration of built-in function 'memset' sockopen.c: In function 'sockopen': sockopen.c:73: warning: incompatible implicit declaration of built-in function 'strchr' cc -O2 -pipe -fno-strict-aliasing -Wall -I/usr/local/include/flite -DEFLITE -c -o tone.o tone.c cc -o eflite fs.o es.o soccon.o sockopen.o tone.o -lm -lpthread -L/usr/local/lib -lflite_cmu_us_kal16 -lflite_cmulex -lflite_usenglish -lflite gmake[1]: Leaving directory `/obj/buildshare/ports/355755/accessibility/eflite/work/eflite-0.4.1' ===> Staging for eflite-0.4.1 ===> eflite-0.4.1 depends on executable: flite - found ===> Generating temporary packing list gmake[1]: Entering directory `/obj/buildshare/ports/355755/accessibility/eflite/work/eflite-0.4.1' mkdir -p /obj/buildshare/ports/355755/accessibility/eflite/work/stage/usr/local/bin install -s -o root -g wheel -m 555 eflite /obj/buildshare/ports/355755/accessibility/eflite/work/stage/usr/local/bin gmake[1]: Leaving directory `/obj/buildshare/ports/355755/accessibility/eflite/work/eflite-0.4.1' cd /obj/buildshare/ports/355755/accessibility/eflite/work/eflite-0.4.1; install -o root -g wheel -m 444 AUTHORS CREDITS ChangeLog INSTALL README /obj/buildshare/ports/355755/accessibility/eflite/work/stage/usr/local/share/doc/eflite install -o root -g wheel -m 444 /buildshare/ports/355755/accessibility/eflite/files/es.conf.sample /obj/buildshare/ports/355755/accessibility/eflite/work/stage/usr/local/etc ====> Compressing man pages (compress-man) ===> Installing for eflite-0.4.1 ===> Checking if accessibility/eflite already installed ===> Registering installation for eflite-0.4.1 Installing eflite-0.4.1... done ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/bin/eflite If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://eflite.sourceforge.net/ Make package ===> Building package for eflite-0.4.1 slot2: removed