[devel/urjtag] build problem

CeDeROM cederom at tlen.pl
Mon Jun 24 09:40:34 UTC 2013


Installing FLEX solved the build/configure issue. Please add flex to
dependency list of devel/urjtag :-)

# pkg install flex
Updating repository catalogue
Repository catalogue is up-to-date, no need to fetch fresh copy
The following packages will be installed:

	Installing flex: 2.5.37

The installation will require 1 MB more space

757 kB to be downloaded

Proceed with installing packages [y/N]: y
flex-2.5.37.txz
                    100%  758KB 757.7KB/s 757.7KB/s   00:00
Checking integrity... done
Installing flex-2.5.37... done
root at mercury:/usr/ports/devel/urjtag # make
===>   urjtag-0.10_3 depends on executable: flex - found
===>   urjtag-0.10_3 depends on executable: gmake - found
===>   urjtag-0.10_3 depends on shared library: ftdi - found
===>   urjtag-0.10_3 depends on shared library: intl - found
===>  Configuring for urjtag-0.10_3
configure: loading site script /usr/ports/Templates/config.site
checking code revision... from ChangeLog: 1502
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for style of include used by gmake... GNU
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 dependency style of cc... gcc3
checking build system type... amd64-portbld-freebsd9.1
checking host system type... amd64-portbld-freebsd9.1
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking how to link with libiconv... /usr/local/lib/libiconv.so
-Wl,-rpath -Wl,/usr/local/lib
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... /usr/local/lib/libintl.so
/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking for ranlib... ranlib
checking for bison... no
checking for byacc... byacc
checking for library containing ioperm... no
checking for library containing i386_set_ioperm... no
checking for getline... yes
checking for getdelim... yes
checking for swprintf... yes
checking for clock_gettime... (cached) yes
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 linux/ppdev.h usability... no
checking linux/ppdev.h presence... no
checking for linux/ppdev.h... no
checking dev/ppbus/ppi.h usability... yes
checking dev/ppbus/ppi.h presence... yes
checking for dev/ppbus/ppi.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking for wchar.h... (cached) yes
checking for a readline compatible library... -lreadline
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking whether readline supports history... yes
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking whether readline supports completion... yes
checking for libusb-config... no
checking for usb_find_devices... no
configure: WARNING: *** libusb not detected. No support for USB JTAG
cables via libusb.
checking for libftdi-config... /usr/local/bin/libftdi-config
checking for ftdi_usb_open... yes
checking for FT_OpenEx in -lftd2xx... no
configure: WARNING: *** libftd2xx not found. No support for FTDI-based
USB JTAG cables via libftd2xx.
checking for flex... /usr/local/bin/flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for gawk... (cached) /usr/bin/awk
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fmax in -lm... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating data/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/tap/Makefile
config.status: creating src/part/Makefile
config.status: creating src/bus/Makefile
config.status: creating src/flash/Makefile
config.status: creating src/cmd/Makefile
config.status: creating src/svf/Makefile
config.status: creating src/bsdl/Makefile
config.status: creating src/jim/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the
--datarootdir setting
config.status: creating config.h
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
configure:

jtag is now configured for

  Detected libusb      : no
  Detected libftdi     : yes
  Detected libftd2xx   : no
  Detected inpout32    : no
  Build SVF player     : yes
  Build BSDL subsystem : yes
  Bus drivers          : au1500 avr32 bcm1250 bf526_ezkit bf527_ezkit
bf533_stamp bf533_ezkit bf537_stamp bf537_ezkit bf538f_ezkit
bf548_ezkit bf561_ezkit bscoach ejtag ejtag_dma fjmem ixp425 jopcyc
h7202 lh7a400 mpc5200 mpc824x ppc405ep ppc440gx_ebc8 prototype pxa2x0
pxa27x s3c4510 sa1110 sh7727 sh7750r sh7751r sharc_21065L slsup3
tx4925 zefant_xs3
  Cable drivers        : arcom byteblaster dlc5 ea253 ei012 ft2232
igloo keithkoep lattice mpcbdm triton usbblaster wiggler
  Lowlevel drivers     : ftdi ppi


-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info


More information about the freebsd-ports mailing list