From owner-freebsd-gnome@FreeBSD.ORG Sun Jun 20 13:13:04 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 38BF916A4CE for ; Sun, 20 Jun 2004 13:13:04 +0000 (GMT) Received: from kiuru.kpnet.fi (kiuru.kpnet.fi [193.184.122.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5945843D54 for ; Sun, 20 Jun 2004 13:13:03 +0000 (GMT) (envelope-from midian@ihme.org) Received: from midi.ihme.net. (adsl-36-92.regionline.fi [194.211.36.92]) by kiuru.kpnet.fi (8.12.8/8.12.8) with ESMTP id i5KDCt77005404 for ; Sun, 20 Jun 2004 16:12:58 +0300 Date: Sun, 20 Jun 2004 16:12:51 +0300 (EEST) From: =?iso-8859-1?Q?Markus_H=E4stbacka?= X-X-Sender: midian@midi.ihme.net To: gnome@FreeBSD.org Message-ID: <20040620160647.N29605@midi.ihme.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: 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 13:13:04 -0000 Hello. I was trying to compile glib this other day and came acros with this issue: " [16:07:42] root@midi:/usr/ports/devel/glib20# make install clean ===> Vulnerability check disabled ===> Extracting for glib-2.4.2 >> Checksum OK for gnome2/glib-2.4.2.tar.bz2. ===> glib-2.4.2 depends on file: /usr/local/bin/perl5.8.2 - not found ===> Verifying install for /usr/local/bin/perl5.8.2 in /usr/ports/lang/perl5.8 ===> Vulnerability check disabled ===> Extracting for perl-5.8.4 >> Checksum OK for perl-5.8.4.tar.bz2. >> Checksum OK for BSDPAN-5.8.4.tar.bz2. ^C " Looking at this now seems sane, but let me do a few commands after ^C:ing out of that: " [16:10:12] root@midi:/usr/ports/devel/glib20# which perl5.8.4 /usr/local/bin/perl5.8.4 [16:10:20] root@midi:/usr/ports/devel/glib20# which perl5.8.2 /usr/bin/perl5.8.2 " So the problem seems to be that glib wants perl 5.8.2, which doesn't excist in ports anymore, and that way tries to install perl5.8 (which currently is version 5.8.4). And even that all those perls are installed on my system glib wont compile because there's no /usr/local/bin/perl5.8.2, and will not ever be one. The conclusion is that glib depends on the wrong version of perl. Hope this helps. Markus