From owner-freebsd-ports@FreeBSD.ORG Mon Nov 10 08:56:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71FEC16A4CE; Mon, 10 Nov 2003 08:56:29 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14C5443FEA; Mon, 10 Nov 2003 08:56:28 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from pd958a5a6.dip.t-dialin.net ([217.88.165.166] helo=fillmore-labs.com ident=gw460wh7qkd6tijp) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AJFKz-0009Ht-QB; Mon, 10 Nov 2003 17:56:26 +0100 Message-ID: <3FAFC336.3030806@fillmore-labs.com> Date: Mon, 10 Nov 2003 17:56:22 +0100 From: Oliver Eikemeier MIME-Version: 1.0 To: Vivek Khera References: <16294.34255.356451.725973@yertle.int.kciLink.com> <20031110003359.GB43349@toxic.magnesium.net> <3FAEE4E3.7000702@fillmore-labs.com> <20031110011854.GD43349@toxic.magnesium.net> <20031110013624.GE43349@toxic.magnesium.net> <16303.46232.713078.496625@yertle.int.kciLink.com> In-Reply-To: <16303.46232.713078.496625@yertle.int.kciLink.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@freebsd.org cc: Adam Weinberger cc: Anton Berezin Subject: Re: ports containing perl modules go into /lib instead of /usr/local/lib X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 16:56:29 -0000 Vivek Khera wrote: >>>>>>"AW" == Adam Weinberger writes: > >>>>(11.09.2003 @ 2018 PST): Adam Weinberger said, in 1.4K: << >>> >>>I honestly don't know what the trigger is. It works fine on all of my >>>boxes, but this symptom appears on a friend's box. He and I both run >>>4-STABLE with perl5.8 installed. I'm looking into it some more, but I'm >>>curious if others have come across -- and fixed -- this problem. > > AW> Can you please share the output of pkg_info? > >>From my 4.9-REL machine is below. I keep my perl modules up-to-date > with CPAN, not via ports, since there are many modules not represented > in ports. Which looks like being the way to reproduce this... [...] > bsdpan-Net-Server-0.85 Net::Server - Extensible, general Perl server engine > bsdpan-Net-Server-0.86 Net::Server - Extensible, general Perl server engine ... It looks like BSDPAN is somehow messing up the prefixes. Adam, Anton, any idea? Vivek , could you send us pkg_info -qf 'bsdpan-Net-Server-*'?