From owner-freebsd-ports@freebsd.org Tue Nov 17 17:44:40 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFAEFA31979 for ; Tue, 17 Nov 2015 17:44:40 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D38FF1F47 for ; Tue, 17 Nov 2015 17:44:40 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: by mailman.ysv.freebsd.org (Postfix) id D084AA31978; Tue, 17 Nov 2015 17:44:40 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF3CAA31977 for ; Tue, 17 Nov 2015 17:44:40 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [67.213.65.194]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC5F1F44 for ; Tue, 17 Nov 2015 17:44:40 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (localhost [127.0.0.1]) by mail.intertainservices.com (Postfix) with ESMTP id A8A3922802; Tue, 17 Nov 2015 12:44:39 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intertainservices.com; s=mail; t=1447782279; bh=ErxgjuqKPnirGa0jX17Cs173La8kKWjCeVHWmd6D8e0=; h=Date:From:To:Subject:In-Reply-To:References; b=Uj/k2qpq+qzwbJ6DurnRvcfVRgYF6EpZD/cj83igbqkQ0XCRLznkMPJYnIAwxM69G Eh6XMeBfrWbDqqhPMGY6OEQyBxSldtmGhzintydwUYHUVUE2kUJ7MW1WYQRB/q2ewq ctVIc1x+m2A/zwjxwfg9hMk3/AOZARbdZUMewDqo= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 17 Nov 2015 12:44:39 -0500 From: Mike Jakubik To: Michelle Sullivan , Ports Subject: Re: Cant install any perl module via ports "Undefined symbol "PL_tainting" Organization: Intertainservices In-Reply-To: <564B6604.6090104@sorbs.net> References: <775ec9290a5b1400727613a7625d1efd@intertainservices.com> <564B6604.6090104@sorbs.net> Message-ID: X-Sender: mike.jakubik@intertainservices.com User-Agent: Roundcube Webmail/1.1.1 X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: A8A3922802.A0FAA X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 17:44:41 -0000 On 2015-11-17 12:38 PM, Michelle Sullivan wrote: > Hate to tell you this but you're going to get w**kered by people for > the > versions.. > > You installed part of it from binary (pkgng) ...? > > You upgraded perl? (or didn't upgrade perl) ....? > IIRC perl 5.16 got 'retired' recently so if you got anything using > pkgng > you probably got mismatched versions. > > My advice uninstall all perl modules and perl itself and reload > everything from either ports or pkgng (not both)... You could just > deinstall and rebuild p5-Encode as a shortcut - however it is likely > soemthing else is broken so you might see the same over and over > again... I find deinstalling recursively and reinstalling fixes and > levels the playing field. > > Regards, > > Michelle > I did a minor update of perl 5.16.3, now nothing that uses perl works, get the same error. Everything is installed from ports on the system, guess ill try to update to a newer version of perl and hope that doesn't break my perl applications. Thanks.