Date: Wed, 12 Mar 2003 22:59:51 +0200 From: Vallo Kallaste <kalts@estpak.ee> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: FreeBSD GNOME Users <gnome@freebsd.org> Subject: Re: pkgconfig build fails in -current Message-ID: <20030312205951.GB5078@kevad.internal> In-Reply-To: <1047500199.315.42.camel@gyros> References: <20030312200735.GA4900@kevad.internal> <1047500199.315.42.camel@gyros>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 12, 2003 at 03:16:39PM -0500, Joe Marcus Clarke <marcus@marcuscom.com> wrote: > > I've tried to build my workstation bundle metaport, to test > > correctness of (freezed) ports tree and compatibility with recent > > -current. The build environment is absolutely clean, /usr/local and > > /usr/X11R6 removed and then recreated by mtree. WRKDIRPREFIX, > > DISTDIR and PACKAGES are customised but located on local disk. FYI: > > I have encountered the same bug '/ltconfig: Can't open /ltconfig' > > more, it was probably popt or rpm port which failed some days ago. > > I've seen this before from other user reports, but I have never been > able to reproduce the problem. Can you try seeing LC_ALL=C before > building? Didn't help, I have no LC_* or LANG environment variables set. But after removing the pkgconfig build directory and restarting the build it went fine. Very, very strange. I can tell for sure that I haven't changed my metaport, building process and WRKDIRPREFIX etc. locations for several months, so the bug is new. The last build I did was almost 2 months ago and went fine. Perhaps it's important that I'm using wrapper shell script which sets tens of env variables for the ports I'm building, i.e. #! /bin/sh env BATCH=yes WITHOUT_CHATZILLA=yes \ WITHOUT_MAILNEWS=yes WITHOUT_COMPOSER=yes A4=yes \ WITH_ATHENA=yes WITH_OPTIMIZED_CFLAGS=YES \ DEPENDS_TARGET=package "$@" Don't know other method(s) for setting these, almost everything is built via dependencies. The script takes 'make package' as argument(s). Just FYI. -- Vallo Kallaste To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030312205951.GB5078>