Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2004 18:18:51 -0400
From:      Tom McLaughlin <tmclaugh@sdf.lonestar.org>
To:        Markus =?ISO-8859-1?Q?H=E4stbacka?= <midian@ihme.org>
Cc:        gnome@freebsd.org
Subject:   Re: glib trouble
Message-ID:  <1087769931.834.191.camel@compass.straycat.dhs.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1087769931.834.191.camel>