From owner-freebsd-gnome Fri Mar 14 5:29:41 2003 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 0379037B401 for ; Fri, 14 Mar 2003 05:29:40 -0800 (PST) Received: from MX2.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id B19A143F75 for ; Fri, 14 Mar 2003 05:29:37 -0800 (PST) (envelope-from kalts@estpak.ee) Received: from kevad.internal (80-235-37-82-dsl.mus.estpak.ee [80.235.37.82]) by MX2.estpak.ee (Postfix) with ESMTP id 7477D73552; Fri, 14 Mar 2003 15:28:13 +0200 (EET) Received: (from vallo@localhost) by kevad.internal (8.12.6/8.12.6/Submit) id h2EDTX52002931; Fri, 14 Mar 2003 15:29:33 +0200 (EET) (envelope-from vallo) Date: Fri, 14 Mar 2003 15:29:33 +0200 From: Vallo Kallaste To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: pkgconfig failure repeatable, further info Message-ID: <20030314132933.GA2896@kevad.internal> Reply-To: kalts@estpak.ee References: <20030314130228.GB2584@kevad.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030314130228.GB2584@kevad.internal> User-Agent: Mutt/1.5.1i-ja.1 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 On Fri, Mar 14, 2003 at 03:02:28PM +0200, Vallo Kallaste wrote: > # Actually configure libtool. ac_aux_dir is where install-sh is found. > CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ > LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ > LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ > DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ > ${CONFIG_SHELL-/bin/sh} /ltconfig --no-reexec \ > $libtool_flags --no-verify --disable-ltlibs --disable-shared /ltmain.sh $lt_target \ > || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } > > Seems that there's missing a point before the slash. Ltconfig is > present in the ~work/pkgconfig-0.15.0/glib-1.2.8 only and the whole > thing happens to run in the same directory. Why the configure script > is broken I have no idea. When I remove the pkgconfig build directory and run 'sh /home/vallo/bundle-env.sh make configure' then it works and sets the ac_aux_dir to absolute path /usr/local/share/libtool/, which is right I guess. Does it matter that I don't have either autoconf nor automake installed at the time pkgconfig is built? Somehow the ac_aux_dir will be not set or is unset at pkgconfig configure time. This is all related to the wrapper script and procedure I'm using to build my bundle, but I guess this is a bug somewhere. This bug shows up only when the bundle is built from the beginning, does not happen when I run 'make package' under wrapper in the /usr/ports/devel/pkgconfig only. -- Vallo Kallaste To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message