From owner-freebsd-ports@FreeBSD.ORG Sat May 31 14:35:12 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 068E3A0E; Sat, 31 May 2014 14:35:12 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask.apl.washington.edu", Issuer "troutmask.apl.washington.edu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BE0B82E59; Sat, 31 May 2014 14:35:11 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.8/8.14.8) with ESMTP id s4VEZ9a4060641 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 31 May 2014 07:35:09 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.8/8.14.8/Submit) id s4VEZ9Vm060640; Sat, 31 May 2014 07:35:09 -0700 (PDT) (envelope-from sgk) Date: Sat, 31 May 2014 07:35:09 -0700 From: Steve Kargl To: Guido Falsi Subject: Re: please revert graphics/xfig r354029 Message-ID: <20140531143509.GA60572@troutmask.apl.washington.edu> References: <20140531000800.GA57984@troutmask.apl.washington.edu> <5389D9B6.8030005@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5389D9B6.8030005@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@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: Sat, 31 May 2014 14:35:12 -0000 On Sat, May 31, 2014 at 03:31:34PM +0200, Guido Falsi wrote: > On 05/31/14 02:08, Steve Kargl wrote: > > Can someone please revert r354029 for graphics/xfig? > > This revision breaks the ability to install the port. > > > > cd /usr/ports/graphics/xfig > > svn merge -r 354029:340725 . > > > > Hi, > > I did commit the revision you mention. I just tested the port and it > installs fine. Not on my system, which is an up-to-date freebsd-current. % uname -a FreeBSD laptop-kargl.apl.washington.edu 11.0-CURRENT FreeBSD 11.0-CURRENT \ #0 r266895: Fri May 30 15:11:19 PDT 2014 \ kargl@laptop-kargl.apl.washington.edu:/usr/obj/usr/src/sys/MOBILE i386 % cd /usr/ports/graphics/xfig % svn info . Path: . Working Copy Root Path: /usr/ports URL: svn://svn.freebsd.org/ports/head/graphics/xfig Relative URL: ^/head/graphics/xfig Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 355979 Node Kind: directory Schedule: normal Last Changed Author: madpilot Last Changed Rev: 354029 Last Changed Date: 2014-05-14 02:07:19 -0700 (Wed, 14 May 2014) % portmaster -Byd xfig (... many lines deleted ...) ====> Compressing man pages (compress-man) Deinstallation has been requested for the following 1 packages: xfig-3.2.5c The deinstallation will free 1 MB [1/1] Deleting xfig-3.2.5c... done ===> Installing for xfig-3.2.5c_1 ===> Checking if graphics/xfig already installed ===> Registering installation for xfig-3.2.5c_1 pkg-static: lstat(/usr/ports/graphics/xfig/work/stage/usr/local/lib/X11/xfig/Libraries/Arrows/3darrow1.fig): No such file or directory (... 2634 additional "pkg-static: lstat" lines deleted ...) *** Error code 74 Stop. make[1]: stopped in /usr/ports/graphics/xfig *** Error code 1 Stop. make: stopped in /usr/ports/graphics/xfig ===>>> Installation of xfig-3.2.5c_1 (graphics/xfig) failed ===>>> Aborting update ===>>> You can restart from the point of failure with this command line: portmaster graphics/xfig -- Steve