From owner-freebsd-ports@FreeBSD.ORG Tue Jul 15 12:02:20 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0624F51C; Tue, 15 Jul 2014 12:02:20 +0000 (UTC) Received: from mail1.arrishq.net (deimos.phobos.ws [84.200.4.202]) by mx1.freebsd.org (Postfix) with ESMTP id BEBDD2EC7; Tue, 15 Jul 2014 12:02:19 +0000 (UTC) Received: from mail.arrishq.net (mail.arrishq.net [127.0.0.1]) (Authenticated sender: local) by mail1.arrishq.net (qmail) with ESMTPSA id 06F809EFC5C ; Tue, 15 Jul 2014 13:53:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arrishq.net; s=default; t=1405425223; bh=pbuceqN+0WS0bQjjz1BzqjheQZ8+Yjx8qD6P/xfh8v8=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=e+Nv+zZJyfWQ/lolSt1P5WJBEvqMpZuHQ7ZfF5xyi1j2r7sRWNR2oVlCftf21POeF uT2MWzHVgHKrWLoG5dIFPCTg1Y/G9Ekuv8pHFdk2pjTuN8DRtAoXidKEi3Iz1B/rd7 yeaflz6dwZiDFiZG0tK4OpcXSqIeNF5dhw7jrVEo= Date: Tue, 15 Jul 2014 13:54:21 +0200 (CEST) From: Tommy Scheunemann To: Ajtim Subject: Re: p5-Crypt-SSleay update In-Reply-To: <3295307.3eMAShFosB@lumiwa.farms.net> Message-ID: References: <3295307.3eMAShFosB@lumiwa.farms.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ports , perl@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 12:02:20 -0000 Hello, the Makefile is a bit wrong. Changing: BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class \ p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class and removing the "TEST_DEPENDS" line works. That's of course just a temporary work-around. Regards On Tue, 15 Jul 2014, Ajtim wrote: > Hi! > > On FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 root@amd64- > builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > I have a problem to install (update) p5-Crypt-SSleay: > > ===>>> All >> p5-Crypt-SSLeay-0.64 (2/4) > > ===>>> Returning to dependency check for security/p5-Crypt-SSLeay > ===>>> Dependency check complete for security/p5-Crypt-SSLeay > > ===>>> All >> p5-Crypt-SSLeay-0.64 (3/4) > > ===> Cleaning for p5-Crypt-SSLeay-0.72 > ===> License ART20 accepted by the user > ===> p5-Crypt-SSLeay-0.72 depends on file: /usr/local/sbin/pkg - found > ===> Fetching all distfiles required by p5-Crypt-SSLeay-0.72 for building > ===> Extracting for p5-Crypt-SSLeay-0.72 > => SHA256 Checksum OK for Crypt-SSLeay-0.72.tar.gz. > ===> Patching for p5-Crypt-SSLeay-0.72 > ===> p5-Crypt-SSLeay-0.72 depends on package: p5-LWP-Protocol-https>=6.02 - > found > ===> p5-Crypt-SSLeay-0.72 depends on package: p5-Path-Class>=0.26 - found > ===> p5-Crypt-SSLeay-0.72 depends on file: /usr/local/bin/perl5.16.3 - found > ===> Configuring for p5-Crypt-SSLeay-0.72 > Can't locate Try/Tiny.pm in @INC (@INC contains: > /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach > /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach > /usr/local/lib/perl5/5.16 .) at ./Makefile.PL line 9. > BEGIN failed--compilation aborted at ./Makefile.PL line 9. > *** Error code 2 > > Stop. > make: stopped in /usr/ports/security/p5-Crypt-SSLeay > > ===>>> make build failed for security/p5-Crypt-SSLeay > ===>>> Aborting update > > ===>>> Update for security/p5-Crypt-SSLeay failed > ===>>> Aborting update > > ===>>> The following actions were performed: > Installation of devel/p5-Module-Build (p5-Module-Build-0.4206) > Installation of devel/p5-Path-Class (p5-Path-Class-0.33) > > > ===>>> You can restart from the point of failure with this command line: > portmaster security/p5-Crypt-SSLeay security/p5-Net-SSLeay > > Thank you. > >