From owner-freebsd-ports@FreeBSD.ORG Wed Sep 5 04:46:53 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE478106566B; Wed, 5 Sep 2012 04:46:53 +0000 (UTC) (envelope-from john.marshall@riverwillow.com.au) Received: from mail1.riverwillow.net.au (mail1.riverwillow.net.au [203.58.93.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2A9138FC15; Wed, 5 Sep 2012 04:46:52 +0000 (UTC) Received: from rwpc15.mby.riverwillow.net.au (rwpc15.mby.riverwillow.net.au [172.25.24.201]) (authenticated bits=56) by mail1.riverwillow.net.au (8.14.5/8.14.5) with ESMTP id q854keDF020588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 5 Sep 2012 14:46:41 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=riverwillow.com.au; s=m1001; t=1346820401; bh=nfT7gOv2qx/9TF6Zn3sRVTDqXUKlT75eA8onSzVGRjw=; h=Date:From:To:Subject; b=WhlMwO8RWN0rxK+b9mLRybsetlfWh9k3auvKjQG24s4Aq3Yg22h1XAwvYgyZoOl4b SEGVwvTpEuwoUgWiP5JYBmDJW87BYssdSkAuVhEZxJI7FO3m0x0aR1NuIbdv6f5yEG AzJokki89a5c2e67xJIpdT8JKoIbVgyZsKwpeBO4= Date: Wed, 5 Sep 2012 14:46:40 +1000 From: John Marshall To: apache@freebsd.org, freebsd-ports@freebsd.org Message-ID: <20120905044640.GC43255@rwpc15.mby.riverwillow.net.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline OpenPGP: id=A29A84A2; url=http://pki.riverwillow.com.au/pgp/johnmarshall.asc User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: www/apache22 2.2.22_8 broken on IPv4-only system X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2012 04:46:53 -0000 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The new options provided with 2.2.22_8 blow away existing IPv4/IPv6 knobs and the port tries to build with IPv6 on a system which is IPv4 only. The ending is not happy. config.c: In function 'init_server_config': config.c:1984: error: 'APR_INET6' undeclared (first use in this function) config.c:1984: error: (Each undeclared identifier is reported only once config.c:1984: error: for each function it appears in.) /usr/local/share/apr/build-1/libtool --silent --mode=3Dcompile cc -g -O2 -I= /usr/local/include -O -pipe -march=3Dcore2 -I/usr/include -I. -I/buil= d/ports/www/apache22/work/httpd-2.2.22/os/unix -I/build/ports/www/apache22/= work/httpd-2.2.22/server/mpm/prefork -I/build/ports/www/apache22/work/httpd= -2.2.22/modules/http -I/build/ports/www/apache22/work/httpd-2.2.22/modules/= filters -I/build/ports/www/apache22/work/httpd-2.2.22/modules/proxy -I/buil= d/ports/www/apache22/work/httpd-2.2.22/include -I/build/ports/www/apache22/= work/httpd-2.2.22/modules/generators -I/build/ports/www/apache22/work/httpd= -2.2.22/modules/mappers -I/build/ports/www/apache22/work/httpd-2.2.22/modul= es/database -I/usr/local/include/apr-1 -I/usr/local/include -I/build/ports/= www/apache22/work/httpd-2.2.22/modules/proxy/../generators -I/usr/include -= I/build/ports/www/apache22/work/httpd-2.2.22/modules/ssl -I/build/ports/www= /apache22/work/httpd-2.2.22/modules/dav/main -prefer-non-pic -static -c lis= ten.c && touch listen.lo *** [config.lo] Error code 1 1 error *** [all-recursive] Error code 1 1 error *** [all-recursive] Error code 1 1 error *** [do-build] Error code 1 Stop in /build/ports/www/apache22. *** [build] Error code 1 Stop in /build/ports/www/apache22. I tried being creative and inserting --disable=3Dipv6 in a couple of different places but to no avail. Reverting to 2.2.22_7, where I could select IPv4 only, got me out of trouble. --=20 John Marshall --opJtzjQTFsWo+cga Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlBG2TAACgkQw/tAaKKahKJkNwCgnK3WpZkkcRWBSoWB+7UfXK5W HukAn1bWiKxC+HPF3IKPX5nFUQxcs8sB =FYUw -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--