From owner-freebsd-gnome Tue Nov 12 10:44: 9 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CCA737B401; Tue, 12 Nov 2002 10:44:07 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F57043E4A; Tue, 12 Nov 2002 10:44:06 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gACIhj4U093193; Tue, 12 Nov 2002 13:43:45 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: soup build failure From: Joe Marcus Clarke To: Glenn Johnson Cc: Adam Weinberger , Sean McNeil , gnome@FreeBSD.ORG In-Reply-To: <20021112182043.GA56198@gforce.johnson.home> References: <1037110507.76916.1.camel@blue.mcneil.com> <20021112162953.GF35297@vectors.cx> <20021112182043.GA56198@gforce.johnson.home> Content-Type: multipart/mixed; boundary="=-YWQ9QRbrAy0gNi34D26X" Organization: MarcusCom, Inc. Message-Id: <1037126639.323.51.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 12 Nov 2002 13:43:59 -0500 X-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-YWQ9QRbrAy0gNi34D26X Content-Type: text/plain Content-Transfer-Encoding: 7bit On Tue, 2002-11-12 at 13:20, Glenn Johnson wrote: > On Tue, Nov 12, 2002 at 08:29:53AM -0800, Adam Weinberger wrote: > > > I'd like to see your config.status and config.log, unless somebody > > already knows what's up. > > I am attaching mine. The problem is in your apxs script. It's returning ";;" after the INCLUDEDIR. This doesn't seem to be isolated to just you, but it does look like it affects all Apache 2 users. Can you replace soup's patch-configure with the attached files, and see if it builds? Joe -- PGP Key : http://www.marcuscom.com/pgp.asc --=-YWQ9QRbrAy0gNi34D26X Content-Disposition: attachment; filename=patch-configure Content-Type: text/plain; name=patch-configure; charset=ISO8859-1 Content-Transfer-Encoding: 7bit --- configure.orig Fri Jun 7 11:58:41 2002 +++ configure Tue Nov 12 13:42:27 2002 @@ -6554,6 +6554,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -7460,9 +7461,9 @@ rm -f conf.glibtest - GLIB_CFLAGS=`glib-config --cflags glib` - GLIB_LIBS=`glib-config --libs glib` - GMODULE_LIBS=`glib-config --libs gmodule` + GLIB_CFLAGS=`$GLIB_CONFIG --cflags glib` + GLIB_LIBS=`$GLIB_CONFIG --libs glib` + GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule` FAVOUR_LIBXML=1 SOUP_PKGCONFIG_REQUIRES="glib" @@ -9083,7 +9084,7 @@ fi if test x$APXS != xno; then - APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS`" + APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS | sed -e 's|;;| |g'`" APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB` save_CPPFLAGS=$CPPFLAGS --=-YWQ9QRbrAy0gNi34D26X-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message