> From: Jeremie Courreges-Anglas <[email protected]> > Date: Mon, Dec 8, 2014 at 2:19 PM > Subject: [update] wget-1.16.1 > To: [email protected] > > > > Here's a fresh update. > > http://lists.gnu.org/archive/html/bug-wget/2014-12/msg00036.html > > - disable libuuid use via CONFIGURE_ARGS > - remove the patch for the TLS regression in wget-1.16 (the patch for > RAND_egd will have to wait a bit more) > - new patch to use uuid functions from libc (I'll report what changes > are needed upstream) > - patch for tests/ no longer needed > > regress tests pass and basic use shows no regressions > > ok?
Fails during configure if python3.4 is not installed: ===> wget-1.16.1 depends on: libidn-* -> libidn-1.29p0 ===> wget-1.16.1 depends on: pcre-* -> pcre-8.35 ===> wget-1.16.1 depends on: libiconv-* -> libiconv-1.14p1 ===> Verifying specs: c crypto idn pcre ssl z intl>=5 iconv>=6 ===> found c.78.0 crypto.30.3 idn.17.0 pcre.3.0 ssl.29.0 z.5.0 intl.6.0 iconv.6.0 ===> Extracting for wget-1.16.1 ===> Patching for wget-1.16.1 ===> Configuring for wget-1.16.1 Using /usr/pobj/wget-1.16.1/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /usr/pobj/wget-1.16.1/config.site configure: configuring for GNU Wget 1.16.1 checking for a BSD-compatible install... /usr/pobj/wget-1.16.1/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking build system type... x86_64-unknown-openbsd5.6 checking host system type... x86_64-unknown-openbsd5.6 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o 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... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking how to run the C preprocessor... cc -E 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for _LARGEFILE_SOURCE value needed for large files... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether /usr/local/bin/python3.4 version is >= 3.0... no configure: error: Python interpreter is too old *** Error 1 in . (/home/cvs/ports/infrastructure/mk/bsd.port.mk:2745 '/usr/pobj/wget-1.16.1/.configure_done': @for d in /usr/pobj/wget-1.16....) *** Error 1 in . (/home/cvs/ports/infrastructure/mk/bsd.port.mk:1960 '/home/cvs/ports/packages/amd64/all/wget-1.16.1.tgz') *** Error 1 in . (/home/cvs/ports/infrastructure/mk/bsd.port.mk:2513 '_internal-package') *** Error 1 in . (/home/cvs/ports/infrastructure/mk/bsd.port.mk:2493 'package') *** Error 1 in /usr/ports/mystuff/net/wget (/home/cvs/ports/infrastructure/mk/bsd.port.mk:3470 'repackage') Apart from this problem, works good for me (did some tests, found no problems). Cheers! David
