From owner-freebsd-gnome@FreeBSD.ORG Sun Jun 20 22:18:54 2004 Return-Path: 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 6E22F16A4CE for ; Sun, 20 Jun 2004 22:18:54 +0000 (GMT) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [24.91.148.154]) by mx1.FreeBSD.org (Postfix) with SMTP id C3D5A43D1D for ; Sun, 20 Jun 2004 22:18:53 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 28458 invoked from network); 20 Jun 2004 22:18:51 -0000 Received: from compass.straycat.dhs.org (HELO ?192.168.1.32?) (192.168.1.32) by alexandria.straycat.dhs.org with SMTP; 20 Jun 2004 22:18:51 -0000 From: Tom McLaughlin To: Markus =?ISO-8859-1?Q?H=E4stbacka?= In-Reply-To: <20040620204922.B60345@midi.ihme.net> References: <20040620160647.N29605@midi.ihme.net> <20040620202659.U60278@midi.ihme.net> <1087753333.834.150.camel@compass.straycat.dhs.org> <20040620204922.B60345@midi.ihme.net> Content-Type: text/plain; charset=ISO-8859-1 Message-Id: <1087769931.834.191.camel@compass.straycat.dhs.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 20 Jun 2004 18:18:51 -0400 Content-Transfer-Encoding: 8bit cc: gnome@freebsd.org Subject: Re: glib trouble X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 22:18:54 -0000 On Sun, 2004-06-20 at 13:53, Markus Hästbacka wrote: > On Sun, 20 Jun 2004, Tom McLaughlin wrote: > > Hi Markus, list out your packages for us (ls /var/db/pkg/) and show us > > your /etc/make.conf. That'll halp us better. Also, did you read the > > note in ports/UPDATING on 20040531 once you updated from 5.8.2 to > > 5.8.4? Thanks. > > > /etc/make.conf: > " > CPUTYPE=p2 > PERL_VER=5.8.4 > PERL_VERSION=5.8.4 > PERL_ARCH=mach > NOPERL=yo > NO_PERL=yo > NO_PERL_WRAPPER=yo > WITH_PERL=yes > WITHOUT_X11=yes You're defining the PERL variables... > .undef PERL_VER > .undef PERL_VERSION > .undef PERL_ARCH > .undef NOPERL > .undef NO_PERL > " And now you're undefining them. ;) > ls /var/db/pkg/ as attachment. > > No, I don't tend to read ports/UPDATING. (I didn't even know there's > something to read in there.) > > Hope this helps. > > Markus > > ______________________________________________________________________ First off, force a pkg_delete of perl-5.6.1_15. Second, remove all the PERL options you have set in your /etc/make.conf, you can keep WITH_PERL=yes though. Next, possibly not necessary but just for good measure, force a portupgrade of perl-5.8.4. Now follow the instructions in ports/UPDATING from 20040531. The `use.perl port' step will setup your PERL variables in /etc/make.conf and the last step will make sure all ports dependant on perl are correctly using perl-5.8.4. Once all that is done and your perl installation is fixed, glib should compile fine. Tom