From owner-freebsd-apache@FreeBSD.ORG Wed Sep 21 02:25:17 2011 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1D46106564A for ; Wed, 21 Sep 2011 02:25:17 +0000 (UTC) (envelope-from stenn@stenn.ntp.org) Received: from stenn.ntp.org (unknown [IPv6:2001:4f8:fff7:1:204:23ff:fea7:3d46]) by mx1.freebsd.org (Postfix) with ESMTP id AB0E18FC0A for ; Wed, 21 Sep 2011 02:25:17 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=stenn.ntp.org) by stenn.ntp.org with esmtp (Exim 4.76 (FreeBSD)) (envelope-from ) id 1R6CUm-000Peh-JB; Tue, 20 Sep 2011 19:25:08 -0700 To: Jeremy Chadwick In-reply-to: <20110921013845.GA25428@icarus.home.lan> References: <4E78D844.6070001@p6m7g8.com> <4E79374E.2080609@p6m7g8.com> <20110921013845.GA25428@icarus.home.lan> Comments: In-reply-to Jeremy Chadwick message dated "Tue, 20 Sep 2011 18:38:45 -0700." X-Mailer: MH-E 7.4.2; nmh 1.3; XEmacs 21.4 (patch 22) Mime-Version: 1.0 (generated by tm-edit 1.8) Content-Type: text/plain; charset=US-ASCII Date: Tue, 20 Sep 2011 19:25:08 -0700 From: Harlan Stenn Message-Id: Cc: Harlan Stenn , "Philip M. Gollucci" , Steve Kostecke , apache@freebsd.org Subject: Re: www/apache22 and devel/apr1 circular dependency X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 02:25:17 -0000 Jeremy wrote: > On Tue, Sep 20, 2011 at 06:21:52PM -0700, Harlan Stenn wrote: > > > On 9/20/11 4:22 PM, Harlan Stenn wrote: > > > > We're seeing this problem to while trying to get apache22 upgraded: > > > > > > > > ===>>> Port directory: /usr/ports/converters/libiconv > > > > ===>>> Starting check for build dependencies > > > > ===>>> Gathering dependency list for converters/libiconv from ports > > > > ===>>> Starting dependency check > > > > ===>>> Launching child to update devel/libtool > > > > devel/libtool>> www/apache22>> libiconv-1.13.1_1>> > > > > devel/libtool>> www/apache22>> libiconv-1.13.1_1>> devel/libtool>> > > > > www/apache22>> libiconv-1.13.1_1>> devel/libtool>> www/apache22>> > > > > libiconv-1.13.1_1>> devel/libtool>> www/apache22>> libiconv-1.13.1_1 > > > >>> devel/libtool>> www/apache22>> libiconv-1.13.1_1>> devel/libtool > > > >>> www/apache22>> libiconv-1.13.1_1>> devel/libtool>> www/apache22>> > > > > libiconv-1.13.1_1>> devel/libtool>> www/apache22>> libiconv-1.13.1_1 > > > >>> devel/libtool>> www/apache22>> libiconv-1.13.1_1>> devel/libtool > > > >>> www/apache22>> libiconv-1.13.1_1>> devel/libtool>> www/apache22>> > > > > libiconv-1.13.1_1>> devel/libtool>> www/apache22>> libiconv-1.13.1_1 > > > >>> devel/libtool>> www/apache22>> libiconv-1.13.1_1>> devel/libtool > > > >>> www/apache22>> libiconv-1.13.1_1>> devel/libtool > > > > > > > > libtool apparently wants apxs. > > > > > > > > H > > > > > > > What command did you actually run here to start this ? > > > > I *think* I went to devl/libtool and ran "make". > > You were in /usr/ports/converters/libiconv when you did this, not > devel/libtool. Is there really no history that indicates what command > you ran? This would really help, because I cannot reproduce this on any > system I maintain. I don't recall running a make from there - I do recall running make from apache22, and libtool, and also running 'portmaster XXX' (where X would have been something like 'devel/libtool' or 'www/apache22' or the subdir name (without the trailing /) from /var/db/pkg/ . > Output on all these systems look like the following from: > > cd /usr/ports/converters/libiconv > make rmconfig > make > > And picking the defaults when prompted via OPTIONS. > > Look very, VERY closely at the output difference between what you and I > have shown. What is "starting dependency check" and "launching child"? > > I get the impression you have some /etc/make.conf tweaks that may be > causing problems. Please provide contents of your /etc/make.conf, and > also provide the exact FreeBSD version you're using (uname -a output > would be best). uname -a: FreeBSD psp2.ntp.org 7.2-STABLE FreeBSD 7.2-STABLE #5: Sun Nov 15 13:23:37 PST 2009 root@psp2.ntp.org:/usr/obj/usr/src/sys/GENERIC amd64 /etc/make.conf: KERNCONF=GENERIC USE_APACHE=22 SUP= /usr/bin/csup #SUPFILE= /usr/share/examples/cvsup/standard-supfile SUPFILE= /usr/share/examples/cvsup/stable-supfile # use portsnap #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile SUPHOST= freebsd.isc.org WANT_OPENLDAP_SASL= yes # added by use.perl 2011-04-05 02:07:23 PERL_VERSION=5.8.9 H