From owner-freebsd-ports@FreeBSD.ORG Mon Jun 24 09:40:34 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BD1ACB64; Mon, 24 Jun 2013 09:40:34 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-qa0-x229.google.com (mail-qa0-x229.google.com [IPv6:2607:f8b0:400d:c00::229]) by mx1.freebsd.org (Postfix) with ESMTP id 717F7194B; Mon, 24 Jun 2013 09:40:34 +0000 (UTC) Received: by mail-qa0-f41.google.com with SMTP id f14so2078046qak.0 for ; Mon, 24 Jun 2013 02:40:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=YvlWMUwYfmUDxtQAvkzs65lOQ62OBNzLSPf9Rt46lVc=; b=vk/U0L30lJRcCxOqMlwlO6dE/tBbA38hO2eRURrJncpcDB48aX4eNkOQhmRIOH2f74 WC4FkiRUsLJtCF4/erf39Bk9DV+yPz7VNnlLnBCOUqxPbRrQwQfSYBn8CJeZM3Aa0Kb7 yE40LxL1iSi0x5HsNaUZEaV0lztjjq4Y+aszDK+9mEIfR3AXt1aZNZOZR6KI4MMEh6jO NEnzynEGWiy2yWPjsfigF7h37y4jnWXcFnTN3z47OLiEa78zLo1Z/2bweTkJls2xM5An upAXA1fTIE/G8eQgXI2FxClAT+YY60HP6LiNL0erf3i61rMcYkgVJ0QR4wEf/7Ym0XSp GUew== MIME-Version: 1.0 X-Received: by 10.224.61.5 with SMTP id r5mr21920834qah.32.1372066833874; Mon, 24 Jun 2013 02:40:33 -0700 (PDT) Sender: tomek.cedro@gmail.com Received: by 10.49.35.84 with HTTP; Mon, 24 Jun 2013 02:40:33 -0700 (PDT) In-Reply-To: References: Date: Mon, 24 Jun 2013 11:40:33 +0200 X-Google-Sender-Auth: xwaFrhZHoKNaond8CrVvJMyX600 Message-ID: Subject: Re: [devel/urjtag] build problem From: CeDeROM To: freebsd-ports , ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jun 2013 09:40:34 -0000 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@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