Date: Tue, 16 Jun 2009 10:08:47 GMT From: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/135624: [PATCH] ports/security/tor-devel Message-ID: <200906161008.n5GA8lV0087077@www.freebsd.org> Resent-Message-ID: <200906161010.n5GAA2Xk083998@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135624 >Category: ports >Synopsis: [PATCH] ports/security/tor-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 16 10:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 8.0-CURRENT >Organization: Technica-03, Inc. >Environment: FreeBSD datacenter.technica-03.local 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Jun 14 14:40:28 EEST 2009 root@datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP64 amd64 >Description: config.status: creating contrib/suse/tor.sh config.status: creating orconfig.h config.status: executing depfiles commands ===> Building for tor-devel-0.2.1.15.r cd . && /bin/sh /usr/ports/security/tor-devel/work/tor-0.2.1.15-rc/missing --run autoconf aclocal.m4:14: error: this file was generated for autoconf 2.61. ^^^^^^^^^^^ !!! You have another version of autoconf. If you want to use that, you should regenerate the build system entirely. aclocal.m4:14: the top level autom4te-2.62: /usr/local/bin/gm4 failed with exit status: 63 WARNING: `autoconf' is probably too old. You should only need it if you modified `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. ^^^^^^^^^^^ !!! /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh ./configure --enable-buf-freelists --enable-geoip-stats --disable-instrument-downloads --enable-threads --enable-transparent --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd8.0 build_alias=amd64-portbld-freebsd8.0 CC=cc CFLAGS=-O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -pipe -march=native -mtune=native -fstack-protector -fno-strict-aliasing -Wformat -Wformat-security -s LDFLAGS= -rpath=/usr/local/lib CPPFLAGS=-I/usr/local/include --no-create --no-recursion >How-To-Repeat: # cd /usr/ports/security/tor-devel # make >Fix: --- Makefile.orig 2009-06-16 13:06:43.391708512 +0300 +++ Makefile 2009-06-16 13:05:36.346386130 +0300 @@ -21,6 +21,9 @@ RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent +USE_AUTOTOOLS= libtool:15 aclocal:110 autoconf:262 +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal + GNU_CONFIGURE= yes USE_OPENSSL= yes CPPFLAGS+= -I${LOCALBASE}/include Patch attached with submission follows: --- Makefile.orig 2009-06-16 13:06:43.391708512 +0300 +++ Makefile 2009-06-16 13:05:36.346386130 +0300 @@ -21,6 +21,9 @@ RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent +USE_AUTOTOOLS= libtool:15 aclocal:110 autoconf:262 +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal + GNU_CONFIGURE= yes USE_OPENSSL= yes CPPFLAGS+= -I${LOCALBASE}/include >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906161008.n5GA8lV0087077>