From owner-freebsd-gnome Fri Mar 14 5: 2:37 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 0A5BA37B401 for ; Fri, 14 Mar 2003 05:02:36 -0800 (PST) Received: from MX3.estpak.ee (ld1.estpak.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B9843FBD for ; Fri, 14 Mar 2003 05:02:35 -0800 (PST) (envelope-from kalts@estpak.ee) Received: from kevad.internal (80-235-37-82-dsl.mus.estpak.ee [80.235.37.82]) by MX3.estpak.ee (Postfix) with ESMTP id 146DA88023; Fri, 14 Mar 2003 15:02:31 +0200 (EET) Received: (from vallo@localhost) by kevad.internal (8.12.6/8.12.6/Submit) id h2ED2SPL002812; Fri, 14 Mar 2003 15:02:28 +0200 (EET) (envelope-from vallo) Date: Fri, 14 Mar 2003 15:02:28 +0200 From: Vallo Kallaste To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: pkgconfig failure repeatable, further info Message-ID: <20030314130228.GB2584@kevad.internal> Reply-To: kalts@estpak.ee Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Hi The problem is repeatable. It happens in ~work/pkgconfig-0.15.0/glib-1.2.8 because the configure script in this directory is broken. The configure routine which configures libtool and every other routine which calls ltconfig (and ltmain.sh, for that matter) is broken: # 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. -- Vallo Kallaste To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message