From owner-svn-ports-head@FreeBSD.ORG Thu May 28 18:07:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8052417; Thu, 28 May 2015 18:07:19 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from vms173015pub.verizon.net (vms173015pub.verizon.net [206.46.173.15]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FDBC181; Thu, 28 May 2015 18:07:19 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from [192.168.1.8] ([108.53.86.243]) by vms173015.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NP200DQ0KV0XA10@vms173015.mailsrvcs.net>; Thu, 28 May 2015 12:06:45 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=DcDq0aZW c=1 sm=1 tr=0 a=OxtTj1AvBIaAxO256ZN+aQ==:117 a=3WGNbyozUhgA:10 a=LaogzpLLAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=h1PgugrvaO0A:10 a=r77TgQKjGQsHNAKrUKIA:9 a=9iDbn-4jx3cA:10 a=cKsnjEOsciEA:10 a=gZbpxnkM3yUA:10 a=6I5d2MoRAAAA:8 a=NFbBqB4X7tWHtR2ydBEA:9 a=QEXdDO2ut3YA:10 a=pGLkceISAAAA:8 a=cQfit-4ojwNNYTDRw4sA:9 a=6E2q9hb83jSeARyX:21 a=_W_S_7VecoQA:10 Message-id: <55674B1C.9060601@aldan.algebra.com> Date: Thu, 28 May 2015 13:06:36 -0400 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-version: 1.0 To: Antoine Brodin Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r387637 - in head/devel/tcllib: . files References: <201505271719.t4RHJXY6010274@svn.freebsd.org> <5567386A.4050000@aldan.algebra.com> In-reply-to: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2015 18:07:19 -0000 On 05/28/15 12:50, Antoine Brodin wrote: >> Please, provide error-messages/logs (either by value or by reference), when reporting a problem. Thank you, > http://package20.nyi.freebsd.org/data/93amd64-default-baseline/387695/logs/errors/tcllib-1.17_1.log Thank you. The error: couldn't read file "/usr/local/lib/critcl3.1.12/../md5/md5.tcl": no such file or directory while executing "source [file join [file dirname [info script]] ../md5/md5.tcl]" (file "/usr/local/lib/critcl3.1.12/critcl.tcl" line 56) invoked from within "source /usr/local/lib/critcl3.1.12/critcl.tcl" exposes a deficiency in devel/critcl -- it searches for an md5-implementation and fails to find it, reporting only the very last error. devel/critcl ought to depend on devel/tcl-trf. Yours, -mi